Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simply some for() loops to eliminate "computed, not used" warnings. | 2016-12-22 | 1 | -8/+7 | |
| | | | | | | Also makes the code much easier to understand. ok tom@ ok millert@ pirofti@ on earlier version. | ||||
* | Fix qsort() comparison functions: | 2015-12-06 | 1 | -26/+38 | |
| | | | | | | | | - correct the function types to eliminate warnings - avoid substractions that may overflow - rework tests to be consistent: cmp(A,A)==0 && cmp(A,B)=-cmp(B,A) worked out with Serguey Parkhomovsky (sergueyparkhomovsky (at) gmail.com) | ||||
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | 2015-08-20 | 1 | -3/+3 | |
| | | | | ok krw millert | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -9/+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 | ||||
* | add missing prototypes all over the place, u_long -> unsigned long (userland | 2006-03-25 | 1 | -39/+21 | |
| | | | | | | code). okay kettenis@, comments by ray@ | ||||
* | Fix formats in debug printfs to work correctly on 64-bit archs. | 2004-07-20 | 1 | -4/+4 | |
| | | | | miod@ ok | ||||
* | add missing includes | 2003-07-10 | 1 | -2/+4 | |
| | | | | ok deraadt@ tedu@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | snprintf | 2003-04-05 | 1 | -7/+8 | |
| | |||||
* | change the extra text following preprocessor directives into comments. | 2002-03-25 | 1 | -4/+4 | |
| | | | | | | patch from David Krause <openbsd@davidkrause.com> ok millert@ | ||||
* | kill more registers | 2001-11-19 | 1 | -8/+8 | |
| | | | | millert@ ok | ||||
* | Make this work again, this might be ugly, but it works; bad mickey. | 2001-03-31 | 1 | -8/+8 | |
| | |||||
* | _wall, err/warn; dummy hppa part, like others | 2001-03-22 | 1 | -82/+80 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+724 | |