summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-08-26Add efun(3)christos
2006-08-22PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functionschristos
2006-08-21Use __GNUC_PREREQ__() for the GCC 4 test, too.thorpej
2006-08-21__offsetof__ is a builtin, so we need __GNU_PREREQchristos
2006-08-21gcc-3.3 does not have __offsetof__, but gcc-3.4 eems to require it:christos
2006-08-21g++-4 does not like &0->member, so we have to use the built-in offsetof().christos
2006-08-21Use gcc's builtin function. This permits c++ compiliation of constskd
2006-08-12Add stresep and strndup.christos
2006-07-27add services.dbchristos
2006-07-27forgot to commit this.christos
2006-07-27fts_number is a quad; bump version.christos
2006-07-27add sl_deletechristos
2006-06-22Centralize the TCP_NODELAY handling as discussed in tech-net.christos
2006-06-02remove support for building (with) GCC 2.95. also:mrg
2006-05-17rename dd_rewind to dd_internal so that it can be re-used to implementchristos
2006-05-10add __BEGIN_DECLS/__END_DECLS around snprintf() & vsnprintf() prototypes.mrg
2006-04-27Install proplib include files.thorpej
2006-04-24It's "its."snj
2006-04-17Add setttyentpath(), functionally equivalent to setttyent() but takes ansalo
2006-04-15add c99 wcstof(3) and wcstold(3).tnozaki
2006-04-07retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.mrg
2006-03-30PR/33163: Auster Vl.: fts: cant allocate memory | filename too longchristos
2006-03-26PR/33124: Murray Armfield: readdir_r is missing a restrict qualifier.christos
2006-03-26PR/33123: Murray Armfield: standards compliance & glob.hchristos
2006-03-25Add trunc() and truncf() C99 functions, from FreeBSD.xtraeme
2006-03-23Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4.kleink
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2006-02-18Don't expose struct pw_policy and use pw_policy_t, use malloc, man-pageelad
2006-02-18Add the struct pw_policy forgotten in previous commit.elad
2006-02-17Add EAI_OVERFLOW as specified in RFC3493, POSIX and XPG6.ginsbach
2006-02-12convert "magiclinks" from a per-fs mount option to a system-wide sysctl.chs
2006-01-24remove functions that we should not be exposing.christos
2006-01-24PR/32615: Yves-Emmanuel JUTARD: Add missing telopts extern variable.christos
2006-01-24PR/32614: Yves-Emmanuel JUTARD: Typing error in some comment ;-)christos
2006-01-24expose unlocked versions of readdir and telldir.christos
2006-01-11Fix comment indentation after __P was deleted.uwe
2006-01-07pthread_sigmask(): Add restrict qualifier to set, oset args.kleink
2005-12-30Add Todd Miller's ftw(3) and nftw(3) file-tree walking functionality,agc
2005-12-28put back inline to __inline, as it's a user-visible header.yamt
2005-12-27inline -> __inline for selected things (specifically, the headerperry
2005-12-26u_intN_t -> uintN_tperry
2005-12-24__const__ -> constperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-20expose setuserpath and setuserenv, now used by xdm.christos
2005-12-03- constify and remove __UNCONST from caller of clnt_call().yamt
2005-11-29sprinkle __UNCONSTchristos
2005-11-18PR/32108: Greg Oster: fpgetmask() linking failure with g++ on macppcchristos
2005-10-09Change the sched_*() functions to return -1 and set errno to ENOSYSkleink
2005-09-30Add a comment asking to update sysexits(3) when adding more entries.rpaulo