]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2011-12-11 David van Moolenbroekblocktest: support for stateless driver restarts
2011-12-11 David van Moolenbroeklibblockdriver: clear IPC only on stateful restart
2011-12-11 David van Moolenbroekblocktest: resolve label/minor in userland
2011-12-11 David van Moolenbroekprocfs: add /proc/dmap
2011-12-11 David van MoolenbroekIS: unbreak F6
2011-12-11 David van MoolenbroekAdd "expected size" parameter to getsysinfo()
2011-12-11 David van MoolenbroekServers: cleanup of some gcc -W warnings
2011-12-10 David van Moolenbroekacpi: resolve warnings
2011-12-09 Thomas VeermanProperly unlock on mount failure
2011-12-09 Thomas VeermanChange asserts with side effects into panics
2011-12-09 Thomas VeermanFix dangling symlink resolving for AVFS and add test61
2011-12-08 Ben Grasadd -L for future compiler-rt lib location
2011-12-08 Thomas VeermanProvide core dumping support for AVFS
2011-12-07 Thomas VeermanEnable GCOV always
2011-12-07 Thomas VeermanFix test43 for GCC/Clang
2011-12-07 David van Moolenbroekbtrace: gcc fix
2011-12-06 Ben Grasfix bzip2 location in nbsd_ports
2011-12-06 Ben Grasadd previous stat symbols as aliases
2011-12-05 David van Moolenbroekprinter: perform probe on startup
2011-12-05 David van Moolenbroeklibbdev: extended version
2011-12-05 David van Moolenbroekvfs/avfs: req_newdriver should use fs_sendrec
2011-12-05 David van MoolenbroekMake block drivers restart with new endpoint
2011-12-05 David van MoolenbroekSEF: default to endpoint-changing restart
2011-12-05 David van MoolenbroekRS: support for endpoint-changing driver restarts
2011-12-05 David van Moolenbroekinit: write boot entry to root wtmp
2011-12-03 David van Moolenbroek.gitignore: add more generated files
2011-12-01 Raja Appuswamylibmthread: add mthread_event_fire_all
2011-11-30 David van Moolenbroeklibblockdriver: allow for mixed sync/async replies
2011-11-30 David van MoolenbroekVFS/FS: REQ_NEW_DRIVER now provides a label
2011-11-30 Thomas VeermanFix stat symbols
2011-11-29 David van Moolenbroeklibpuffs: remove unused block device code
2011-11-29 Raja Appuswamyadding rwlock and event support to mthread
2011-11-28 David van Moolenbroeklibblockdriver: allow for not handling partitions
2011-11-28 Ben GrasDon't run package rc's when booting from cd.
2011-11-28 Ben Grasetc: Make fixes
2011-11-28 Thomas VeermanFine grained compatibility with _RENAMEd symbols
2011-11-28 Thomas VeermanFix many more comiler warnings
2011-11-28 Thomas VeermanImplement issetugid syscall
2011-11-26 Ben Grasvm: report cropped region sizes
2011-11-25 Joseph Koshyfix rm -f
2011-11-25 David van MoolenbroekAdd block device tracing facility
2011-11-24 David van Moolenbroekvfs/avfs: map O_ACCMODE to R_BIT|W_BIT on recovery
2011-11-24 David van Moolenbroekavfs: unbreak process termination on PM_DUMPCORE
2011-11-23 David van MoolenbroekAdd vbox -- VirtualBox time sync driver
2011-11-23 David van MoolenbroekFS servers: fix dependencies broken in git-af01bda
2011-11-23 Ben Graschange rc defaults reading
2011-11-23 Ben Grasnetconf: run lspci earlier for netconf -c
2011-11-23 David van Moolenbroekgcore: uninitialized variable fix and cleanup
2011-11-23 David van Moolenbroekahci: FUA (force-write) support
2011-11-23 David van MoolenbroekSplit block/character protocols and libdriver
2011-11-23 Ben Grascompile fix (gdb, binutils)
2011-11-23 Arun Thomassmall ramdisk: install all password-related files
2011-11-22 David van MoolenbroekIntroduce sys_getregs call, and let vfs use it
2011-11-22 Adriana Szekeresgcore command to coredump a process
2011-11-22 Adriana SzekeresELF core files
2011-11-22 Arun Thomasramdisk: install all password-related files
2011-11-22 Arun Thomasramdisk: build pwd_mkdb
2011-11-22 Ben Grasfxp: add device id in the right place
2011-11-22 Ben Grasfxp: add device id for LU82551IT
2011-11-22 David van Moolenbroekisofs: unbreak lseek
2011-11-20 Ben Grascsu: add code to call constructors to be used by clang
2011-11-20 Thomas Cortcompat.S: add getpwnam() alias.
2011-11-18 Ben Graspm: add mproc table sanity check feature
2011-11-18 Ben Grassimplify build logic a bit
2011-11-18 Arun Thomasmake: set MACHINE_ARCH variable
2011-11-18 Ben Grasremove ftpd200
2011-11-18 Ben Grasminor bugfixes caught by clang warnings
2011-11-18 Ben Graslibarchive: not for ack
2011-11-18 Vivek Prakashimport NetBSD bzip2 and libbz2
2011-11-16 Ben Grasbase system hooks for pkgsrc drivers
2011-11-16 Ben Graspwcache_userdb alias.
2011-11-16 David van MoolenbroekMore cleanup: no more CMOS and SCSI ioctls
2011-11-15 Vivek PrakashDefine flags in sys/stat.h
2011-11-15 Ben Grasrelease.sh: add -e
2011-11-14 Ben Grasdf: add case for MFSv3
2011-11-14 Ben GrasSwitch to NetBSD passwd format
2011-11-14 Ben Grasmainstream-format fstab format
2011-11-14 Thomas VeermanFix compiler warnings
2011-11-14 Thomas VeermanImport librefuse and libpuffs
2011-11-14 Thomas VeermanFix a ton of compiler warnings
2011-11-11 David van MoolenbroekMore cleanup of minix/com.h.
2011-11-11 David van Moolenbroekps(1): remove outdated comment
2011-11-11 David van Moolenbroekps(1) man page: mem/kmem are no longer used
2011-11-10 David van MoolenbroekChange default pager to less(1)
2011-11-09 David van Moolenbroeklibbdev: initial version
2011-11-07 David van MoolenbroekServers: remove ABI comment
2011-11-07 David van MoolenbroekMiscellaneous legacy cleanup
2011-11-07 Ben Grasstopgap local fstab
2011-11-07 David van MoolenbroekKernel: fix compilation with DEBUG_RACE on
2011-11-07 David van Moolenbroekblocktest: add system.conf file, too
2011-11-07 David van MoolenbroekMove optset.c into libsys; remove redundant copies
2011-11-07 David van MoolenbroekAdd "blocktest" test, for testing block drivers
2011-11-07 David van Moolenbroekatl2: prevent compiler memory access misordering
2011-11-06 Ben Grasmfs: ditch global readahead
2011-11-04 David van MoolenbroekDrivers: fix issues introduced by commit b198207
2011-11-04 David van Moolenbroekahci: prevent compiler memory access misordering
2011-11-04 David van Moolenbroekahci/libdriver: multithreading support
2011-11-01 David van Moolenbroekprocfs: fix for PID reuse between updates
2011-11-01 David van MoolenbroekKernel: remove unused MF_ASYNMSG
2011-11-02 Arun ThomasInstall servers in GCC/clang case
next