summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-11syncTheo de Raadt
2003-03-11Fix incorrect restriction on valid scsi tape density code values, allowing allKenneth R Westerback
currently valid values (0 - 0xff) to be used in mt(1). Add sanity check to catch negative values. Minor cleanup so mt_count values are stored in daddr_t variables and not ints. Eliminate unnecessary cast of mt_op, since it is already a shot. Leave possible move of mt_count to int32_t rather than daddr_t to post-3.3. Problem found, and original diff by Joseph Bender. costa@ henning@ tdeval@ ok
2003-03-11mention that avgfilesize is in bytes.Ted Unangst
2003-03-11use file system consistently. spot by margaridaTed Unangst
2003-03-10Document available video modes for ZX frame buffers, which one will beMiod Vallat
picked up at boot time depending on which monitor you plug in, and the lack of any software way to change the resolution (yet).
2003-03-10add some notes about nosuid mounted file systems. suggested by deraadt@Ted Unangst
ok deraadt@ millert@
2003-03-10Add (inactive) relaydb examples, ok deraadt@Daniel Hartmeier
2003-03-10Move /var/log/sendmail.st creation to etc/Makefile where it belongs;Todd C. Miller
noticed by grange@
2003-03-10Sun documentation mentions that ZX can not run on a sun4c or inside an xbox,Miod Vallat
so document this as well.
2003-03-10add a man page for the VOP functions. currently only describes theTed Unangst
general idea and VOP_LOOKUP. ok costa@ deraadt@ jmc@
2003-03-10Better frame buffer manual pages: attempt to better describe the frame buffersMiod Vallat
supported by the various drivers, and provide more accurate information about them. Some feedback and fixes from jmc@ and deraadt@
2003-03-10filesystem -> file system for section 9Ted Unangst
ok jmc@
2003-03-10filesystem -> file system for a little consistencyTed Unangst
ok jmc@ millert@
2003-03-10document dirpref options -g and -h (w/ avgfpdir)Ted Unangst
ok millert@
2003-03-10nothing of importTheo de Raadt
2003-03-10fix really old typo that prevented inode quotas from ever working.Ted Unangst
help testing and eyeballing henric tdeval miod ok costa deraadt
2003-03-10fix exit code, stupid bob, spotted by lebelTheo de Raadt
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
lots of help and ok millert@
2003-03-10Log that cron started up after we detach from the controlling terminalTodd 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-10Change a e_username to e_cmd.Todd C. Miller
2003-03-10Back out changes to get_number() that I didn't intend to commit.Todd C. Miller
2003-03-10Do the check for missing command before the un_getchar(); otherwiseTodd 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-10regenHenning Brauer
2003-03-10check 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-10correctly cope with errors returned by eval_pfqueue and pfctl_add_altqHenning Brauer
ok dhartmei@ pb@ (as part of... you know, monsterdiff)
2003-03-10rework 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-10when complaining about a queue wiwthout parent, include the queue name inHenning Brauer
the error message ok dhartmei@ pb@ (as part of a monsterdiff)
2003-03-10english(4) police, Officer Jolan LuffHenning Brauer
2003-03-10small changes to mike's random-id section;Jason McIntyre
ok frantzen@
2003-03-10it doesn't make sense to mimic pfctl -vsr output in pfctl -vsl (same forHenning 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-10whitespaceHenning Brauer
2003-03-10Fix 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-10regen; line numbers changed after adding comment in input fileHenning Brauer
2003-03-10queue doubly defined on one interface, fails right nowHenning Brauer
(is later rejected at load time by the kernel, but pfctl should detect it)
2003-03-10tun0 mtu depends on too much external factors, so better hardcode tbrsizeHenning Brauer
2003-03-10typos;Jason McIntyre
2003-03-10use Pa for paths moreTheo de Raadt
2003-03-10few minor tweaksTheo de Raadt
2003-03-10removal of .Ic for examples.Jason McIntyre
this was messing the postscript output.
2003-03-10fix offset; from jmcTheo de Raadt
2003-03-10real pretty nowTheo de Raadt
2003-03-10based on ideas from david, fix the Cm problems, and othersTheo de Raadt
2003-03-10syncTheo de Raadt
2003-03-10correct use of getnameinfo. PR 3138Jun-ichiro itojun Hagino
2003-03-10Correct 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-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2003-03-10typoDavid Krause
ok drahn@
2003-03-10double word (be be) in commentDavid Krause
ok drahn@
2003-03-10double word (the the) and spellingDavid Krause
ok henning@
2003-03-10spelling fixesDavid Krause
ok millert@