Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | obvious reallocarray() use | 2014-10-11 | 1 | -2/+2 | |
| | | | | ok doug | ||||
* | most obvious unsigned char casts for ctype | 2013-11-24 | 1 | -2/+2 | |
| | | | | ok jca krw ingo | ||||
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 2007-09-02 | 1 | -2/+2 | |
| | |||||
* | Cleanup to avoid a save errno dance; from Andrey Matveev; ok pat@ | 2006-03-12 | 1 | -12/+9 | |
| | | | | jaredy@ ray@ | ||||
* | Always set errno on error. Based on NetBSD. ok jaredy@ pat@ | 2005-10-26 | 1 | -12/+17 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -9/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | Set errno right before return(), so that it does not risk being reset | 2005-03-01 | 1 | -3/+3 | |
| | | | | | | by any other functions we will invoke in-between. Fix from Andrey Matveev <andrushock@korovino.net> | ||||
* | deregister, better use of strtoul and always set ERANGE on invalid octal | 2004-07-02 | 1 | -21/+16 | |
| | | | | permission. ok millert@; man page ok jmc@ | ||||
* | Initialize cmd when processing octal only. Failing to do that results | 2004-07-01 | 1 | -2/+3 | |
| | | | | | | | in rare cases of bogus permissions; noted when using mtree(8) with mmap malloc. ok tdeval@ millert@ | ||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -13/+6 | |
| | | | | ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -8/+2 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -5/+5 | |
| | |||||
* | negative change strtol() | 1998-11-18 | 1 | -4/+6 | |
| | |||||
* | realloc repair | 1998-08-14 | 1 | -3/+7 | |
| | |||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -3/+3 | |
| | |||||
* | tabify | 1997-07-23 | 1 | -4/+4 | |
| | |||||
* | From NetBSD (christos) [fixed typo introduced in comment]: | 1997-03-07 | 1 | -8/+21 | |
| | | | | | If ``who'' was not specified, set the appropriate bits as the manual page states. ``chmod +s foo'' and ``chmod +t dir'' now work. | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -8/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | sync to netbsd 960418 | 1996-04-21 | 1 | -2/+3 | |
| | |||||
* | Prototype internal functions | 1996-03-25 | 1 | -5/+10 | |
| | | | | Do the right thing in presense of __STDC__ | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+458 | |