aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6Scott Long2009-08-131-1/+1
* Implement RTLD_NOLOAD flag for dlopen(3).Konstantin Belousov2009-07-171-0/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-1/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-0/+1
* Merge fmtcheck() prototype change.Xin LI2009-06-231-1/+1
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRAlexander Kabaev2009-06-181-0/+1
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-151-0/+1
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-1/+1
* Modify src/etc/mtree/BSD.include.dist and src/include/MakefileRick Macklem2009-05-211-1/+1
* Revert r190943, since the problem in ports seems to be fixed now.David Schultz2009-04-171-2/+0
* GNU Pth has some fragile kludges that were broken by r189828.David Schultz2009-04-111-0/+2
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeleteKonstantin Belousov2009-03-301-0/+1
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI2009-03-281-15/+23
* Make programs that define a macro called `dprintf' more likely to work.David Schultz2009-03-251-1/+1
* Fix the visibility of several prototypes. Also move pthread_kill() andDavid Schultz2009-03-142-3/+16
* Hide dbopen() in the POSIX namespace, and use standard type namesDavid Schultz2009-03-141-33/+35
* Hide numerous BSD extensions in the POSIX namespace.David Schultz2009-03-141-24/+30
* Namespace: abort2() is a BSD extension.David Schultz2009-03-141-1/+1
* Namespace: endpwent, getpwent, and setpwent are XSI extensions.David Schultz2009-03-141-1/+4
* Namespace: dprintf() and getline() are in P1003.1-2008.David Schultz2009-03-141-2/+2
* Various namespace cleanups, including exposing fchmod() and fchmodat()David Schultz2009-03-141-5/+4
* Namespace: setgrent() is an XSI extension.David Schultz2009-03-141-1/+3
* Don't prototype _tolower() and _toupper(). They're not supposed to beDavid Schultz2009-03-141-2/+0
* Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension.David Schultz2009-03-141-1/+3
* Namespace: dbm_forder() and dbm_dirfno() are BSD extensions.David Schultz2009-03-141-0/+4
* Namespace: _setjmp() and _longjmp() are XSI extensions.David Schultz2009-03-141-1/+1
* Namespace: inet_ntoa_r() is a BSD extension.David Schultz2009-03-141-1/+1
* r189349 removed mktemp() from the XSI namespace whenDavid Schultz2009-03-141-1/+1
* 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