| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Namespace: setgrent() is an XSI extension. | das | 2009-03-14 | 1 | -1/+3 |
* | Don't prototype _tolower() and _toupper(). They're not supposed to be | das | 2009-03-14 | 1 | -2/+0 |
* | Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension. | das | 2009-03-14 | 1 | -1/+3 |
* | Namespace: dbm_forder() and dbm_dirfno() are BSD extensions. | das | 2009-03-14 | 1 | -0/+4 |
* | Namespace: _setjmp() and _longjmp() are XSI extensions. | das | 2009-03-14 | 1 | -1/+1 |
* | Namespace: inet_ntoa_r() is a BSD extension. | das | 2009-03-14 | 1 | -1/+1 |
* | r189349 removed mktemp() from the XSI namespace when | das | 2009-03-14 | 1 | -1/+1 |
* | Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes. | das | 2009-03-04 | 1 | -2/+2 |
* | Add wcpcpy(3) and wcpncpy(3). | das | 2009-03-04 | 1 | -0/+2 |
* | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | das | 2009-03-04 | 1 | -4/+20 |
* | Add renameat to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -1/+1 |
* | Add psignal to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -1/+4 |
* | - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate, | das | 2009-03-04 | 1 | -26/+38 |
* | - Remove bcmp, bcopy, bzero, index, and rindex from the POSIX.1-2008 | das | 2009-03-04 | 1 | -0/+6 |
* | - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -6/+13 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | das | 2009-02-28 | 3 | -4/+57 |
* | Add restrict qualifiers to the parameters to strlcpy() and strlcat(). | das | 2009-02-28 | 1 | -2/+2 |
* | Mark memmem() __pure. | das | 2009-02-28 | 1 | -1/+1 |