summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-04-08add glob_pattern_p for glibc because cvs needs it and it is a huge messchristos
2009-03-19Revert previous since it was just wrong.uebayasi
2009-03-19void f(void (*g)()); -> void f(void (*g)(void));uebayasi
2009-02-24version alphasort.christos
2009-02-22Make NAN a compile time constant (with help from the compiler). Suggestedmartin
2009-02-10Add RFC 2045 MIME Quoted-Printable support.christos
2009-01-20cleanup after devmajor_t:drochner
2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner
2009-01-13fix reversed test from Tobias Nygren.christos
2009-01-12Add MOPT_RUMP to STDOPTS so it will be correctly ignored by everyonepooka
2009-01-11Support mount -o rump, which uses the rump server instead of usingpooka
2009-01-11don't do size computations because g++ does not like it.christos
2009-01-11merge christos-time_tchristos
2009-01-06Change the second argument of getlogin_r() from int to size_t, per POSIX.lukem
2009-01-02Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo...tnozaki
2008-12-26Make restore work for Linux dump volumes by ignoring extended attributehannken
2008-12-05Add fdopendir(), from Solaris/Linux.ad
2008-11-02include <sys/null.h> because _DIAGASSERT(foo == NULL) is too common and somechristos
2008-10-31Add sched_getaffinity_np() and sched_setaffinity_np() wrappers, mainlyrmind
2008-09-28Add the C99 header <tgmath.h> (Type-generic math.h)matt
2008-09-28Support RESCUEDIR for _PATH_VI.lukem
2008-09-21add missing attributes to the remaining calls, even the ones that gcc haschristos
2008-09-13PR/39534: Henning Petersen: Typo = instead of / to close comment.christos
2008-08-29Don't define __RCSID() here, since sys/cdefs.h does it later. Avoidsgmcgarry
2008-08-27Make _POSIX_TZNAME_MAX=6 per SUSv3, from Andy Shevchenkochristos
2008-08-26Convert db from UCB types to POSIX types. Prefer uint8_t for u_char asjoerg
2008-08-17Define away __assert_function__ if __lint__.gmcgarry
2008-08-04Add C99 imaxabs and imaxdiv protoypes and imaxdiv_t typedef.matt
2008-08-04Add _POSIX_HOST_NAME_MAX and _POSIX_SYMLOOP_MAX to <limits.h> and add somematt
2008-07-31Merge the simonb-wapbl branch. From the original branch commit:simonb
2008-06-25SUS says that pthread_atfork() must also be in unistd.had
2008-06-25Add getlogin_r. Manual page changes mostly lifted from FreeBSD.ad
2008-06-21restore correct symbol protection and add a comment so that I don'tchristos
2008-06-21sync with bind-9-5-0christos
2008-06-21Use __builtin_alloc() with pcc.gmcgarry
2008-06-15Remove few no longer relevant comments.rmind
2008-05-28/usr/include/atomic.h, for Solaris source compat.ad
2008-05-26Adjust and thus unify my license.rmind
2008-05-10remove the const again - per core.christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-25make name const.christos
2008-04-23constify dirname(3) and basename(3)plunky
2008-04-23constify uuid(3)plunky
2008-04-21HAVE_IPV6 is defined by libkrb5/Makefile when USE_INET6 != "no"plunky
2008-04-07RANDOM_MAX: don't rely on integer overflow.yamt
2008-04-01everyone else assumes that defining "_XOPEN_SOURCE" means XPG4.2,drochner
2008-03-22Heimdal on NetBSD uses __RCSID.mlelstv
2008-03-22Import Heimdal-1.1mlelstv
2008-03-13Since _file is a short, check that the fd fits in it, otherwise bail withchristos
2008-03-07Use "unsigned foo" instead of "u_foo".lukem