]> Zhao Yanbai Git Server - minix.git/history - servers/pm/main.c
. new kernel call sysctl for generic unprivileged system operations;
[minix.git] / servers / pm / main.c
2009-01-26 Ben Gras . new kernel call sysctl for generic unprivileged...
2008-12-11 Ben Gras . no more HZ
2008-11-19 Ben GrasBasic VM and other minor improvements.
2008-06-24 David van MoolenbroekBackport of fix from asynchvfs branch for PM-LOG-VFS...
2008-02-21 Philip HomburgSupport for I/O MMU: do not re-use a memory segment...
2007-08-07 Philip HomburgTell the kernel about the new boottime and don't tell...
2007-04-27 Philip Homburggetpeuid implementation. Get the uid of a process ...
2007-04-23 Philip HomburgRound memory size up for VM.
2007-02-16 Ben Gras . use library function to parse memory string
2006-12-22 Ben GrasSplit of architecture-dependent and -independent functi...
2006-10-25 Ben Gras. processes stay ZOMBIE, even after wait(), to avoid...
2006-07-10 Philip HomburgSupport for SI_CALL_STATS (counting systemcalls).
2006-06-30 Ben GrasGive pm its own brk() so malloc() works in pm. pm needs...
2006-05-19 Philip HomburgDisabled building rescue driver (no longer needed)...
2006-05-15 Philip HomburgUnpause requests (to FS) can be generated in parallel...
2006-05-11 Philip HomburgNew interface between PM and FS.
2006-03-13 Ben Grasat_wini: removed RO_BIT misfeature, not used any more
2006-03-10 Jorrit HerderJorrit's ... "progress?"
2006-03-03 Ben GrasFix of endpointless slot message in FS
2006-03-03 Ben Grasendpoint-aware conversion of servers.
2006-02-03 Ben GrasGive init process group 1.
2006-01-30 Philip HomburgAdded SIGCONT to the list of signal that are to be...
2005-10-21 Ben GrasOptionalize memory and vm verbose prints
2005-10-21 Ben Gras. don't kill tty, send it messages on signals
2005-10-12 Jorrit HerderNew signal handling behaviour at PM (services can be...
2005-10-03 Ben GrasAdd SIGWINCH signal and functionality in tty and suppor...
2005-09-30 Philip HomburgHack to provide kernel with space for page table.
2005-09-11 Ben GrasAndy's formatting changes.
2005-08-25 Jorrit HerderCleanup with gcc. Removed unused variables.
2005-08-23 Jorrit Herder*** empty log message ***
2005-08-22 Ben GrasAl's double-blank-line removal request
2005-08-22 Jorrit HerderScheduling updates to the kernel. Sched() function...
2005-08-16 Ben GrasAl's patch sent mon 15 aug.
2005-08-10 Jorrit HerderPut boot device memory initialization with #ifdef ENABL...
2005-08-10 Jorrit HerderRenamed mm_exit to pm_exit (requested by Al)
2005-08-05 Jorrit HerderFixed small bug in alarm code.
2005-08-05 Jorrit HerderCleanup of PM.
2005-08-04 Jorrit HerderFixed type.
2005-08-03 Jorrit HerderDisabled comments from FXP driver with #define VERBOSE 0.
2005-08-03 Jorrit HerderSingle boot driver loaded, while multiple can be includ...
2005-08-03 Jorrit HerderWithout /dev/boot ...
2005-08-03 Jorrit HerderFixed 'bug' in log driver that caused kernel messages...
2005-08-02 Jorrit HerderMiscellaneous small fixes to prettify startup output.
2005-08-02 Jorrit HerderCreated new devctl system call to FS. Moved dmap.h...
2005-07-29 Jorrit HerderUpdated servers according to syslib interface changes.
2005-07-26 Jorrit HerderUpdated F4 dump at IS to include send masks.
2005-07-19 Jorrit HerderRenamed src/lib/utils to src/lib/sysutil --- because...
2005-07-19 Jorrit HerderRemoved PM signon for INET. Now daemonized in /usr...
2005-07-14 Jorrit HerderRenamed system library functionality.
2005-07-04 Ben GrasA "fix" for bug no. 2 is to check if the process slot...
2005-07-04 Ben Gras. Added printing of ppid to PM dump output
2005-07-01 Ben GrasCalls and functionality for get/setpriority() and fsync().
2005-06-27 Jorrit HerderRemoved SM server.
2005-06-24 Jorrit HerderChanged Makefiles for mkdep script.
2005-06-19 Ben GrasFixed bug that caused the PM to brutalize the contents...
2005-06-17 Jorrit HerderParsing of free memory chunks is now done at the proces...
2005-06-03 Jorrit HerderVarious updates.
2005-06-01 Jorrit HerderCleaned up src/lib/utils library. Renamed server_ funct...
2005-05-31 Jorrit HerderMoved stime, time, times POSIX calls from FS to PM...
2005-05-30 Jorrit HerderFixed PM send() failed warning: don't reply to killed...
2005-05-27 Jorrit HerderFixed a bug in PM: sending of reply messages didn't...
2005-05-13 Jorrit HerderRemoved 'system process' magic from PM and FS.
2005-05-03 Ben GrasRename mm (memory manager) to pm (process manager)...