summaryrefslogtreecommitdiffstats
path: root/lib/libc/nls/catopen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ntohl() returns uint32_t so it cannot be < 0. Since we're storingmillert2017-04-271-2/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-3/+3
* After removing National Language Support (NLS) from base, stopbluhm2015-11-051-3/+2
* Verify that opened message catalog is valid, i.e. avoid integer overflowstobias2015-10-231-17/+105
* Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther2015-09-051-3/+3
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.stsp2013-06-011-11/+56
* Don't call munmap(2) if mmap(2) failed.matthew2011-07-121-2/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* zap rcsidespie2005-08-051-4/+1
* ansify. ok deraadt@ millert@otto2005-03-231-6/+3
* 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-2/+2
* -1 -> MAP_FAILEDart2001-05-111-2/+2
* Remove dead codetholo1996-09-151-3/+4
* 1 char oflow; bitblt & deraadtderaadt1996-09-051-5/+5
* use issetugid() to protect against bad getenvderaadt1996-08-261-8/+6
* Fix RCS idstholo1996-08-191-2/+4
* from jtc; Ensure user can't make us overrun fixed sized buffers.deraadt1996-06-231-49/+64
* exit nicely, error out nicelyderaadt1996-06-101-20/+20
* svr4-style gencatderaadt1996-05-221-15/+139
* initial import of NetBSD treederaadt1995-10-181-0/+26