Ben Gras
6137c5898c
-f
2006-04-05 09:29:18 +00:00
Ben Gras
7a1853a524
Remove old syslogd.pid at boot time
2006-04-04 16:12:08 +00:00
Ben Gras
ea398f994a
Only fiddle with /var/log on cd
2006-04-04 13:44:23 +00:00
Ben Gras
3775ce2eba
Fixes for /var/log
2006-04-04 13:31:56 +00:00
Ben Gras
a3dfe3c9a4
Make /var/log writable (in /tmp); start syslogd after that
2006-04-04 11:52:57 +00:00
Ben Gras
14a82e2d05
start syslogd instead of usyslogd ; include syslog.conf
2006-04-03 13:09:47 +00:00
Ben Gras
3e6ec29095
psip fix
2006-03-28 13:38:52 +00:00
Ben Gras
ef676bd39b
Set ip address manually without dhcp when psip is set in /etc/inet.conf.
2006-03-28 12:35:33 +00:00
Ben Gras
682efc75e5
Wait longer for ip address (fxp)
2006-03-10 17:33:15 +00:00
Ben Gras
fec2fa95e2
It's not always initialization
2006-02-20 15:11:41 +00:00
Ben Gras
ba667a0774
Don't copy memory to rescue
...
local package initialization
2006-02-17 16:46:08 +00:00
Ben Gras
093cfe1143
. less verbose cd /usr debugging
...
. save random data only if /usr is mounted rw, don't display error otherwise
2006-01-18 09:33:09 +00:00
Ben Gras
428f9d63c4
Don't print randomness error when booting from install cd.
2006-01-17 17:57:40 +00:00
Jorrit Herder
2aac756e76
New up() functions in rc scripts.
2005-11-28 15:39:01 +00:00
Jorrit Herder
7a7e680da7
Added periodic checks from RS to drivers.
2005-10-21 14:34:13 +00:00
Ben Gras
75cb21f407
start lance driver too if/when selected
2005-09-08 21:15:11 +00:00
Ben Gras
87732bd6e0
Added rc.cd that gets executed when starting from CD.
2005-08-24 07:33:13 +00:00
Ben Gras
48cb1bcb64
rotate log message
2005-08-12 13:25:27 +00:00
Jorrit Herder
3cb000654a
Minor changes.
2005-08-11 13:22:31 +00:00
Ben Gras
94095d8727
Formatting fix for if networking isn't enabled.
2005-08-10 15:19:50 +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
Jorrit Herder
7de7ca978d
Security check on physical address to be < 16 MB (ISA DMA uses 24-bit
...
addressing, which can address 16 MB max).
Floppy driver now dynamically loaded.
2005-08-05 16:23:42 +00:00
Philip Homburg
473317e571
Added dp8390 to /usr/etc/rc. Renamed get_mon_prm.c to env_get_prm.c.
...
Add env_setargs call for access to argc/argv.
2005-08-05 14:20:05 +00:00
Ben Gras
e21c135fe5
added /sbin in mtree
...
/usr/etc/rc now reads variables from /usr/etc/rc.local it can feed to
drivers as args
2005-08-05 10:37:02 +00:00
Jorrit Herder
74711a3b14
Check if kernel calls is allowed (from process' call mask) added. Not yet
...
enforced. If a call is denied, this will be kprinted. Please report any such
errors, so that I can adjust the mask before returning errors instead of
warnings.
Wrote CMOS driver. All CMOS code from FS has been removed. Currently the
driver only supports get time calls. Set time is left out as an exercise
for the book readers ... startup scripts were updated because the CMOS driver
is needed early on. (IS got same treatment.) Don't forget to run MAKEDEV cmos
in /dev/, otherwise the driver cannot be loaded.
2005-08-04 19:23:03 +00:00
Jorrit Herder
8cb902dce3
Fix. Names were not showing.
2005-08-04 17:00:18 +00:00
Jorrit Herder
40e9875fd6
Startup script now checks if network driver is mentioned in inet.conf.
...
Also allowed disabling daemons (like services) with disable= parameter.
2005-08-04 16:45:29 +00:00
Jorrit Herder
e561081545
Miscellaneous clean ups and fixes to the kernel.
...
Support for FLOPPY in boot image. (Set controller=fd at boot monitor.)
Moved major device numbers to <minix/dmap.h> (maybe rename to dev.h?)
2005-08-04 09:26:36 +00:00
Philip Homburg
c12b74dad5
Random is now a separate driver.
2005-08-03 15:22:41 +00:00
Jorrit Herder
4a8c5316ec
Temporarily disabled FLOPPY to prevent mayhem due to ISA DMA below 16 MB.
2005-08-02 16:05:01 +00:00
Jorrit Herder
0bd61375ad
Miscellaneous small fixes to prettify startup output.
2005-08-02 15:56:24 +00:00
Jorrit Herder
61a4e15bb0
Dynamic starting of services.
2005-08-02 15:46:24 +00:00
Philip Homburg
f8c380c195
Small update to random number generator
2005-07-19 12:16:55 +00:00
Jorrit Herder
488b2afc12
System processes started via servers=... boot monitor parameter
...
are now daemonized (instead of SIGNON procedure at PM).
2005-07-19 12:14:10 +00:00
Ben Gras
42050e39f8
kernel and servers send diagnostic messages to IS; IS sends them to TTY
...
and the new log driver if enabled.
new usyslogd is started from /usr/etc/rc. New device created by
MAKEDEV.sh. /var/log created by etc/mtree/minix.tree (on root for
now). Made select() slightly more generic, with less code duplication.
2005-07-08 17:30:01 +00:00
Ben Gras
9748a6536e
Fixed an mtree bugs that caused permissions and ownerships for / to
...
be wrong.
Made the install process quieter when install already done.
rc and daily now is more readonly-/usr aware (for cd).
2005-05-03 15:41:02 +00:00
Ben Gras
0e869cdd44
Location of servers.
2005-04-25 13:55:46 +00:00
Ben Gras
b684a8ed8d
Added /usr/etc files to src.
2005-04-25 13:50:26 +00:00