Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-11 | OK, this is a strange case. At least some parts of this software is | Theo 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-11 | removed .Ic's which were giving postscript trouble; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-11 | fix spacing in sample output | David Krause | |
ok cedric@ | |||
2003-03-11 | new sentence, new line and whitespace at EOL | David Krause | |
ok jmc@ | |||
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-11 | EOL whitespace | David Krause | |
ok jmc@ | |||
2003-03-11 | date is supposed to be written formally | David Krause | |
ok jmc@ | |||
2003-03-11 | mdoc fixes: macros are not allowed inside .Bd -literal blocks | David Krause | |
ok deraadt@ | |||
2003-03-11 | The variable cse_not_expected must be initialized. | Hiroaki Etoh | |
2003-03-11 | The loop optimization using frame pointer is omitted. | Hiroaki Etoh | |
2003-03-11 | not to combine the register related to frame addressing for the case ↵ | Hiroaki Etoh | |
FRAME_GROWS upward | |||
2003-03-11 | double words and spelling fixes | David Krause | |
ok pjanzen@ | |||
2003-03-11 | spelling | David Krause | |
ok millert@ | |||
2003-03-11 | spelling | David Krause | |
ok jmc@ | |||
2003-03-11 | spelling | David Krause | |
ok millert@ | |||
2003-03-11 | new sentence, new line | David Krause | |
ok beck@ | |||
2003-03-11 | Make 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-11 | new sentence, new line | David Krause | |
ok mickey@ | |||
2003-03-11 | $OpenBSD$ | David Krause | |
ok henning@ | |||
2003-03-11 | getnameinfo buffer has to be NI_MAXHOST | Jun-ichiro itojun Hagino | |
2003-03-11 | check error on getnameinfo failure. | Jun-ichiro itojun Hagino | |
2003-03-11 | always 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-11 | strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt | |
2003-03-11 | add 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-11 | sync | Theo de Raadt | |
2003-03-11 | groupmod modifies groups, it doesn't add them | Ted Unangst | |
ok millert@ | |||
2003-03-11 | sync | Theo de Raadt | |
2003-03-11 | Fix incorrect restriction on valid scsi tape density code values, allowing all | Kenneth 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-11 | mention that avgfilesize is in bytes. | Ted Unangst | |
2003-03-11 | use file system consistently. spot by margarida | Ted Unangst | |
2003-03-10 | Document available video modes for ZX frame buffers, which one will be | Miod 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-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) |