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
miod
20f267e159
Disable more wscons bits on socppc.
16 years ago
miod
47e9c720d1
Add catman directories for socppc manual pages
16 years ago
miod
b981689f3e
Plumb socppc in MAKEDEV machinery.
16 years ago
kettenis
3c1ce8fb4f
sync
16 years ago
kettenis
65ae75856e
Add missing files.
16 years ago
reyk
56ae4f8c5c
now we also need the anchor "relayd/*" in addition to the rdr-anchor.
ok pyr@
16 years ago
beck
0790433be5
Add synchronisation support for dhcpd - this allows for two dhcpd's
with the same configuration to be run on the same net and they will
keep their lease files/state in synch, and therefore allowing you to
run redundant dhcpd's. Synchronization code stolen from spamd, uses
an hmac key in /var/db/dhcpd.key if it exists.
ok krw@ deraadt@
16 years ago
claudio
6f0f4765f0
routed is no longer, use ripd instead.
16 years ago
sthen
236ae26d36
- move some services from unofficial to the Assigned Numbers section,
including some "cleverly" positioned in the dynamic range :(
- add a couple of services relating to some ports/packages which
otherwise need a manual change to this file
looks good to ajacoutot, steven. suggestions/ok deraadt
16 years ago
kurt
523f66bcbe
Remove duplicate psignal(3) and sys_siglist definitions. signal.h
is the correct place for them and nothing gets them from here in
base/xenocara/ports. no objection millert@ okay kettenis@
16 years ago
kettenis
5ba8ed9bb7
Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS.
Needed to tell pedantic C++ compilers these symbols have 'C' linkage.
ok kurt@
16 years ago
deanna
b7c1d9ce79
Add section n for Tcl/Tk related pages.
ok jmc@, no objections espie@
16 years ago
deraadt
ec406b2818
express hope
16 years ago
kurt
fb3c0db172
- correct brk(2) prototype and man page to match implementation and POSIX.
brk(2) returns an int value not a void *. brk(2) returns 0 upon success not
a pointer to the new end of memory. okay millert@, kettenis@, deraadt@
16 years ago
norby
351d5b43c0
Import MPLS (Multi Protocol Label Switching)
MPLS support partly based on the (abandoned?) AYAME project.
Basic LSR (Label Switch Router) functionality is present, but not fully
functional yet.
It is currently possible to insert entries in the LIB (Label Information Base)
with route(8), but setting the operation type is not supported yet.
Imported to allow more people to work on this in the coming weeks.
ok claudio@ laurent@ dlg@
16 years ago