kstailey
ecef1c9710
reactivate ipl
27 years ago
grr
9cdca1998f
fix sparc MAKEDEV to match cdevsw[] for pseudo-ttys, scsi scanner and unknown SCSI devices. Comment out ipl, which doesn't seem to be in cdevsw.
27 years ago
gene
cbfb20a7ed
On a ttye0 login, give the console over to the user in question.
27 years ago
rahnds
577ca66e27
Before creating the rd nodes, remove the old ones.
27 years ago
graichen
b1323fa002
also install kernel into snapshot area
27 years ago
graichen
c3bab90822
add an ld.so.conf file to /etc for the mips arches - it is required
for their broken linux based ld.so to work correctly with non
/usr/lib shared libs
27 years ago
deraadt
daa784fb59
put a kernel in the snap & release
27 years ago
millert
f5032e50b0
Move xntpd -> rc.securelevel since tickadj need to twiddle /dev/mem
Move xdm back to rc.local; if your X server need access to /dev/mem
and you do not use the ap driver starting xdm from rc.securelevel
will only help the first time.
Add other rc.securelevel examples that are not daemons.
27 years ago
pefo
cded0fcc64
Cleaned up.
27 years ago
tholo
ad55b92407
Do not use awk
27 years ago
imp
b73933d359
Add wd (IDE) and acd (atapi) devices and make them by default
27 years ago
niklas
d5c44ed3b9
Use 8k ffs blocks in the miniroot to bypass a clustering bug
27 years ago
deraadt
3a7654221a
arg
27 years ago
deraadt
4d23399bbc
cleanup sets gen for release
27 years ago
kstailey
50aa1c0553
switch *random, ipl, ss* and uk* to using mk()
add rm -f to mk()
27 years ago
kstailey
ffd70f55a0
change kernel name to bsd from netbsd
27 years ago
deraadt
97a1c79a28
release target. This is one monster target
27 years ago
deraadt
4b895bc525
put generic kernel in snap too
27 years ago
graichen
809145f460
simpleroot disktab entry
27 years ago
graichen
6827566679
remove /usr/local/man/cat4/i386 directory - it is an relict of old
pcvt days and no longer required
27 years ago
deraadt
bbc8a52620
build notes automatically
27 years ago
niklas
14ea5698e5
resize miniroot disktab and add fstype etc
27 years ago
niklas
1751d259ba
Add missing ch* device creation case. Remove ipl & ipf before recreating
27 years ago
deraadt
348ce3b3ad
4.4BSD filesystem geez
27 years ago
deraadt
85e0431877
do not ship this silly old docs
27 years ago
deraadt
8f35c7573b
build ramdisk
27 years ago
niklas
b515d25cdd
Recognize SCSI scanner device (and create ss0 in "all")
27 years ago
grr
79c42d8a89
fix assorted problems with miniroot stuff
27 years ago
tholo
d945fdda5b
Be more careful about possible type promotion
27 years ago
tholo
4c365544ad
Be more careful with mixing types
27 years ago
niklas
98da4edd76
Fix miniroot. Add a quantum disk provided by dima@openbsd.org,
Cleanup so all Quantum disks are now Capitalized.
27 years ago
niklas
73d0868fc6
Fix syntax problems, workaround sh bugs
27 years ago
dima
309e260c5f
Fix typo.
27 years ago
angelos
b0d3dad03b
Typo and return value for arc4random().
27 years ago
millert
991fb15882
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.
27 years ago
deraadt
edacb11034
sd2 & sd3 in ramdisk too
27 years ago
deraadt
c7532d4ead
md5 too (yeah, i know this is not perfect)
27 years ago
deraadt
ae8b5c29b9
delete garbage
27 years ago
gvf
e26356d53e
Fix vnd nodes.
27 years ago
deraadt
04cd71d041
even more local services must die
27 years ago
todd
0b5b415dfd
remove awk from this MAKEDEV script as well per request
27 years ago
deraadt
d56035f24e
move motd generation to avoid user races; kashmir@umiacs.umd.edu
27 years ago
gvf
ec87c6960b
fix vnd
27 years ago
todd
18ff189b11
correcting a bad mistake I made
27 years ago
downsj
c3b6006ce8
Make the Theo be quiet.
27 years ago
todd
27fbfee0bd
removed uname requirement; if not OpenBSD execute with 'os=`uname -s`' as
an environment variable
27 years ago
todd
cb258874fb
namespace polution bug fixed
27 years ago
todd
ff17a92d63
SunOS compatibility fixes
27 years ago
todd
1b15781709
This MAKEDEV no longer requires awk.
It almost is free of expr but will require more work.
PLEASE let me know if this changes anything ASAP!
27 years ago
downsj
bcde10f2dc
Add a few disk devices to the ramdisk.
27 years ago