todd
e30327ccf6
there never was a 'hil' defined, don't try to put it on ramdisk
com ports are not needed on ramdisk
23 years ago
todd
c6f280b0d5
add back view
23 years ago
todd
b37ec6d17e
ramdisk: one less wd, one more sd, as it was
23 years ago
todd
52f02c0b60
fix a few devices for ramdisks
re-order a few all and ramdisk targets to *try* to get lucky and
escape ksh's core's
23 years ago
fgsch
265d2ab100
use sizeof w/ defines; niklas@ millert@ ok.
23 years ago
millert
9445eccffb
If there is a /var/run/dhclient.pid file, stash its contents and
restore it after cleaning out /var/run. Since we don't have /usr
yet our options are limited here.
Without this change /var/run/dhclient.pid will be removed after
dhclient is started from /etc/netstart.
23 years ago
miod
a8fb738148
Change the network components initialization order.
Change from:
o all interfaces
o all bridges
o routes
to:
o physical interfaces
o routes
o gif and gre interfaces
o bridges
Fixeski PR #2400 .
Manual page updates coming soon.
Ok angelos@ chris@ deraadt@
23 years ago
millert
b885e82db3
Revert local changes that snuck in to the last commit.
23 years ago
millert
d212774fe6
Some user header files may define an abs macro which will cause a
syntax error if the #define happens before stdlib.h is included.
If abs is #defined, #undef and issue a warning. This is similar
to what Tru64 UNIX does and is effectively the same as what happens
on Solaris (though on Solaris the real abs() is a macro).
23 years ago
todd
ae32d4a9d6
sync
23 years ago
todd
15e026839d
pretty
23 years ago
todd
e65bdf51f6
make wscons devices D-F possible, only used on sparc64 (D) atm.
make sparc64 build ttyD{cfg,0,1,..,b}
move wscons) to 'target()' macros to make the above possible
23 years ago
millert
d0f45c1a97
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
23 years ago
mpech
1d113f7a3f
login_close() should avoid memory leak.
millert@ ok
23 years ago
deraadt
c04f90c05c
quiet raid check
23 years ago
mickey
babb829c73
netiso/xebec no more
23 years ago
pvalchev
8f3f4efdd9
use mktemp; help & ok millert
23 years ago
tdeval
52e47041ab
raid(4) parity check simplification
23 years ago
millert
959b08f109
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
23 years ago
deraadt
ddb0d5c92a
sync
23 years ago
deraadt
480b2c223b
why were there two ramdisks?
23 years ago
millert
b68c09e067
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
23 years ago
todd
eba131b8fb
final touches
23 years ago
deraadt
1a8059a3bc
hidden magic is stupid
23 years ago
deraadt
738acdc9e3
copyright repair
23 years ago
todd
3cb1995164
sync
23 years ago
todd
1b252de630
tweaks for vax; I must find a way of over-riding default target's, until then,
this feels alot like distrib/sets .. mi global and md for everybody that's
gotta be different ..
23 years ago
deraadt
0fea887c5d
my guess at what will make a full distribution
23 years ago
hugh
a1f79d6283
M4 generated MAKEDEV still premature.
23 years ago
deraadt
830ce85979
install PCS on vax from here
23 years ago
todd
b4d80f179d
sync
23 years ago
todd
4564b2eaeb
o start a TODO list
o properly generate scsi scanner devices
o shorten pty generation shell fragment
o many tweaks for vax (audio what? how did I ever think vax had audio?)
23 years ago
todd
173b550a6c
sync
23 years ago
todd
9c009b8ac8
fix just a tad
23 years ago
todd
655b3a6779
complete the function arg KNF spacing
23 years ago
todd
25c9dec628
sync
23 years ago
todd
7b56422609
vax joins the fun.
23 years ago
todd
06771093b9
sync (only comments with commas effected)
23 years ago
todd
7eb606f8d6
KNF function argument spacing
23 years ago
todd
347bc23944
s/,\([^ ]\)/, \1/g .. mostly. Function arguments now spaced like style(9)
23 years ago
todd
64921dcca7
escapees; it is not yet time (but soon)
23 years ago
todd
891c47a32b
sync
23 years ago
todd
fc11e3e42c
crank pty by one; ok millert@,deraadt@,miod@
23 years ago
todd
35d869ef09
sync
23 years ago
todd
b1b63fd039
hp300 joins the party; ok millert@
23 years ago
todd
d7fd27d454
hppa is in.
23 years ago
todd
e160edd43a
fix tty/pty #'s (off by one)
23 years ago
todd
7fb5720560
sync
23 years ago
todd
850c59227e
enable amiga
23 years ago
marc
d741363543
don't ignore the contents of /etc/ssh; ok deraadt@
23 years ago