]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2014-07-28 Lionel Sambucservers/iso9660fs: drop unused function fs_access
2014-07-28 Lionel SambucUse fixed size type for on-disk representation
2014-07-28 Morgawradded sethostname syscall with proper error checks
2014-07-28 Morgawradded chmod util from NetBSD userland
2014-07-28 Kees Jongenburgerremove __BIT_TYPES_DEFINED__ because they are actually...
2014-07-28 Kees Jongenburgerarm:ddekit use simple alloc to allocate stack.
2014-07-28 Lionel SambucStub for setpgid
2014-07-28 Lionel SambucStub for setrlimit
2014-07-28 Lionel SambucImporting sbin/chown
2014-07-28 Lionel SambucFrom Ben Gras, add select support on /dev/random.
2014-07-28 Lionel SambucPrefix libc (u)mount with minix_
2014-07-28 Lionel Sambucin6.h
2014-07-28 Lionel SambucFollow the namespace pattern for [cs]profile
2014-07-28 Lionel SambucHide SO_PASSCRED and SO_PEERCRED by default.
2014-07-28 Lionel SambucAdd /bin/false to /etc/shells
2014-07-28 Kees JongenburgerAdding an initial ddekit test.
2014-07-28 Kees Jongenburgertest:test51 add a few more tests for calling setcontext.
2014-07-28 Kees Jongenburgerddekit:use ucontext to switch threads
2014-07-28 Kees Jongenburgerbuild:also build the hello driver on arm.
2014-07-28 Kees Jongenburgerbuild:make libminc a build dependency of services.
2014-07-28 Kees Jongenburgerlibc:x86 fix for get and setcontext assembly calls.
2014-07-28 Kees Jongenburgerx86:ensure that getcontext will return 0.
2014-07-28 Kees Jongenburgerbuild:check if .settings file is a file.
2014-07-28 Claudio Martellaimporting tail
2014-07-28 Lionel SambucAdd TAP output to kyua, see kyua help report-tap.
2014-07-28 Thomas CortImporting games/tetris
2014-07-28 Lionel SambucWorkaround missing lchmod/lchown
2014-07-28 Ben Graspatch(1) problems workaround
2014-07-28 Ben Grasmmap: accept non-PROT_WRITE MAP_SHARED mappings
2014-07-28 Ryan Sheridanwriteisofs build fix (missing NAME_MAX define).
2014-07-28 Thomas CortImporting games/arithmetic
2014-07-28 Thomas CortImporting games/random
2014-07-28 Thomas CortImporting games/wargames
2014-07-28 Thomas CortImporting games/monop
2014-07-28 Thomas CortImporting games/number
2014-07-28 Thomas CortImporting games/bcd
2014-07-28 Thomas CortImporting games/ppt
2014-07-28 Thomas CortImporting games/morse
2014-07-28 Thomas CortImporting games/pig
2014-07-28 Thomas CortImporting games/fortune
2014-07-28 Thomas CortImporting games/factor
2014-07-28 Thomas CortImporting games/primes
2014-07-28 Thomas CortImporting games/adventure
2014-07-28 Zachary StorerImport NetBSD touch command
2014-07-28 Zachary StorerImport NetBSD echo command
2014-07-28 Lionel Sambucfix declaration of minix_kerninfo_user
2014-07-28 Lionel SambucMove Assert to check MAGIC before actual use of the...
2014-07-28 Kees Jongenburgerbuild:update 'git review' config to match gerrit.minix3.org
2014-07-28 Lionel Sambucusr.bin/make: -j fix
2014-07-28 Lionel SambucFix perl build hanging on pipe
2014-07-28 Ben Grasvfs: call pipe_check before reviving select()
2014-07-28 Ben Gras_MINIX_SYSTEM - fixes for in-minix crossbuild
2014-07-28 Ben Grastest74: add mmap-related regression tests
2014-07-28 Ben GrasVFS: add F_FLUSH_FS_CACHE fcntl
2014-07-28 Ben Grasmake vfs & filesystems use failable copying
2014-07-28 Ben GrasPFS: when copy fails, don't change state
2014-07-28 David van Moolenbroekdevmand: don't die so easily
2014-07-28 David van MoolenbroekRS: also wait for VM's RS_INIT message
2014-07-28 David van MoolenbroekVM: fix corruption from recursive PDE allocation
2014-07-28 David van MoolenbroekTTY: do not reply to KERNEL
2014-07-28 David van MoolenbroekRearrange endpoint number layout
2014-07-28 David van MoolenbroekPTY: split off from TTY
2014-07-28 Ben GrasInstall sources with MKSRC=yes
2014-07-28 Ben Grasfix for ld.so @ bitcode build
2014-07-28 Ben Grasbackport 2 binutils patches
2014-07-28 Lionel SambucBinutils: Synchronization & Gold activation
2014-07-28 Ben Graslibsffs: return 64-bit value in st_size
2014-07-28 Ben Gras64-bit CDEV_POS
2014-07-28 Ben Gras64-bit REQ_TRC_START, REQ_TRC_END
2014-07-28 Ben Gras64-bit VFS_LSEEK_OFF
2014-07-28 Ben Gras64-bit VFS_VMCALL_OFFSET
2014-07-28 Ben Gras64-bit VFS_TRUNCATE_OFF
2014-07-28 Ben Gras64-bit RES_FILE_SIZE
2014-07-28 Ben Gras64-bit RES_SEEK_POS
2014-07-28 Ben Gras64-bit REQ_SEEK_POS
2014-07-28 Ben Gras64-bit bdev position
2014-07-28 Zachary StorerImport NetBSD sleep command
2014-07-28 Kees Jongenburgerarm-refactor:remove dependency from memory.c to omap_ti...
2014-07-28 Kees Jongenburgerarm-refactor:indent the omap bsp code.
2014-07-28 Lionel SambucGetting rid of "old-style-definition"
2014-07-28 Thomas Cortx86_hdimage.sh: use nbstat from tooldir.
2014-07-28 Zachary StorerImport NetBSD true and false commands
2014-07-28 Lionel Sambucupdating bsd patch, moving it back to usr.bin
2014-07-28 Ben Grasforce C++ executables to be dynamic
2014-07-28 Lionel SambucExperimental pthread compatibility library
2014-07-28 Lionel SambucReplace wget with ftp as default in fetch scripts
2014-07-28 Kees Jongenburgerbuild:Remove the usage of sloppy file list. 00/1200/4
2014-07-28 Kees Jongenburgerdistrib:include "test63" and "mod" if MKPIC=yes 01/1201/3
2014-07-28 Lionel SambucSynchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
2014-03-03 Ben Grasi386 param.h
2014-03-03 David van MoolenbroekKernel: fix register corruption on signal delivery
2014-03-03 Ben Gras<machine/signal.h>
2014-03-03 Ben Grasi386 cpu.h
2014-03-03 Ben Gras<sys/poll.h>
2014-03-03 Ben Gras<sys/ioccom.h>, <sys/ioctl.h>
2014-03-03 Ben Gras<sys/syslimits.h>
2014-03-03 Ben Gras<sys/siginfo.h>
2014-03-03 Ben Gras<sys/fcntl.h>, remove O_REOPEN
2014-03-03 Ben Gras<sys/resource.h>
2014-03-03 Ben Gras<sys/endian.h>
next