]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2005-06-21 Ben GrasCorrected buffer size calculation from MAX(bufsize...
2005-06-21 Jorrit HerderFixed various GCC compiler warnings for the kernel.
2005-06-20 Ben GrasAdded function read_cpu_flags() that returns current...
2005-06-20 Ben GrasPrint re-locking event count if enabled.
2005-06-20 Ben GrasAdded header file that decodes the intel x86 flags...
2005-06-20 Jorrit HerderNew bit map manipulation header.
2005-06-20 Jorrit HerderUpdated function key mapping because of possible change...
2005-06-20 Ben GrasFix for gzip make clean if Makefile doesn't exist..
2005-06-20 Ben Grasconnected ps and ftpd200 to commands build
2005-06-20 Jorrit HerderRemoved unused code in proc.c. New message passing...
2005-06-20 Ben GrasFixed a few quirks in misc.c
2005-06-20 Ben GrasConnected ps to build
2005-06-19 Ben GrasFixed bug that caused the PM to brutalize the contents...
2005-06-19 Ben Grasselect-test-set compile fixes.
2005-06-19 Ben GrasFixed nasty bug that would cause FS to loop forever...
2005-06-19 Ben GrasMade mkfs a little smarter about how to report empty...
2005-06-19 Ben GrasMade libpci recognize my pci controller at home (again)
2005-06-17 Ben GrasFixed various nits in the make/release process.
2005-06-17 Ben GrasPart of fs timers library, forgot to add this in previo...
2005-06-17 Ben GrasFixes for /root homedir.
2005-06-17 Ben GrasAdded (fake) readlink().
2005-06-17 Ben GrasSelect test-set imported from the minix contributions...
2005-06-17 Ben GrasVarious compile fixes.
2005-06-17 Ben GrasRenamed commands to cmds - make is confused that the...
2005-06-17 Ben GrasStarted select() implementation.
2005-06-17 Ben GrasChanged timer library function args.
2005-06-17 Ben GrasChanged arguments of timer library functions.
2005-06-17 Ben GrasStarted select() manpage.
2005-06-17 Ben GrasVarious select() support flags, prototypes, definitions.
2005-06-17 Ben GrasAdded back boot banner for CD
2005-06-17 Jorrit HerderApplied MINIX 2.0.4 pathes provides by Al Woodhull.
2005-06-17 Jorrit HerderUpdated boot monitor help menu.
2005-06-17 Ben GrasAdded dummy readlink() call that returns an error ...
2005-06-17 Jorrit HerderRemoved unnecessary call to unlock() from exception().
2005-06-17 Jorrit HerderFixed code passed to boot monitor after shutdown.
2005-06-17 Jorrit HerderRemoved duplicate 'done' output after calling readall.
2005-06-17 Jorrit Herder*** empty log message ***
2005-06-17 Jorrit HerderCapitalized output.
2005-06-17 Jorrit Herder*** empty log message ***
2005-06-17 Jorrit HerderRemoved mem chunks dump. (No longer available from...
2005-06-17 Jorrit HerderParsing of free memory chunks is now done at the proces...
2005-06-17 Jorrit Herder* Fixed bug relating to nested locking in interrupt...
2005-06-17 Jorrit HerderRelocated echo "Multiuser startup in progress ..."...
2005-06-17 Jorrit HerderChanged uname to retrieve actual OS release and version...
2005-06-17 Jorrit HerderMinor changes in PM interface affected these commands.
2005-06-17 Jorrit HerderFixed typo in run output;
2005-06-17 Ben GrasUndid \c from default leader and trailer
2005-06-10 Philip HomburgImproved compatibility with other Unix systems.
2005-06-08 Philip HomburgHack for buffer overflow, should be fixed properly.
2005-06-07 Jorrit HerderRemoved debug dumps from the PM and FS servers. The...
2005-06-07 Ben Grasfix for ~root being / and buggering up system with...
2005-06-07 Jorrit HerderKernel cleanup.
2005-06-07 Jorrit HerderAdded welcome message to POSIX test suite.
2005-06-06 Philip HomburgUse relative paths.
2005-06-06 Ben Grasremoved debug message
2005-06-06 Jorrit HerderFixed 'ps' utility: now get process table addresses...
2005-06-06 Ben Grascheck relaxation for bios memory
2005-06-06 Ben Grassmall compile fixes; initial select() stubs; release...
2005-06-06 Ben Grasbugfix
2005-06-06 Jorrit HerderFixed bug relating to FS and MEMORY during startup;
2005-06-03 Jorrit HerderVarious updates.
2005-06-03 Ben Grasprocess manager must be able to send to rtl driver
2005-06-03 Ben Grasprettified rtl driver:
2005-06-02 Ben GrasUndid usage of vector-copy function. It's a good idea...
2005-06-02 Jorrit HerderCreated new findproc system call to the PM (to replace...
2005-06-01 Jorrit HerderMinor commit to remove conflict with update.
2005-06-01 Jorrit HerderCleaned up src/lib/utils library. Renamed server_ funct...
2005-06-01 Ben Grasfixed bug that caused number of inodes to make estimati...
2005-06-01 Ben GrasMake needs a little more memory
2005-06-01 Ben GrasRemoved mm files (obsolete; it's pm now)
2005-06-01 Ben GrasAble to dump lock()/unlock() timing data
2005-06-01 Ben Grasfunction key notifications became notifies fix
2005-06-01 Ben Grasexec now uses phys_zero system call to zero bss segment...
2005-06-01 Ben GrasAdded args to lock() and unlock() to tell them apart...
2005-06-01 Ben GrasAdded sys_physzero library call for corresponding syste...
2005-06-01 Ben GrasMoved timing structs around to be more standard
2005-06-01 Ben GrasAdded support for lock()/unlock() timing registration...
2005-06-01 Ben Grasdifferent way of dealing with fd's so chmem <arg> ...
2005-06-01 Jorrit HerderFixed minor bug in PM's child time administration.
2005-05-31 Ben GrasFix for 'the kermit problem' (keyrepeats happening...
2005-05-31 Jorrit Herder*** empty log message ***
2005-05-31 Jorrit HerderReplaced flagalrm() timers with another technique to...
2005-05-31 Ben Grascompile fixes for kermit and postmort
2005-05-31 Ben GrasFixed some compiler warnings.
2005-05-31 Ben GrasReverse trailer/delay order (delay first)
2005-05-31 Jorrit HerderAdded time.c
2005-05-31 Jorrit HerderMoved stime, time, times POSIX calls from FS to PM...
2005-05-30 Ben GrasDisabled clearing screen in tty driver, started console...
2005-05-30 Ben GrasAdded 'bootdelay' feature in boot monitor, it pauses...
2005-05-30 Jorrit HerderSENDREC now always has flag FRESH_ANSWER to prevent...
2005-05-30 Jorrit HerderFixed clear_proc(): properly release resources (IRQ...
2005-05-30 Ben GrasImported kermit v2.11
2005-05-30 Jorrit HerderFixed PM send() failed warning: don't reply to killed...
2005-05-30 Jorrit HerderImproved shared device driver code: use SELF instead...
2005-05-27 Jorrit HerderKinfo counts lock_notify() and lock_send() calls.
2005-05-27 Jorrit HerderCreated ECHO system call for testing purposes.
2005-05-27 Jorrit HerderFixed a bug in PM: sending of reply messages didn't...
2005-05-27 Jorrit HerderImproved NOTIFY system: fixed a minor error, ignore...
2005-05-26 Jorrit HerderOptimized scheduling code. Old code is still available...
2005-05-24 Ben Grasthis test breaks on the new pre-i/o i/o buffer check...
next