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