| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a side | nwhitehorn | 2010-08-25 | 1 | -4/+5 |
* | Fix an accidental sed... | imp | 2010-08-24 | 1 | -2/+2 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 9 | -32/+35 |
* | Remove extra FreeBSD tag. | kib | 2010-08-24 | 1 | -1/+0 |
* | Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition into | kib | 2010-08-24 | 3 | -4/+22 |
* | MFtbemd: | imp | 2010-08-23 | 9 | -27/+27 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 5 | -4/+71 |
* | Introduce implementation-private rtld interface _rtld_addr_phdr, which | kib | 2010-08-23 | 2 | -0/+9 |
* | Style. | kib | 2010-08-23 | 2 | -3/+3 |
* | Use aux vector to get values for SSP canary, pagesize, pagesizes array, | kib | 2010-08-17 | 10 | -22/+217 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 10 | -13/+14 |
* | Correct the return code from _dns_gethostby*() to correspond | ume | 2010-08-15 | 1 | -4/+20 |
* | - When there is no room for returning the result, nss backend | ume | 2010-08-13 | 11 | -49/+109 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 5 | -5/+5 |
* | Comment out IEEE Std 1003.1-2001 conformance proclaimed too early, | ache | 2010-08-05 | 1 | -5/+5 |
* | Spelling fixes. | joel | 2010-08-02 | 7 | -9/+9 |
* | mdoc: remove unbalanced quotes | uqs | 2010-08-02 | 2 | -6/+6 |
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 3 | -3/+3 |
* | Disable all warnings when building gdtoa. This allows building libc with | rpaulo | 2010-08-01 | 1 | -1/+1 |
* | Fix a couple of typos. | uqs | 2010-07-30 | 1 | -1/+1 |
* | Update mlockall(2) to mention that it's superuser-only syscall, just | trasz | 2010-07-27 | 2 | -4/+7 |
* | Apply a small grammar fix to {toupper,tolower}(3). | bcr | 2010-07-25 | 2 | -4/+4 |
* | Verify return value of the sigset manipulation functions | kib | 2010-07-22 | 1 | -22/+14 |
* | Also link getutxent.3 to utmpx.3. | ed | 2010-07-21 | 1 | -1/+1 |
* | For xsi_sigpause(3), remove the supplied signal from the process mask | kib | 2010-07-12 | 1 | -2/+10 |
* | Provide 64-bit PowerPC support in libc. | nwhitehorn | 2010-07-10 | 38 | -2/+2443 |
* | The 64-bit PowerPC ABI implemented in binutils 2.15 requires some special | nwhitehorn | 2010-07-10 | 1 | -1/+2 |
* | Document pl_siginfo and PT_FLAG_SI for PT_LWPINFO. | kib | 2010-07-10 | 1 | -4/+20 |
* | If a user calls sctp_sendx() with a NULL | rrs | 2010-07-07 | 1 | -0/+5 |
* | Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group | trasz | 2010-07-06 | 3 | -40/+10 |
* | Remove comment which didn't match reality for a long time. | trasz | 2010-07-05 | 1 | -3/+0 |
* | Increment 'sa' at the end of the loop; otherwise, only the first | brucec | 2010-07-05 | 1 | -1/+1 |
* | Use ISO C99 integer types instead of the BSD-specific u_int*_t. | brucec | 2010-07-04 | 3 | -29/+29 |
* | 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 |
* | Merge from English r198040: add C message catalogue entries for newer | maxim | 2010-06-20 | 1 | -0/+10 |
* | 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 |
* | Separate _posix1e_acl_id_to_name() into a separate file, to | kientzle | 2010-06-14 | 3 | -55/+101 |
* | In threaded processes, destroy the mutex atexit_mutex when we've | cperciva | 2010-06-13 | 1 | -0/+3 |
* | 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: remove literal tabs where they don't belong | uqs | 2010-06-08 | 10 | -17/+17 |
* | 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 |