deraadt
a51e10d144
KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned
int instead of int; millert ok
20 years ago
henning
372c584a99
paranoia: reset query->fd to -1 after close, from canacar some time ago
20 years ago
henning
436da7f7ee
correctly track peer count. fixes a memory corruption.
with & ok otto millert claudio, ok deraadt canacar
20 years ago
henning
003e3aa51d
ignore ntp_sendmsg()s return value in server_dispatch. could result in
ntpd exiting on sendmsg() failures, which is not desired.
20 years ago
deraadt
92e140cc65
sync
20 years ago
deraadt
f6665ab141
put apm (zzz) and apmd on at least some ramdisk media. this lets people
wander around akikhabara with a usb cd drive and an openbsd cd, testing
for laptops that support apm as god intended.
20 years ago
henning
a8c5498014
don't forget to set *hn... theo ok
20 years ago
deraadt
709ac609c7
skip early DNS lookups -- they are deferred to later; ok otto ho henning
20 years ago
deraadt
f66c7f6404
ENOBUFS, EHOSTUNREACH, ENETDOWN and EHOSTDOWN are bad reasons to log; ok otto henning
20 years ago
deraadt
b5ce32536e
install cdbr and cdboot for those that have it, too
20 years ago
millert
be9f1ce9eb
Use $file shorthand instead of specifying /var/backups/disklabel.$d.
Noticed by ian@
20 years ago
millert
a117f51a18
store a copy of the disklabel for mounted filesystems and report changes
OK deraadt@
20 years ago
millert
33d1181051
Whoops, ripemd was broken, not ripemd-160.
20 years ago
millert
13266903e8
Collisions have been found for the full versions of MD4, MD5 and RMD160.
20 years ago
henning
f04f23feb6
don't fatal() if getaddrinfo() returns EAI_NONAME
20 years ago
pvalchev
7034e99693
backout as it's too close to release; requested by deraadt
20 years ago
pvalchev
170d5174cb
raise openfiles limit (max fd per process) on staff group above default; ok miod millert
20 years ago
jaredy
56c63c4e20
mention strtonum(3)
ok millert jmc pedro
20 years ago
hshoexer
7301832925
no need anymore to require isamkpd.policy for isakmpd startup
ok ho@ henning@
20 years ago
deraadt
0ba4d948a9
sync
20 years ago
deraadt
8a2f97ae04
bpf0 on ramdisk; from hugh
20 years ago
miod
265f65c52e
Regen.
20 years ago
miod
bd4c2b1f12
``SCSI unknown devices'' -> ``Unknown SCSI devices'', requested long ago by
jmc@.
20 years ago
pvalchev
517d92e20b
updated packages list lastly
20 years ago
deraadt
fd6bb7721c
sync emacs name, xsa
20 years ago
espie
720dee894e
update to more recent times: we don't have a 1024 limit anymore, grub
boots OpenBSD, linux-2.0.36 is dead, and I no longer do linux installs.
Try to give simpler instructions.
Some input by Tim Kornau.
20 years ago
pvalchev
a755eca1e4
update list of packages
20 years ago
miod
c26137d8ff
Regen
20 years ago
miod
75b4f68e85
Describe the oppr ({ee,open}prom) target, and add it to sparc64 (despite it
being handmade in std).
spotted by jmc@, ok deraadt@
20 years ago
deraadt
fd02f37ea7
fix the tree after jakob broke it
20 years ago
jakob
295b0a13f6
remove ip6.int. ok henning@
20 years ago
otto
3fa78249ed
Be more careful setting next and deadline, they should not both be != 0
at the same time.
ok henning@
20 years ago
millert
244f78cf85
Document genericstable
20 years ago
millert
58429eae28
Add example genericstable
20 years ago
otto
daecdacb15
Reset deadline on failed transmit. Avoids a spinning process if
all sends fail. ok henning@
20 years ago
henning
f5548494ff
do not try to getaddrinfo() in the unprivileged process, send an imsg
asking the privileged one to do it. sends back an imsg with the
resulting addresses in a bunch of struct sockaddr_storage in the data
part.
this should fix all remaining issues with dns (non-)availability at
ntpd startup, be it due to named on localhost or something else.
tested by marco@ and Chris Paul <chris.paul@sentinare.com>
20 years ago
drahn
0f5eafa1d5
add dladdr() support and add some 'standard' dlsym() support.
ok millert miod pval, grumble deraadt
20 years ago
tdeval
80b2c084f6
Back out to brk(2) version.
20 years ago
henning
8ff7717b78
order #includes, Brian Poole <raj@cerias.purdue.edu>
20 years ago
henning
871e069b0d
wrong sizeof; Brian Poole <raj@cerias.purdue.edu>
20 years ago
henning
49770cb818
in the pool case ("servers somepool.somewhere"), we add new peers while
looping over the addresses returned by the dns lookup, as each address
is one new peer.
however, if the lookup fails with a temporary error, we will try to lookup
later again. for that, we obviously need to insert one peer with the
hostname in addr_head... change one for() loop into a do { } while() one
20 years ago
henning
bbe549999c
move memory allocation for new peers into a new function, makes ID allocation
easier
20 years ago
millert
fb70473f0a
Support the "setenv" capability in login.conf ala FreeBSD. Following
FreeBSD's example, a '~' in an environment variable is replaced
with the user's homedir. A '$' is replaced by the user's login
name. Both can be escaped with a backslash to get the literal char.
OK deraadt@
20 years ago
otto
9502c84c5c
sync
20 years ago
otto
7f3e7e16c4
Move tun(4) to appropriate section and kill now empty 'call' section.
ok todd@ miod@
20 years ago
deraadt
3fecdf8274
move to 3.6-beta
20 years ago
deraadt
920550bf73
permit icmp6-type routersol out, and icmp6-type routeradv in, at boot time
20 years ago
mickey
944de9260d
regen
20 years ago
mickey
d9f1876d17
sync w/ conf.c wrt wscons and cleanup
20 years ago
deraadt
6b75748699
sync
20 years ago