| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't link against libssp if MK_SSP is set to no. | marcel | 2012-05-19 | 1 | -1/+5 |
* | Put my name as copyright owner of lib/libc/gen/dirfd.c added in r235647. | gleb | 2012-05-19 | 1 | -7/+4 |
* | Hide DIR definition by making it an opaque struct typedef. | gleb | 2012-05-19 | 13 | -7/+127 |
* | Use the LLINDEX macro to access the link-level I/F index. This makes | marcel | 2012-05-19 | 4 | -4/+4 |
* | Don't depend on getline being on the build machine. That's | marcel | 2012-05-19 | 2 | -2/+5 |
* | Don't cast inode number or file size down to long or unsigned. | gleb | 2012-05-18 | 2 | -4/+4 |
* | Import work done under project/nand (@235533) into head. | gber | 2012-05-17 | 7 | -0/+1371 |
* | HID Report ID is unsigned value, so clear the rest of bits from possible | mav | 2012-05-16 | 1 | -1/+1 |
* | Switch sparc64 to using libcompiler_rt; since r230021 we have a workaround | marius | 2012-05-15 | 1 | -1/+1 |
* | Merge from vendor branch: update libpcap to 1.2.1. | delphij | 2012-05-14 | 2 | -4/+39 |
* | mdoc: avoid unterminated quoted strings. | joel | 2012-05-13 | 1 | -5/+5 |
* | Minor mdoc nits. | joel | 2012-05-13 | 1 | -1/+1 |
* | Minor mdoc nits. | joel | 2012-05-12 | 2 | -4/+4 |
* | Remove tab from kernel configuration option. This is consistent with the rest | joel | 2012-05-12 | 1 | -1/+1 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-12 | 1 | -1/+2 |
* | mdoc: end list context with El. | joel | 2012-05-12 | 1 | -0/+1 |
* | The linker isn't consistent in the ordering of dynamic sysctls, so don't | jamie | 2012-05-11 | 1 | -13/+25 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-11 | 28 | -55/+56 |
* | According to SUSv4, realpath(3) must fail if | kib | 2012-05-11 | 2 | -12/+29 |
* | Fix copy/paste error in lib/libc/locale/toupper.c. | dim | 2012-05-10 | 1 | -1/+1 |
* | Create a common function lookup() to search a chan, this eliminates | davidxu | 2012-05-10 | 1 | -5/+9 |
* | Remove reference to non-existent FreeBSD Security Architecture | eadler | 2012-05-09 | 1 | -3/+1 |
* | Plug a leak. | kib | 2012-05-08 | 1 | -2/+5 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-08 | 13 | -17/+20 |
* | Add missing LibUSB 1.0 API function: libusb_get_string_descriptor(). | hselasky | 2012-05-07 | 4 | -1/+28 |
* | Fix mis-merged line, move SC_LOOKUP() call to | davidxu | 2012-05-05 | 1 | -1/+1 |
* | Make sure a few new internal clang headers get installed, I missed these | dim | 2012-05-05 | 1 | -1/+7 |
* | Remove debug output. | tuexen | 2012-05-04 | 1 | -1/+0 |
*-. | Upgrade our copy of llvm/clang to r155985, from upstream's release_31 | dim | 2012-05-03 | 9 | -33/+19 |
|\ \ |
|
| | * | Vendor import of clang release_31 branch r155985: | dim | 2012-05-03 | 108 | -3394/+2861 |
| * | | Vendor import of llvm release_31 branch r155985: | dim | 2012-05-03 | 122 | -8479/+3307 |
* | | | MFp4: | davidxu | 2012-05-03 | 3 | -1/+10 |
* | | | Don't reuse credentials if redirected to a different host. | des | 2012-04-30 | 1 | -1/+3 |
* | | | Since the socket is non-blocking, it is necessary to use select(2) even | des | 2012-04-30 | 1 | -17/+13 |
* | | | Remove incorrect __restrict qualifier on several pointers | dumbbell | 2012-04-30 | 2 | -9/+9 |
* | | | fix a further typo in the pdfork(2) man page. | rwatson | 2012-04-30 | 1 | -1/+1 |
* | | | The returned file descriptor from pdfork(2) is via fdp, not pidp. | rwatson | 2012-04-30 | 1 | -2/+2 |
* | | | Fix a bug in *wscanf's handling of non-wide %s, %c, and %[ | das | 2012-04-30 | 1 | -44/+9 |
* | | | pread(2) might fail with EBUSY, so document it | eadler | 2012-04-29 | 1 | -0/+2 |
* | | | Allow users of gprof to get per run output files (using the pid) | eadler | 2012-04-29 | 2 | -1/+12 |
* | | | Previously, vfscanf()'s wide character processing functions were | das | 2012-04-29 | 3 | -150/+83 |
* | | | Fix small documentation mistakes. | jlh | 2012-04-28 | 2 | -2/+2 |
* | | | Import stdbuf(1) and the shared library it relies on. | jlh | 2012-04-28 | 5 | -0/+234 |
* | | | Fix several memory and lock leaks on the out of memory condition. | kib | 2012-04-28 | 2 | -2/+22 |
* | | | Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd. | obrien | 2012-04-28 | 5 | -309/+6 |
* | | | Move sctp_sendv and sctp_recvv to FBSD_1.3 as suggested by | tuexen | 2012-04-26 | 1 | -2/+5 |
* | | | Export symbols for sctp_sendv() and sctp_recvv(). | tuexen | 2012-04-26 | 1 | -0/+2 |
* | | | Use the .Bx macro instead of BSD | eadler | 2012-04-26 | 1 | -1/+3 |
* | | | A new jail(8) with a configuration file, ultimately to replace the work | jamie | 2012-04-26 | 1 | -39/+1 |
|\ \ \ |
|
| * | | | Remove a section that went to jail(8), and fix a small grammar error. | jamie | 2010-10-20 | 1 | -39/+1 |