| Commit message (Expand) | Author | Age | Files | Lines |
* | Connect powerpc64 to the build. It is not presently part of make universe, | nwhitehorn | 2010-07-13 | 1 | -3/+3 |
* | o addr2ascii(3) was removed ages ago. Fix the comment. | maxim | 2010-07-06 | 1 | -1/+1 |
* | libedit: Allow simple quoting in filename completion. | jilles | 2010-06-15 | 1 | -0/+1 |
* | libedit: Add basic filename completion code from NetBSD. | jilles | 2010-06-13 | 1 | -2/+0 |
* | Move realpath(3) prototype to a POSIX section. | kib | 2010-04-21 | 1 | -1/+1 |
* | Slightly modernize realpath(3). | kib | 2010-04-20 | 1 | -1/+1 |
* | Add capability to use a db version of services. It is enabled by | ume | 2010-04-04 | 2 | -0/+2 |
* | Be like stdlib.h and bring in a wchar_t definition and use it to prototype | jmallett | 2010-03-31 | 1 | -4/+11 |
* | - Remove const'ness from dlerror(3) prototype, for consistency with POSIX. | gahr | 2010-03-24 | 1 | -2/+1 |
* | Trim down libcompat by removing <regexp.h>. | ed | 2010-03-14 | 2 | -71/+1 |
* | Add warnings to <regexp.h> and <sys/timeb.h>. | ed | 2010-03-09 | 1 | -0/+4 |
* | Remove last traces of <utmp.h>. | ed | 2010-03-03 | 2 | -3/+1 |
* | Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s. | imp | 2010-02-16 | 11 | -55/+17 |
* | Remove the Berkeley clause 3's. | imp | 2010-02-16 | 44 | -216/+54 |
* | Remove NetBSD Foundation clauses 3 & 4. They eliminated those clauses | imp | 2010-02-16 | 5 | -35/+0 |
* | Add gmountver, disk mount verification GEOM class. | trasz | 2010-01-16 | 1 | -1/+1 |
* | Phase out ttyslot(3). | ed | 2010-01-14 | 1 | -1/+0 |
* | Remove <utmp.h> and its corresponding manual page. | ed | 2010-01-13 | 1 | -73/+2 |
* | Implement <utmpx.h>. | ed | 2010-01-13 | 2 | -2/+90 |
* | Move scandir(3) and alphasort(3) into XSI namespace. | kib | 2010-01-05 | 1 | -2/+4 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 2 | -2/+66 |
* | This should read #if __BSD_VISIBLE instead of #ifdef __BSD_VISIBLE. | ed | 2010-01-04 | 1 | -1/+1 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | kib | 2010-01-04 | 1 | -2/+3 |
* | Remove the current directory from _PATH_STDPATH. | jilles | 2009-12-30 | 1 | -1/+1 |
* | Don't name parameters, for consistency with the rest of the file, and because | cognet | 2009-12-22 | 1 | -6/+6 |
* | Decompose <sys/termios.h>. | ed | 2009-11-28 | 2 | -2/+102 |
* | Implement sighold, sigignore, sigpause, sigrelse, sigset functions | kib | 2009-11-26 | 1 | -1/+6 |
* | Add basename_r(3) to complement basename(3). basename_r(3) which accepts | rwatson | 2009-10-06 | 1 | -0/+1 |
* | Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. | edwin | 2009-10-05 | 1 | -0/+14 |
* | ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6 | scottl | 2009-08-13 | 1 | -1/+1 |
* | Implement RTLD_NOLOAD flag for dlopen(3). | kib | 2009-07-17 | 1 | -0/+1 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 1 | -1/+1 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 1 | -0/+1 |
* | Merge fmtcheck() prototype change. | delphij | 2009-06-23 | 1 | -1/+1 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | kan | 2009-06-18 | 1 | -0/+1 |
* | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | jhb | 2009-06-15 | 1 | -0/+1 |
* | Delete the old USB stack. The new stack has settled in and has all the | thompsa | 2009-05-27 | 1 | -1/+1 |
* | Modify src/etc/mtree/BSD.include.dist and src/include/Makefile | rmacklem | 2009-05-21 | 1 | -1/+1 |
* | Revert r190943, since the problem in ports seems to be fixed now. | das | 2009-04-17 | 1 | -2/+0 |
* | GNU Pth has some fragile kludges that were broken by r189828. | das | 2009-04-11 | 1 | -0/+2 |
* | Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete | kib | 2009-03-30 | 1 | -0/+1 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | delphij | 2009-03-28 | 1 | -15/+23 |
* | Make programs that define a macro called `dprintf' more likely to work. | das | 2009-03-25 | 1 | -1/+1 |
* | Fix the visibility of several prototypes. Also move pthread_kill() and | das | 2009-03-14 | 2 | -3/+16 |
* | Hide dbopen() in the POSIX namespace, and use standard type names | das | 2009-03-14 | 1 | -33/+35 |
* | Hide numerous BSD extensions in the POSIX namespace. | das | 2009-03-14 | 1 | -24/+30 |
* | Namespace: abort2() is a BSD extension. | das | 2009-03-14 | 1 | -1/+1 |
* | Namespace: endpwent, getpwent, and setpwent are XSI extensions. | das | 2009-03-14 | 1 | -1/+4 |
* | Namespace: dprintf() and getline() are in P1003.1-2008. | das | 2009-03-14 | 1 | -2/+2 |
* | Various namespace cleanups, including exposing fchmod() and fchmodat() | das | 2009-03-14 | 1 | -5/+4 |