aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* o addr2ascii(3) was removed ages ago. Fix the comment.Maxim Konovalov2010-07-061-1/+1
* libedit: Allow simple quoting in filename completion.Jilles Tjoelker2010-06-151-0/+1
* libedit: Add basic filename completion code from NetBSD.Jilles Tjoelker2010-06-131-2/+0
* Move realpath(3) prototype to a POSIX section.Konstantin Belousov2010-04-211-1/+1
* Slightly modernize realpath(3).Konstantin Belousov2010-04-201-1/+1
* Add capability to use a db version of services. It is enabled byHajimu UMEMOTO2010-04-042-0/+2
* Be like stdlib.h and bring in a wchar_t definition and use it to prototypeJuli Mallett2010-03-311-4/+11
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.Pietro Cerutti2010-03-241-2/+1
* Trim down libcompat by removing <regexp.h>.Ed Schouten2010-03-142-71/+1
* Add warnings to <regexp.h> and <sys/timeb.h>.Ed Schouten2010-03-091-0/+4
* Remove last traces of <utmp.h>.Ed Schouten2010-03-032-3/+1
* Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.Warner Losh2010-02-1611-55/+17
* Remove the Berkeley clause 3's.Warner Losh2010-02-1644-216/+54
* Remove NetBSD Foundation clauses 3 & 4. They eliminated those clausesWarner Losh2010-02-165-35/+0
* Add gmountver, disk mount verification GEOM class.Edward Tomasz Napierala2010-01-161-1/+1
* Phase out ttyslot(3).Ed Schouten2010-01-141-1/+0
* Remove <utmp.h> and its corresponding manual page.Ed Schouten2010-01-131-73/+2
* Implement <utmpx.h>.Ed Schouten2010-01-132-2/+90
* Move scandir(3) and alphasort(3) into XSI namespace.Konstantin Belousov2010-01-051-2/+4
* Use umtx to implement process sharable semaphore, to make this work,David Xu2010-01-052-2/+66
* This should read #if __BSD_VISIBLE instead of #ifdef __BSD_VISIBLE.Ed Schouten2010-01-041-1/+1
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov2010-01-041-2/+3
* Remove the current directory from _PATH_STDPATH.Jilles Tjoelker2009-12-301-1/+1
* Don't name parameters, for consistency with the rest of the file, and becauseOlivier Houchard2009-12-221-6/+6
* Decompose <sys/termios.h>.Ed Schouten2009-11-282-2/+102
* Implement sighold, sigignore, sigpause, sigrelse, sigset functionsKonstantin Belousov2009-11-261-1/+6
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsRobert Watson2009-10-061-0/+1
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.Edwin Groothuis2009-10-051-0/+14
* 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