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
otto
d15483fc30
Remove obsolete comment. ok deraadt@
19 years ago
jmc
5508a474a4
clarifications from ray lai;
tweaked by tedu@ and myself;
19 years ago
jmc
1f434282b0
dont' -> don't in comments;
from ray lai;
19 years ago
todd
ab8afdab6a
better logic from krw@:
- do not process mygate for v4 if dhcp
- do not process mygate for v6 if rtsol
this also makes the mygate processing logic more readable
ok krw@
19 years ago
jmc
1b1aafa73e
defintion -> definition;
19 years ago
deraadt
945e8d4407
library routines should not be checking for NULL pointers passed in,
and then setting errno to EFAULT. that is balony programming! they
should keep stumbling along to purposely create a crash, so that the
programmer stops doing that kind of stupid crap. ok otto
19 years ago
fgsch
df3251e351
remove references of apm from here. when we have some power management
here they'll come back. deraadt@ ok.
19 years ago
todd
3b5bf93ce3
add v6 support for /etc/mygate
ok deraadt@ mickey@ krw@
same functionality tested/ok'ed by by mickey, brad, matthieu, and me
with this one may now put a v6 IP in /etc/mygate on a separate line from
the v4 default gateway and netstart will do the right thing
19 years ago
aanriot
a51195c218
consistency, remove a few explanations documented in the manpage.
ok reyk@
19 years ago
jmc
8800872d53
add uu_lock_txfr to .Nm list;
19 years ago
todd
b408cf70af
shrink stripcom(), sync with install.sub
ok krw@
19 years ago
deraadt
4eba5411d3
add -f to #! at top; from bruno@rohee.com
19 years ago
jaredy
04a4c1a148
tidy up examples
- use err() for error handling
- add lint hints
- spacing nits and missing braces
ok otto
19 years ago
espie
343495e278
fix a few warnings, keep the crypt stuff for later.
okay otto@
19 years ago
espie
2bf3877d2a
Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br>
Thanks.
19 years ago
otto
9216b0447b
regen
19 years ago