| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing libkvm and libutil dependencies. | pluknet | 2011-06-25 | 1 | -0/+2 |
* | - Add two new API's to libusb20 which can be used to retrive information | hselasky | 2011-06-24 | 7 | -1/+47 |
* | Fixes to newer tftp code in libstand: | rodrigc | 2011-06-24 | 1 | -51/+132 |
* | Change sparc64 to use the initial exec TLS model, too. This avoids random | marius | 2011-06-21 | 1 | -1/+1 |
* | In the libm access macros for the double type, z can sometimes | kargl | 2011-06-19 | 1 | -2/+1 |
* | Put a quick bandaid on internal citrus locking. | kan | 2011-06-19 | 2 | -1/+3 |
* | Do not set thread name to less than informative 'initial thread'. | kan | 2011-06-19 | 1 | -1/+0 |
* | libprocstat: For MAP_PRIVATE, do not consider the file open for writing. | jilles | 2011-06-18 | 1 | -2/+4 |
* | libprocstat: Fix typo in error messages. | jilles | 2011-06-18 | 1 | -5/+5 |
* | libprocstat: Remove spaces between function name and open parenthesis. | jilles | 2011-06-18 | 1 | -2/+2 |
* | libprocstat: Correct format for size_t (should be %zu, not %zd). | jilles | 2011-06-18 | 1 | -3/+3 |
* | Fix clang warnings. | benl | 2011-06-18 | 3 | -6/+7 |
* | Merge from r161730: | marius | 2011-06-18 | 4 | -21/+54 |
* | Document the latest changes to sctp_opt_info() in the code. | tuexen | 2011-06-18 | 1 | -4/+31 |
* | Note how wait(3) is implemented. | obrien | 2011-06-18 | 1 | -0/+13 |
* | Sync with OpenBSD, primarily make the code easier to read, and a license | delphij | 2011-06-18 | 2 | -68/+54 |
* | Sync with OpenBSD (zap rcsid). | delphij | 2011-06-18 | 1 | -7/+1 |
* | The flags argument of mpool_get() is meaningful, document it. | delphij | 2011-06-18 | 1 | -2/+9 |
* | posix_spawn(3): Document r222511 (trying to close already closed fd). | jilles | 2011-06-17 | 1 | -9/+14 |
* | Add SCTP_MAX_BURST support to sctp_opt_info(). | tuexen | 2011-06-17 | 1 | -0/+3 |
* | Update the list of supported socket options for sctp_opt_info(). | tuexen | 2011-06-17 | 1 | -3/+6 |
* | Setting warnings without make universe considered harmful. Revert to WARNS=0 | imp | 2011-06-16 | 1 | -1/+1 |
* | Fix two typos and remove redundant code. | tuexen | 2011-06-16 | 1 | -5/+2 |
* | * Fix the handling of addresses in sctp_sendv(). | tuexen | 2011-06-16 | 1 | -42/+83 |
* | Using the correct format string(%zu) for size_t type. This should fix 64 | avatar | 2011-06-16 | 1 | -1/+1 |
* | Unbreaking build on sparc64. | avatar | 2011-06-16 | 1 | -3/+3 |
* | Use size of int to fetch sysctl kern.sched.cpusetsize because it had | davidxu | 2011-06-16 | 1 | -3/+3 |
* | Add support for the newly added SCTP API. | tuexen | 2011-06-15 | 1 | -21/+253 |
* | Bring back following change which was undone in previous commit: | rodrigc | 2011-06-15 | 1 | -4/+4 |
* | Increase WARNS level to 2. | rodrigc | 2011-06-15 | 1 | -1/+1 |
* | (1) When sending the TFTP RRQ packet to read a file, | rodrigc | 2011-06-15 | 1 | -35/+229 |
* | Currently tftp code in the loader retransmits the previous packet if it recei... | rodrigc | 2011-06-15 | 1 | -0/+4 |
* | Added sendrecv_tftp function instead of sendrecv for use by tftp. | rodrigc | 2011-06-15 | 1 | -2/+55 |
* | In sendrecv function, change the receive timeout value between retries | rodrigc | 2011-06-15 | 1 | -1/+1 |
* | Upgrade our copy of llvm/clang to r132879, from upstream's trunk. | dim | 2011-06-12 | 6 | -5/+7 |
|\ |
|
| * | Vendor import of llvm trunk r132879: | dim | 2011-06-12 | 343 | -13440/+18938 |
* | | Obtain bswap64() function implementation from | rodrigc | 2011-06-10 | 1 | -10/+26 |
* | | MFC | attilio | 2011-06-06 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove redundant assignments to WARNS. | ed | 2011-06-06 | 1 | -1/+0 |
* | | | MFC | attilio | 2011-06-04 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Upgrade libcompiler_rt from revision 117047 to 132478. | ed | 2011-06-03 | 1 | -0/+5 |
| |\ \ |
|
| | * | | Import compiler-rt r132478. | ed | 2011-06-02 | 74 | -149/+855 |
| | * | | Import compiler-rt r127823. | ed | 2011-03-17 | 189 | -373/+457 |
* | | | | MFC | attilio | 2011-06-02 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | mdoc: reorder sections consistently | uqs | 2011-06-02 | 1 | -3/+3 |
* | | | | Revert r222363, as bde@ pointed out the initial solution was far more | attilio | 2011-05-31 | 2 | -2/+2 |
* | | | | MFC | attilio | 2011-05-31 | 6 | -16/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | posix_spawn(): Do not fail when trying to close an fd that is not open. | jilles | 2011-05-30 | 1 | -5/+2 |
| * | | | Clean up the unneeded cpp macro INLINE_REM_PIO2L. | kargl | 2011-05-30 | 5 | -11/+2 |
* | | | | MFC | attilio | 2011-05-27 | 1 | -9/+12 |
|\ \ \ \
| |/ / / |
|