]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2012-06-18 Ben Grasdrop from segments physcopy/vircopy invocations
2012-06-18 Ben Grasdrop segments from safemap/safeunmap invocations
2012-06-18 Kees JongenburgerAdd hot plugging infrastructure in rc file.
2012-06-18 Kees JongenburgerAdd devmand configuration to /etc.
2012-06-18 Kees JongenburgerAdd support in devmand for using config dirs.
2012-06-18 Kees JongenburgerUpgrade libddekit and introduce devmand.
2012-06-18 Kees JongenburgerMove setjmp and strnlen to common/lib.
2012-06-16 Ben Grasdrop segment from safecopy invocations
2012-06-15 Ben Grasdumpcore: use ptrace function to trigger a coredump
2012-06-14 Ben Graspm: ignore notify() from unknown sender
2012-06-07 Ben Grasfurther libexec generalization
2012-06-07 Ben Grasexec() cleanup, generalization, improvement
2012-06-07 Ben Grasdrop aout support
2012-06-07 Ben Grasvm: add third-party mmap() mode and PROCCTL
2012-06-07 Ben Graskernel: compact utility functions
2012-06-06 Ben Grasendianness compile fixes
2012-06-01 Ben Graskernel: make sure mpx.S is linked early
2012-05-31 Ben Grassynctree compile fix
2012-05-30 Ben Grasno USE_BOOTPARAM
2012-05-30 Ben Graskernel: neater arch-dependent split in Makefiles
2012-05-30 Ben Grasonly elf/multiboot images
2012-05-30 Ben Grasmthread: mmap returns MAP_FAILED on error
2012-05-10 Ben Grasset major version of shlibs to 0
2012-05-09 Ben Grasretire BIOS_SEG and umap_bios
2012-05-04 Ben Grasbrazilian keymap
2012-05-02 David van MoolenbroekVFS: fix "process already free" panic on reboot
2012-05-02 David van Moolenbroektest43: fix dangling-symlink case
2012-05-02 Ben Graslibarchive import
2012-05-01 Thomas Veermanlibmthread: don't always verify library initialization
2012-04-27 Thomas VeermanVFS: unlock vmnt when out of vnodes
2012-04-27 Thomas VeermanVFS: release what can be released
2012-04-27 Thomas VeermanVFS: simplify stat for pipes
2012-04-27 Thomas VeermanVFS: use S_IS* macros
2012-04-27 Thomas VeermanVFS: I_PIPE is redundant
2012-04-26 Ben GrasAT_SUN_EXECNAME support
2012-04-25 Ben Graskernel: mon_return cleanup
2012-04-25 Antoine LecaEnable LZMA supprt with tar(1)
2012-04-20 David van MoolenbroekMFS: reimplement block clean marking fix
2012-04-20 David van MoolenbroekVFS: reimplement truncate mtime/ctime fix
2012-04-20 David van Moolenbroekrun test fix, take two
2012-04-19 Ben Grasdaily cron: fix timestamp updating
2012-04-19 Ben Grasuse linker to align fpu state save area
2012-04-19 David van Moolenbroekprocfs: fix rare panic in add_inode
2012-04-18 Ben Grasupdate_bootcfg: fix: generate absolute paths
2012-04-18 Ben Grasrun test fix
2012-04-18 Ben Grasblock ioctls: pass request number
2012-04-17 Ben Grasrelease fixes
2012-04-16 Ben Grastest scripts fixes
2012-04-16 Ben Grasdynamic executables on ramdisk support
2012-04-16 Ben Grastests: link them dynamically by default
2012-04-16 Ben Grasbuild shared versions of libraries
2012-04-16 Ben Grasrecognize and execute dynamically linked executables
2012-04-15 Ben Graskernel: align gdt and idt base addresses
2012-04-13 Thomas VeermanProvide boot option to boot into single user mode
2012-04-13 Thomas VeermanFix booting into single user mode
2012-04-13 Thomas Veermanservice: make clear who is printing the error
2012-04-13 Thomas VeermanVFS: fix filp reuse race
2012-04-13 Thomas VeermanVFS: more three-level-lock sanity checking
2012-04-13 Thomas VeermanTTY: don't allow multiple readers on tty minor
2012-04-13 Thomas VeermanVFS: add getting active threads control msg
2012-04-13 Thomas VeermanVFS: remove debug print
2012-04-13 Thomas VeermanVFS: let know when skipping reply
2012-04-13 Thomas VeermanVFS: fix dead lock
2012-04-13 Thomas VeermanVFS: fix new signed/unsigned comparisons
2012-04-13 Thomas VeermanVFS: warnings are errors
2012-04-13 Thomas VeermanAdd a simple utility to send control messages
2012-04-13 Thomas VeermanVFS: enable sending control messages
2012-04-13 Thomas Veermanlibmthread: add stack traces
2012-04-13 Thomas VeermanVFS: find job only if request is an transaction
2012-04-13 Thomas VeermanVFS: make m_in job local
2012-04-12 Ben Grasvm: add MAP_FIXED
2012-04-12 Ben Grasvfs: more regions for coredumps
2012-04-12 Ben Grasswitch to netbsd csu
2012-04-12 Ben Grastest: convert to bsdish Makefile
2012-04-12 Ben Grasretire bios_wini
2012-04-12 Ben Grasvm: full memory view
2012-04-12 Ben Grasvm: break: allow brk() on any region
2012-04-12 Ben Grasfix gcc test62
2012-04-11 Ben GrasImport NetBSD usr.bin/login
2012-04-10 David van MoolenbroekAdd VBFS: VirtualBox Shared Folder File System
2012-04-09 David van MoolenbroekAdd libvboxfs: VirtualBox shared folders library
2012-04-09 David van MoolenbroekCreate SFFS library out of HGFS
2012-04-09 David van MoolenbroekHGFS: move all VMware-specific code into libhgfs
2012-04-09 David van MoolenbroekSEF: add sef_cancel()
2012-04-09 David van MoolenbroekVBOX: add host/guest communication interface
2012-04-02 Ben GrasImport NetBSD file(1)
2012-04-02 Ben Grasadd UPDATING note about genassym
2012-04-01 Ben Grasclean up master Makefile a bit
2012-03-31 David van Moolenbroekmanpages: fix options and examples
2012-03-31 Ben Grasimport genassym and use it for sconst.h in kernel
2012-03-30 Ben Grasuse __restrict instead of restrict
2012-03-30 David van MoolenbroekKernel/servers/drivers: resolve a few warnings
2012-03-30 Antoine LecaActually consider the new su(1)
2012-03-29 David van Moolenbroekhgfs: subsecond timestamp precision
2012-03-29 Ben Grasdrop /usr/lib/advent dir (no more advent)
2012-03-29 Antoine LecaDrop obsolete sdump
2012-03-29 Arun Thomaskernel: Remove unnecessary ACK conditionals
2012-03-29 Tomas Hrubyioapic - missing volatiles
2012-03-28 Ben Grasvarious kernel printing fixes
2012-03-28 Ben Grasadjust netconf for new su behaviour
next