summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-02-09A little libc namespace housekeeping exercise:kleink
2005-02-06remove obsolete register declarations.perry
2005-02-06Remove "register" from a comment. Kind of silly for it to have beenperry
2005-02-06remove obsolete "register" declarationsperry
2005-02-03de-__P -- the hack is long since useless. Discussed with christos,perry
2005-01-20Remove the remains of "struct sigcontext" and sigreturn() from thedrochner
2005-01-12modify footprint of pw_gensalt().christos
2005-01-12add pw_getpwconf()christos
2005-01-11Add pw_gensalt, remove bcrypt_gensalt.christos
2005-01-10Only #define HAVE_IPV6 if ${USE_INET6} != "no".lukem
2005-01-06Implement getgroupmembership(3). This is similar to getgrouplist(3), exceptlukem
2004-12-31Provide forward struct declarations for struct sigcontext*; this will allowchristos
2004-12-30cast 1 to size_tchristos
2004-12-16Add a function called getdevmajor().atatat
2004-12-14Nuke threadlib.h. Library defensive threading is now provided through thenathanw
2004-12-13__libc_thr_yield() signature now matches sched_yield().nathanw
2004-12-11Sprinkle const.christos
2004-12-11Add _PATH_FTPUSERS; sort.christos
2004-12-10Use CPP macros to cause many libpthread functions used by applicationsnathanw
2004-12-01Add _PATH_BPFchristos
2004-11-19Add sockaddr_snprintf()christos
2004-11-16remove NI_WITHSCOPEIDitojun
2004-11-11Add _PATH_DEV_PTSchristos
2004-11-10* Improve the comments in <nsswitch.h>lukem
2004-11-10Implement sysconf(3) _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX forlukem
2004-11-07Resolve conflicts.christos
2004-11-07Re-import these. I imported the old ones accidentally.christos
2004-11-05Remove the (int) cast from the array subscript of the ctype #defines.dsl
2004-10-05Overhaul the use of nsdispatch(3) by public APIs so that the back-endlukem
2004-10-04Overhaul the use of nsdispatch(3) by public APIs so that the back-endlukem
2004-10-04* Re-number NS_FORCEALL from 1<<7 to 1<<8, moving it out of the "public"lukem
2004-10-02correct the return value type of _lwp_self()kent
2004-09-29Implement NS_FORCEALL, which may be set in defaults[0].flags by a caller oflukem
2004-09-14update heimdal version to Heimdal 0.6.3lha
2004-09-14Merge in changes between 0.6.2 and 0.6.3lha
2004-09-13DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD.thorpej
2004-08-19Typo...christos
2004-08-19Rescue for _PATH_STDPATHchristos
2004-08-17Fix proto for gethostent to match reality (takes void args)jmc
2004-08-17Restore gethostent() as a supported interface. Yes, it maybe obsoleteginsbach
2004-08-16* add const qualifier making getrpcbyname() and getrpcbyname_r()ginsbach
2004-08-11Delete prototypes for gethostent() and freehostent();drochner
2004-08-03- Rename pw_copy() to pw_copyx(), make it return a success/failure code,thorpej
2004-08-02revert the last all changes related to iconv(3).tshiozak
2004-08-01make sure that the iconv(3) follows the POSIX specification;tshiozak
2004-07-24Add support for dynamically loading nsswitch modules on ELF platforms.thorpej
2004-07-13Add wordexp(3). The wordexp function performs shell-style word expansions.seb
2004-07-12Move round() to the C99 section.kleink
2004-07-12Move the strcasestr() prototype to the local extensions section.kleink
2004-07-10lib/24252: Add C99 functions round(3) and roundf(3).junyoung