| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s. | Warner Losh | 2010-02-16 | 11 | -55/+17 |
* | Remove the Berkeley clause 3's. | Warner Losh | 2010-02-16 | 44 | -216/+54 |
* | Remove NetBSD Foundation clauses 3 & 4. They eliminated those clauses | Warner Losh | 2010-02-16 | 5 | -35/+0 |
* | Add gmountver, disk mount verification GEOM class. | Edward Tomasz Napierala | 2010-01-16 | 1 | -1/+1 |
* | Phase out ttyslot(3). | Ed Schouten | 2010-01-14 | 1 | -1/+0 |
* | Remove <utmp.h> and its corresponding manual page. | Ed Schouten | 2010-01-13 | 1 | -73/+2 |
* | Implement <utmpx.h>. | Ed Schouten | 2010-01-13 | 2 | -2/+90 |
* | Move scandir(3) and alphasort(3) into XSI namespace. | Konstantin Belousov | 2010-01-05 | 1 | -2/+4 |
* | Use umtx to implement process sharable semaphore, to make this work, | David Xu | 2010-01-05 | 2 | -2/+66 |
* | This should read #if __BSD_VISIBLE instead of #ifdef __BSD_VISIBLE. | Ed Schouten | 2010-01-04 | 1 | -1/+1 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | Konstantin Belousov | 2010-01-04 | 1 | -2/+3 |
* | Remove the current directory from _PATH_STDPATH. | Jilles Tjoelker | 2009-12-30 | 1 | -1/+1 |
* | Don't name parameters, for consistency with the rest of the file, and because | Olivier Houchard | 2009-12-22 | 1 | -6/+6 |
* | Decompose <sys/termios.h>. | Ed Schouten | 2009-11-28 | 2 | -2/+102 |
* | Implement sighold, sigignore, sigpause, sigrelse, sigset functions | Konstantin Belousov | 2009-11-26 | 1 | -1/+6 |
* | Add basename_r(3) to complement basename(3). basename_r(3) which accepts | Robert Watson | 2009-10-06 | 1 | -0/+1 |
* | Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. | Edwin Groothuis | 2009-10-05 | 1 | -0/+14 |
* | ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6 | Scott Long | 2009-08-13 | 1 | -1/+1 |
* | Implement RTLD_NOLOAD flag for dlopen(3). | Konstantin Belousov | 2009-07-17 | 1 | -0/+1 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long | 2009-07-10 | 1 | -1/+1 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | Edward Tomasz Napierala | 2009-07-08 | 1 | -0/+1 |
* | Merge fmtcheck() prototype change. | Xin LI | 2009-06-23 | 1 | -1/+1 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | Alexander Kabaev | 2009-06-18 | 1 | -0/+1 |
* | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | John Baldwin | 2009-06-15 | 1 | -0/+1 |
* | Delete the old USB stack. The new stack has settled in and has all the | Andrew Thompson | 2009-05-27 | 1 | -1/+1 |
* | Modify src/etc/mtree/BSD.include.dist and src/include/Makefile | Rick Macklem | 2009-05-21 | 1 | -1/+1 |
* | Revert r190943, since the problem in ports seems to be fixed now. | David Schultz | 2009-04-17 | 1 | -2/+0 |
* | GNU Pth has some fragile kludges that were broken by r189828. | David Schultz | 2009-04-11 | 1 | -0/+2 |
* | Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete | Konstantin Belousov | 2009-03-30 | 1 | -0/+1 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | Xin LI | 2009-03-28 | 1 | -15/+23 |
* | Make programs that define a macro called `dprintf' more likely to work. | David Schultz | 2009-03-25 | 1 | -1/+1 |
* | Fix the visibility of several prototypes. Also move pthread_kill() and | David Schultz | 2009-03-14 | 2 | -3/+16 |
* | Hide dbopen() in the POSIX namespace, and use standard type names | David Schultz | 2009-03-14 | 1 | -33/+35 |
* | Hide numerous BSD extensions in the POSIX namespace. | David Schultz | 2009-03-14 | 1 | -24/+30 |
* | Namespace: abort2() is a BSD extension. | David Schultz | 2009-03-14 | 1 | -1/+1 |
* | Namespace: endpwent, getpwent, and setpwent are XSI extensions. | David Schultz | 2009-03-14 | 1 | -1/+4 |
* | Namespace: dprintf() and getline() are in P1003.1-2008. | David Schultz | 2009-03-14 | 1 | -2/+2 |
* | Various namespace cleanups, including exposing fchmod() and fchmodat() | David Schultz | 2009-03-14 | 1 | -5/+4 |
* | Namespace: setgrent() is an XSI extension. | David Schultz | 2009-03-14 | 1 | -1/+3 |
* | Don't prototype _tolower() and _toupper(). They're not supposed to be | David Schultz | 2009-03-14 | 1 | -2/+0 |
* | Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension. | David Schultz | 2009-03-14 | 1 | -1/+3 |
* | Namespace: dbm_forder() and dbm_dirfno() are BSD extensions. | David Schultz | 2009-03-14 | 1 | -0/+4 |
* | Namespace: _setjmp() and _longjmp() are XSI extensions. | David Schultz | 2009-03-14 | 1 | -1/+1 |
* | Namespace: inet_ntoa_r() is a BSD extension. | David Schultz | 2009-03-14 | 1 | -1/+1 |
* | r189349 removed mktemp() from the XSI namespace when | David Schultz | 2009-03-14 | 1 | -1/+1 |
* | Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes. | David Schultz | 2009-03-04 | 1 | -2/+2 |
* | Add wcpcpy(3) and wcpncpy(3). | David Schultz | 2009-03-04 | 1 | -0/+2 |
* | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | David Schultz | 2009-03-04 | 1 | -4/+20 |
* | Add renameat to the POSIX.1-2008 namespace. | David Schultz | 2009-03-04 | 1 | -1/+1 |
* | Add psignal to the POSIX.1-2008 namespace. | David Schultz | 2009-03-04 | 1 | -1/+4 |