summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getcap.c
AgeCommit message (Expand)Author
2017-06-18Make shared -DSMALL libc buildable without breaking libhackmanu
2014-09-24undo, the right place for this is compat_defs.hchristos
2014-09-24Provide a backward-compatible conditional define of O_CLOEXEChe
2014-09-18make more descriptors that we open as close-on-execchristos
2014-06-26don't depend on expandtc to open the database or not.christos
2012-06-04ANSIfyjoerg
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-10-15close on exec fixes:christos
2011-02-07Don't define weak aliases in the SMALL case. They conflict with the realjoerg
2008-02-02Add csetexpandtc()christos
2006-07-04KNFjnemeth
2006-05-29missed check for malloc() returning NULLjnemeth
2006-04-02Add coverity annotations.christos
2006-03-19Coveriry CID 509: Avoid NULL pointer deref.christos
2006-03-19Coverity CID 510: Avoid uninitialized variable.christos
2005-11-29WARNS=4christos
2004-04-25Add -DSMALL so that this can be used in libhack.christos
2004-04-23Ansify and add change db_name vector from char ** to const char * const *christos
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-31Avoid cgetcap &co prototypes conflicting with those provided by the host.uwe
2002-08-04Include "sys/param.h" and use "MATHPATHLEN" instead of "_POSIX_PATH_MAX"tron
2002-04-16Detect if line length exceeds buffer capacities.groo
2001-06-25avoid an underrun in "buf". noted by dean@huxley.org in PR#13292mrg
2000-06-02correct memory leak due to t_getstr() and realloc(). the commit willitojun
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-03-29Cast argument to isspace to (unsigned char) to pass zoularis.abs
1999-03-23Fix 'suggest parentheses' warning noted by Erik E. Fair <fair@clock.org>abs
1999-03-22If we push a cap entry (usually from the environment), strip : deliminatedabs
1999-03-16Fix gcc-2.8.1 warnings.christos
1998-11-13avoid assignment of a read only location that lint does not pick, but gcc does.christos
1998-11-12delintchristos
1998-08-26fix bcopy->memcpy with memcpy->memmove -- not strictly needed, but...perry
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-27const poisoning.mycroft
1998-07-21Suppress blank fields due to continuation lines.mycroft
1998-03-18PR 5170: don't fclose twice, or call ferror after fclose.tv
1998-03-02Fix type size lossage on the Alpha.thorpej
1998-02-26trivial changes to reduce lint complaintsperry
1998-02-03remove obsolete register declarationsperry
1997-08-25Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,kleink
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1995-08-24Do not terminate the search on errors other than ENOENT.mycroft
1995-02-25update to 4.4-Lite where appropriate, clean up Id format, etc.cgd
1994-03-26slight modcgd