| Commit message (Expand) | Author | Age | Files | Lines |
* | If the A flag is supplied, http_request() will attempt the request only | des | 2010-07-01 | 1 | -2/+4 |
* | Simplify the calculation of s_scale by rewriting the FP expression to | marcel | 2010-07-01 | 1 | -20/+5 |
* | On powerpc, calculate s_scale using the non-FP version previously | marcel | 2010-06-30 | 1 | -1/+1 |
* | Just like in case of setgroups(2), for getgroups(2) also advice including | pjd | 2010-06-26 | 1 | -1/+1 |
* | use PTR_WORD for __curbrk and minbrk instead of .word, the new version | jchandra | 2010-06-25 | 2 | -2/+2 |
* | Don't build Clang libs during lib32 build. | ed | 2010-06-21 | 1 | -1/+1 |
* | Merge from English r198040: add C message catalogue entries for newer | maxim | 2010-06-20 | 1 | -0/+10 |
* | Add unwind annotations to the asm part of crt1 on i386. Terminate the | kib | 2010-06-18 | 1 | -1/+8 |
* | Much closer approximation of the kernel's calculation of this value. | sbruno | 2010-06-18 | 1 | -1/+6 |
* | Merge jmallett@'s n64 work into HEAD - changeset 2 | jchandra | 2010-06-16 | 7 | -40/+117 |
* | Merge jmallett@'s n64 work into HEAD - changeset 1. | jchandra | 2010-06-16 | 20 | -521/+510 |
* | libedit: Reduce surprising behaviour with filename completion some more: | jilles | 2010-06-15 | 1 | -3/+7 |
* | libedit: Allow simple quoting in filename completion. | jilles | 2010-06-15 | 2 | -11/+137 |
* | libedit: Fix a bug that could make completion listings incomplete. | jilles | 2010-06-15 | 1 | -3/+2 |
* | Add a new column to the output of vmstat -z to indicate the number | sbruno | 2010-06-15 | 4 | -0/+12 |
* | Remove even two more unneeded files from libllvmsupport. | ed | 2010-06-15 | 1 | -8/+7 |
* | Remove unneeded files from the build. | ed | 2010-06-15 | 12 | -51/+46 |
* | Unbreak Clang on PowerPC. | ed | 2010-06-14 | 1 | -1/+6 |
* | Separate _posix1e_acl_id_to_name() into a separate file, to | kientzle | 2010-06-14 | 3 | -55/+101 |
* | libedit: Add basic filename completion code from NetBSD. | jilles | 2010-06-13 | 3 | -1/+588 |
* | Disable usage of posix_spawn() inside LLVM. | ed | 2010-06-13 | 2 | -2/+2 |
* | * Improve compatibility with existing application code by permitting the | kaiw | 2010-06-13 | 2 | -13/+19 |
* | Merge from tbemd: | imp | 2010-06-13 | 8 | -17/+7 |
* | In threaded processes, destroy the mutex atexit_mutex when we've | cperciva | 2010-06-13 | 1 | -0/+3 |
* | Introduce __isnanf() as an alias for isnanf(), and make the isnan() | das | 2010-06-12 | 3 | -2/+10 |
* | Do the branding right this time. | ed | 2010-06-12 | 1 | -1/+2 |
* | Detect bit endianness through machine/endian.h. This fixes xz on big-endian | delphij | 2010-06-11 | 1 | -0/+7 |
* | sctp_recvmsg returns the number of bytes received, not sent. | brucec | 2010-06-11 | 1 | -1/+1 |
* | mdoc: stop abusing -column lists and use .Bl -tag instead | uqs | 2010-06-11 | 1 | -19/+21 |
* | mdoc nitpicking: the title argument shall be uppercase | uqs | 2010-06-11 | 8 | -8/+8 |
* | Disable usage of __DATE__. | ed | 2010-06-10 | 1 | -1/+1 |
* | Brand our Clang binary. | ed | 2010-06-10 | 1 | -1/+2 |
* | Hook clang into the build on i386/amd64/powerpc. | rdivacky | 2010-06-09 | 1 | -1/+6 |
* | Import the build makefiles for clang/LLVM. | rdivacky | 2010-06-09 | 115 | -0/+1811 |
* | mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts | uqs | 2010-06-09 | 1 | -8/+2 |
* | mdoc: remove literal tabs where they don't belong | uqs | 2010-06-08 | 14 | -23/+23 |
* | Fix memory leak on error. | fabient | 2010-06-05 | 1 | -1/+3 |
* | Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t). | trasz | 2010-06-05 | 1 | -5/+5 |
* | Don't forget to free the string in error case. | trasz | 2010-06-03 | 1 | -0/+1 |
* | _posix1e_acl_sort() never returns anything other than 0; change its | trasz | 2010-06-03 | 4 | -55/+15 |
* | Fix usage of uninitialized variable. | trasz | 2010-06-03 | 1 | -1/+1 |
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -2/+1 |
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -1/+1 |
* | mdoc: spell macros correctly, there's no need for the backslash escape | uqs | 2010-06-02 | 3 | -7/+7 |
* | mdoc cleanup | uqs | 2010-06-02 | 2 | -3/+1 |
* | mdoc: Use mdoc macro for the (R) symbol | uqs | 2010-05-27 | 1 | -8/+8 |
* | mdoc: Garbage collect unused/unneeded macros | uqs | 2010-05-27 | 1 | -3/+0 |
* | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -1/+8 |
* | Improve the documentation for PT_LWPINFO. Note that some features are | kib | 2010-05-24 | 1 | -3/+58 |
* | Coalesce one more broken line. | deischen | 2010-05-24 | 1 | -2/+1 |