Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mop up #ifdef _KERNEL goo; ok miod | 2014-06-10 | 1 | -6/+1 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -10/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | ansi and some missing protos | 2004-08-07 | 1 | -8/+3 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Introduce a new file, machine/internal_types.h, to hold that specific arch | 2002-04-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others. | ||||
* | make bzero() compile again; millert@ ok | 2000-04-25 | 1 | -0/+4 | |
| | |||||
* | sparc needs memset for gcc now (i hate this) | 1998-06-02 | 1 | -0/+142 | |