david
1c3c99e9c1
+ hostapd.conf, ipsec.conf, sudoers
19 years ago
millert
36cc33b104
Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h
Use correct values for _POSIX_TTY_NAME_MAX and _POSIX_LOGIN_NAME_MAX
Define MAXLOGNAME in terms of LOGIN_NAME_MAX
OK krw@
19 years ago
jaredy
97f9fddf57
zap unused ohash_lookup_string declaration; ok espie
19 years ago
millert
0b9be39dbf
Split off the non-kernel visible portion of sys/errno.h into a
separate errno.h. sys/errno.h now only contains errno values (which
is included byerrno.h). OK deraadt@
19 years ago
david
20b6826ca1
+/etc/ipsec.conf
19 years ago
david
66c3296c0e
nuke extra whitespace
19 years ago
david
39048804a7
/etc/crontab must be mode 0600; ok millert@
19 years ago
naddy
33917144eb
install sample ipsec.conf; ok hshoexer@
19 years ago
miod
a4d6c998e0
Regen
19 years ago
miod
54272b1e1b
Target for basic wscons devices is `wscons', not `ttyC0'; also fix the
dev/fd comment and point to fd(4).
19 years ago
miod
b2e8974bf8
Remove orphaned ttye nodes. No change in generated output.
19 years ago
hshoexer
900d509131
Very basic sample ipsec.conf, more to come. Has been demanded by deraadt@ for
a long time, but i'm a bloody slacker...
19 years ago
millert
482dbff289
Prototypes live in <search.h>
19 years ago
deraadt
70c3a44bd3
document 3 zaurus sysctl options
19 years ago
millert
32254634b7
Do not declare errno as extern int, set it via __errno().
19 years ago
millert
c22fbf6967
Get rid of non-OpenBSD bits and use _BYTE_ORDER not BYTE_ORDER
OK deraadt@
19 years ago
millert
16cfa5f58b
This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set.
19 years ago
millert
5acf200b2a
First step in include files overhaul. Use __FOO_VISIBLE (as defined
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace
pollution issues, including the byte order defines. OK deraadt@
19 years ago
pedro
032da4d8b3
Remove fdescfs
19 years ago
reyk
287879a1b9
multicast_host=YES only works if a valid default gateway is available.
validate this condition and reject multicast traffic on failure.
ok todd@ naddy@
19 years ago
tom
0ea2cdfd63
Change "starting rpc daemons" to "starting initial daemons" as we
also start ntpd at this time.
discussed with jmc@; ok deraadt@
19 years ago
otto
2df5443e38
Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time
and remove fallback code. If somebody is dumb enough to make the
sysctl fail using systrace, he deserves what he gets. Saves 7 syscalls
on process startup.
looks good miod@ ok deraadt@ tedu@
19 years ago
deraadt
01172b9781
spaces, and a off_t typecast to please lint
19 years ago
deraadt
0716b3fa6e
use WANTLINT= (on all architectures)
19 years ago
deraadt
2dff6a138b
bye bye lkm/vfs dir
19 years ago
pedro
d2ed503aa1
Remove kernfs, okay deraadt@.
19 years ago
deraadt
03f02251d6
undelete died a while back; millert ok
19 years ago
millert
0d9298523d
Move contents of sys/select.h to sys/selinfo.h in preparation for a
userland-visible sys/select.h. Consistent with what Net and Free do.
OK deraadt@, tested with full ports build by naddy@.
19 years ago
beck
0e8d43983d
Make the rc files in / be copies of the ones given by default to root in
/root instead of hard links to them. This way multiuser only changes
a user makes to the to the ones in /root do not screw them over for
getting into single user easily when the have to.
ok millert@
19 years ago
reyk
6a3fe6b326
add "iapp" (port 3517), as used by hostapd(8).
the official assignment by the IANA for the IEEE 802.11f Inter Access
Point Protocol on port 3517 is 802-11-iapp, we use it as an alias.
ok jakob@, deraadt@
19 years ago
millert
059ddb430d
brk() and sbrk() should use void *, not char *. Note that sbrk()
should take intptr_t, not int, but we don't presently have intptr_t
available from unistd.h. OK marco@
19 years ago
jmc
4187f7e712
remove unhelpful echo from the ac stuff;
ok millert@
19 years ago
jakob
5b5a029cbe
remove stale NAMEDB; ok theo
19 years ago
otto
212079cfe2
Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via
jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@
19 years ago
espie
a63f72f6bc
CODESET support. okay millert@, otto@
(not really useful for now, it mostly helps some programs which want
to use it, it will become useful when we have full 16 bits locale).
19 years ago
camield
46bc73bcb0
remove old ftp-proxy entry, ok henning beck
19 years ago
camield
614e35d365
add new ftp-proxy startup bits
ok henning beck
19 years ago
deraadt
f7fd605db4
sync
19 years ago
deraadt
a757610d64
gpio for macppc
19 years ago
deraadt
bafaf13f8f
sync
19 years ago
robert
d875973d79
enable bktr(4) and radio(4) on alpha
ok deraadt@ mickey@
19 years ago
jmc
729ad7eff7
move the ac(8) stuff to weekly, rather than monthly, since by default
newsyslog truncates wtmp on a weekly basis; note that the ac stuff
remains commented out as before;
spotted by andreas bihlmaier;
ok deraadt@
19 years ago
deraadt
57d85b3838
do not scan afs/xfs directories; chris.kuethe
19 years ago
jmc
95c6d4ec26
spelling fix from michael knudsen;
19 years ago
espie
29075814ed
add $OpenBSD$ tags, as requested by dtucker.
19 years ago
david
8158859459
fix indentation and spacing
19 years ago
todd
8a9448cddd
fix inspired by pr#4590
ok krw@
19 years ago
deraadt
f36e1884f7
wsmoused works on amd64 too; carvalholatas@gmail.com
19 years ago
henning
9e7dffe8dc
add bits for watchdogd startup, PR4540 Michael Knudsen <e@molioner.dk>
but I put it at a different place, watchdogd is really not a network daemon
19 years ago
espie
ef549283cb
Activate missing wcswidth, as noted by Alexander Bluhm.
okay deraadt@, otto@
Minor bump (nobody stepped forward with other changes, so let's do this one)
19 years ago