]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
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...
2005-10-12 Ben GrasDEV_PING message type for device driver keepalives
2005-10-12 Ben GrasDon't build vim tools
2005-10-11 Ben GrasA .vimrc that makes vim colours work on the minix conso...
2005-10-11 Ben GrasMinor number for pty device nodes computed wrongly
2005-10-10 Ben GrasFix warning (gcc)
2005-10-10 Ben GrasLarger dummy -lm
2005-10-10 Ben Grasgcc subdir for combined gcc/ack library build
2005-10-10 Ben Grasack subdir for combined ack/gcc library build
2005-10-10 Ben GrasAdd /usr/gnu/bin to $PATH as last search step
2005-10-10 Ben GrasNo driver in dmap is NONE instead of 0.
2005-10-10 Ben GrasFix
2005-10-10 Ben GrasMake "mkdir -p a/./b" work (with ".")
2005-10-09 Ben GrasAl's cosmetic rearrangement
2005-10-07 Ben Gras*** empty log message ***
2005-10-07 Ben GrasIncrease default binsize size
2005-10-07 Ben GrasComment corrections from Al
2005-10-06 Ben Grasdon't make /usr/home any more
2005-10-06 Ben GrasCorrected correction of clock's
2005-10-06 Ben GrasMissing comma
2005-10-06 Ben GrasSemidefinitive copyright statement.
2005-10-05 Ben GrasFS:
2005-10-05 Ben Gras1 sync in shutdown procedure.
2005-10-05 Jorrit HerderFixed problem in subtest 1; Part of test is now in...
2005-10-05 Jorrit HerderChanged EDEADDST to EDEADSRCDST
2005-10-05 Jorrit HerderMinor bug fixes in proc.c and utility.c;
2005-10-05 Ben GrasLet TTY call SYS_ABORT
2005-10-05 Ben GrasAl's comment fixes
2005-10-04 Ben GrasPrint fsck messages to explain delays
2005-10-04 Ben Grasselect status should return minor device number instead...
2005-10-04 Ben GrasFSDEVUNMAP, late commit
2005-10-04 Ben GrasAl's comment bug.
2005-10-04 Ben GrasFixed wrong comment.
next