| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-15 | Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. |  guenther | 2 | -43/+48 |
| 2012-08-23 | no more _PATH_AFSD required |  deraadt | 1 | -2/+1 |
| 2012-08-23 | do not install the nnpfs directory |  deraadt | 1 | -2/+2 |
| 2012-08-22 | hex constants unsigned, prevents some gcc warnings |  espie | 1 | -2/+2 |
| 2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the |  guenther | 1 | -2/+22 |
| 2012-07-10 | Stop pulling in <sys/param.h> |  guenther | 1 | -7/+2 |
| 2012-07-10 | bsearch() doesn't belong here (it's in <stdlib.h>) |  guenther | 1 | -4/+2 |
| 2012-07-08 | Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros. |  ratchov | 1 | -2/+2 |
| 2012-06-30 | Further standards compliance fixes: export LONG_BIT, WORD_BIT, and |  guenther | 1 | -8/+26 |
| 2012-06-28 | librthread has eaten libpthread, so build includes via the former instead |  guenther | 1 | -2/+2 |
| 2012-06-26 | create new machine/_float.h which is namespace clean. create a new |  deraadt | 2 | -5/+100 |
| 2012-06-26 | Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare |  guenther | 1 | -11/+11 |
| 2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 1 | -1/+3 |
| 2012-06-19 | simplify includes prereq/req order: |  espie | 1 | -26/+16 |
| 2012-06-10 | Improve standards compliance: bsd_signal() was XSI only and has been dropped |  guenther | 1 | -15/+19 |
| 2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. |  matthew | 1 | -1/+6 |
| 2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), |  guenther | 1 | -14/+37 |
| 2012-05-30 | Move the _SC_* and _CS_* configurable system variables and strings |  matthew | 1 | -1/+139 |
| 2012-05-23 | Make the "default" string a valid device name that has the same effect |  ratchov | 1 | -1/+7 |
| 2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. |  matthew | 1 | -5/+97 |
| 2012-05-13 | functions are top-level objects anyways, make that clearer. |  espie | 1 | -7/+3 |
| 2012-05-10 | Recongnize that: |  kettenis | 1 | -5/+11 |
| 2012-05-07 | Once more the people behind POSIX didn't think and put clock_gettime(2) and |  kettenis | 1 | -2/+21 |
| 2012-04-22 | enable sqlite3, as prompted by theo |  espie | 1 | -2/+3 |
| 2012-04-12 | remove rfork(); ok guenther miod |  deraadt | 1 | -2/+1 |
| 2012-04-12 | prototype getdtablecount() |  deraadt | 1 | -1/+2 |
| 2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. |  ratchov | 1 | -30/+30 |
| 2012-03-25 | strsignal() was added to POSIX-2008; strerror_r() was in the base |  guenther | 1 | -3/+6 |
| 2012-03-24 | Provide the old prototypes for scandir() and alphasort() for code that |  guenther | 1 | -1/+5 |
| 2012-03-22 | Make DIR a private type within libc, give it the same underlying |  matthew | 1 | -25/+4 |
| 2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: |  guenther | 1 | -6/+7 |
| 2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro |  matthew | 1 | -1/+4 |
| 2012-03-21 | Implement getdelim(3) and getline(3). |  fgsch | 1 | -1/+7 |
| 2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on |  matthew | 3 | -6/+113 |
| 2012-01-17 | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. |  guenther | 1 | -1/+3 |
| 2012-01-17 | net_addrcmp() dies. found out to be a horrific function by eric |  deraadt | 1 | -2/+1 |
| 2012-01-13 | Replace _SELECT_DECLARED with _SELECT_DEFINED_ |  nigel | 1 | -2/+2 |
| 2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) |  guenther | 1 | -12/+1 |
| 2012-01-05 | C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. |  kettenis | 1 | -2/+9 |
| 2012-01-03 | The prototype for pthread_sigmask(2) is supposed to live in <signal.h> |  kettenis | 1 | -1/+4 |
| 2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. |  guenther | 1 | -5/+6 |
| 2011-11-09 | getcwd() buffer's length can be smaller than 1024. In that case it will |  fgsch | 1 | -5/+3 |
| 2011-10-16 | Hook wcsftime(3) to the build; committing on behalf of espie |  stsp | 1 | -1/+3 |
| 2011-10-16 | Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide |  stsp | 1 | -1/+8 |
| 2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), |  matthew | 3 | -3/+18 |
| 2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent |  deraadt | 1 | -6/+2 |
| 2011-07-09 | stop installing netatalk headers |  henning | 1 | -2/+2 |
| 2011-07-08 | Add support for tgmath--the type-generic math; now that both math |  martynas | 2 | -2/+171 |
| 2011-07-08 | Finalize work on complex math routines, now that we have the |  martynas | 1 | -3/+1 |
| 2011-07-07 | fix typos; while here, improve spacing in comments. |  sobrado | 2 | -5/+5 |