| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use an initializer macro to initialize fields in 'fake' FILE objects used | jhb | 2010-03-11 | 12 | -39/+22 |
* | Fix a bug in the previous change: remove function-local definition of | jhb | 2010-03-11 | 1 | -1/+0 |
* | Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of | marius | 2010-03-11 | 1 | -1/+1 |
* | - The OPSZ macro actually only does the right thing for int32 and int64 | marius | 2010-03-10 | 2 | -29/+21 |
* | Use thr_once() with once_t controls to initialize various thread_key_t | jhb | 2010-03-10 | 8 | -64/+81 |
* | Switch to our preferred license text. | joel | 2010-03-07 | 1 | -8/+8 |
* | Use our standard license text. No more voices in the authors head. :-) | joel | 2010-03-04 | 9 | -72/+72 |
* | 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 |
* | 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 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 6 | -42/+0 |
* | 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 |
* | Split the contributed code from libc/stdtime from lib/libc/stdtime | edwin | 2010-02-26 | 10 | -3621/+5 |
* | 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 |
* | - More style(9) fixups | gabor | 2010-02-20 | 1 | -26/+29 |
* | 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 | 2 | -2/+2 |
* | 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 |
* | 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 |
* | Correct two typoes. | trhodes | 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 |
* | Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can | marcel | 2010-02-09 | 1 | -1/+76 |
* | Mark up "unsigned char". | ru | 2010-02-04 | 4 | -4/+11 |
* | Reinstate the ptrace patch to restore the 'gp' register after calling | neel | 2010-02-04 | 1 | -0/+3 |
* | -White space cleanup (missing spaces in new line) | rrs | 2010-02-03 | 1 | -5/+2 |
* | Also add a cross-reference to NetBSD updlastlogx(). | ed | 2010-02-03 | 1 | -1/+3 |
* | This fixes a bug found and fixed by JC. Basically | rrs | 2010-02-03 | 1 | -1/+13 |
* | Bump .Dd, forgotten in r203393 | gavin | 2010-02-02 | 1 | -1/+1 |
* | The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d. | gavin | 2010-02-02 | 1 | -1/+1 |
* | Implement strndup(3) using strnlen(3). | ed | 2010-02-02 | 1 | -3/+1 |
* | Fix bugs: | jasone | 2010-01-31 | 4 | -1352/+2256 |
* | Remove extra semicolon. | brucec | 2010-01-31 | 1 | -1/+1 |
* | Fix typo of ENOTCONN. | brucec | 2010-01-31 | 4 | -3/+5 |
* | Perform some cleanups to devname(3). | ed | 2010-01-31 | 1 | -13/+10 |
* | - Fix some style(9) bugs | gabor | 2010-01-29 | 1 | -17/+16 |
* | You must include fcntl.h (in practice) to be able to do anything useful | rwatson | 2010-01-29 | 1 | -0/+1 |
* | Add missing return, in a rare case where we can't allocate memory in | emaste | 2010-01-27 | 1 | -0/+1 |
* | Remove pseudo-terminals from ttys(5). | ed | 2010-01-27 | 1 | -36/+1 |
* | Add information about when nmount(2) was introduced. | trasz | 2010-01-26 | 1 | -1/+5 |
* | - style(9) | gabor | 2010-01-25 | 1 | -25/+25 |
* | Cache failing and opened catalogs in catopen() and related functions. | gabor | 2010-01-25 | 1 | -17/+131 |
* | Improve the ttyname(3) manual page. | ed | 2010-01-24 | 1 | -20/+5 |