tom
c9eede1f36
Fix grammar. From art@.
19 years ago
miod
13c937fcd9
Regen
19 years ago
jaredy
9598fd3fc1
punctuation and minor rewording, ok jmc
19 years ago
henning
2d70ef1866
shrink read buffer size from 64k to 4k, this is not bgpd and we're dealing
with way less data
19 years ago
henning
b315af7289
remove recently added "using privsep user X" message, spams console in -s
mode, noticed by kettenis
19 years ago
henning
015104437f
fix a function name in an error message
why this was rotting in my tree for so long, I dunno - and I dunno where it
came from
19 years ago
dtucker
98e724b50a
More descriptive error if a signal causes the child to exit; ok henning@
19 years ago
dtucker
c6fbdd6b60
Print privsep user and dir when in debug mode; ok henning@
19 years ago
dtucker
4eaa821e76
Print actual error when in debug mode; ok henning@
19 years ago
grange
fbe8b6b13e
Install netbt/ includes.
ok henning@
19 years ago
jmc
055936f356
kill errant full stop;
19 years ago
jmc
e44f6063e5
got to be a pasto...
19 years ago
tdeval
eead62184d
Fix the unmapping of freed pages, leaving just 64k worth of cache pages.
Prodded by art@ and fgsch@, ok deraadt@
19 years ago
dtucker
b5f096de27
add another non-fatal error for recvfrom; ok henning@
19 years ago
dtucker
f9299bb123
Save transmit time for each peer for later use as refid for SNTPv4
replies. ok henning@
19 years ago
espie
14a721a9a3
Add a few missing functions so that wctype.h/wchar.h are more or less
uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans
crank minor.
okay millert@, jmc@.
19 years ago
jmc
b8c35046aa
whitespace;
19 years ago
millert
6ec8c4af59
More robust example of numeric argument handling. The old example
code would dereference NULL for mixed letter and number args.
OK deraadt@
19 years ago
todd
ceaa7dce4c
sync
19 years ago
todd
55bf6d6d0e
add bio
prompted by deraadt@ and henning@, ok marco@
19 years ago
deraadt
f107efab9c
we do not do -s in /etc/rc anymore. this is because, even if -s did try to
do it's job it would have to choose between two cases:
1. either it would take a very long time to get the correct adjustment, thus,
if you are not currently on the net right, you wait a long time (or must
type ^C, which is ridiculous)
2. ntpd could be modified to "abort early", but then would not meet the
promise made by -s in the manual page (note: it does not say that it
"tries")
therefore, -s and -S must become user choices. Sorry. This same choice is
made in lots of other places
19 years ago
martin
d4bca7e5f3
sync
19 years ago
martin
642f724ae8
USB support
ok mickey@
19 years ago
espie
d0f50b55ef
zap duplicate prototype
19 years ago
espie
9e5b556fca
K&R -> ANSI
APIWARN
okay millert@, otto@
19 years ago
henning
a16f15c2c3
use a #define for the time to wait on -s and clarify a log msg
19 years ago
deraadt
370b0c30d3
ntpd -s by default is just a pause if there is no net
19 years ago
henning
ed37b625d3
use a little state engine to keep track of delayed dns lookups and such,
eases things
tested by Jason Ackley <jason@ackley.net> Matthias Kilian
<kili@outback.escape.de> Stephen Marley <stephen@marley.org.uk> sturm@
theo ok
19 years ago
millert
62151f2edd
Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@
19 years ago
deraadt
2f71051cb2
no longer a need for the free(malloc(1)) hack, because the brk stuff
no longer needs initializing (we use mmap for malloc entirely now)
noticed by kjell, ok dhartmei, tested by me
19 years ago
henning
f26dc19c5e
don't install netns includes any longer, ports bulk build test by pval
19 years ago
espie
a428b44e26
next citrus step.
19 years ago
millert
5234066725
bye bye whiteouts
19 years ago
reyk
7e8938e469
add some configuration examples for the new hostapd(8) event rules
(commented out).
19 years ago
millert
3c7c532305
bye bye whiteouts
19 years ago
miod
3b2e890a81
Regen
19 years ago
miod
07a0464d6e
Wrong major for lpt.
19 years ago
dhartmei
709dcb5279
split the dummy ruleset pfctl -f - -e into separate -f - and -e.
relevant when the dummy ruleset can't be loaded, we still want to enable
pf, otherwise the real ruleset (even if that does load correctly) won't
be active. might happen on a non-GENERIC kernel or after an update (before
/etc is manually updated). reported by Jim Rees. ok frantzen@
19 years ago
deraadt
91cdfa9525
no acpi here either
19 years ago
millert
9e06ca5a4b
Make gethostbyaddr() prototype match POSIX. This means len is now
unsigned but there is no ABI change. OK deraadt@
19 years ago
kjell
a5c648ab10
RC4 is a trademark. Rest of text left intact.
19 years ago
jmc
7b3d0afba2
no need to insert spacing between list members;
19 years ago
tedu
b1d9a6e152
adding pointer protection to 'G' was too heavyweight. Since malloc guard
should be generally usable, split this out into option 'P'. ok deraadt
19 years ago
henning
2cd28b2ffd
-netccitt/
19 years ago
jmc
d614b4f268
slight reshuffle to make this less confusing;
ok beck@
19 years ago
kjell
fcd6ce3d3e
Change email address for author, at his request.
19 years ago
kjell
1155b5e251
Change license to standard OpenBSD boilerplate, with permission
from original author (David Mazieres)
19 years ago
jmc
e96e4f6ae2
- comment out relaydb entry, since it is not available by default
- add a `method' capability to the whitelist example
ok beck@
19 years ago
tedu
64393fc9d6
use the new fat random sysctl to get initial state. (fallback to looping).
stir after eating 400000 words. ok + input deraadt
19 years ago
deraadt
41631cbb24
no /etc/acpi/, this was not really discussed
19 years ago