| Age | Commit message (Expand) | Author |
| 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 |
| 2008-03-03 | Add a comment noting that the definition of __errno is now replicated in | dholland |
| 2008-02-28 | add RANDOM_MAX define from anon ymous | christos |
| 2008-02-24 | signal.h is not supposed to define errno, so use ___errno instead. | dholland |
| 2008-02-22 | GLOB_NO_DOTDIRS patch from mouse@ | christos |
| 2008-02-16 | Change/fix tsptype to const char * const []; | matt |
| 2008-02-04 | move gettytab to paths.h | christos |
| 2008-02-02 | Add csetexpandtc() | christos |
| 2008-02-01 | add a couple more | christos |
| 2008-01-09 | tell about getdents, not getdirentries | christos |
| 2007-12-24 | change some __attribute__s to __keywords | perry |
| 2007-12-14 | humanize_number was the only function in <util.h> that is not in libutil. | christos |
| 2007-12-05 | From Richard M Kreuter, add GLOB_PERIOD. | christos |
| 2007-11-28 | Unify the license: All rights reserved. | rmind |
| 2007-11-19 | Enable posix_memalign(). | ad |
| 2007-11-13 | Add _lwp_ctl() - sorry, I thought I had checked this in yesterday along | ad |
| 2007-11-08 | Add kvm_dump_header and implement kvm_dump_wrtheader on top of it. | joerg |
| 2007-11-08 | revert the reversion of the previous change. Kill _NETBSD_SOURCE again. | christos |