krw
31239d2ae1
Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone might
use it in a vararg function call that needs the type info.
Pointed out by otto@.
20 years ago
krw
1a5cb9c63f
Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed
out by mickey@, seconded by millert@.
ok deraadt@.
20 years ago
deraadt
e0b0e1b508
when an arch has wskbd0 or wsmouse0, prepare for the future and apply
same rules to both wskbd0:wskbd and wsmouse0:wsmouse; miod ok
20 years ago
espie
7c6b5a2ee7
provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs)
okay millert@
20 years ago
jmc
3ae4a98647
- document /etc/security's .secure hooks
- sync the comments in /etc/security
ok millert@
20 years ago
mcbride
ab1de5501f
Bring up the carp(4) interface before default route.
ok pascoe@ mpf@
20 years ago
kettenis
08a083bc6b
Regen
20 years ago
kettenis
b9e8c014e4
Enable audio(4).
20 years ago
miod
c69efe0fac
Better to build zaurus, not cats, kernels here.
20 years ago
miod
33d787fd05
Add zaurus to MAKEDEV machinery.
20 years ago
miod
1263e0ba46
zaurus documentation directories
20 years ago
drahn
874a56c3f9
sync
20 years ago
drahn
fc2f975c52
etc bits for zaurus
20 years ago
millert
d40f10d2ee
Add a copy of stripcom so /etc/netstart can be run standalone again.
OK deraadt@
20 years ago
jmc
82280094fb
correct comment for ipsec-nat-t;
from joel knight;
ok hshoexer@;
20 years ago
henning
2c91c74b88
KNF
20 years ago
otto
4bcb70b1fc
Test the upper limit for the max # of rounds to, to avoid wrapping and ending
up with a low number of rounds. Spotted by mpech@; ok mpech@ millert@
20 years ago
jmc
33a9bd8e29
tweaks from michael knudsen;
20 years ago
henning
d1e706f6f9
d can be negative, take that into account when comparing to the logging
threshold. spotted by Constantine Murenin <mureninc@gmail.com>, mickey ok
20 years ago
dtucker
621223eef3
Save original value returned by getifaddrs to free later; ok henning@
20 years ago
henning
cd15a535c6
if our first getpwnam(), testing for NTPD_USER, succeeded, but the second
returns NULL, we don't need loooong explanations, but at least some indicator
what went wrong, From: Michael Knudsen <e@molioner.dk>
20 years ago
millert
dd19e1590f
gai_strerror() should return const char *; OK deraadt@
20 years ago
moritz
d2089d6098
some typos in log messages.
ok henning@
20 years ago
millert
47476e71f8
Allow comments in /etc/{myname,mygate,defaultdomain}; OK deraadt@
20 years ago
dtucker
a5982aae18
Limit the number of addresses used by the 'servers' directive to 8; ok henning@
20 years ago
dtucker
890af70b55
Poll unsynchronized servers at the maximum interval and log a message about
them when in debug mode; ok henning@
20 years ago
dtucker
f8fddf9886
Factor out interval scaling code; ok henning@
20 years ago
dtucker
ec912cc477
If polling a server results in an error, drop that server to the maximum
poll interval; ok henning@
20 years ago
dtucker
1cc3aedb19
sendto() takes socklen_t as an argument; ok henning@
20 years ago
miod
0f08b63254
Regen (including /dev/crypto support not regen'ed last time)
20 years ago
miod
4ee796505b
Fix tun major
20 years ago
henning
93e280d8a5
whitespace botches
20 years ago
dtucker
262fb1973f
Sanity check owner and permissions of privsep directory, like sshd does;
ok henning@
20 years ago
dtucker
9cb603051f
Check for error status from poll() too; ok henning@
20 years ago
dtucker
1bfbeb3ca8
Discard replies with alarm flag set or invalid stratum; ok henning@
20 years ago
jaredy
878f6487d6
typos, then -> than, from Michael Knudsen
20 years ago
mickey
a077b10ff0
define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok
20 years ago
mickey
668e680350
use two tiny macros for copying fields out to simplify reading; henning@ ok
20 years ago
mickey
b521cde7ce
uniquely name members of s_fixedpt and l_fixedpt; henning@ ok
20 years ago
millert
5947d351eb
Use df to verify that we are not booted from the altboot before doing
the / -> /altroot copy. OK deraadt@
20 years ago
millert
a53209548a
Document why not to set optind = 0. Inspired by and OK jfb@
20 years ago
jmc
640288c410
tweaks;
20 years ago
mickey
7d3cbb5271
do not log tiny local clock drifts; w/ help from Joerg Sonnenberger <joerg@britannica.bec.de>; henning@ ok
20 years ago
mickey
f2f9840c04
ensure the most excellent alignment in the structs; henning@ ok
20 years ago
itojun
77867ecd27
remove "route $hostname 127.0.0.1" line. deraadt ok
*** please update /etc/netstart and test if it works ok for you ***
20 years ago
miod
b3aa3d915e
Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours
compiled in, but one disabled, and use config -e to swap them and build
the other kernels; saves valuable compile time.
Add ramdisks into the build (at release time). Since we are moving to a
bsd.rd installation, it is not necessary to put kernels in .tgz files
anymore, so don't bother, and adjust installation script sets information
accordingly.
20 years ago
millert
11a52be207
Check strlc{py,at} return value and return NULL upon truncation instead
of silently truncating. OK deraadt@ otto@
20 years ago
miod
cd5b298d72
Save an useless use of grep while cooking bsd.scsi3
ok deraadt@
20 years ago
mickey
3ce549ead6
repair libkern support (again) and add rcsids
20 years ago
deraadt
e4c9ef999d
crank ramdisk filesystem slightly to cope with firmwares inside the filesystem
20 years ago