summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getcap.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-07-03Clean up the vcs ID strings in libc's gen/ directory.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2012-12-10libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker
2012-09-29libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker
2009-11-25Eliminate more dead stores.Garrett Wollman
2009-05-14As the comment says, close() frees the variable, record. So we obtainXin LI
2009-04-02Properly handle malloc() failures.Xin LI
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2003-01-02In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used.Thomas Quinot
2002-12-27Silence casting away constness warnings.Alfred Perlstein
2002-03-22Remove multi-line __P() usage.David E. O'Brien
2002-03-22const poison just like NetBSD.Warner Losh
2002-02-01Fix SCM ID's.David E. O'Brien
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-12-02Fix some error-handling logic so that ferror is called before fclose,Garance A Drosehn
2000-05-21Fix a memory leak in getent() that occurred when the requested entryTim Vanderhoek
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1999-11-04Add unsigned char cast to isspace argAndrey A. Chernov
1999-03-21Don't be so selective about which errors cause us to continue andWarner Losh
1998-09-16Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh
1997-10-26Change L_SET to SEEK_SET for POSIX compliance.John Polstra
1997-09-18Many places in the code NULL is used in integer context, wherePoul-Henning Kamp
1995-10-22Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-05-14Parse ^? now, our termcap use it and some termcaps from otherAndrey A. Chernov
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes