summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setmode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* obvious reallocarray() usederaadt2014-10-111-2/+2
* most obvious unsigned char casts for ctypederaadt2013-11-241-2/+2
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* Cleanup to avoid a save errno dance; from Andrey Matveev; ok pat@otto2006-03-121-12/+9
* Always set errno on error. Based on NetBSD. ok jaredy@ pat@otto2005-10-261-12/+17
* zap remaining rcsid.espie2005-08-081-9/+1
* Set errno right before return(), so that it does not risk being resetmiod2005-03-011-3/+3
* deregister, better use of strtoul and always set ERANGE on invalid octalotto2004-07-021-21/+16
* Initialize cmd when processing octal only. Failing to do that resultsotto2004-07-011-2/+3
* ansify function definitions and zap some `register'jfb2004-05-181-13/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-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.millert2002-02-161-5/+5
* negative change strtol()deraadt1998-11-181-4/+6
* realloc repairderaadt1998-08-141-3/+7
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* tabifykstailey1997-07-231-4/+4
* From NetBSD (christos) [fixed typo introduced in comment]:millert1997-03-071-8/+21
* Fix RCS idstholo1996-08-191-8/+1
* sync to netbsd 960418deraadt1996-04-211-2/+3
* Prototype internal functionstholo1996-03-251-5/+10
* initial import of NetBSD treederaadt1995-10-181-0/+458