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
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
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
hugh
416ce786cd
Add a floppy entry.
23 years ago
hugh
f653b2b728
Add ra and rx entries to the ramdisk.
23 years ago
deraadt
1198583991
remove lies
23 years ago
deraadt
6d741b1072
remove a blank line that makes me nervous (ie. amanda)
23 years ago
deraadt
d8ad086ce4
zap trailing spaces and tabs
23 years ago
dhartmei
52bfe7cc3f
The implicit pass rules come first, not last. Spotted by alec@dtkco.com.
23 years ago
todd
df210984b7
+/dev/crypto; prompted by jason@
23 years ago
drahn
a15c6e2cca
Add USB scanner device node to macppc and i386, both of these had the
uscanner compiled into the kernel, but no device node, or even entry
in the character device switch table.
ok todd@
23 years ago
todd
f9d7b49ae6
add ttyh*, sab82532 serial devices, requested by jason@
23 years ago
deraadt
d76beff0da
handle pflogd_flags better; openbsd@davidkrause.com
23 years ago
millert
94110695a6
Change when calendar(1) is such so that it is after mailq runs.
That way we avoid a flurry of transient calendar mail in the mailq.
23 years ago
nate
c4cdf4decd
add floppy device
23 years ago
espie
9384ec405c
Be anal about ssh and X11 hooks.
23 years ago
mickey
18f7cf6926
typo; from Sebastian Stark <seb@todesplanet.de>
23 years ago
millert
607603e906
Add some missing files; based on patch from David Krause
23 years ago
deraadt
a5987843e8
update, thanks miod
23 years ago
jakob
c02fe8ed3e
clarify smtpfwdd_flags; from dfa@solo.ee. ok deraadt
23 years ago
jason
8aec37aa02
quarter size
23 years ago
jason
b822582f6e
add filesystem for a small UFS parition (big enough to hold bsd.rd and ofwboot)
23 years ago
angelos
7b5a94cdc8
isakmpd can work without an isakmpd.conf, but not without an
isakmpd.policy -- change startup conditions accordingly.
23 years ago
gluk
f36a3c8e2e
/dev/radio
23 years ago
drahn
f073b40bdb
copy bsd.tbxi into the snapshot directory so it will be included in
the release directory.
cleanup, do not mention bsdofw.rd.
23 years ago
drahn
8d8411f8b9
Add device nodes for apm for macppc.
23 years ago
miod
aa381cb01e
powerpc->macppc
23 years ago
jakob
79bd272191
mtree -l (loose permissions check) on /etc/mtree/special. ok millert@.
23 years ago
drahn
eeb597a048
Disable getty on tty00 for macppc, on most machines this will be
connected to a modem.
23 years ago
espie
5e78c0cf75
a bit too soon.
23 years ago
espie
27fda88955
Add /usr/share/gnu, for sharing config.guess, config.sub and other files
in $ac_aux_dir.
23 years ago
deraadt
73ef22dcea
make /var/empty
23 years ago
deraadt
297915e472
popa3d pieces
23 years ago
drahn
3ac74b5194
Do not put a space in the list of devices to associate with a console
login process. ttyCcfg was not previously initialized properly on login.
23 years ago
deraadt
4966e5685a
dev/ is under the control of MAKEDEV, not mtree
23 years ago
deraadt
299bbdf8d4
do not run MAKEDEV
23 years ago
jason
d59a0e7c03
grr.. screw this up somehow... try again
23 years ago
jason
86cd9bb3ef
a bit smaller, please
23 years ago
brad
f2750a535b
change the behavior of the midi related device filename creation to follow
the same behavior as audio devices.
--
Brought to my attention by and reviewed by: fries@
23 years ago
beck
d68d308b29
fix apache suggestion to leave files with root perms, rather than
changing to www.www - leaving them more easily modified by a problem
in a cgi or httpd. Also send SIGUSR1 for a graceful restart as apache
expects. noticed by mpech@, ok millert@
23 years ago
todd
0910a50be5
spelling typo
add tty0*/cua0*
reorder abit
23 years ago