summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2008-05-25Don't error out if dhcpd-sync does not exist in /etc/services and noTodd C. Miller
sync options were specified. OK deraadt@
2008-05-25- chat to syslog if the script file can't be read or executed.Jasper Lievisse Adriaanse
ok otto@
2008-05-25de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvsMarc Balmer
markers. no binary changes
2008-05-24typo.Igor Sobrado
2008-05-24Move the setting of the POLLIN flag to the bottom of the for loopBrad Smith
to ensure that the flag is only set when there is a valid fd. Found by deraadt@ ok deraadt@ millert@
2008-05-23hexidecimal -> hexadecimalIgor Sobrado
ok jmc@
2008-05-23KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines.Marc Balmer
Add OpenBSD cvs markers. No binary changes.
2008-05-23de-registerMarc Balmer
2008-05-23Last chunk of KNF and readability changes here.Marc Balmer
no binary changes.
2008-05-22Remove the german announcement text.Marc Balmer
"yes, let it rot in the attic" claudio
2008-05-22More KNF and readability.Marc Balmer
no binary changes.
2008-05-22- fix a bug in msgbuf_write() that caused a descriptor to stay in the fdGilles Chehade
list even after being sent successfully. this has imsg_get_fd() keep returning the first fd. no impact in snmpd. "go for it" pyr@, "yeah someone screwed up in the copy" henning@
2008-05-22- fix a bug in msgbuf_write() that caused a descriptor to stay in the fdGilles Chehade
list even after being sent successfully. this has imsg_get_fd() keep returning the first fd. no impact in relayd. "go for it" pyr@, "yeah someone screwed up in the copy" henning@
2008-05-22Comparing string literals does not work as the author expected.Otto Moerbeek
From Adam Majer (debian maintaner); looks correct fgs@
2008-05-21Use a symbolic entry register save mask, and sprinkle _C_LABEL.Miod Vallat
No functional change.
2008-05-21punctuation fix;Jason McIntyre
2008-05-21Do not mention pccom any longer.Miod Vallat
2008-05-21KNF and readability changes.Marc Balmer
No binary changes.
2008-05-21Remove #ifndef SIN6_LEN/#else/#endif constructs.Marc Balmer
Suggested by djm a while ago. No binary changes.
2008-05-21Document and implement -U option, fix usage information for '-?'.Marc Balmer
Documentation corrections and spelling by jmc.
2008-05-21The default address family to be used is stored in a global variable. IfMarc Balmer
no options are given on the commandline, it is set to PF_INET. The configuration file parser did not use this variable in all cases, but used PF_UNSPEC for getaddrinfo/getnameinfo, leading to bogus error messages in some cases (but httpd operated as expected). Use the global variable instead of the hardcode PF_UNSPEC in the cases. Add a new commandline flag, -U, to set the default address family to PF_UNSPEC for ambigous directives. Discussed with sthen.
2008-05-19Permit compilation on 3 architectures which show that this diff wasTheo de Raadt
not tested on them. Older gcc's require decl before code, and this is supposed to be portable code in that sense.
2008-05-18another ndp(8) tweak: its description still talks about "flags"Igor Sobrado
rather than "flag", so kill the .Ar macro to have it read correctly. change suggested by jmc@. ok jmc@
2008-05-18some minor fixes;Jason McIntyre
2008-05-17documentation tweaks.Igor Sobrado
ok (some time ago) jmc@
2008-05-17If the -T or -t flag is given, the key must be an email address so checkTodd C. Miller
that it contains an @ sign. Prompted by jmc@, OK beck@.
2008-05-16- sort usage()Jason McIntyre
- use .Bk/.Ek to avoid ugly SYNOPSIS split
2008-05-16tweak ftp call, remove extraneous -o option.Marc Espie
okay sthen@
2008-05-16add a -d repository option in order not to have to specify all pkgnames.Marc Espie
as noticed by naddy and ajacoutot, we now have enough packages that this stresses shell limits if we specify everything on the command line. ;-)
2008-05-16Clear source nodes on table changes in sticky mode. This has thePierre-Yves Ritschard
disadvantage of removing valid src nodes, but the advantage of not sending out traffic to hosts that are not up anymore. From a diff by <mkoc@prime.pl>, ok reyk@
2008-05-16Allow ntpd to step the time at startup, now matter how large or small theChris Kuethe
offset. The 180s limit doesn't help very much these days. ok otto@ mbalmer@
2008-05-15Add OpenBSD markers.Marc Balmer
no binary change.
2008-05-14fix comment.Marc Balmer
2008-05-14- fix new directory creation by using the correct variable;Antoine Jacoutot
spotted by merdely@ while trying to populate /var/www from scratch ok merdely@
2008-05-14Next chunk of KNF/readability.Marc Balmer
no binary changes.
2008-05-14ntpd missed the argument check sweep.Pierre-Yves Ritschard
2008-05-14More KNF/readability changes.Marc Balmer
no binary changes.
2008-05-14Next chunk of KNF/readability changes.Marc Balmer
no binary change.
2008-05-14- add a non-interactive mode to sysmerge ('-b')Antoine Jacoutot
- yesno is only used once man page consulting jmc@ ;) ok laurent@ pyr@
2008-05-13Build on socppc too.Miod Vallat
2008-05-13Rename to README.IPv6, to be clear this is not version 6 of the README file.Marc Balmer
Suggested by henning.
2008-05-13knf. no binary changes.Marc Balmer
2008-05-13A first chunk of readability/knf changes. Since there is nothing moreMarc Balmer
to merge from upstream, we can safely sanitize the code and hopefully the build system. Discussed with and feedback from sthen, todd, dlg and henning. no binary changes.
2008-05-13Unmangle previous commit. spotted by markus@ (wow !)Pierre-Yves Ritschard
2008-05-12Fix cut and pasto; Steven RobertsTodd C. Miller
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
option parsing. Found out the hard way by jdixon on ifstated. ok sobrado@, jdixon@, millert@
2008-05-11fix sync.c to not puke if sync_lease called without sync_init.Bob Beck
from henric.
2008-05-11allow IMSG_CONTROL_SHOW_TIMER on restricted socketsHenning Brauer
2008-05-10from ray@Okan Demirmen
- move the ignoring of the top few (3) comments into a function of its own. - ignore these comments for crontab listings. based on a patch from Slava Semushin ok ray@ millert@
2008-05-09tweak previous; ok mbalmerJason McIntyre