| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 151 | -151/+151 |
| * | MFC r215236: | Xin LI | 2010-11-27 | 1 | -23/+17 |
| * | MFC r213241, r213257: | David Xu | 2010-10-26 | 1 | -1/+1 |
| * | MFC r211980: Correct value for _POSIX_AIO_LISTIO_MAX in <limits.h>. | Jilles Tjoelker | 2010-10-09 | 1 | -1/+1 |
| * | Revert r213002. | Rui Paulo | 2010-09-26 | 1 | -1/+0 |
| * | MFC r197804 (rwatson): | Rui Paulo | 2010-09-22 | 1 | -0/+1 |
| * | MFC r209715: addr2ascii(3) was removed ages ago. Fix the comment. | Maxim Konovalov | 2010-07-13 | 1 | -1/+1 |
| * | MFC r206893: | Konstantin Belousov | 2010-05-04 | 1 | -1/+1 |
| * | MFC r206155, r206267: Add capability to use a db version of | Hajimu UMEMOTO | 2010-04-18 | 2 | -0/+2 |
| * | MFC r205606 | Pietro Cerutti | 2010-03-31 | 1 | -2/+1 |
| * | MFC r199827: | Konstantin Belousov | 2010-01-31 | 1 | -0/+5 |
| * | Merge scandir(3) interface update to stable/8. | Konstantin Belousov | 2010-01-24 | 1 | -3/+6 |
| * | MFCs of r197764, r197765, r197766, r197847: | Edwin Groothuis | 2009-10-31 | 1 | -0/+14 |
| * | Merge files missed in r196285. SVN is simply horrible. Sorry for the | Scott Long | 2009-08-17 | 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 |
| * | - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate, | David Schultz | 2009-03-04 | 1 | -26/+38 |
| * | - Remove bcmp, bcopy, bzero, index, and rindex from the POSIX.1-2008 | David Schultz | 2009-03-04 | 1 | -0/+6 |
| * | - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace. | David Schultz | 2009-03-04 | 1 | -6/+13 |
| * | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz | 2009-02-28 | 3 | -4/+57 |