Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
| | | | | OK'ed by: imp, core | ||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
| | | | | especially in troff files. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | No need to cast; ().gr_gid is already the correct type. | markm | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | Ooops, forgot to remove the registers here. | imp | 2002-02-02 | 1 | -30/+30 |
| | |||||
* | o __P has been reoved | imp | 2002-02-02 | 1 | -53/+4 |
| | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. | ||||
* | Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes. | kris | 2001-04-26 | 1 | -22/+22 |
| | |||||
* | Reduce diffs with OpenBSD: | kris | 2001-04-26 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | | #if __STDC__ -> #ifdef __STDC__ pax_warn() -> paxwarn() sys_warn() -> syswarn() (foo *)NULL -> NULL bcopy -> memmove()/memcpy() bzero -> memset() Typo fixes sprintf() -> snprintf() rindex() -> strrchr() index() -> strchr() sys_errlist[] -> strerror() Obtained from: OpenBSD | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | Various spelling/formatting changes. | kris | 1999-05-08 | 1 | -3/+3 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-15 | 1 | -3/+5 |
| | |||||
* | Remove simultaneous include of <sys/param.h> and <sys/types.h>. | eivind | 1997-12-10 | 1 | -2/+1 |
| | | | | | Reorder includes to be alphabetical some places since I already was in here. | ||||
* | Dont have an internal function named "warn" it clashes with libc.. | sos | 1997-08-29 | 1 | -15/+15 |
| | | | | Needed for ELF. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | -Wall cleaning. | steve | 1996-12-14 | 1 | -2/+2 |
| | |||||
* | Remove unneded ctype.h everywhere | ache | 1995-10-23 | 1 | -2/+1 |
| | | | | Add setlocale LC_TIME | ||||
* | Added $Id$ | dg | 1994-09-24 | 1 | -0/+2 |
| | |||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 1 | -0/+657 |