| Commit message (Expand) | Author | Age | Files | Lines |
* | GNU Pth has some fragile kludges that were broken by r189828. | das | 2009-04-11 | 1 | -0/+2 |
* | Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete | kib | 2009-03-30 | 1 | -0/+1 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | delphij | 2009-03-28 | 1 | -15/+23 |
* | Make programs that define a macro called `dprintf' more likely to work. | das | 2009-03-25 | 1 | -1/+1 |
* | Fix the visibility of several prototypes. Also move pthread_kill() and | das | 2009-03-14 | 2 | -3/+16 |
* | Hide dbopen() in the POSIX namespace, and use standard type names | das | 2009-03-14 | 1 | -33/+35 |
* | Hide numerous BSD extensions in the POSIX namespace. | das | 2009-03-14 | 1 | -24/+30 |
* | Namespace: abort2() is a BSD extension. | das | 2009-03-14 | 1 | -1/+1 |
* | Namespace: endpwent, getpwent, and setpwent are XSI extensions. | das | 2009-03-14 | 1 | -1/+4 |
* | Namespace: dprintf() and getline() are in P1003.1-2008. | das | 2009-03-14 | 1 | -2/+2 |
* | Various namespace cleanups, including exposing fchmod() and fchmodat() | das | 2009-03-14 | 1 | -5/+4 |
* | Namespace: setgrent() is an XSI extension. | das | 2009-03-14 | 1 | -1/+3 |
* | Don't prototype _tolower() and _toupper(). They're not supposed to be | das | 2009-03-14 | 1 | -2/+0 |
* | Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension. | das | 2009-03-14 | 1 | -1/+3 |
* | Namespace: dbm_forder() and dbm_dirfno() are BSD extensions. | das | 2009-03-14 | 1 | -0/+4 |
* | Namespace: _setjmp() and _longjmp() are XSI extensions. | das | 2009-03-14 | 1 | -1/+1 |
* | Namespace: inet_ntoa_r() is a BSD extension. | das | 2009-03-14 | 1 | -1/+1 |
* | r189349 removed mktemp() from the XSI namespace when | das | 2009-03-14 | 1 | -1/+1 |
* | Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes. | das | 2009-03-04 | 1 | -2/+2 |
* | Add wcpcpy(3) and wcpncpy(3). | das | 2009-03-04 | 1 | -0/+2 |
* | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | das | 2009-03-04 | 1 | -4/+20 |
* | Add renameat to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -1/+1 |
* | Add psignal to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -1/+4 |
* | - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate, | das | 2009-03-04 | 1 | -26/+38 |
* | - Remove bcmp, bcopy, bzero, index, and rindex from the POSIX.1-2008 | das | 2009-03-04 | 1 | -0/+6 |
* | - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -6/+13 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | das | 2009-02-28 | 3 | -4/+57 |
* | Add restrict qualifiers to the parameters to strlcpy() and strlcat(). | das | 2009-02-28 | 1 | -2/+2 |
* | Mark memmem() __pure. | das | 2009-02-28 | 1 | -1/+1 |
* | Install the old usb headers under /usr/include/legacy/dev/usb as they are | thompsa | 2009-02-24 | 1 | -1/+1 |
* | Build fixups for the new USB stack. | thompsa | 2009-02-23 | 1 | -1/+1 |
* | sys/pccard is gone. | nyan | 2009-02-15 | 1 | -1/+1 |
* | Add two new routines: fdevname() and fdevname_r(). | ed | 2009-02-11 | 1 | -0/+2 |
* | Also un-split _PATH_STDPATH for grepability. | obrien | 2009-02-01 | 1 | -4/+3 |
* | Add a function attribute called `__malloc_like', which informs gcc | das | 2009-01-31 | 3 | -5/+5 |
* | No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for its | obrien | 2009-01-26 | 1 | -2/+1 |
* | Merge the resolver part of BIND 9.4.3 into HEAD. | ume | 2008-12-14 | 2 | -3/+8 |
* | Add strndup(3) prototype to string.h. | kib | 2008-12-08 | 1 | -0/+1 |
* | src/sys/dev/usb2/controller/uss820dci_pccard.c | alfred | 2008-11-19 | 1 | -1/+1 |
* | Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE. | ed | 2008-11-16 | 1 | -0/+7 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -0/+3 |
* | Add the ffsll and flsll functions. These are ffs and fls operating | kib | 2008-11-03 | 1 | -0/+2 |
* | Move getosreldate(3) prototype from the machine generated <osreldate.h> | peter | 2008-09-26 | 2 | -10/+2 |
* | Re-add getosreldate(3) function prototype in the form that I've been using | peter | 2008-09-26 | 1 | -1/+10 |
* | Add missing prototypes for uuid_enc,dec_le,be() functions. | emax | 2008-09-15 | 1 | -0/+4 |
* | Fix TELOPT(opt) when opt > TELOPT_TN3270E. | antoine | 2008-09-13 | 1 | -2/+2 |
* | Initialise the SVCAUTH field for new transport structures when they are | dfr | 2008-09-09 | 1 | -0/+2 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 1 | -0/+4 |
* | Annotate creal(), cimag(), and conj() with __pure2. | das | 2008-08-07 | 1 | -9/+10 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 5 | -3/+248 |