Ben Gras
d41f3858fd
changed default INTR key to ^C instead of DEL
2005-08-12 09:40:16 +00:00
Ben Gras
64695715da
*** empty log message ***
2005-08-11 16:18:53 +00:00
Ben Gras
4e4b661941
*** empty log message ***
2005-08-11 16:00:08 +00:00
Ben Gras
d9b94b1997
. don't print error by usyslogd (for on CD)
...
. added progress bar technology to setup script
2005-08-11 15:17:52 +00:00
Ben Gras
fc72c188bd
microfix
2005-08-11 15:14:02 +00:00
Ben Gras
cd4b66dd3f
..
2005-08-11 15:11:34 +00:00
Ben Gras
838ccdeb5c
Minix boot monitor message
2005-08-11 15:09:14 +00:00
Jorrit Herder
f80c6a42e1
*** empty log message ***
2005-08-11 15:02:56 +00:00
Philip Homburg
a54e0b20ba
'Normal' mode didn't work.
2005-08-11 13:55:06 +00:00
Jorrit Herder
3cb000654a
Minor changes.
2005-08-11 13:22:31 +00:00
Jorrit Herder
897a035077
Install script beautifications.
...
Changed message of the day.
Fixed some compile warnings in src/boot/. Changed header() variable.
2005-08-11 13:12:55 +00:00
Ben Gras
2382b9a1d3
Don't allow arbitrary ram disks being loaded any more, due to funny check.
2005-08-11 11:32:37 +00:00
Ben Gras
94095d8727
Formatting fix for if networking isn't enabled.
2005-08-10 15:19:50 +00:00
Ben Gras
abeebb1ac9
Little formatting fix.
2005-08-10 15:18:13 +00:00
Ben Gras
98888ca522
Blocksize 1, 2, 4 KB
2005-08-10 15:14:14 +00:00
Ben Gras
5c4d6bf05f
Small fixes
2005-08-10 15:14:02 +00:00
Ben Gras
244b1db564
Remove debug messages
2005-08-10 15:13:13 +00:00
Jorrit Herder
2a165d972e
Moved "Changes" comments from system/do_....c to system.h.
...
All changes are now in a single header file.
2005-08-10 10:23:55 +00:00
Jorrit Herder
f83ae4b3d1
Minor beautification.
2005-08-10 09:51:29 +00:00
Jorrit Herder
79ade04187
Put boot device memory initialization with #ifdef ENABLE_BOOTDEV ... #endif
2005-08-10 09:45:49 +00:00
Jorrit Herder
ab732a37e8
Renamed mm_exit to pm_exit (requested by Al)
...
Small cleanup in pm_init.
2005-08-10 09:37:54 +00:00
Ben Gras
9d92258e55
Minor message improvement
2005-08-09 17:02:27 +00:00
Ben Gras
e44aebef68
Changed blocksizes and root sizes around
2005-08-09 17:02:01 +00:00
Ben Gras
102a3b180c
CD root now 2MB
2005-08-09 16:59:40 +00:00
Ben Gras
58218775b6
Make timeouts more tolerant, even in strict timeout mode
2005-08-09 16:59:29 +00:00
Ben Gras
09a57f885a
Don't source /etc/profile from /etc/rc, but source /etc/rc.timezone as
...
a timezone instead, and set TZ=GMT0 as a default.
2005-08-09 16:58:28 +00:00
Ben Gras
ad9e5d2cc0
. setup fixes
...
. added atnormalize commands, which resets at driver timeouts and retries
to defaults
. usyslogd now logs to /usr/log/messages instead of /var (on root, which is
shrinking)
2005-08-09 16:46:46 +00:00
Ben Gras
f902df5c5a
Give AT driver 8k stack instead of 1k.. probably not necessary, but 1k
...
is a little meager, so let's be on the safe side
2005-08-09 14:45:10 +00:00
Ben Gras
a4ae9574e9
motd fix;
...
cp /usr/lib/<compiler stuff> to /lib when on ramdisk;
make a /usr/log (to store logfile there, instead of /var/log).
2005-08-09 14:41:54 +00:00
Ben Gras
1d3fb6ea2e
ata_std_timeout boot monitor variable to override short timeouts on
...
test transactions and ioctl() setting, in case of comatose drives.
2005-08-09 12:42:53 +00:00
Ben Gras
f3500010b7
Moved open-ATAPI-as-RW check to before open-first-time check.. otherwise
...
you can open an ATAPI device as RW if it's already opened for read.
2005-08-09 12:18:15 +00:00
Philip Homburg
c1dd29ba0c
Support for ethernet in QEMU.
2005-08-09 11:23:41 +00:00
Ben Gras
4d17271298
Andy's setup
2005-08-09 11:16:15 +00:00
Ben Gras
08e0e1bcef
Rename install steps; add copying /usr/lib/* to /lib/*
2005-08-08 18:36:12 +00:00
Ben Gras
560466ed8e
More nits and polish
2005-08-08 17:37:39 +00:00
Ben Gras
ddb8e7300d
Took hostaddr out of the loop; if it fails after 10 secs, continue
...
startup script. (ast@)
2005-08-08 16:56:40 +00:00
Philip Homburg
2f56b477c0
Fixed mq leak.
2005-08-08 15:49:16 +00:00
Ben Gras
68b2f2314e
minor bugfix (the whole active thing)
2005-08-08 14:55:48 +00:00
Ben Gras
bfb7608412
various small fixes.
...
. motd update (ast)
. made /usr/local/man/man* and made them bin-owned (mtree)
(to let bin install there)
. made copyright notice in kernel 1987-2006 (ast)
. added chown -R bin /usr/src so that bin can compile everything
2005-08-08 14:34:10 +00:00
Ben Gras
1569a60360
. swapped test26 and test40
...
. renamed sh*.sh to testsh*.sh
. invoked shell tests from run script like the other test commands
(that was the point of renaming)
2005-08-08 14:30:50 +00:00
Ben Gras
5865124330
Lots of nits by ast@
2005-08-08 14:28:32 +00:00
Ben Gras
bbaa3f6bc3
Don't print paths twice with cpdir -v. (ast@)
2005-08-08 13:37:41 +00:00
Ben Gras
b293e689a9
. Allow drivers to to physcopy() (table.c)
...
. Also allow receive() to be done from kernel processes, not just
sendrec(). This is because receive()s can't harm the kernel processes,
but are done from the CLOCK task (without sendrec()).
2005-08-08 12:18:45 +00:00
Ben Gras
48469b737b
Prettier error message in FS if block size too large
2005-08-08 12:17:30 +00:00
Ben Gras
f26239d1f8
Minor partition() efficiency improvements (don't do regular partitioning
...
i/o on cd drives)
2005-08-08 12:16:59 +00:00
Ben Gras
9df1cb9e48
ast@'s readme.txt modifications.
2005-08-08 09:43:25 +00:00
Ben Gras
e4d264bce9
autopart and setup script STEP additions to be keyed to install manual
...
by ast@
2005-08-08 09:24:02 +00:00
Ben Gras
5789f7abec
config version bumped to 307; NOT cvs tagged yet; misc fixes
2005-08-05 19:19:18 +00:00
Ben Gras
a9b7d3a172
autopart fixes; halt sends SIGTERM; setup script without quotes;
...
MAKEDEV makes random and cmos when called with std
2005-08-05 19:16:12 +00:00
Ben Gras
0c03b0c168
Removed $Log$ tags
2005-08-05 19:08:43 +00:00