todd
7163582a45
more
23 years ago
todd
24cfec9d28
sync
23 years ago
todd
e83c5bde9b
add pci to all) (thanks drahn@)
add more to all)
23 years ago
todd
183e82951b
sync
23 years ago
todd
f8348428d6
generate i386 (regress diff = more devices than before, ugen, etc..)
23 years ago
todd
819e7e5a9f
add i386 'source'
23 years ago
todd
2062938711
o more devices for 'all' target
o ttyCcfg is 600 not 666
o add radio
o joy is 666 not 600 (current i386 MAKEDEV does this)
23 years ago
todd
17a137bffd
add macppc 'source'
23 years ago
todd
dc4221a740
sync
23 years ago
todd
e982475e6e
add /dev/pci
s/tzs/czs/ typo
23 years ago
todd
473abb40a2
sprinklings of 'ifstep()'
'the big disk case' no longer sets vars and calls dodisk, would take more space
to additionally do the 'stepping' argument (see cd\* in generated MAKEDEV)
23 years ago
todd
7de2d96d01
sync
23 years ago
todd
090d1a7094
DISK_STEPPING is not used, and in any event, is not global to all disks
prepare dodisk* script functions for a 7th argument, what I call disk stepping,
the number to add from rd0a to rd1a minor numbers, defaulted to 16; some archs
*cough*macppc*cough* still have 8 for cdroms and such
23 years ago
todd
627f8939a6
sync
23 years ago
todd
268c5dcbf7
add more disks to the 'all' target, rd shows up on sparc64 now ;-)
s/tty/tth/
23 years ago
todd
1c9eecb453
comment tweaking
23 years ago
todd
c373a45c30
sync
23 years ago
todd
d3357344a8
add wsdisp
23 years ago
todd
84a836d81f
add ttyC for wscons as wsdisp
23 years ago
todd
df4bb05840
sync; this is like pcidevs .. unlike the last commit, commit separately for
versioning to be imported properly
23 years ago
todd
4cba5789b8
+wsmouse
23 years ago
todd
12786eea85
sync
23 years ago
todd
d73e63074c
enable usb
23 years ago
todd
a87b80a177
add usb scanners
23 years ago
todd
1159a4381c
sync
23 years ago
todd
dee3138ca2
rules to build the MAKEDEV files:
all -> builds 'this' arch (etc.$(uname -m)/MAKEDEV)
allarchs -> builds all archs (etc.*/MAKEDEV)
clean -> cleans 'this' arch (etc.$(uname -m)/MAKEDEV)
cleandirs -> cleans all archs (etc.*/MAKEDEV)
also, build the MAKEDEV files during the release process
23 years ago
todd
12b8e497a4
This is my m4 MAKEDEV generation system.
.mi -> edit this to add new devices
.sub -> hardcore m4 here, be careful
*/*.md -> machine dependent information (generally device,block (& char) major)
Thanks for eyes/conversation about this over the years from espie, deraadt,
johns, fgsch, hugh, weingart, mickey, and others ..
SEE ALSO
. m4(1), MAKEDEV(8)
23 years ago
deraadt
9e6fdd3493
add missing rm commands; todd ok
23 years ago
mpech
a0ba08a5ce
pids should be pid_t, not int
23 years ago
miod
67ab6cd8b7
``maxpartition 16'' updates that were sitting in my tree for a long time.
23 years ago
markus
04357c6d0d
print "RSA1" for protocol v1
23 years ago
pvalchev
17617cda76
libusb -> libusbhid
23 years ago
miod
f782f2c5fe
Two functions can return errors here, not just one.
23 years ago
millert
dfeb537a2c
Redirect new pseudo-accounts to root so they don't end up with
spools in /var/mail that no one will see; Rogier Quaak
23 years ago
deraadt
91fd506367
convert mkr/ckr to shell scripts, use mktemp(1)
23 years ago
deraadt
e0e4a7e597
close ppp.conf.sample file as requested
23 years ago
nordin
0a6e0c7a38
Add iana url and correct text; openbsd@davidkrause.com
23 years ago
form
1fa3d51d57
csh maketars -> csh -f maketars
ok millert@
23 years ago
jason
0d7f6dba35
/dev/crypto
23 years ago
deraadt
e9a72b8dad
another (*&$ kerberos entry
23 years ago
deraadt
2ebe322d0c
when strerror() has an Unknown error, also set EINVAL
23 years ago
deraadt
b7edc160a2
save the pid as well, and only do the atexit in the same pid
23 years ago
hugh
416ce786cd
Add a floppy entry.
23 years ago
hugh
f653b2b728
Add ra and rx entries to the ramdisk.
23 years ago
deraadt
7e48f32113
alloca cannot check if the allocation is valid. mention the consequences; millert ok
23 years ago
tdeval
77a7c73d5c
correct an alignment mis-conception for malloc(0) returned regions.
OK deraadt@
23 years ago
deraadt
1198583991
remove lies
23 years ago
deraadt
656331798e
document how malloc(0) blobbies are stored, and their character
23 years ago
miod
5fff16eb20
Warn that pidfile() will not have the expected removal behaviour if _exit()
is called.
23 years ago
deraadt
6d741b1072
remove a blank line that makes me nervous (ie. amanda)
23 years ago