Philip Homburg
7f861650b0
Use the sysutil library's printf code also for the kernel.
2006-03-15 16:15:23 +00:00
Ben Gras
91917f59e1
*** empty log message ***
2006-03-15 16:03:15 +00:00
Ben Gras
93f94cb7cc
chroot in /bin for install script
2006-03-15 16:02:38 +00:00
Ben Gras
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
scripts:
. new packaging system
2006-03-15 15:34:12 +00:00
Ben Gras
7879c008ae
More stack for yacc (to compile nawk)
2006-03-15 15:16:43 +00:00
Ben Gras
557d865b35
Removed some debug prints
2006-03-15 15:16:16 +00:00
Ben Gras
e07a62161a
. verbose recovery of tcpd
...
. chroot shows exit status to parent
2006-03-15 14:39:20 +00:00
Philip Homburg
7fecfd3740
Use assembler instead of C for the ramdisk. The assembler requires less
...
memory.
2006-03-15 14:28:05 +00:00
Ben Gras
36fa006cec
Let tcpd retry on errors.
2006-03-15 13:59:13 +00:00
Philip Homburg
50d805144c
dmap_io now returns a status. map_driver no longer calls dev_up.
2006-03-15 13:37:20 +00:00
Philip Homburg
36e8c1a185
Added assert to syslib. Moved panic from sysutil to syslib for assert.
...
Panic now tries sys_kill with SIGKILL first.
2006-03-15 12:06:18 +00:00
Philip Homburg
c1da6e6e24
Allow a process to kill itself. Remove the endpoint of a process that kills
...
itself before reporting the singal to pm.
2006-03-15 12:01:59 +00:00
Ben Gras
b351811f18
one-line descriptions
2006-03-15 11:50:15 +00:00
Philip Homburg
454dc8a180
Disabled special processing of KILL signals that are passed to pm by the kernel
2006-03-15 11:35:53 +00:00
Philip Homburg
57ed4b2bf7
Pass endpoint to sys_trace instead of slot number.
2006-03-15 11:32:00 +00:00
Ben Gras
55bdde85f0
Hack out of proc.c; function and flags width in ipc.h back to nibbles
...
instead of bytes for backwards compatability
2006-03-15 11:29:54 +00:00
Philip Homburg
d2d193c7b6
More space for mdb. Terminate an error message with a newline.
2006-03-15 11:29:22 +00:00
Ben Gras
8500d0f238
Backwards compatability hack
2006-03-15 11:11:54 +00:00
Ben Gras
ffd98d1b91
Fix test to match reality
2006-03-15 10:32:23 +00:00
Philip Homburg
d0d56cfb2b
Reverting some of changes that break backward compatibility.
2006-03-15 10:18:59 +00:00
Ben Gras
def8c13ba8
Do a sync() before reboot()ing in FS.
2006-03-14 13:54:20 +00:00
Ben Gras
733f5da611
debug msg
2006-03-13 15:41:07 +00:00
Philip Homburg
5ceb98e9ee
Added -u option for making USB-stick images.
2006-03-13 15:40:23 +00:00
Philip Homburg
5731e07839
Some /dev entries for c0d7.
2006-03-13 15:37:43 +00:00
Philip Homburg
4ca6f516c6
Added boot environment option 'ata_no_dma' to disable DMA.
2006-03-13 15:36:57 +00:00
Ben Gras
48b2be3ccc
/dev/ram is a path
2006-03-13 14:49:08 +00:00
Ben Gras
3bd337d54c
make a ramdisk if necessary
2006-03-13 14:44:34 +00:00
Ben Gras
34b1f1c738
Create a ramdisk using 'ramdisk'.
2006-03-13 14:41:54 +00:00
Ben Gras
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.
also added more info to the "can't reply" panic.
2006-03-13 13:21:13 +00:00
Ben Gras
b3f969af94
. Version is '3.1.2-B1', stands for -beta1
...
. Removed old copyright notice from <minix/const.h>
2006-03-13 13:18:39 +00:00
Ben Gras
cd8905f906
Don't need this change with new reboot
2006-03-13 10:36:52 +00:00
Jorrit Herder
0619cce2ab
*** empty log message ***
2006-03-13 10:33:50 +00:00
Ben Gras
acdac1ec92
Don't choose FS by labels after all.
2006-03-13 08:47:05 +00:00
Ben Gras
ef077116b1
Don't set any labels.
2006-03-13 08:46:33 +00:00
Ben Gras
23158865b2
Don't include ramdisk image in .depend - breaks 'make depend'
2006-03-11 10:58:38 +00:00
Ben Gras
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.
2006-03-10 17:35:55 +00:00
Ben Gras
682efc75e5
Wait longer for ip address (fxp)
2006-03-10 17:33:15 +00:00
Ben Gras
c236121692
Let reboot work again by making PM check for RBT_REBOOT
2006-03-10 16:50:27 +00:00
Ben Gras
138a372e84
Understand PROC_EVENT
2006-03-10 16:38:36 +00:00
Ben Gras
71fd7596fa
Understand PROC_EVENT
2006-03-10 16:27:21 +00:00
Jorrit Herder
376d8485d8
*** empty log message ***
2006-03-10 16:20:24 +00:00
Jorrit Herder
453beb04ad
Library progress
2006-03-10 16:16:21 +00:00
Jorrit Herder
021e3234d8
Jorrit's ... "progress?"
2006-03-10 16:10:05 +00:00
Ben Gras
498e232a5c
Keep file modes and such
2006-03-10 14:35:15 +00:00
Ben Gras
6fe89cfbe8
Hack small and big fs into a single image. Must now set BIG or SMALL label.
2006-03-10 14:11:19 +00:00
Ben Gras
525af3c6b2
controller variable is no longer sensible
...
set default label to BIG
2006-03-10 14:10:11 +00:00
Ben Gras
25fdc7657d
panic() on inconsistent endpoints
2006-03-10 12:59:46 +00:00
Ben Gras
bf081105f1
No label stuff. All drivers.
2006-03-10 12:43:26 +00:00
Ben Gras
6746ee10f5
If re-open fails, mark fd as unusable but not-reusable either (until
...
close()d).
2006-03-09 16:00:33 +00:00
Philip Homburg
1353798747
Better probing code
2006-03-09 15:05:43 +00:00