sturm
e55053ef90
start rpc.statd together with rpc.lockd
"just get it in" deraadt
16 years ago
deraadt
408fcd6572
minor touch
16 years ago
todd
82c6cb22bd
clean
16 years ago
todd
6ba8116018
be smarter, only write a new MAKEDEV if more than just the rcsid changed
16 years ago
deraadt
a82882b0a2
shorten SUBDIR list
16 years ago
todd
9f611ca4b5
redo the way MAKEDEV files are generated
get it in, deraadt@
16 years ago
todd
19f9976d57
sync (missed last time round)
16 years ago
mbalmer
851c6cb421
sync.
16 years ago
mbalmer
6b6d0c58f6
add amdmsr.
help (a lot...) and ok todd.
16 years ago
jmc
392400ba76
grammar fixes;
16 years ago
otto
5292ed61a9
remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
16 years ago
sturm
6ac4196457
implement xdr_int64_t, xdr_u_int64_t
from NetBSD
16 years ago
todd
6532d0525d
sync
16 years ago
todd
561cf38f84
/dev/bio on ramdisks, it is safe and small
ok deraadt@, marco@
16 years ago
landry
592f3fe88a
Add strtof() to libc, some ports seem to like it. Currently it's a simple
call to strtod() with bounding check.
Discussed with pyr@ and otto@
ok otto@ deraadt@
16 years ago
ajacoutot
7ee7ff4fe5
- add support for ignoring files and directories from comparison
through an optionnal /etc/sysmerge.ignore file
requested by many
man page tweak from jmc@
/etc/changelist addition suggested by sthen@
ok sthen@ jdixon@ jmc@ naddy@
16 years ago
todd
ee172ca1de
sync
16 years ago
todd
b459662021
make /dev/drm0 to go with oga@'s libdrm commit moments ago
ok oga@
16 years ago
todd
51b8635995
sync
16 years ago
todd
979ec6c815
video on all usb archs, ok mglocker@
16 years ago
todd
a21be8d068
sync
16 years ago
todd
53abae156d
no /dev/*random on ramdisks, libc uses the sysctl
please commit from deraadt@
16 years ago
martynas
6a7f5b66df
tgamma and tgammaf
16 years ago
mglocker
7f197c4797
regen
16 years ago
mglocker
9a08d472b7
Add /dev/video* for amd64.
Help and OK todd@, OK robert@
16 years ago
naddy
c102a69a3a
For IPv6 addresses, return the first 32 bits of the MD5 hash of the
address as ref ID (RFC4330). ok henning@
16 years ago
naddy
ca3fb2ec5f
According to the latest SNTPv4 spec in RFC4330, secondary servers
return the address of the synchronization source as reference
identification. Remove the obsolete special casing specified in RFC2030.
ok henning@
16 years ago
todd
038173408e
warn once not 3 times in case of a non existent file, discussed with deraadt
originally pointed out by Johan Torin
16 years ago
rainer
fc0b2a8f47
drop root privileges in rtadvd to _rtadvd
ok deraadt@, reyk@, pyr@
16 years ago
deraadt
4fe23d02f0
Ensure that hostname.* files are also re-chowned to root.wheel at each
boot as discussed with claudio while eating tasty donairs. ok todd
16 years ago
mbalmer
c2416ee17a
Replace nmeattach (which will be removed) with ldattach.
16 years ago
deraadt
52e9696746
rename refstr to refid since it is an int32; ok henning
16 years ago
deraadt
a18f78208a
do not copy up to two garbage characters from a 1 char string into a 4 char
output buffer; ok henning
16 years ago
deraadt
2d91cee4c2
do not leak memory on failure in refid production; ok ckuethe henning
16 years ago
deraadt
6b9dac3b42
spacing
16 years ago
ckuethe
e6e5dc66c8
Allow outgoing replies from sensor-driven servers to have a
user-configurable reference ID, eg. "GPS" or "DCF"...
ok mbalmer
16 years ago
jmc
ef3228a332
fix an Xr, and use a more appropriate macro;
16 years ago
ckuethe
ac65ec9396
Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough.
comments & ok henning@
16 years ago
deraadt
badc137d26
arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom
16 years ago
jdixon
b81ea3f002
Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags.
ok deraadt@ beck@ reyk@ phessler@
16 years ago
jdixon
19738ce31a
Move the Apache manual out of etcXX and to miscXX where it belongs.
It has also been moved to /usr/share/doc/html/httpd/. This will
ease sysmerge upgrades and help keep htdocs clean.
Help from okan and phessler, doc tweaks by jmc
ok deraadt@ millert@ beck@
16 years ago
deraadt
07dc939482
olf support starts to die (easy stuff first); ok miod
16 years ago
djm
5a2233d09c
fix math screwup that reintroduced a bias for upper_bounds in range
(2^30,2^31). Nothing in the tree yet requests random numbers bounded
by this range.
report jakob!deraadt; ok deraadt@
16 years ago
jasper
42b8508c56
- add a full stop for consistency
ok deraadt@ dlg@
16 years ago
jsing
748f7c04cd
Fix whitespace and comment.
16 years ago
sobrado
34d599f849
improve indentation.
ok jsing@
16 years ago
jmc
c52fe5a85f
kill an Xr to a non-existent man page, ulimit(1);
16 years ago
otto
a8ec3b0eb8
remove recalloc(3); it is buggy and impossible to repair without big
costs; ok jmc@ for the man page bits; ok millert@ deraadt@
16 years ago
ckuethe
51e14636f6
Allow ntpd to step the time at startup, now matter how large or small the
offset. The 180s limit doesn't help very much these days.
ok otto@ mbalmer@
16 years ago
pyr
69c0857e6a
ntpd missed the argument check sweep.
16 years ago