]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2011-02-28 Ben Grasauto-tune mfs cache size based on FS usage and remainin...
2011-02-28 Ben Grasonly declare builtin prototypes in C mode
2011-02-27 Ben Grasminor fix for clang - do_unbind() becomes void
2011-02-26 Arun ThomasUpdate docs/UPDATING
2011-02-26 Arun ThomasVM and kernel support for ELF
2011-02-26 Ben Grasbuild fix
2011-02-26 Ben Grasdon't define CHIP at all any more, just use the namespa...
2011-02-25 David van MoolenbroekKernel: small comment fix (Bug#562, reported by Ryan...
2011-02-25 Dirk Vogtfix rs/service data structures (add devman_id)
2011-02-25 Ben Grasadd /usr/include/ddekit dirs
2011-02-25 Dirk Vogtadded libddekit
2011-02-25 Dirk Vogtadded DDEkit headers
2011-02-25 Dirk Vogtlibdevman: IPC wrapper for devman
2011-02-25 Dirk Vogtincoporate davman into server/rs
2011-02-23 Dirk Vogtforgot to add devman to system.conf
2011-02-23 Ben Grasfix for elf2aout
2011-02-23 Dirk VogtAdded Device Manager (USB hotplug support)
2011-02-23 Arun Thomasramdisk: Add procfs to ramdisk
2011-02-23 Arun Thomasservice: Improve failure message
2011-02-23 Ben Graself2out from netbsd (ported for minix aout)
2011-02-23 Erik van der... Restart process after response from async driver on...
2011-02-22 Dirk Vogtprocfs: only initialize the first time procfs is mounte
2011-02-22 Dirk Vogt_mount.c: don't check for excutable if MS_EXISTING...
2011-02-22 Dirk Vogtadded libusb, a IPC abstraction lib for USB stuff
2011-02-22 Gianluca GuidaSet MACHINE_ARCH and MACHINE_CPU to in NBSD libc Makefile
2011-02-22 Gianluca GuidaAdd Minix-specific siglist.c
2011-02-22 Gianluca GuidaSimplify (and fix) NBSD libc's weak references of getcwd.
2011-02-22 Ben Grasclang - let buildsystem figure out how to invoke AR...
2011-02-21 Gianluca GuidaFix signal handling in NBSD libc.
2011-02-21 Ben Grasadd clean clang libraries target
2011-02-21 Ben Grasclang: support for building elf using temporary elf...
2011-02-21 Dirk VogtAdd usb message types to com.h
2011-02-21 Ben Grasmark forked process as such in the kernel p_name
2011-02-21 Dirk VogtUSB chapter 9 definitions
2011-02-21 Gianluca GuidaAdd NBSD-like Minix system includes.
2011-02-20 Ben Grasgrep - letting calloc() return NULL for 0 storage makes...
2011-02-18 Ben Graspm - sys_sigsend can fail legitimately
2011-02-18 Dirk VogtIncrease maximum filename length for /sys/
2011-02-17 Gianluca GuidaAdd NBSDLibc Minix specific files.
2011-02-16 Ben Grascleantmp.c - protect against double definition of NDEBUG
2011-02-16 Ben Grasadd NOASSERTS make flag that disables assert()s (NDEBUG=1).
2011-02-15 Gianluca GuidaClean up NetBSD includes Minix port.
2011-02-15 Gianluca Guida Fix NetBSD a.out bug in common/libc and port Makefile
2011-02-15 Gianluca GuidaClean up NetBSD libc Minix port.
2011-02-15 Gianluca GuidaPort NetBSD libc functions to Minix.
2011-02-15 Gianluca GuidaThis patch modifies the NetBSD basic includes to be...
2011-02-14 Gianluca GuidaImport unmodified NetBSD libc in trunk
2011-02-14 Gianluca GuidaUnbreak build by fixing typo.
2011-02-14 Gianluca Guida Use __NBSD_LIBC to specialize common headers for NetBS...
2011-02-14 Gianluca GuidaMove network includes and lib.h into common/include...
2011-02-11 Ben Grasvm: only suspend and resume process with vmctls in...
2011-02-10 Ben Grasusr/Makefile: added missing sh minibootstrap.sh
2011-02-10 Ben Grasmemory driver: munmap() imgrd after first close.
2011-02-10 Ben Grastake pkgsrc.conf out of the base system.
2011-02-09 Ben Grasminor release.sh fixes and tweaks
2011-02-08 Ben Grastop - able to account kernel cpu time to process
2011-02-08 Ben Grasprocfs - export extra kernel time accounting fields
2011-02-08 Ben Graskernel - account for kernel cpu time (ipc, kcalls)...
2011-02-08 Ben Graskernel - change print*() functions for ipc to generic...
2011-02-06 Gianluca GuidaMove shared headers in common/include
2011-02-04 Ben Grasinclude - throw out gettiminglocks stuff from include
2011-02-04 Ben Graskernel - doesn't do lock timings any more
2011-02-04 Ben Grasis - no more getlocktimings.
2011-02-02 Erik van der... Fix comment mutilated by find/replace
2011-01-31 Ben Gras/usr/Makefile - automatically update pkgin database...
2011-01-31 Ben Gras/usr/Makefile - automatically install git
2011-01-30 Ben Grassome extra math functions from netbsd for netpbm.
2011-01-30 Ben Grasalways define PKG_TOOLS_BIN
2011-01-28 Ben Gras<ansi.h> -> <minix/ansi.h>
2011-01-28 Ben Gras<ansi.h> -> <minix/ansi.h>
2011-01-28 Ben Grastake pkg_install out of the base system and pre-install...
2011-01-27 Ben Grasupdate package names in packages.install to new pkgsrc...
2011-01-27 Arun ThomasRemove code for kernel task stack initialization
2011-01-26 Ben Grasadd minix3.org pkgsrc mirror as backup source
2011-01-26 Ben Grasadded uint typedef declaration in <minix/types.h>
2011-01-26 Ben Grasadded <complex.h> (needed for compiler-rt)
2011-01-18 David van MoolenbroekKernel: fix clearing IPC references resulting in system...
2011-01-11 Erik van der... Servers request TSC freq from kernel rather than each...
2011-01-07 David van MoolenbroekRS: don't share executable images with a dead process
2011-01-07 David van MoolenbroekRS: move setuid() hack to where it belongs.. again.
2011-01-07 David van MoolenbroekDS: fix regression in ds_subscribe regex construction
2011-01-07 David van MoolenbroekDS: update subscriptions for deleted keys upon process...
2011-01-07 David van MoolenbroekKernel: fix notification delivery to non-ANY receivers
2010-12-21 David van Moolenbroekremove fsck1 altogether
2010-12-21 David van Moolenbroekchange bitchunk_t from 16-bit to 32-bit
2010-12-20 David van Moolenbroeksys/queue.h: add LIST_FOREACH_SAFE
2010-12-17 Arun ThomasFix multiboot for ACK-built images
2010-12-16 David van MoolenbroekKernel: statistical profiling fixes
2010-12-15 Ben Grasvfs - use a static buffer instead of malloc()+free...
2010-12-11 Erik van der... Workaround for circular dependency problem in pkgadd
2010-12-10 Arun Thomaslibc and csu updates for ELF
2010-12-10 Arun Thomascsu/build support for ELF
2010-12-10 David van Moolenbroekmkfifo.c: fix ack warning
2010-12-10 Arun Thomasunstack: ELF support
2010-12-10 Arun Thomasfile(1): Add ELF support
2010-12-10 Arun ThomasFix libname in bsd.prog.mk
2010-12-10 Arun ThomasVFS/RS support for ELF
2010-12-08 David van MoolenbroekRS: fix IPC privilege computation bug
2010-12-07 David van Moolenbroeksystem.conf: base ipc permissions on process names...
2010-12-07 David van MoolenbroekKernel/RS: fix permission computation with 32+ system...
next