]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2009-01-09 Ben Grasbigger ramdisk for bigger binaries
2009-01-09 Ben Grasprofiling reminder
2009-01-09 Ben Grastiming library from kernel into library
2009-01-09 Ben Grasno longer in kernel
2009-01-09 Ben Grastiming measurement code out of kernel and into library
2008-12-21 Ben Grasactually build and install zoneinfo.
2008-12-21 Ben Grasforget about bad block testing.
2008-12-21 Ben Grasstopgap measure against elvis going nuts when files...
2008-12-21 Ben Grasdon't ignore the fact that scancodes are escaped.
2008-12-21 Ben Grasdon't check senda() buffer if size is 0.
2008-12-19 Ben Grasmake space for first code and data pages if so configured.
2008-12-19 Ben Grasdebug buffer slightly usabler.
2008-12-19 Ben Grasphys addr arg of 0 must be possible for pt_writemap...
2008-12-19 Ben Grasif serial output is enabled in the boot monitor, on...
2008-12-19 Ben Gras/boot/boot install helper script.
2008-12-18 Ben Grasoops, shouldn't be on in svn.
2008-12-18 Ben Gras . map text (kernel's and processes') in readonly
2008-12-18 Ben Grasmake kernel leave a page-sized gap in its code and...
2008-12-17 Ben GrasInitialize deferred field. This seems to fix a hanging...
2008-12-17 Ben Grasbugfix for lance. works in vmware now.
2008-12-16 Ben Grasput put_vnode() back where it belongs!
2008-12-16 Ben Grassyslib function for VMCTL_STACKTRACE
2008-12-16 Ben Grasadded code for debugging pagefaults
2008-12-16 Ben Gras(no commit message)
2008-12-15 Ben Gras(no commit message)
2008-12-15 Ben Grasget fproc table. don't print size as that doesn't say...
2008-12-11 Ben Grasdon't force vm to print to serial; don't kill processes...
2008-12-11 Ben Grasuse VM functions to allocate ramdisk on demand. some...
2008-12-11 Ben GrasDEV_BOOT is obsolete.
2008-12-11 Ben GrasDEV_BOOT is obsolete.
2008-12-11 Ben Grasfor compatability with older images.
2008-12-11 Ben Grasstacktrace feature.
2008-12-11 Ben Grasprototype fix
2008-12-11 Ben Grasstraggler.
2008-12-11 Ben Grasdynamic HZ, library stacktrace
2008-12-11 Ben Grasrc script needs to open its own stdin, stdout and stderr
2008-12-11 Ben Graseveryone needs GETINFO for HZ
2008-12-11 Ben Gras . no more HZ
2008-12-11 Ben Grassystem_hz replaces HZ
2008-12-11 Ben Grasno more HZ; less debugging statements
2008-12-11 Ben Grasdebug out
2008-12-11 Ben Grasdon't hang old binaries
2008-12-11 Ben Grasadded some code to debug why filesystems won't unmount
2008-12-11 Ben Grasthrow out debugging code.
2008-12-11 Ben GrasNo more HZ.
2008-12-11 Ben GrasOpen stdin, stdout and stderr only after /etc/rc has...
2008-12-11 Ben Gras . no more HZ, but use sys_hz() to get that value
2008-12-11 Ben Grasslight args change
2008-12-11 Ben Grasdynamic HZ
2008-12-11 Ben Grasmove senda to sep. file
2008-12-11 Ben GrasNo more HZ; move stacktrace() to library
2008-12-11 Ben Grasintroduce Hz variable that is what used to be the HZ...
2008-12-11 Ben GrasChanges so the HZ constant isn't needed any more.
2008-12-11 Ben GrasI want to see /dev/imgrd so I can unmount it when it...
2008-12-11 Ben Grassyslogd needs a bit more stack.
2008-12-11 Ben Gras . print kernel stacktrace unconditionally on panic
2008-12-11 Ben Gras . VM needs a higher priority than VFS, PM etc
2008-12-11 Ben GrasPM_PROC_NR shouldn't be hardcoded as the caller.
2008-12-11 Ben Grasfunction to increase process stack (pointer). used...
2008-12-11 Ben Grassystem image processes with full address space are...
2008-12-11 Ben Gras . replace HZ by runtime system_hz (sysenv variable...
2008-12-11 Ben Gras . some flags to <minix/const.h>
2008-12-11 Ben Grasvm map request - ioctl to /dev/video
2008-12-11 Ben Grasadd va_copy()
2008-12-11 Ben Gras(no commit message)
2008-12-11 Ben GrasVMCTL_INCSP to increase process stack pointer.
2008-12-11 Ben Gras . ser_putc() goes to library
2008-12-11 Ben Gras . HZ no longer constant, but settable at boot time...
2008-12-11 Ben Grasfix race condition that can trigger 'enqueue already...
2008-12-08 Ben Grasumap fix
2008-12-08 Ben Gras - code shared with exec() letting boot-time processes...
2008-12-08 Ben Gras - hz dynamic
2008-11-19 Ben Grasfloppy must be able to allocate a bit more for nonpaged...
2008-11-19 Ben Grasmake allocmem accept and return values in bytes, ramdis...
2008-11-19 Ben Grasminor fixes
2008-11-19 Ben Graspaged mode is default.
2008-11-19 Ben Grasinclude libraries.
2008-11-19 Ben Graslingering file
2008-11-19 Ben Graslingering file.
2008-11-19 Ben GrasBasic VM and other minor improvements.
2008-10-02 Philip HomburgReverted accidental change to stat.c.
2008-10-02 Philip HomburgSome changes that were missing from the previous commit
2008-10-02 Philip HomburgMinix 3 version
2008-10-02 Philip HomburgUnmodified source of the software fault injection utility
2008-10-01 Ben Grasthrow out two time consuming tests
2008-07-22 David van MoolenbroekAdded lance entry to drivers.conf.
2008-06-24 David van MoolenbroekBackport of fix from asynchvfs branch for PM-LOG-VFS...
2008-04-08 Ben GrasA glob() implementation.
2008-04-08 Ben GrasUse $PAGER if set. Suggested by gigabo at gmail.com.
2008-03-12 Philip HomburgSelect support for eth by Erik van der Kouwe.
2008-02-25 Philip HomburgSYS_MAPDMAx -> SYS_MAPDMA, added IOMMU_MAP
2008-02-25 Philip HomburgBuild libdriver_asyn for target image
2008-02-25 Philip HomburgSYS_MAPDMAx -> SYS_MAPDMA.
2008-02-25 Philip HomburgFixed include files.
2008-02-25 Philip Homburg_function, function -> call_nr
2008-02-25 Philip HomburgAdded O_REOPEN, better error handling.
2008-02-25 Philip HomburgAdded XDOPEN.
2008-02-25 Philip HomburgAdded libdriver_asyn and amddev
2008-02-25 Philip HomburgDriver for AMD's DEV.
2008-02-25 Philip HomburgAsynchrnous character device interface.
next