summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Document RFTSIGZMB. Fix spelling of SIGCHLD. Note that signals arekib2011-07-121-2/+14
* Mention myself in the AUTHORS section.pluknet2011-07-121-1/+8
* Provide a simple manual page for libprocstat(3).pluknet2011-07-122-2/+255
* Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3)mm2011-07-111-3/+7
* posix_spawn: If an error is detected in the child process, reap the zombie.jilles2011-07-101-1/+4
* - Removing some unneeded definitions of NULL(cruft related to 1970's C).avatar2011-07-106-29/+15
* style(9) cleanupkevlo2011-07-101-1/+1
* Add a HISTORY sectionkevlo2011-07-101-0/+5
* Add missing "swapuse" resource limit.trasz2011-07-091-1/+2
* - Add xdr_sizeof(3) to libckevlo2011-07-094-4/+22
* Fixing building bustage on 32 bits platforms when WARNS >= 2. Note thatavatar2011-07-082-5/+10
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-29/+2
* LibUSB v1.0: Need at least one frame when doing the dummy openhselasky2011-06-281-1/+1
* Build Scrt.o on powerpc64. Its introduction on other platforms got lostnwhitehorn2011-06-271-4/+10
* Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512cperciva2011-06-272-2/+2
* Fix whitespace inconsistencies in libc in files copyrighted by me.ed2011-06-265-8/+8
* Add missing libkvm and libutil dependencies.pluknet2011-06-251-0/+2
* - Add two new API's to libusb20 which can be used to retrive informationhselasky2011-06-247-1/+47
* Fixes to newer tftp code in libstand:rodrigc2011-06-241-51/+132
* Change sparc64 to use the initial exec TLS model, too. This avoids randommarius2011-06-211-1/+1
* 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
OpenPOWER on IntegriCloud