summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-04-18Instead of pulling in all of <wchar.h>, just define wchar_t here.kleink
2005-04-18Move the (at this time private) get{proto,serv}ent_r() prototypes andkleink
2005-04-15Replaced the macro name "notyet" with a 0. There's always the possibilityrillig
2005-04-15Add no-return attribute to all longjmp flavors. Approved by kleink.christos
2005-04-03Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantagechristos
2005-04-02Add getpwent_r, getgrent_rchristos
2005-03-30PR/29826: J. T. Conklin: Add wcsftime(3) (from FreeBSD)christos
2005-03-22Add restrict qualifiers to remaining <signal.h> function arguments.kleink
2005-03-22* Add restrict qualifiers to tdelete() function arguments.kleink
2005-03-21Add restrict qualifiers to getaddrinfo() and getnameinfo() arguments.kleink
2005-03-21Add restrict qualifiers to dlsym() (XSI) and dladdr() arguments.kleink
2005-03-17Remove already #if 0'ed getipnode*() prototypes and related definitions;kleink
2005-03-13Add prototype for memmem(3). It is API compatible with the version in Linux.perry
2005-03-05Provide select() and pselect() prototypes in <sys/select.h>, perkleink
2005-02-26Change __aconst to const so I can compile systat and vmstat with WARNS=3dsl
2005-02-19Add newer constants from FreeBSD and constify.christos
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