summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-02-11FP_ILOGBNAN should be INT_MAXmatt
2013-02-09Define FP_ILOGB0 and FP_ILOGBNANmatt
2013-01-28Add missing long double prototypes.matt
2013-01-28Add missing long double functionsmatt
2013-01-23Fix typo.mbalmer
2013-01-12Remove #if defined(_KERNEL) around a userlevel function.dholland
2012-12-14Add VIS_GLOB (Brooks Davis)christos
2012-12-01Check for _NETBSD_SOURCE being defined wherever we check forskrll
2012-11-26revert previous commit since it breaks the build on NetBSD andpooka
2012-11-26When including this from a tools build, avoid defining _PWD_H_ sincepooka
2012-11-18Add most system calls for POSIX extended API set, part 2, with test cases:manu
2012-11-15use standard queue macros.christos
2012-11-07add <netinet/in.h> because it is needed for sockaddr_in.christos
2012-11-04Over the years this header gained a lot of disparate functionalitychristos
2012-10-19Implement experimental support to pass notifications that a filedrochner
2012-10-02add clock_nanosleepchristos
2012-09-09make the default to not check names.christos
2012-08-30Add "consttime_bcmp" and "explicit_bzero" functions for both kerneldrochner
2012-08-08SSP mostly works with Clang, even if optimisation is disabled.joerg
2012-07-30commentsyamt
2012-07-22Always provide *_chk prototypes. Fixes DBG=-g build of libc.joerg
2012-07-14bin/46703: BSD r-commands use wrong source address for stderrdarrenr
2012-06-21sprinkle restrict in realpath(3)christos
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2012-06-03Prototype for cdbw_stable_seeder.joerg
2012-05-05oops, forgot to commit: add tgamma and tgammafchristos
2012-04-20PR/46360: YAMAMOTO Takashi: Restore NetBSD-5 compatibility with putenv()christos
2012-04-20Do not wrap other header files with extern "C".joerg
2012-04-18specify size of the array to help -fmudflapchristos
2012-04-14new flag.christos
2012-04-13add more options.christos
2012-04-13add timeout to getpassfd.christos
2012-04-12add GETPASS_ECHO_STARchristos
2012-04-12add getpassfdchristos
2012-04-12add getpass_rchristos
2012-04-07add getdisk{raw,cooked}namechristos
2012-04-07add getfsspecnamechristos
2012-03-28make CHAR_{MIN,MAX} work for both -fsigned-char and -funsigned-charchristos
2012-03-27funopen2()christos
2012-03-22typo in commentdholland
2012-03-17Add AI_ADDRCONFIGchristos
2012-03-13use __type_fit() instead of locally brewed macrochristos
2012-03-08Implement sem_timedwait.joerg
2012-03-02PR/46111: Wolfgang Stukenbrock: Add yp_setbindtries(3) so that yp operationschristos
2012-02-22Use C++ compatible declaration for posix_spawn (instead of the C99 specificmartin
2012-02-21Make this include file C++ save, using the new __conly_restrict.martin
2012-02-20Add missing __BEGIN_DECLS, from Henning Petersen in PR misc/46058.martin
2012-02-19Remove <sa.h> which has been obsolete since 2007.rmind
2012-02-16Add _dlauxinfo helper function to provide access to the ELF auxilaryjoerg
2012-02-11Add userland part of posix_spawn. Libc functions imported from FreeBSD.martin