| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove stale references to libkrb5. | imp | 2010-03-04 | 1 | -11/+12 |
* | Use our standard license text. No more voices in the authors head. :-) | joel | 2010-03-04 | 9 | -72/+72 |
* | Enable the use of nanosleep() instead of using pause() and signals. | gshapiro | 2010-03-04 | 1 | -0/+1 |
* | Use ABI neutral macrosa | imp | 2010-03-03 | 2 | -29/+51 |
* | __main and __gccmain are no longer required, so eliminate them. | imp | 2010-03-03 | 1 | -3/+0 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 1 | -7/+0 |
* | In reallocf(3), free the memory only when size != 0. Otherwise, when the | jh | 2010-03-03 | 1 | -1/+8 |
* | Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor. | gnn | 2010-03-03 | 2 | -2/+475 |
* | Upgrade to version 9.6.2. This version includes all previously released | dougb | 2010-03-03 | 1 | -4/+6 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 4 | -28/+0 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 5 | -35/+0 |
* | Remove redundant WARNS?=6 overrides and inherit the WARNS setting from | uqs | 2010-03-02 | 5 | -3/+5 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 6 | -42/+0 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 1 | -7/+0 |
* | Always assign WARNS using ?= | uqs | 2010-03-02 | 3 | -6/+5 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 3 | -9/+0 |
* | Not all programs including kvm.h include the necessary headers to use | rwatson | 2010-03-01 | 1 | -1/+1 |
* | A first cut at teaching libkvm how to deal with dynamic per-CPU storage | rwatson | 2010-03-01 | 6 | -7/+210 |
* | Rewrite red-black trees to do lazy balance fixup. This improves | jasone | 2010-02-28 | 2 | -772/+837 |
* | In _gettemp(), check that the length of the path doesn't exceed | jh | 2010-02-28 | 1 | -0/+4 |
* | Fix typo in comment. | rwatson | 2010-02-27 | 1 | -2/+2 |
* | Split the contributed code from libc/stdtime from lib/libc/stdtime | edwin | 2010-02-26 | 10 | -3621/+5 |
* | Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN. | ru | 2010-02-25 | 2 | -4/+4 |
* | Fixed dependencies (make checkdpadd). | ru | 2010-02-25 | 1 | -1/+2 |
* | Make pause(3) implementation not depended on the legacy sigcompat.c | kib | 2010-02-25 | 1 | -1/+7 |
* | While there, trim some trailing whitespace. | ed | 2010-02-21 | 1 | -1/+0 |
* | Add proper const keywords to sysctl(3) parameters. | ed | 2010-02-21 | 4 | -25/+15 |
* | Fix common misspelling of hierarchy | uqs | 2010-02-20 | 1 | -2/+2 |
* | - More style(9) fixups | gabor | 2010-02-20 | 1 | -26/+29 |
* | realloc() with a proper amount of memory. | ru | 2010-02-17 | 1 | -1/+1 |
* | Mention EISDIR as a possible errno. | phk | 2010-02-17 | 1 | -0/+2 |
* | Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I, | marcel | 2010-02-16 | 1 | -0/+1 |
* | %U was macroized in mdoc(7), escape. | ru | 2010-02-16 | 3 | -3/+3 |
* | Add missing newline in last line of file. | uqs | 2010-02-16 | 1 | -1/+1 |
* | Unbreak ia64: tls_model("initial-exec") is invalid, because it assumes | marcel | 2010-02-16 | 1 | -11/+9 |
* | The static TLS size as given by tls_static_space includes TLS_TCB_SIZE | marcel | 2010-02-16 | 1 | -2/+2 |
* | Though these libraries are disconnected from the build and don't | ru | 2010-02-15 | 2 | -36/+0 |
* | Resort includes to match style(9) a bit more. No functional change | wkoszek | 2010-02-13 | 10 | -32/+36 |
* | s/APIS/APIs - not part of the original submission. | trhodes | 2010-02-11 | 1 | -2/+2 |
* | o Add support for COMPAT_IA32. | marcel | 2010-02-11 | 1 | -13/+21 |
* | i doesn't need to be signed here, make it unsigned. | imp | 2010-02-11 | 1 | -1/+1 |
* | Correct two typoes. | trhodes | 2010-02-11 | 1 | -1/+1 |
* | Remove redundand headers and use more standard ones where necessary. | wkoszek | 2010-02-11 | 6 | -11/+1 |
* | Use more standard way for setting nonblocking flag for a filedescriptor. | wkoszek | 2010-02-11 | 1 | -7/+9 |
* | Within libusb 0.1 API, bus number is always faked to 0. Device numbers, | wkoszek | 2010-02-11 | 1 | -0/+3 |
* | Back to WARNS=3. The breakage wasn't what I thought it was :( | imp | 2010-02-11 | 1 | -1/+1 |
* | Keep Tinderbox happy. | mckusick | 2010-02-11 | 1 | -1/+1 |
* | Increased warnings weren't tested on ARM. Bump warnings back down to | imp | 2010-02-11 | 1 | -1/+1 |
* | Fix PR | cracauer | 2010-02-10 | 1 | -2/+2 |
* | - Deal with some special cases [1] | gabor | 2010-02-09 | 1 | -30/+54 |