Jorrit Herder
7842d4fb26
Minor changes for new library functions at PM.
2005-10-12 15:08:45 +00:00
Jorrit Herder
b16a88692a
New deadlock check at proc.c.
...
New exit checks (stop IPC).
2005-10-12 15:08:23 +00:00
Jorrit Herder
5a9dec8bd2
New signal handling behaviour at PM (services can be killed).
...
New Shift-F6 dump for RS server at IS.
New getnpid, getnproc, getpproc library calls at PM.
New reincarnation server (basic functionality is there now).
2005-10-12 15:07:38 +00:00
Ben Gras
46678bdb7f
Compile fix
2005-10-12 15:07:26 +00:00
Ben Gras
fc58687905
rw_block is private to cache.c
2005-10-12 15:06:47 +00:00
Jorrit Herder
ee1f2bcb39
Minor fixes for RS. Install signal handlers.
2005-10-12 15:06:00 +00:00
Ben Gras
2eca6f9374
If processes are blocked on device drivers (returning SUSPEND),
...
unblock the processes when the device drivers die.
2005-10-12 15:01:23 +00:00
Ben Gras
87dbfc7dda
Added DEV_PING message type to drivers (but not ethernet drivers) so
...
RS can monitor them.
2005-10-12 14:31:39 +00:00
Ben Gras
866b3fda9c
DEV_PING message type for device driver keepalives
2005-10-12 14:29:38 +00:00
Ben Gras
899d78ef0d
Don't build vim tools
2005-10-12 09:57:09 +00:00
Ben Gras
d371e7eac4
A .vimrc that makes vim colours work on the minix console and in xterm.
2005-10-11 17:55:14 +00:00
Ben Gras
f463c247b6
Minor number for pty device nodes computed wrongly
2005-10-11 17:04:56 +00:00
Ben Gras
c5b1394133
Fix warning (gcc)
2005-10-10 16:10:27 +00:00
Ben Gras
a65191aa6b
Larger dummy -lm
2005-10-10 15:28:55 +00:00
Ben Gras
1da5b5ccee
gcc subdir for combined gcc/ack library build
2005-10-10 15:28:15 +00:00
Ben Gras
8c53e4007e
ack subdir for combined ack/gcc library build
2005-10-10 15:27:47 +00:00
Ben Gras
04822e9cc9
Add /usr/gnu/bin to $PATH as last search step
2005-10-10 14:42:06 +00:00
Ben Gras
4dfe841667
No driver in dmap is NONE instead of 0.
2005-10-10 14:27:41 +00:00
Ben Gras
2e60aad2bb
Fix
2005-10-10 09:03:11 +00:00
Ben Gras
b7a0c0f858
Make "mkdir -p a/./b" work (with ".")
2005-10-10 09:02:16 +00:00
Ben Gras
cc3201bacd
Al's cosmetic rearrangement
2005-10-09 19:58:25 +00:00
Ben Gras
50951c50f9
*** empty log message ***
2005-10-07 14:00:52 +00:00
Ben Gras
f3e88a8352
Increase default binsize size
2005-10-07 13:51:06 +00:00
Ben Gras
ab1374a9cb
Comment corrections from Al
2005-10-07 13:23:18 +00:00
Ben Gras
122c3ee967
don't make /usr/home any more
2005-10-06 15:28:19 +00:00
Ben Gras
4fc5f85a88
Corrected correction of clock's
2005-10-06 10:21:24 +00:00
Ben Gras
293e1ea70d
Missing comma
2005-10-06 09:39:36 +00:00
Ben Gras
b46a51cfd6
Semidefinitive copyright statement.
2005-10-06 09:38:55 +00:00
Ben Gras
86ed54ee94
FS:
...
. unmap device drivers from dmap when PM signals they are dead
. new null-io function (no_dev_io) to fill in for io functions
of unmapped drivers
. driver (process number) of unmapped drivers is NONE instead of
0 (a valid process number)
IS:
. print mutable flag of dmap table too
FS changes require sync() to be done 'manually' (currently by
reboot/shutdown) at shutdown time; could be caught by SIGTERM in
the future.
2005-10-05 15:38:15 +00:00
Ben Gras
a369d9c828
1 sync in shutdown procedure.
2005-10-05 15:07:08 +00:00
Jorrit Herder
cdc790c4da
Fixed problem in subtest 1; Part of test is now in #if DEAD_CODE ... #endif,
...
because test setup seems bogus.
2005-10-05 11:28:12 +00:00
Jorrit Herder
f587fe41e5
Changed EDEADDST to EDEADSRCDST
2005-10-05 09:52:54 +00:00
Jorrit Herder
32c05f45c6
Minor bug fixes in proc.c and utility.c;
...
Removed debug dumps on panic from main.c;
Return error on exit when other process does IPC to/from exiting process.
2005-10-05 09:51:50 +00:00
Ben Gras
71b6f31d4e
Let TTY call SYS_ABORT
2005-10-05 08:45:55 +00:00
Ben Gras
afc6721239
Al's comment fixes
2005-10-05 08:21:35 +00:00
Ben Gras
5fd54a0d53
Print fsck messages to explain delays
2005-10-04 14:35:36 +00:00
Ben Gras
b9defa9abd
select status should return minor device number instead of tty
...
line number
2005-10-04 12:04:00 +00:00
Ben Gras
5b452954ba
FSDEVUNMAP, late commit
2005-10-04 11:46:51 +00:00
Ben Gras
7ca48023af
Al's comment bug.
2005-10-04 08:29:44 +00:00
Ben Gras
e32131bb05
Fixed wrong comment.
2005-10-04 08:28:07 +00:00
Ben Gras
2f88199e37
Manpage, initial version written by Jaap Weel <weel@ugcs.caltech.edu>
2005-10-03 14:31:28 +00:00
Ben Gras
2986c11811
DEV_UNMAP devctl()
...
FSDEVUNMAP svrctl()
2005-10-03 14:17:33 +00:00
Ben Gras
8c4166ee85
Add SIGWINCH signal and functionality in tty and support in PM.
2005-10-03 12:03:57 +00:00
Ben Gras
f1d9413da7
Make rlogin compile under non-minix-vmd with SIGWINCH defined
2005-10-03 12:02:43 +00:00
Ben Gras
7c2b94fd56
Make ps compile even if source tree isn't /usr/src
2005-10-03 11:01:21 +00:00
Ben Gras
15c6f7182b
Al's comment fixes
2005-10-02 19:02:05 +00:00
Philip Homburg
5871979657
More stack space for dp8390, floppy, and fxp
2005-09-30 13:02:17 +00:00
Philip Homburg
9f8f2484dd
Forward debug output that originates within TTY first to the log device.
2005-09-30 13:01:34 +00:00
Philip Homburg
72c0158393
Accept log output from TTY.
2005-09-30 12:59:12 +00:00
Philip Homburg
e0dbf0cd67
Intel 82801 Mobile
2005-09-30 12:58:14 +00:00