summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getcap.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate more dead stores.wollman2009-11-251-3/+2
* As the comment says, close() frees the variable, record. So we obtaindelphij2009-05-141-1/+1
* Properly handle malloc() failures.delphij2009-04-021-5/+7
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used.thomas2003-01-021-0/+3
* Silence casting away constness warnings.alfred2002-12-271-5/+12
* Remove multi-line __P() usage.obrien2002-03-221-4/+5
* const poison just like NetBSD.imp2002-03-221-32/+14
* Fix SCM ID's.obrien2002-02-011-21/+21
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+4
* Fix some error-handling logic so that ferror is called before fclose,gad2000-12-021-7/+21
* Fix a memory leak in getent() that occurred when the requested entryhoek2000-05-211-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-7/+7
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-7/+7
* Add unsigned char cast to isspace argache1999-11-041-1/+3
* Don't be so selective about which errors cause us to continue andimp1999-03-211-7/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-7/+7
* Change L_SET to SEEK_SET for POSIX compliance.jdp1997-10-261-1/+1
* Many places in the code NULL is used in integer context, wherephk1997-09-181-1/+1
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-3/+0
* Remove trailing whitespace.rgrimes1995-05-301-27/+27
* Parse ^? now, our termcap use it and some termcaps from otherache1995-05-141-1/+5
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+1048
OpenPOWER on IntegriCloud