summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2007-02-23use correct variable in error message: print the filename, not the keyAlexander von Gernler
ok ray@ thib@
2007-02-23knfTheo de Raadt
2007-02-22read the exact length for POST requests as specified by theReyk Floeter
content-length header.
2007-02-22this ftruncate is really not needed now, if we're just unlinking.Bob Beck
ok millert@
2007-02-22avoid undefined. closes pr5386.Marc Espie
2007-02-22avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that thisMarc Espie
idiom works.
2007-02-22Problem noticed by Henrik Hellerstedt <henrik@kohina.net>Marc Espie
Fix a really fun bug in pkg_delete: solve_installed_names has to normalize the list of names so that comparing its size vs. its transitive closure is meaningful. Use the classical hash + list to preserve the order. While we're there, use the hash to avoid asking the same questions again and again. After some back&forth with bernd. okay bernd@
2007-02-22close 5389 and 5390,Bob Beck
unused variable and a chance to unlink the pidfile without lock if we couldn't kill a preexisting authpf process. spotted by Stefan Krah <sfk1@bigfoot.com>.
2007-02-22Added new prefix dump option for obtaining all ACPI filesJordan Hargrave
ok marco@
2007-02-22Added changes to dump all tables not just DSDTJordan Hargrave
-o generates files of form <prefix>.<sig>.<num> eg. -o foo generates foo.DSDT.1 foo.FACP.0 foo.MCFG.2 etc ok marco@
2007-02-22put `check ssl' in the right place;Jason McIntyre
2007-02-22various language/macro fixes;Jason McIntyre
2007-02-22+.An -nosplitJason McIntyre
2007-02-22minor KNF bits here tooHenning Brauer
2007-02-22KNFHenning Brauer
2007-02-22do not try to set IP_TTL on non-INET listening sockets, it's not goingHenning Brauer
to work on INET6... non-fatal error, so in pratice this just avoids a misleading error msg
2007-02-22another dead extern; Mark Lumsden <mark@cyodesigns.com>Henning Brauer
2007-02-22spacingReyk Floeter
2007-02-22spacingReyk Floeter
2007-02-22document the retry option before setting the state to down for hostsReyk Floeter
in tables.
2007-02-22document the new options to manipulate carp demotion counters.Reyk Floeter
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter
loadbalancing, SSL acceleration, general-purpose TCP relaying, and transparent proxying. see hoststated.conf(5) and my upcoming article on undeadly.org for details. ok to commit deraadt@ pyr@
2007-02-22Pass sizeof(buf) to fgets instead of hard-coded number.Ray Lai
From Charles Longeau. OK moritz@ and jakob@.
2007-02-21Create "syslogd: restart" message after the setup of signalMarco Pfatschbacher
handlers. This prevents a race where syslogd could die on SIGPIPE at startup. Also distinguish between start and restart. OK henning@
2007-02-21put -L and -G in the right place;Jason McIntyre
2007-02-21put -G in the right place; from Igor SobradoJason McIntyre
2007-02-21- Pass full buffer size to fgets.Ray Lai
- No need to initialize buffer. - Spacing. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@.
2007-02-20document syslog to other programs, ok jmcHenning Brauer
2007-02-20implement logging to other program's stdin.Henning Brauer
if the target is like "| /path/to/program", syslogd forks and execs program and sends the selected log messages to program's stdin. uses a socketpair, grows the receive buffer on the reader side and has the socket nonblocking on syslog'd side to prevent syslogd blocking. I'm using that here to feed logsurfer from ports for automated log analysis, werks beautifully. lots of input & help mpf, ok mpf djm "no objections" millert
2007-02-20put -n in the right place; from Igor SobradoJason McIntyre
2007-02-20use HOST_UP instead of an hard coded integerReyk Floeter
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@.
2007-02-19sort options and sync usage(); from Igor SobradoJason McIntyre
2007-02-19put -n in the right place; from Igor SobradoJason McIntyre
2007-02-19tweaks from Igor Sobrado and myself;Jason McIntyre
2007-02-19- simply synopsis and usage()Jason McIntyre
- order options mostly from Igor Sobrado
2007-02-19tidy up synopsis and usage(); reported by Igor SobradoJason McIntyre
2007-02-19unbreak by allowing clean in !objdir case to fail (no Makefile there in thatHenning Brauer
case), ok espie, also noticed by simon
2007-02-19tidy up synopsis and usage();Jason McIntyre
2007-02-18tidy up synopsis and usage();Jason McIntyre
2007-02-18Use sizeof(buf) instead of hard coded numbers.Ray Lai
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@.
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage(); partly from Igor SobradoJason McIntyre
2007-02-18simplify synopsis and usage(); based on a diff from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and options list; from Igor SobradoJason McIntyre
2007-02-18tidy up synopsis and usage; from Igor SobradoJason McIntyre