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