summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Be like stdlib.h and bring in a wchar_t definition and use it to prototypejmallett2010-03-311-4/+11
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-241-2/+1
* Trim down libcompat by removing <regexp.h>.ed2010-03-142-71/+1
* Add warnings to <regexp.h> and <sys/timeb.h>.ed2010-03-091-0/+4
* Remove last traces of <utmp.h>.ed2010-03-032-3/+1
* Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.imp2010-02-1611-55/+17
* Remove the Berkeley clause 3's.imp2010-02-1644-216/+54
* Remove NetBSD Foundation clauses 3 & 4. They eliminated those clausesimp2010-02-165-35/+0
* Add gmountver, disk mount verification GEOM class.trasz2010-01-161-1/+1
* Phase out ttyslot(3).ed2010-01-141-1/+0
* Remove <utmp.h> and its corresponding manual page.ed2010-01-131-73/+2
* Implement <utmpx.h>.ed2010-01-132-2/+90
* Move scandir(3) and alphasort(3) into XSI namespace.kib2010-01-051-2/+4
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-052-2/+66
* This should read #if __BSD_VISIBLE instead of #ifdef __BSD_VISIBLE.ed2010-01-041-1/+1
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-041-2/+3
* Remove the current directory from _PATH_STDPATH.jilles2009-12-301-1/+1
* Don't name parameters, for consistency with the rest of the file, and becausecognet2009-12-221-6/+6
* Decompose <sys/termios.h>.ed2009-11-282-2/+102
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionskib2009-11-261-1/+6
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsrwatson2009-10-061-0/+1
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.edwin2009-10-051-0/+14
* ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6scottl2009-08-131-1/+1
* Implement RTLD_NOLOAD flag for dlopen(3).kib2009-07-171-0/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-1/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-0/+1
* Merge fmtcheck() prototype change.delphij2009-06-231-1/+1
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-181-0/+1
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-151-0/+1
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-271-1/+1
* Modify src/etc/mtree/BSD.include.dist and src/include/Makefilermacklem2009-05-211-1/+1
* Revert r190943, since the problem in ports seems to be fixed now.das2009-04-171-2/+0
* GNU Pth has some fragile kludges that were broken by r189828.das2009-04-111-0/+2
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeletekib2009-03-301-0/+1
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.delphij2009-03-281-15/+23
* Make programs that define a macro called `dprintf' more likely to work.das2009-03-251-1/+1
* Fix the visibility of several prototypes. Also move pthread_kill() anddas2009-03-142-3/+16
* Hide dbopen() in the POSIX namespace, and use standard type namesdas2009-03-141-33/+35
* Hide numerous BSD extensions in the POSIX namespace.das2009-03-141-24/+30
* Namespace: abort2() is a BSD extension.das2009-03-141-1/+1
* Namespace: endpwent, getpwent, and setpwent are XSI extensions.das2009-03-141-1/+4
* Namespace: dprintf() and getline() are in P1003.1-2008.das2009-03-141-2/+2
* Various namespace cleanups, including exposing fchmod() and fchmodat()das2009-03-141-5/+4
* Namespace: setgrent() is an XSI extension.das2009-03-141-1/+3
* Don't prototype _tolower() and _toupper(). They're not supposed to bedas2009-03-141-2/+0
* Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension.das2009-03-141-1/+3
* Namespace: dbm_forder() and dbm_dirfno() are BSD extensions.das2009-03-141-0/+4
* Namespace: _setjmp() and _longjmp() are XSI extensions.das2009-03-141-1/+1
* Namespace: inet_ntoa_r() is a BSD extension.das2009-03-141-1/+1
* r189349 removed mktemp() from the XSI namespace whendas2009-03-141-1/+1
OpenPOWER on IntegriCloud