eae250dea4
. load average calculation changed to calculate it all over every tick instead of keeping a running total of enqueued processes (because somehow the load average was broken) . added SI_KPROC_TAB to get a copy of kernel process table from PM, for a top implementation . fixed arg to sys_nice() to make it an endpoint, not a slot number
Ben Gras2006-03-16 09:33:35 +00:00
93f94cb7cc
chroot in /bin for install script
Ben Gras2006-03-15 16:02:38 +00:00
ff67776995
FS: . loops checked for PID_FREE . exit broken down in exit and cleanup functions; when reboot happens, cleanup is done but not exit (as processes have not actually exited), this keeps drivers working . fixed a few uninitialized and unused variables
Ben Gras2006-03-15 15:34:12 +00:00
7879c008ae
More stack for yacc (to compile nawk)
Ben Gras2006-03-15 15:16:43 +00:00
50d805144c
dmap_io now returns a status. map_driver no longer calls dev_up.
Philip Homburg2006-03-15 13:37:20 +00:00
36e8c1a185
Added assert to syslib. Moved panic from sysutil to syslib for assert. Panic now tries sys_kill with SIGKILL first.
Philip Homburg2006-03-15 12:06:18 +00:00
c1da6e6e24
Allow a process to kill itself. Remove the endpoint of a process that kills itself before reporting the singal to pm.
Philip Homburg2006-03-15 12:01:59 +00:00
454dc8a180
Disabled special processing of KILL signals that are passed to pm by the kernel
Philip Homburg2006-03-15 11:35:53 +00:00
57ed4b2bf7
Pass endpoint to sys_trace instead of slot number.
Philip Homburg2006-03-15 11:32:00 +00:00
55bdde85f0
Hack out of proc.c; function and flags width in ipc.h back to nibbles instead of bytes for backwards compatability
Ben Gras2006-03-15 11:29:54 +00:00
d2d193c7b6
More space for mdb. Terminate an error message with a newline.
Philip Homburg2006-03-15 11:29:22 +00:00
8500d0f238
Backwards compatability hack
Ben Gras2006-03-15 11:11:54 +00:00
3bd337d54c
make a ramdisk if necessary
Ben Gras2006-03-13 14:44:34 +00:00
34b1f1c738
Create a ramdisk using 'ramdisk'.
Ben Gras2006-03-13 14:41:54 +00:00
1a7f7d6333
at_wini: removed RO_BIT misfeature, not used any more pm: fixed rebooting by making a copy of the monitor code from the user process. this is necessary because that process is dead by the time sys_abort() is called.
Ben Gras2006-03-13 13:21:13 +00:00
b3f969af94
. Version is '3.1.2-B1', stands for -beta1 . Removed old copyright notice from <minix/const.h>
Ben Gras2006-03-13 13:18:39 +00:00
cd8905f906
Don't need this change with new reboot
Ben Gras2006-03-13 10:36:52 +00:00
23158865b2
Don't include ramdisk image in .depend - breaks 'make depend'
Ben Gras2006-03-11 10:58:38 +00:00
9b1d4ef233
special case when exiting FS - don't core dump and don't tell FS about it Because if FS is hanging in a signal, the exit won't work. This way FS gets exited on e.g. SIGSEGV.
Ben Gras2006-03-10 17:35:55 +00:00
682efc75e5
Wait longer for ip address (fxp)
Ben Gras2006-03-10 17:33:15 +00:00
c236121692
Let reboot work again by making PM check for RBT_REBOOT
Ben Gras2006-03-10 16:50:27 +00:00