aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes.David Schultz2009-03-041-2/+2
* Add wcpcpy(3) and wcpncpy(3).David Schultz2009-03-041-0/+2
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz2009-03-041-4/+20
* Add renameat to the POSIX.1-2008 namespace.David Schultz2009-03-041-1/+1
* Add psignal to the POSIX.1-2008 namespace.David Schultz2009-03-041-1/+4
* - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate,David Schultz2009-03-041-26/+38
* - Remove bcmp, bcopy, bzero, index, and rindex from the POSIX.1-2008David Schultz2009-03-041-0/+6
* - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace.David Schultz2009-03-041-6/+13
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-283-4/+57
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().David Schultz2009-02-281-2/+2
* Mark memmem() __pure.David Schultz2009-02-281-1/+1
* Install the old usb headers under /usr/include/legacy/dev/usb as they areAndrew Thompson2009-02-241-1/+1
* Build fixups for the new USB stack.Andrew Thompson2009-02-231-1/+1
* sys/pccard is gone.Yoshihiro Takahashi2009-02-151-1/+1
* Add two new routines: fdevname() and fdevname_r().Ed Schouten2009-02-111-0/+2
* Also un-split _PATH_STDPATH for grepability.David E. O'Brien2009-02-011-4/+3
* Add a function attribute called `__malloc_like', which informs gccDavid Schultz2009-01-313-5/+5
* No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for itsDavid E. O'Brien2009-01-261-2/+1
* Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO2008-12-142-3/+8
* Add strndup(3) prototype to string.h.Konstantin Belousov2008-12-081-0/+1
* src/sys/dev/usb2/controller/uss820dci_pccard.cAlfred Perlstein2008-11-191-1/+1
* Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE.Ed Schouten2008-11-161-0/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+3
* Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov2008-11-031-0/+2
* Move getosreldate(3) prototype from the machine generated <osreldate.h>Peter Wemm2008-09-262-10/+2
* Re-add getosreldate(3) function prototype in the form that I've been usingPeter Wemm2008-09-261-1/+10
* Add missing prototypes for uuid_enc,dec_le,be() functions.Maksim Yevmenkin2008-09-151-0/+4
* Fix TELOPT(opt) when opt > TELOPT_TN3270E.Antoine Brodin2008-09-131-2/+2
* Initialise the SVCAUTH field for new transport structures when they areDoug Rabson2008-09-091-0/+2
* Implement cproj{,f,l}().David Schultz2008-08-071-0/+4
* Annotate creal(), cimag(), and conj() with __pure2.David Schultz2008-08-071-9/+10
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-065-3/+248
* Remove <sgtty.h> now it has no practical usage.Ed Schouten2008-07-252-4/+1
* Add arc4random_uniform()Andrey A. Chernov2008-07-221-0/+2
* Add arc4random_buf.Andrey A. Chernov2008-07-211-1/+2
* posix_spawn() is supported, set _POSIX_SPAWN to 200212L.David Xu2008-07-081-1/+1
* Turn execvpe() into an internal libc routine.Ed Schouten2008-06-231-1/+0
* Remove __restrict keywords from array arguments to make GCC's -std=c99 work.Ed Schouten2008-06-191-2/+5
* Change my email address to the one from the FreeBSD project.Ed Schouten2008-06-171-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichDavid Xu2008-06-173-1/+117
* Turn sgtty into a binary-only compatibility interface.Ed Schouten2008-06-141-39/+3
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu2008-06-091-2/+21
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andBjoern A. Zeeb2008-05-261-15/+0
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-251-2/+0
* Expand dump to allow MAX_INT dump levels.Kirk McKusick2008-05-241-9/+0
* Make this c++ compatible.Doug Rabson2008-05-161-0/+4
* Add definition for OM_uint64.Doug Rabson2008-05-151-0/+1
* Define the size_t type since readpassphrase(3) requires it in itsSean Farley2008-05-081-0/+6
* Tag FILE's _bf as being part of the public ABI as well due to the in-treeJohn Baldwin2008-05-071-1/+1
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-13/+94