todd
eebf3f2766
sync pf.conf example with spamd(8); ok deraadt@
21 years ago
deraadt
0d02910381
remove dups
21 years ago
deraadt
930a2a08ef
typo
21 years ago
mickey
b065b18d55
cleanup
21 years ago
deraadt
a9982a1b90
make new arch man dirs
21 years ago
dtucker
9c6dcb25fe
Import regenerated moduli file; ok deraadt@
21 years ago
mickey
f2bb08ffac
amd64 hook ups
21 years ago
mickey
d9bce8b78f
regen
21 years ago
mickey
ae72b2acd6
MAKEDEV and etc; cloned from i386
21 years ago
mickey
c9f86afcbf
the rest of the libs stuff; from art@ again
21 years ago
deraadt
b6b451fc3b
TSIZE & TIMEOUT support; from freebsd via tholo
21 years ago
jmc
6a9313d8c3
use new .St macro;
21 years ago
jmc
5180eeafb4
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
21 years ago
deraadt
cd38525168
permit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu
21 years ago
espie
41f19df4c1
USE_GCC3 switch, now that propolice is in.
21 years ago
espie
2ccf9e8a28
Remove unnecessary typedef usage.
u_char -> unsigned char
u_short -> unsigned short
u_long -> unsigned long
u_int -> unsigned int
okay millert@
21 years ago
millert
9ba24fbffc
Prototype llabs(3). Forgotten commit gathering bit rot in my tree...
21 years ago
deraadt
f7a7272201
New spamd configuration method. Many people have trouble with the spam
RBL sites being slow, so now we will provide the maps ourselves through
our www mirrors around the world. We can also now write our own internal
translators for maps that are in bad formats, and place them into the www
space in the correct format. tested by beck, djm
21 years ago
millert
cb3adf3a9c
Call _exit() not exit() from abort() if we are unable to kill ourselves
to avoid flushing stdio twice. This code path should never really
happen though. Also make the function declaration ANSI. OK deraadt@
21 years ago
millert
442cc4dad5
Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS
which could result in writing a NUL byte outside of tokens[]. A fix, from
Patrick Latifi, is to move the increment into the "i < MAXTOKENS - 1" block.
21 years ago
deraadt
439eb93af4
oops, _tcpdump here too, thanks miod
21 years ago
deraadt
34962cb9d4
fake _tcpdump user for upcoming privsep work
21 years ago
beck
8e4140a95e
Sane default size for afs cache, and leave example ualberta.ca in
ThisCell, so anonymous access will work. ok deraadt@
21 years ago
jakob
0c5e922390
add a couple of new RR types; ok deraadt@
21 years ago
frantzen
beec9dbc35
NetBSD-current (1.6ZH) with ip_id randomization signature from itojun@
21 years ago
deraadt
cb5a6ac8af
spacing
21 years ago
millert
ac424db262
If lint is defined, act like _ANSI_LIBRARY was defined. That way
lint gets the prototypes it expects and doesn't get confused by the
inline functions. OK deraadt@
21 years ago
deraadt
b95ae6b3be
ok, it took quite a bit of prodding but itojun finally explained why the
extra sleep 1 is in here, and we came to the conclusion it is safe to
delete it. whee.
21 years ago
millert
d2b2543417
Prototype closefrom(); tedu@ OK
21 years ago
millert
f73088674f
Allow this to compile on non-gcc. OK deraadt@ art@
21 years ago
millert
954558ca62
Fix pasto; From form@ via mpech@
21 years ago
todd
1bc4b6c31d
sync
21 years ago
todd
fda4b62f5c
shovel ttye to md; ok miod@
21 years ago
todd
0e366b9189
sync
21 years ago
todd
6448d66dfe
ttyE has not been valid for some time. bye
21 years ago
deraadt
d1616a3325
repair v6 lo0 documentation
21 years ago
todd
89c3599075
sync
21 years ago
todd
4369d312fd
vax joins the club; ok miod@
21 years ago
todd
23778bc1e2
sync
21 years ago
todd
2ca05f4669
catch pegasos up with the rest; ok deraadt
21 years ago
todd
fb28c49d2b
sync
21 years ago
todd
7409bbbb8f
+ alph2d() (thanks dr!), allow ttyU's a-zA-Z to be created
21 years ago
todd
317934fed2
utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@
21 years ago
frantzen
798dc01559
sync the operating system fingerprints to lcamtuf's p0f devel database for
theo who keeps calling me a nasty hobbitsssess
21 years ago
deraadt
bc89944247
support new MAKEDEV for pegasos; from todd
21 years ago
mcbride
0006696696
Add url for fingerprint submission page.
ok deraadt@
21 years ago
deraadt
8b665c17b7
add loopback routes late
21 years ago
deraadt
45879fe336
create all routes with -q; markus ok
21 years ago
millert
3bdc00b537
Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use
the KERN_PROC2 sysctl. Based on changes from NetBSD but uses our
own kvm_arg_sysctl().
21 years ago
fgsch
c03e1ae68d
- Rename index to longindex and explain its use.
- Talk about zeroing the last element of the longopts array.
- Remove '?' from the switch and some KNF to the code.
- Change 0's to NULL where appropriate.
jmc@ ok.
21 years ago