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
deraadt
fc02a28394
do not play fast and loose with _TITLE
20 years ago
deraadt
b354ffce25
sync
20 years ago
deraadt
84e75ffc55
fix typo
20 years ago
deraadt
8804fb13ca
it is not called sgimips
20 years ago
pefo
a3dab1318a
order, order...
20 years ago
pefo
d2d9e11a98
add sgi to MAKEDEV build.
20 years ago
pefo
0ea5df9018
sgi going in.
20 years ago
pefo
dbb1e0211c
sgi added.
ok deraadt@
20 years ago
mickey
6f254a9d13
regen
20 years ago
mickey
b4567ecf33
add wd
20 years ago
tdeval
afbf541ae4
- Remove the userland data limit check. It's mmap(2)'s job.
- When malloc_abort==0 (MALLOC_OPTIONS=a), don't abort in wrterror().
fine deraadt@
20 years ago
tdeval
e5a0109c9f
Missing check for NULL.
20 years ago
miod
cdd1736244
Err, commit after regen...
20 years ago
miod
48eb5ee066
Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver
interfaced with the MI scsi code.
Adapted from NetBSD with some changes (especially to get tape and old
cd-rom drives to not cause the driver to spin during probe).
Tested by millert@ and I, ok millert@
20 years ago
millert
afc874115c
Define BI_FDPASS for the BSD auth fd passing changes.
20 years ago
millert
39068fdcad
Update strtonum() protor
20 years ago