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
millert
1751314c23
double datasize limits now that mmap is counted in dsize
19 years ago
tholo
4d841a52b9
Regen
19 years ago
tholo
3cf53df36d
Start on a basic ACPI framework -- does not do much more than read out the
ACPI tables into kernel memory and attach ACPI and HPET timers currently.
In order to test this code, enabling the devices in GENERIC as well as
the ACPI_ENABLE option is needed. This code does not do any thermal
control yet, so this should be done with care depending on the platform.
In the tree so more people can contribute to making this more fully
featured.
Ok niklas@ grange@ tedu@
19 years ago
millert
fc526f74a1
mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more
explicit about mktemp(3) in the man page.
19 years ago
mcbride
406c29e876
Enable ifstated in the builds. This still does not mean that ifstated is
necessary for regular carp setups. There are situations where you need this,
but if you're going to use it, think hard about redesigning your network so
you don't have to.
ok deraadt@ mpf@ henning@
19 years ago
millert
b71f11aa8b
sync setkey prototype with reality
19 years ago
otto
b85d877145
Merge common functionality of __strsignal and strerror_r.
ok jaredy@ miod@
19 years ago
dtucker
f5ecdec08b
Ensure previous adjust has completed before clearing alarm flag; ok henning@
19 years ago
david
961e0a20df
whitespace
19 years ago
david
08b85e45d0
whitespace
19 years ago
henning
e7bcb5fe62
ifa->ifa_addr can be NULL in some cases, pt out by Kurt Roeckx
<kurt@roeckx.be> / bugs.debian.org/310586
19 years ago
henning
a20e21e9ae
no more telnetd, ba@bsws.de
19 years ago