millert
1588579869
Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for
the buffer size. OK deraadt@
16 years ago
jmc
09457d08b5
regen;
16 years ago
jmc
955382a3e0
sort; ok todd
16 years ago
deraadt
2f1bd14d3d
prototypes for getpwnam_r() and getpwuid_r()
16 years ago
otto
5e77e2a42a
remove recalloc; sloppy me; ok deraadt@
16 years ago
ragge
a360460b04
Remove obsolete (and erroneous) #if statement that caused all compilers
except for gcc to get the wrong prototype. Ok millert@
16 years ago
todd
e4da9873d4
sync
16 years ago
todd
aabcc07256
sort, prompted by jmc@
16 years ago
todd
4715d9f5b2
build MAKEDEV.8's conditionally upon more than just rcsid changes also
16 years ago
david
d309b20fd2
+_rtadvd here too; ok deraadt@
16 years ago
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