summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-11OK, this is a strange case. At least some parts of this software isTheo de Raadt
copyrighted, and then marked "Copying for Profit is Prohibited", but the author has passed away. A number of people have tried to make some sort of effort at trying to contact his estate, and have failed. Therefore, lacking the ability to correct this copyright, we must delete it. I would bet strongly that this is not what the author would have intended, but until we can get this resolved, this is the action we must take.
2003-03-11removed .Ic's which were giving postscript trouble;Jason McIntyre
ok deraadt@
2003-03-11fix spacing in sample outputDavid Krause
ok cedric@
2003-03-11new sentence, new line and whitespace at EOLDavid Krause
ok jmc@
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-11EOL whitespaceDavid Krause
ok jmc@
2003-03-11date is supposed to be written formallyDavid Krause
ok jmc@
2003-03-11mdoc fixes: macros are not allowed inside .Bd -literal blocksDavid Krause
ok deraadt@
2003-03-11The variable cse_not_expected must be initialized.Hiroaki Etoh
2003-03-11The loop optimization using frame pointer is omitted.Hiroaki Etoh
2003-03-11not to combine the register related to frame addressing for the case ↵Hiroaki Etoh
FRAME_GROWS upward
2003-03-11double words and spelling fixesDavid Krause
ok pjanzen@
2003-03-11spellingDavid Krause
ok millert@
2003-03-11spellingDavid Krause
ok jmc@
2003-03-11spellingDavid Krause
ok millert@
2003-03-11new sentence, new lineDavid Krause
ok beck@
2003-03-11Make lpr and lprm setuid root but drop to daemon very early.Todd C. Miller
Functionally this is the same as when lpr and lprm were setuid daemon but the executable are now owned by root which is safer. deraadt@ OK
2003-03-11new sentence, new lineDavid Krause
ok mickey@
2003-03-11$OpenBSD$David Krause
ok henning@
2003-03-11getnameinfo buffer has to be NI_MAXHOSTJun-ichiro itojun Hagino
2003-03-11check error on getnameinfo failure.Jun-ichiro itojun Hagino
2003-03-11always compile and set pcap filters even when filters are not specified.Kenjiro Cho
bpf implements snaplen by filters and captures full packets when filters are not set. ok deraadt@, dhartmei@
2003-03-11strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.deTheo de Raadt
2003-03-11add protection against packets without pkthdr.Kenjiro Cho
this should not happen but just in case. printf() is intended to be annoying so that we'll get reports on it. original idea from dhartmei@ ok deraadt@, henning@
2003-03-11syncTheo de Raadt
2003-03-11groupmod modifies groups, it doesn't add themTed Unangst
ok millert@
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)