summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Install iodev.h.kib2011-02-171-1/+1
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-071-0/+1
* Add missing __dead2 to __assert().ed2011-01-091-1/+1
* Remove leftover for r214093.davidxu2011-01-061-9/+0
* rpc.lockd(8) WARNS cleanupuqs2010-12-201-0/+1
* Sync with OpenBSD, primarily better signal and terminal handling.delphij2010-11-131-23/+17
* Add a new libc function: cfmakesane(3).ed2010-11-021-0/+1
* Add an x86/include directory to the kernel to hold headers that are commonjhb2010-11-011-5/+12
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+1
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, thedavidxu2010-10-181-2/+14
* Also the stop function should accept 64-bit exception class.davidxu2010-09-301-1/+1
* - Sizeof exception class type should always be 64-bit.davidxu2010-09-301-3/+5
* Import unwind.h from libunwind-0.99.davidxu2010-09-301-0/+154
* In current code, statically initialized and destroyed object havedavidxu2010-09-281-1/+1
* Correct value for _POSIX_AIO_LISTIO_MAX in <limits.h>.jilles2010-08-291-1/+1
* MFtbemd:imp2010-08-231-2/+2
* Style: tabs after #definekevlo2010-08-111-1/+1
* Remove stale reference to UT_NAMESIZE from <stdio.h>.ed2010-08-061-2/+1
* Connect powerpc64 to the build. It is not presently part of make universe,nwhitehorn2010-07-131-3/+3
* o addr2ascii(3) was removed ages ago. Fix the comment.maxim2010-07-061-1/+1
* libedit: Allow simple quoting in filename completion.jilles2010-06-151-0/+1
* libedit: Add basic filename completion code from NetBSD.jilles2010-06-131-2/+0
* Move realpath(3) prototype to a POSIX section.kib2010-04-211-1/+1
* Slightly modernize realpath(3).kib2010-04-201-1/+1
* Add capability to use a db version of services. It is enabled byume2010-04-042-0/+2
* 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
OpenPOWER on IntegriCloud