| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | | Import section 2 man files so I can update jail(2). | jamie | 2010-10-20 | 192 | -0/+34710 |
| |\ \ \ |
|
| * | | | | A new jail(8) with a configuration file, to replace the work currently done | jamie | 2010-10-19 | 4207 | -758191/+0 |
* | | | | | Document the standardization status of err* and warn* | eadler | 2012-04-26 | 1 | -1/+11 |
* | | | | | Correct r228114 and use the same implementation for tilde.h as for history.h | obrien | 2012-04-26 | 2 | -2/+33 |
* | | | | | Fix typo. | hselasky | 2012-04-25 | 1 | -1/+1 |
* | | | | | Bump the libusb major version due to the last commit, which | hselasky | 2012-04-25 | 1 | -2/+2 |
* | | | | | I stopped using my middle name years ago. | des | 2012-04-25 | 1 | -1/+1 |
* | | | | | Fix binary compatibility to the official LibUSB 1.0. | hselasky | 2012-04-25 | 2 | -10/+3 |
* | | | | | Take the spinlock around clearing of the fp->_flags in fclose(3), which | kib | 2012-04-24 | 3 | -9/+34 |
* | | | | | Revert r234356 for now, as it leads to run-time problems on 32-bit | dim | 2012-04-23 | 2 | -8/+1 |
* | | | | | Bugfix: Include whitespace characters in the count of the number of | das | 2012-04-22 | 1 | -1/+1 |
* | | | | | Bugfix: Correctly count the number of characters read for %l[ conversions. | das | 2012-04-22 | 1 | -7/+4 |
* | | | | | Bugfix: %n doesn't count as a conversion, so | das | 2012-04-22 | 2 | -2/+0 |
* | | | | | Refactor scanf to improve modularity. Conversions are now performed | das | 2012-04-22 | 2 | -668/+843 |
* | | | | | Fix some incorrect symbol versions. | theraven | 2012-04-22 | 1 | -4/+4 |
* | | | | | Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch, | jasone | 2012-04-22 | 1 | -12/+12 |
* | | | | | - Use quote when tab is used; | delphij | 2012-04-22 | 1 | -2/+3 |
* | | | | | As noted by Peter Jeremy, r234528 only partially fixed the infinite | das | 2012-04-21 | 1 | -1/+1 |
* | | | | | If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1 | das | 2012-04-21 | 5 | -6/+29 |
* | | | | | - Fix the claim that the output is always null-terminated. This isn't | das | 2012-04-21 | 1 | -17/+29 |
* | | | | | Ensure that the {,v}swprintf functions always null-terminate the | das | 2012-04-21 | 1 | -0/+3 |
* | | | | | Fix a bug introduced in r187302 that was causing fputws() to enter an | das | 2012-04-21 | 1 | -1/+1 |
* | | | | | After r217375, some startup objects under lib/csu are built in a special | dim | 2012-04-20 | 7 | -21/+21 |
* | | | | | Fix some compile warnings. | hselasky | 2012-04-20 | 6 | -30/+29 |
* | | | | | Properly use SHA1_Final() instead of SHA_Final(). | ed | 2012-04-19 | 1 | -1/+1 |