| Commit message (Expand) | Author | Age | Files | Lines |
| * | Provide a simple manual page for libprocstat(3). | Sergey Kandaurov | 2011-07-12 | 2 | -2/+255 |
| * | Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3) | Martin Matuska | 2011-07-11 | 1 | -3/+7 |
| * | posix_spawn: If an error is detected in the child process, reap the zombie. | Jilles Tjoelker | 2011-07-10 | 1 | -1/+4 |
| * | - Removing some unneeded definitions of NULL(cruft related to 1970's C). | Tai-hwa Liang | 2011-07-10 | 6 | -29/+15 |
| * | style(9) cleanup | Kevin Lo | 2011-07-10 | 1 | -1/+1 |
| * | Add a HISTORY section | Kevin Lo | 2011-07-10 | 1 | -0/+5 |
| * | Add missing "swapuse" resource limit. | Edward Tomasz Napierala | 2011-07-09 | 1 | -1/+2 |
| * | - Add xdr_sizeof(3) to libc | Kevin Lo | 2011-07-09 | 4 | -4/+22 |
| * | Fixing building bustage on 32 bits platforms when WARNS >= 2. Note that | Tai-hwa Liang | 2011-07-08 | 2 | -5/+10 |
| * | Completely remove now unused pc_other_cpus, pc_cpumask. | Attilio Rao | 2011-07-04 | 1 | -29/+2 |
| * | MFC | Attilio Rao | 2011-06-28 | 9 | -15/+21 |
| |\ |
|
| | * | Build Scrt.o on powerpc64. Its introduction on other platforms got lost | Nathan Whitehorn | 2011-06-27 | 1 | -4/+10 |
| | * | Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512 | Colin Percival | 2011-06-27 | 2 | -2/+2 |
| | * | Fix whitespace inconsistencies in libc in files copyrighted by me. | Ed Schouten | 2011-06-26 | 5 | -8/+8 |
| |/ |
|
| * | Add missing libkvm and libutil dependencies. | Sergey Kandaurov | 2011-06-25 | 1 | -0/+2 |
| * | - Add two new API's to libusb20 which can be used to retrive information | Hans Petter Selasky | 2011-06-24 | 7 | -1/+47 |
| * | Fixes to newer tftp code in libstand: | Craig Rodrigues | 2011-06-24 | 1 | -51/+132 |
| * | Change sparc64 to use the initial exec TLS model, too. This avoids random | Marius Strobl | 2011-06-21 | 1 | -1/+1 |
| * | In the libm access macros for the double type, z can sometimes | Steve Kargl | 2011-06-19 | 1 | -2/+1 |
| * | Put a quick bandaid on internal citrus locking. | Alexander Kabaev | 2011-06-19 | 2 | -1/+3 |
| * | Do not set thread name to less than informative 'initial thread'. | Alexander Kabaev | 2011-06-19 | 1 | -1/+0 |
| * | libprocstat: For MAP_PRIVATE, do not consider the file open for writing. | Jilles Tjoelker | 2011-06-18 | 1 | -2/+4 |
| * | libprocstat: Fix typo in error messages. | Jilles Tjoelker | 2011-06-18 | 1 | -5/+5 |
| * | libprocstat: Remove spaces between function name and open parenthesis. | Jilles Tjoelker | 2011-06-18 | 1 | -2/+2 |
| * | libprocstat: Correct format for size_t (should be %zu, not %zd). | Jilles Tjoelker | 2011-06-18 | 1 | -3/+3 |
| * | Fix clang warnings. | Ben Laurie | 2011-06-18 | 3 | -6/+7 |
| * | Merge from r161730: | Marius Strobl | 2011-06-18 | 4 | -21/+54 |
| * | Document the latest changes to sctp_opt_info() in the code. | Michael Tuexen | 2011-06-18 | 1 | -4/+31 |
| * | Note how wait(3) is implemented. | David E. O'Brien | 2011-06-18 | 1 | -0/+13 |
| * | Sync with OpenBSD, primarily make the code easier to read, and a license | Xin LI | 2011-06-18 | 2 | -68/+54 |
| * | Sync with OpenBSD (zap rcsid). | Xin LI | 2011-06-18 | 1 | -7/+1 |
| * | The flags argument of mpool_get() is meaningful, document it. | Xin LI | 2011-06-18 | 1 | -2/+9 |
| * | posix_spawn(3): Document r222511 (trying to close already closed fd). | Jilles Tjoelker | 2011-06-17 | 1 | -9/+14 |
| * | Add SCTP_MAX_BURST support to sctp_opt_info(). | Michael Tuexen | 2011-06-17 | 1 | -0/+3 |
| * | Update the list of supported socket options for sctp_opt_info(). | Michael Tuexen | 2011-06-17 | 1 | -3/+6 |
| * | Setting warnings without make universe considered harmful. Revert to WARNS=0 | Warner Losh | 2011-06-16 | 1 | -1/+1 |
| * | Fix two typos and remove redundant code. | Michael Tuexen | 2011-06-16 | 1 | -5/+2 |
| * | * Fix the handling of addresses in sctp_sendv(). | Michael Tuexen | 2011-06-16 | 1 | -42/+83 |
| * | Using the correct format string(%zu) for size_t type. This should fix 64 | Tai-hwa Liang | 2011-06-16 | 1 | -1/+1 |
| * | Unbreaking build on sparc64. | Tai-hwa Liang | 2011-06-16 | 1 | -3/+3 |
| * | Use size of int to fetch sysctl kern.sched.cpusetsize because it had | David Xu | 2011-06-16 | 1 | -3/+3 |
| * | Add support for the newly added SCTP API. | Michael Tuexen | 2011-06-15 | 1 | -20/+252 |
| * | Bring back following change which was undone in previous commit: | Craig Rodrigues | 2011-06-15 | 1 | -4/+4 |
| * | Increase WARNS level to 2. | Craig Rodrigues | 2011-06-15 | 1 | -1/+1 |
| * | (1) When sending the TFTP RRQ packet to read a file, | Craig Rodrigues | 2011-06-15 | 1 | -35/+229 |
| * | Currently tftp code in the loader retransmits the previous packet if it recei... | Craig Rodrigues | 2011-06-15 | 1 | -0/+4 |
| * | Added sendrecv_tftp function instead of sendrecv for use by tftp. | Craig Rodrigues | 2011-06-15 | 1 | -2/+55 |
| * | In sendrecv function, change the receive timeout value between retries | Craig Rodrigues | 2011-06-15 | 1 | -1/+1 |
| * | Upgrade our copy of llvm/clang to r132879, from upstream's trunk. | Dimitry Andric | 2011-06-12 | 6 | -5/+7 |
| |\ |
|
| | * | Vendor import of llvm trunk r132879:vendor/llvm/llvm-r132879 | Dimitry Andric | 2011-06-12 | 343 | -13417/+18915 |