Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-10 | add some notes about nosuid mounted file systems. suggested by deraadt@ | Ted Unangst | |
ok deraadt@ millert@ | |||
2003-03-10 | Add (inactive) relaydb examples, ok deraadt@ | Daniel Hartmeier | |
2003-03-10 | Move /var/log/sendmail.st creation to etc/Makefile where it belongs; | Todd C. Miller | |
noticed by grange@ | |||
2003-03-10 | Sun documentation mentions that ZX can not run on a sun4c or inside an xbox, | Miod Vallat | |
so document this as well. | |||
2003-03-10 | add a man page for the VOP functions. currently only describes the | Ted Unangst | |
general idea and VOP_LOOKUP. ok costa@ deraadt@ jmc@ | |||
2003-03-10 | Better frame buffer manual pages: attempt to better describe the frame buffers | Miod Vallat | |
supported by the various drivers, and provide more accurate information about them. Some feedback and fixes from jmc@ and deraadt@ | |||
2003-03-10 | filesystem -> file system for section 9 | Ted Unangst | |
ok jmc@ | |||
2003-03-10 | filesystem -> file system for a little consistency | Ted Unangst | |
ok jmc@ millert@ | |||
2003-03-10 | document dirpref options -g and -h (w/ avgfpdir) | Ted Unangst | |
ok millert@ | |||
2003-03-10 | nothing of import | Theo de Raadt | |
2003-03-10 | fix really old typo that prevented inode quotas from ever working. | Ted Unangst | |
help testing and eyeballing henric tdeval miod ok costa deraadt | |||
2003-03-10 | fix exit code, stupid bob, spotted by lebel | Theo de Raadt | |
2003-03-10 | these pages all had bad section numbers in the .Xr's; | Jason McIntyre | |
lots of help and ok millert@ | |||
2003-03-10 | Log that cron started up after we detach from the controlling terminal | Todd C. Miller | |
and dup fds to /dev/null, not before. This may fix a possible race when cron is started as the last thing in /etc/rc. | |||
2003-03-10 | Change a e_username to e_cmd. | Todd C. Miller | |
2003-03-10 | Back out changes to get_number() that I didn't intend to commit. | Todd C. Miller | |
2003-03-10 | Do the check for missing command before the un_getchar(); otherwise | Todd C. Miller | |
the error messages will say line 0. This is because un_getchar('\n', file) will decrement the line count. Noticed by mpech@ | |||
2003-03-10 | regen | Henning Brauer | |
2003-03-10 | check for multiple same named queues on one interface. | Henning Brauer | |
before this was rejected at load time with a rather useless error message, now a nice error message points out the actual error. inspired by an error report from Damien Miller ok dhartmei@ pb@ (monsterdiff complete) | |||
2003-03-10 | correctly cope with errors returned by eval_pfqueue and pfctl_add_altq | Henning Brauer | |
ok dhartmei@ pb@ (as part of... you know, monsterdiff) | |||
2003-03-10 | rework error handling in eval_pfqueue(). | Henning Brauer | |
instead of using errx, print the error message and return. This is consistent with what we do everywhere in pfctl. ok dhartmei@ pb@ (as part of a monsterdiff) | |||
2003-03-10 | when complaining about a queue wiwthout parent, include the queue name in | Henning Brauer | |
the error message ok dhartmei@ pb@ (as part of a monsterdiff) | |||
2003-03-10 | english(4) police, Officer Jolan Luff | Henning Brauer | |
2003-03-10 | small changes to mike's random-id section; | Jason McIntyre | |
ok frantzen@ | |||
2003-03-10 | it doesn't make sense to mimic pfctl -vsr output in pfctl -vsl (same for | Henning Brauer | |
-vvsr ./. -vvsl). this resulted in more or less garbage in pfctl -vsl and -vvsl output. so ignore the extra verbosity flags for -sl. found by pb@ ok pb@ dhartmei@ | |||
2003-03-10 | whitespace | Henning Brauer | |
2003-03-10 | Fix for the "short cable bug" in sis: | Ryan Thomas McBride | |
A small number of DP83815's will have excessive receive errors when using short cables (<30m/100feet) in 100Base-TX mode. This patch was taken from the National Semiconductor linux driver and (supposedly - no mention of this in any NS docs) modifies the dsp's signal attenuation. ok jason@ deraadt@ markus@ From Willem Dijkstra wpd at xs4all dot nl | |||
2003-03-10 | regen; line numbers changed after adding comment in input file | Henning Brauer | |
2003-03-10 | queue doubly defined on one interface, fails right now | Henning Brauer | |
(is later rejected at load time by the kernel, but pfctl should detect it) | |||
2003-03-10 | tun0 mtu depends on too much external factors, so better hardcode tbrsize | Henning Brauer | |
2003-03-10 | typos; | Jason McIntyre | |
2003-03-10 | use Pa for paths more | Theo de Raadt | |
2003-03-10 | few minor tweaks | Theo de Raadt | |
2003-03-10 | removal of .Ic for examples. | Jason McIntyre | |
this was messing the postscript output. | |||
2003-03-10 | fix offset; from jmc | Theo de Raadt | |
2003-03-10 | real pretty now | Theo de Raadt | |
2003-03-10 | based on ideas from david, fix the Cm problems, and others | Theo de Raadt | |
2003-03-10 | sync | Theo de Raadt | |
2003-03-10 | correct use of getnameinfo. PR 3138 | Jun-ichiro itojun Hagino | |
2003-03-10 | Correct SYNOPSIS, document option `-C', add /etc/man.conf to section FILES, | Todd C. Miller | |
add references to man.conf(5) and makewhatis(8); Andrey Matveev | |||
2003-03-10 | duplicate words and spelling fixes in comments | David Krause | |
ok miod@ | |||
2003-03-10 | typo | David Krause | |
ok drahn@ | |||
2003-03-10 | double word (be be) in comment | David Krause | |
ok drahn@ | |||
2003-03-10 | double word (the the) and spelling | David Krause | |
ok henning@ | |||
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2003-03-10 | double words in comments | David Krause | |
ok millert@ | |||
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2003-03-10 | fix spelling in comment | David Krause | |
ok millert@ | |||
2003-03-10 | Fixed some small typos & formatting following suggestions from jmc | Marcus Watts | |
2003-03-10 | commented hourly spamd-setup run | Theo de Raadt | |