summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | In the libm access macros for the double type, z can sometimeskargl2011-06-191-2/+1
* | | Put a quick bandaid on internal citrus locking.kan2011-06-192-1/+3
* | | Do not set thread name to less than informative 'initial thread'.kan2011-06-191-1/+0
* | | libprocstat: For MAP_PRIVATE, do not consider the file open for writing.jilles2011-06-181-2/+4
* | | libprocstat: Fix typo in error messages.jilles2011-06-181-5/+5
* | | libprocstat: Remove spaces between function name and open parenthesis.jilles2011-06-181-2/+2
* | | libprocstat: Correct format for size_t (should be %zu, not %zd).jilles2011-06-181-3/+3
* | | Fix clang warnings.benl2011-06-183-6/+7
* | | Merge from r161730:marius2011-06-184-21/+54
* | | Document the latest changes to sctp_opt_info() in the code.tuexen2011-06-181-4/+31
* | | Note how wait(3) is implemented.obrien2011-06-181-0/+13
* | | Sync with OpenBSD, primarily make the code easier to read, and a licensedelphij2011-06-182-68/+54
* | | Sync with OpenBSD (zap rcsid).delphij2011-06-181-7/+1
* | | The flags argument of mpool_get() is meaningful, document it.delphij2011-06-181-2/+9
* | | posix_spawn(3): Document r222511 (trying to close already closed fd).jilles2011-06-171-9/+14
* | | Add SCTP_MAX_BURST support to sctp_opt_info().tuexen2011-06-171-0/+3
* | | Update the list of supported socket options for sctp_opt_info().tuexen2011-06-171-3/+6
* | | Setting warnings without make universe considered harmful. Revert to WARNS=0imp2011-06-161-1/+1
* | | Fix two typos and remove redundant code.tuexen2011-06-161-5/+2
* | | * Fix the handling of addresses in sctp_sendv().tuexen2011-06-161-42/+83
* | | Using the correct format string(%zu) for size_t type. This should fix 64avatar2011-06-161-1/+1
* | | Unbreaking build on sparc64.avatar2011-06-161-3/+3
* | | Use size of int to fetch sysctl kern.sched.cpusetsize because it haddavidxu2011-06-161-3/+3
* | | Add support for the newly added SCTP API.tuexen2011-06-151-21/+253
* | | Bring back following change which was undone in previous commit:rodrigc2011-06-151-4/+4
* | | Increase WARNS level to 2.rodrigc2011-06-151-1/+1
* | | (1) When sending the TFTP RRQ packet to read a file,rodrigc2011-06-151-35/+229
* | | Currently tftp code in the loader retransmits the previous packet if it recei...rodrigc2011-06-151-0/+4
* | | Added sendrecv_tftp function instead of sendrecv for use by tftp.rodrigc2011-06-151-2/+55
* | | In sendrecv function, change the receive timeout value between retriesrodrigc2011-06-151-1/+1
* | | Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-126-5/+7
|\ \ \ | |/ /
| * | Vendor import of llvm trunk r132879:dim2011-06-12343-13440/+18938
* | | Obtain bswap64() function implementation fromrodrigc2011-06-101-10/+26
* | | MFCattilio2011-06-061-1/+0
|\ \ \
| * | | Remove redundant assignments to WARNS.ed2011-06-061-1/+0
* | | | MFCattilio2011-06-041-0/+5
|\ \ \ \ | |/ / /
| * | | Upgrade libcompiler_rt from revision 117047 to 132478.ed2011-06-031-0/+5
| |\ \ \
| | * | | Import compiler-rt r132478.ed2011-06-0274-149/+855
| | * | | Import compiler-rt r127823.ed2011-03-17189-373/+457
* | | | | MFCattilio2011-06-021-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | mdoc: reorder sections consistentlyuqs2011-06-021-3/+3
* | | | | Revert r222363, as bde@ pointed out the initial solution was far moreattilio2011-05-312-2/+2
* | | | | MFCattilio2011-05-316-16/+4
|\ \ \ \ \ | |/ / / /
| * | | | posix_spawn(): Do not fail when trying to close an fd that is not open.jilles2011-05-301-5/+2
| * | | | Clean up the unneeded cpp macro INLINE_REM_PIO2L.kargl2011-05-305-11/+2
* | | | | MFCattilio2011-05-271-9/+12
|\ \ \ \ \ | |/ / / /
| * | | | - Move some internal functions to the private namespacegabor2011-05-271-9/+12
* | | | | Style fix: cast to size_t rather than u_long when comparing to sizeof()attilio2011-05-272-2/+2
* | | | | In the near future cpuset_t objects in struct pcpu will be axed out, butattilio2011-05-271-2/+29
* | | | | MFCattilio2011-05-261-1/+1
|\ \ \ \ \ | |/ / / /
OpenPOWER on IntegriCloud