summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-05-27Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson
2009-05-21Modify src/etc/mtree/BSD.include.dist and src/include/MakefileRick Macklem
2009-04-17Revert r190943, since the problem in ports seems to be fixed now.David Schultz
2009-04-11GNU Pth has some fragile kludges that were broken by r189828.David Schultz
2009-03-30Implement support for RTLD_NODELETE flag for dlopen() and -z nodeleteKonstantin Belousov
2009-03-28Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI
2009-03-25Make programs that define a macro called `dprintf' more likely to work.David Schultz
2009-03-14Fix the visibility of several prototypes. Also move pthread_kill() andDavid Schultz
2009-03-14Hide dbopen() in the POSIX namespace, and use standard type namesDavid Schultz
2009-03-14Hide numerous BSD extensions in the POSIX namespace.David Schultz
2009-03-14Namespace: abort2() is a BSD extension.David Schultz
2009-03-14Namespace: endpwent, getpwent, and setpwent are XSI extensions.David Schultz
2009-03-14Namespace: dprintf() and getline() are in P1003.1-2008.David Schultz
2009-03-14Various namespace cleanups, including exposing fchmod() and fchmodat()David Schultz
2009-03-14Namespace: setgrent() is an XSI extension.David Schultz
2009-03-14Don't prototype _tolower() and _toupper(). They're not supposed to beDavid Schultz
2009-03-14Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension.David Schultz
2009-03-14Namespace: dbm_forder() and dbm_dirfno() are BSD extensions.David Schultz
2009-03-14Namespace: _setjmp() and _longjmp() are XSI extensions.David Schultz
2009-03-14Namespace: inet_ntoa_r() is a BSD extension.David Schultz
2009-03-14r189349 removed mktemp() from the XSI namespace whenDavid Schultz
2009-03-04Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes.David Schultz
2009-03-04Add wcpcpy(3) and wcpncpy(3).David Schultz
2009-03-04Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz
2009-03-04Add renameat to the POSIX.1-2008 namespace.David Schultz
2009-03-04Add psignal to the POSIX.1-2008 namespace.David Schultz
2009-03-04- Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate,David Schultz
2009-03-04- Remove bcmp, bcopy, bzero, index, and rindex from the POSIX.1-2008David Schultz
2009-03-04- Add getsubopt and mkdtemp to the POSIX.1-2008 namespace.David Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz
2009-02-28Add restrict qualifiers to the parameters to strlcpy() and strlcat().David Schultz
2009-02-28Mark memmem() __pure.David Schultz
2009-02-24Install the old usb headers under /usr/include/legacy/dev/usb as they areAndrew Thompson
2009-02-23Build fixups for the new USB stack.Andrew Thompson
2009-02-15sys/pccard is gone.Yoshihiro Takahashi
2009-02-11Add two new routines: fdevname() and fdevname_r().Ed Schouten
2009-02-01Also un-split _PATH_STDPATH for grepability.David E. O'Brien
2009-01-31Add a function attribute called `__malloc_like', which informs gccDavid Schultz
2009-01-26No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for itsDavid E. O'Brien
2008-12-14Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO
2008-12-08Add strndup(3) prototype to string.h.Konstantin Belousov
2008-11-19src/sys/dev/usb2/controller/uss820dci_pccard.cAlfred Perlstein
2008-11-16Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE.Ed Schouten
2008-11-03Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson
2008-11-03Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov
2008-09-26Move getosreldate(3) prototype from the machine generated <osreldate.h>Peter Wemm
2008-09-26Re-add getosreldate(3) function prototype in the form that I've been usingPeter Wemm
2008-09-15Add missing prototypes for uuid_enc,dec_le,be() functions.Maksim Yevmenkin
2008-09-13Fix TELOPT(opt) when opt > TELOPT_TN3270E.Antoine Brodin
2008-09-09Initialise the SVCAUTH field for new transport structures when they areDoug Rabson