Ben Gras
b89ee5b188
*** empty log message ***
2006-02-20 16:00:24 +00:00
Ben Gras
fec2fa95e2
It's not always initialization
2006-02-20 15:11:41 +00:00
Philip Homburg
1d78f4a203
Fixed bug in canceling TCP ioctls before INET got an IP address.
2006-02-20 14:35:01 +00:00
Ben Gras
ba667a0774
Don't copy memory to rescue
...
local package initialization
2006-02-17 16:46:08 +00:00
Ben Gras
17032f9909
Make a /usr/local/etc/rc.d
2006-02-17 15:14:46 +00:00
Ben Gras
b3d3ed8f7c
Install memory in /usr/sbin
2006-02-17 15:03:38 +00:00
Ben Gras
73c79dde56
Smaller device
2006-02-17 14:43:00 +00:00
Philip Homburg
b13e39ed1b
Conditional compilation for SIGIOT and SIGEMT.
2006-02-17 14:12:47 +00:00
Philip Homburg
83bac36746
Reintroduced SIGEMT.
2006-02-17 14:12:12 +00:00
Ben Gras
c2f668d1d2
Refix
2006-02-17 14:05:46 +00:00
Philip Homburg
c367670fa8
improved tcp_acceptto.
2006-02-17 13:47:31 +00:00
Philip Homburg
1991246020
Socket options SO_RCVBUF, SO_SNDBUF, and TCP_NODELAY.
2006-02-17 13:45:41 +00:00
Philip Homburg
38804a964b
More error texts.
2006-02-17 13:44:48 +00:00
Philip Homburg
fa6f63c3cb
New errors and defines for socket options.
2006-02-17 13:43:50 +00:00
Philip Homburg
d430c4fac8
SIGBUS needs its own number. Removed SIGEMT. Made SIGIOT conditional on
...
_MINIX.
2006-02-17 13:43:07 +00:00
Ben Gras
36a571d78f
don't make clean first
2006-02-17 13:27:48 +00:00
Ben Gras
997d2dcbd3
Throw elvis out of the base system
2006-02-17 13:27:01 +00:00
Ben Gras
2fa6eb3993
memory moved
2006-02-17 13:19:10 +00:00
Ben Gras
07308df374
Make 'make install' work
2006-02-17 13:12:07 +00:00
Ben Gras
77b0252796
Let saving random data work again
2006-02-17 13:11:20 +00:00
Ben Gras
151401bcb4
*** empty log message ***
2006-02-17 13:10:37 +00:00
Ben Gras
c162654310
Kick nvi out of base
2006-02-17 12:36:53 +00:00
Ben Gras
32a4ffb9c0
Make more
2006-02-17 12:34:18 +00:00
Ben Gras
e7657e1b67
Added some of my root devices
2006-02-17 11:58:02 +00:00
Ben Gras
65e7b878d4
getmachine info first, then init tty.
...
Problem report and fix given by:
Prof: Alejandro T. Bello Ruiz <abello@macareo.pucp.edu.pe>
2006-02-17 10:23:16 +00:00
Ben Gras
2827767745
bigmake.inc is obsolete
2006-02-16 20:56:34 +00:00
Ben Gras
7862ac9f42
*** empty log message ***
2006-02-16 15:44:52 +00:00
Ben Gras
f7132f1b1a
Fixes for packaging system that will read .postinstall script and run it
...
if exists.
packit installs a package.
2006-02-16 15:43:37 +00:00
Ben Gras
fc1582bb57
sshd user
2006-02-16 15:38:13 +00:00
Philip Homburg
df92754d67
Fixed two memory leaks.
2006-02-16 14:13:36 +00:00
Ben Gras
30f7f852ba
Really disable debug
2006-02-15 14:22:40 +00:00
Philip Homburg
7034c0795d
Moved PCI driver to the ramdisk.
2006-02-15 14:21:56 +00:00
Ben Gras
1116853ae9
Turn off debug in getsockname.c
...
allow NULL for setgroups argument
2006-02-15 14:16:06 +00:00
Philip Homburg
c3a88d15d8
Initial root filesystem is now on a ramdisk that is part of the image.
2006-02-15 11:18:21 +00:00
Philip Homburg
3a05de3763
image_small doesn't fit anymore. What do we do with that?
2006-02-15 11:06:32 +00:00
Philip Homburg
bc015a9b49
/dev/ram is no longer hardcoded.
2006-02-15 11:05:47 +00:00
Philip Homburg
d4bb027db5
Accept optional device parameter for cdfdboot.
2006-02-15 11:03:28 +00:00
Ben Gras
39816868de
Make initgroups() fail if user has any supplemental groups.
2006-02-13 15:06:01 +00:00
Ben Gras
5911460ce5
Fake setgroups() and initgroups() implementation.
2006-02-13 15:00:49 +00:00
Ben Gras
db963438c6
*** empty log message ***
2006-02-13 13:10:53 +00:00
Ben Gras
f8e186e8b1
Added truncate/ftruncate manpage.
2006-02-13 12:53:50 +00:00
Ben Gras
1b28ca47b1
. changed MAXOPEN's from statics to (OPEN_MAX-3)
...
(test broke after increasing OPEN_MAX)
. changed s_nokill to s_nokill_stop
(test broken as SIGSTOP isn't maskable)
2006-02-13 11:07:21 +00:00
Ben Gras
1d4d75795b
Revert to 30 OPEN_MAX (committed by mistake)
2006-02-13 10:32:05 +00:00
Ben Gras
b9bdbcba1b
Don't sync before exiting drivers.
...
Wipe inodes of pipes in truncate_inode(), to avoid the size remaining
at PIPE_SIZE causing pipes to break.
2006-02-13 10:28:42 +00:00
Ben Gras
88ba4b5268
added reenter check to lock_dequeue() to avoid unlocking of interrupts
...
via cause_sig() during an exception.
moved lock check configuration to <minix/sys_config.h> instead of
kernel/config.h, because the 'relocking' field in kinfo depends on it.
other prettification: common locking macro, whether lock timing is on or
not.
2006-02-10 16:53:51 +00:00
Ben Gras
c273654032
umount /usr first
2006-02-06 16:40:15 +00:00
Ben Gras
b561091d13
Run postinstall script
2006-02-06 16:17:54 +00:00
Ben Gras
cde8d88dcc
Ignore system signals.
2006-02-06 15:33:39 +00:00
Ben Gras
0a02bfb056
Moved ipc debug out of conditional.
...
Gave pci server sys_getinfo privilege.
2006-02-06 15:16:14 +00:00
Ben Gras
13e0afef7b
#ifdeffed out some more debug stuff
2006-02-06 15:03:51 +00:00