]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2005-10-21 Ben GrasBigger
2005-10-21 Ben GrasSeparate zlib install target
2005-10-21 Ben GrasChange the way $PATH is assigned
2005-10-21 Ben Gras*** empty log message ***
2005-10-21 Ben GrasTell makefile where to find gmake
2005-10-21 Ben GrasDon't let everyone do IOPENABLE.
2005-10-21 Ben Gras*** empty log message ***
2005-10-21 Ben GrasRemember old scratch devices
2005-10-21 Ben GrasSupport -r
2005-10-21 Ben GrasRemoved VM changes for SOSP release (3.1.1).
2005-10-21 nobodyThis commit was manufactured by cvs2svn to create branc...
2005-10-21 Ben GrasOptionalize memory and vm verbose prints
2005-10-21 Ben GrasDon't panic on missing drivers.
2005-10-21 Ben GrasBigger
2005-10-21 Ben Grascall libraries with $(GMAKE)
2005-10-21 Ben GrasMake lance driver notify inet on startup, and respond...
2005-10-21 Ben GrasPanic fix
2005-10-21 Ben GrasTest for SENDING else RECEIVING should be SENDING,...
2005-10-21 Ben GrasDon't enqueue processes unless their flags have become 0
2005-10-21 Philip HomburgCrash recovery changes.
2005-10-21 Philip HomburgDeal with crashing ethernet drivers
2005-10-21 Jorrit HerderAdded replies to status requests from RS.
2005-10-21 Jorrit HerderAdded periodic checks from RS to drivers.
2005-10-21 Jorrit HerderRest ...
2005-10-21 Jorrit HerderNew rescue functionality.
2005-10-21 Jorrit HerderNew Rescue Device Driver (RAM disk like)
2005-10-21 Jorrit HerderRescue script fixes.
2005-10-21 Ben GrasOutside the book branch, remove references to the book...
2005-10-21 Philip HomburgPrelim commit for ethernet driver crash recovery.
2005-10-21 Ben GrasNo /usr/gnu/bin in $PATH
2005-10-21 Ben Gras*** empty log message ***
2005-10-21 Ben GrasDon't print SIGKSTOP message
2005-10-21 Ben GrasChanges to make gcc compile our libraries too (Joren)
2005-10-21 Ben Gras*** empty log message ***
2005-10-21 Ben Gras. minor formatting fixes (spaces, newlines) of messages
2005-10-21 Ben GrasAdded explanation of SIGKILL, REBOOT order.
2005-10-21 Ben Gras. don't kill tty, send it messages on signals
2005-10-21 Jorrit HerderNew major device for Rescue Driver
2005-10-21 Ben Gras/etc/rc.rescue initializes driver rescue environment
2005-10-21 Ben Gras/boot/rescue (mount point for /dev/rescue)
2005-10-21 Ben GrasMake /dev/rescue
2005-10-20 Jorrit HerderI forgot to enter this file so my disembodied ghost...
2005-10-20 Ben Gras . check for notify() from NONE (shouldn't happen any...
2005-10-20 Ben Gras2 extra error conditions on disappearing processes...
2005-10-20 Jorrit HerderTell RS server about upcoming shutdown.
2005-10-20 Ben Grasgcc separate target
2005-10-20 Jorrit HerderNew IPC error codes: ESRCDIED, EDSTDIED, ETRAPDENIED.
2005-10-20 Jorrit HerderUpdated Makefile for DS server.
2005-10-20 Jorrit HerderUpdated makefile for DS server.
2005-10-20 Jorrit HerderRenamed to manager.h.
2005-10-20 Ben GrasAlso dev_open opened block and character special files
2005-10-20 Jorrit Herder*** empty log message ***
2005-10-20 Jorrit HerderNew Reincarnation Server functionality.
2005-10-20 Jorrit HerderNew Data Store server.
2005-10-20 Jorrit HerderNew dumps for RS and DS server.
2005-10-20 Jorrit HerderNew MEM driver for recovery.
2005-10-20 Jorrit HerderNew error codes for IPC errors.
2005-10-20 Jorrit HerderService refresh.
2005-10-20 Ben GrasReduce buffer cache a bit to make space for boot device...
2005-10-20 Ben GrasNew DMAP_BABY flag in <minix/dmap.h> and to be printed...
2005-10-20 Ben GrasTwo 'dynamic driver' features in FS:
2005-10-20 Ben GrasNewline after startup msg
2005-10-20 Ben Grasthisevent
2005-10-20 Jorrit HerderNew manual page for service(8).
2005-10-20 Ben GrasDon't print KMESSages, they are sent to tty separately.
2005-10-19 Ben GrasDon't beep (print bell characters) on rebooting
2005-10-18 Ben Grasbugs in trunk
2005-10-18 Ben GrasIncluded Makefiles for ack and gcc
2005-10-18 Ben GrasGlobal included Makefile
2005-10-18 Ben Grasgcc includes fixup
2005-10-18 Ben GrasHigh watermark memory usage feature
2005-10-18 Ben GrasTurn IPC warning messages off by default
2005-10-18 Ben GrasBugfix by Joren
2005-10-18 Ben GrasRestore -lm
2005-10-18 Ben Grasprintf() by kernel and servers now send messages to...
2005-10-18 Ben GrasRestore libm
2005-10-18 Ben GrasLeave out exit() that was in there to test RS.
2005-10-17 Ben GrasPrint quant as signed number so a 'scheduling defecit...
2005-10-17 Ben GrasCheck for ZOMBIE flag with findproc
2005-10-17 Jorrit HerderRemoved check if slot in use for keymapping: otherwise...
2005-10-17 Ben GrasA new panic that makes processes exit with PM knowing...
2005-10-17 Ben GrasVersion number for sosp release
2005-10-14 Ben GrasAl's system -> kernel call change
2005-10-14 Ben GrasAl's system call -> kernel call renaming
2005-10-13 Ben GrasPM: added possibility to copy hole list from alloc...
2005-10-13 Ben GrasFixup for gcc headers (if installed)
2005-10-13 Ben GrasAdded SI_* memory hole list type, to request a copy of
2005-10-13 Ben GrasMoved 'struct hole' for memory holes from PM to <minix...
2005-10-13 Ben GrasComment fix about sys_abort()
2005-10-13 Ben GrasGet out silly debug message
2005-10-12 Philip HomburgIntel 82845B/A and Intel 82801B
2005-10-12 Jorrit HerderNew libary functions.
2005-10-12 Jorrit HerderMinor changes for new library functions at PM.
2005-10-12 Jorrit HerderNew deadlock check at proc.c.
2005-10-12 Jorrit HerderNew signal handling behaviour at PM (services can be...
2005-10-12 Ben GrasCompile fix
2005-10-12 Ben Grasrw_block is private to cache.c
2005-10-12 Jorrit HerderMinor fixes for RS. Install signal handlers.
2005-10-12 Ben GrasIf processes are blocked on device drivers (returning...
2005-10-12 Ben GrasAdded DEV_PING message type to drivers (but not etherne...
next