aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getcap.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-101-2/+2
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-1/+1
* Eliminate more dead stores.Garrett Wollman2009-11-251-3/+2
* As the comment says, close() frees the variable, record. So we obtainXin LI2009-05-141-1/+1
* Properly handle malloc() failures.Xin LI2009-04-021-5/+7
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used.Thomas Quinot2003-01-021-0/+3
* Silence casting away constness warnings.Alfred Perlstein2002-12-271-5/+12
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-4/+5
* const poison just like NetBSD.Warner Losh2002-03-221-32/+14
* Fix SCM ID's.David E. O'Brien2002-02-011-21/+21
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+4
* Fix some error-handling logic so that ferror is called before fclose,Garance A Drosehn2000-12-021-7/+21
* Fix a memory leak in getent() that occurred when the requested entryTim Vanderhoek2000-05-211-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-7/+7
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-7/+7
* Add unsigned char cast to isspace argAndrey A. Chernov1999-11-041-1/+3
* Don't be so selective about which errors cause us to continue andWarner Losh1999-03-211-7/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-7/+7
* Change L_SET to SEEK_SET for POSIX compliance.John Polstra1997-10-261-1/+1
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-1/+1
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-3/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-27/+27
* Parse ^? now, our termcap use it and some termcaps from otherAndrey A. Chernov1995-05-141-1/+5
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+1048