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
miod
0776701f67
Regen (M8120 tty04-tty07 support).
21 years ago
miod
6b1db181ce
Handle tty04-tty07 for M8120
21 years ago
espie
19cd71fa7a
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
to built-ins, so eventually we will have one version of these files.
Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h
and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes.
okay millert@, drahn@, miod@.
21 years ago
millert
d3c7d64dca
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
in the libc rpc code. The main difference between this and the previous
version is the use of a simple free list that simplifies the logic when
adding a socket to svc_pollfd. I've also added code to pack svc_pollfd
when the free list gets too big. The idea general idea is to keep
svc_pollfd as tightly packed as possible to make poll(2) efficient.
Tested by many people and OK deraadt@
21 years ago
miod
6efe74b08b
Regen.
21 years ago
miod
a57af6f2a1
dart(4) provides only two serial ports.
21 years ago
millert
b174c0edef
Move vi.recover invocation until after after ldconf is run. Fixes
a problem when postfix w/ sasl & tls is used instead of sendmail
and perl is dynamically linked anyway. Closes PR 3605.
OK deraadt@ and drahn@
21 years ago
otto
8610a95b88
Update based on PR 2208:
o Prepare for the update to join(1).
o Handle non-ascii chars in pathnames for setuid and device checks.
ok millert@ deraadt@
21 years ago
henning
3000687cd0
cope with recent changes and add examples for the new keywords
21 years ago