Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-23 | use correct variable in error message: print the filename, not the key | Alexander von Gernler | |
ok ray@ thib@ | |||
2007-02-23 | knf | Theo de Raadt | |
2007-02-22 | read the exact length for POST requests as specified by the | Reyk Floeter | |
content-length header. | |||
2007-02-22 | this ftruncate is really not needed now, if we're just unlinking. | Bob Beck | |
ok millert@ | |||
2007-02-22 | avoid undefined. closes pr5386. | Marc Espie | |
2007-02-22 | avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that this | Marc Espie | |
idiom works. | |||
2007-02-22 | Problem 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-22 | close 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-22 | Added new prefix dump option for obtaining all ACPI files | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | Added changes to dump all tables not just DSDT | Jordan 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-22 | put `check ssl' in the right place; | Jason McIntyre | |
2007-02-22 | various language/macro fixes; | Jason McIntyre | |
2007-02-22 | +.An -nosplit | Jason McIntyre | |
2007-02-22 | minor KNF bits here too | Henning Brauer | |
2007-02-22 | KNF | Henning Brauer | |
2007-02-22 | do not try to set IP_TTL on non-INET listening sockets, it's not going | Henning Brauer | |
to work on INET6... non-fatal error, so in pratice this just avoids a misleading error msg | |||
2007-02-22 | another dead extern; Mark Lumsden <mark@cyodesigns.com> | Henning Brauer | |
2007-02-22 | spacing | Reyk Floeter | |
2007-02-22 | spacing | Reyk Floeter | |
2007-02-22 | document the retry option before setting the state to down for hosts | Reyk Floeter | |
in tables. | |||
2007-02-22 | document the new options to manipulate carp demotion counters. | Reyk Floeter | |
2007-02-22 | Add layer 7 functionality to hoststated used for layer 7 | Reyk 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-22 | Pass sizeof(buf) to fgets instead of hard-coded number. | Ray Lai | |
From Charles Longeau. OK moritz@ and jakob@. | |||
2007-02-21 | Create "syslogd: restart" message after the setup of signal | Marco Pfatschbacher | |
handlers. This prevents a race where syslogd could die on SIGPIPE at startup. Also distinguish between start and restart. OK henning@ | |||
2007-02-21 | put -L and -G in the right place; | Jason McIntyre | |
2007-02-21 | put -G in the right place; from Igor Sobrado | Jason 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-20 | document syslog to other programs, ok jmc | Henning Brauer | |
2007-02-20 | implement 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-20 | put -n in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-20 | use HOST_UP instead of an hard coded integer | Reyk Floeter | |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray 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-19 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-19 | put -n in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-19 | tweaks from Igor Sobrado and myself; | Jason McIntyre | |
2007-02-19 | - simply synopsis and usage() | Jason McIntyre | |
- order options mostly from Igor Sobrado | |||
2007-02-19 | tidy up synopsis and usage(); reported by Igor Sobrado | Jason McIntyre | |
2007-02-19 | unbreak by allowing clean in !objdir case to fail (no Makefile there in that | Henning Brauer | |
case), ok espie, also noticed by simon | |||
2007-02-19 | tidy up synopsis and usage(); | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); | Jason McIntyre | |
2007-02-18 | Use sizeof(buf) instead of hard coded numbers. | Ray Lai | |
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); partly from Igor Sobrado | Jason McIntyre | |
2007-02-18 | simplify synopsis and usage(); based on a diff from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and options list; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre | |