| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert to r214147, errno is not clobbered as originally | bcr | 2010-10-22 | 1 | -2/+0 |
* | Document strtonum()s behavior of setting errno to 0 when no error is found. | bcr | 2010-10-21 | 1 | -0/+2 |
* | Sync with OpenBSD rev. 1.13: | bcr | 2010-10-21 | 1 | -2/+1 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 2 | -2/+0 |
* | Missed space. | kib | 2010-10-06 | 1 | -1/+1 |
* | Add cross-references to lrand48(3) and arc4random(3) from rand(3) | kib | 2010-10-06 | 2 | -1/+11 |
* | Revert changes of 'assure' to 'ensure' made in r211936. | brucec | 2010-09-11 | 1 | -2/+2 |
* | Because POSIX does not allow EINTR to be returned from sigwait(), | davidxu | 2010-09-10 | 1 | -1/+1 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -2/+2 |
* | Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info. | kib | 2010-08-27 | 1 | -1/+1 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 1 | -2/+2 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -2/+2 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 1 | -3/+20 |
* | Style. | kib | 2010-08-23 | 1 | -2/+2 |
* | Use aux vector to get values for SSP canary, pagesize, pagesizes array, | kib | 2010-08-17 | 1 | -7/+16 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -2/+2 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | Comment out IEEE Std 1003.1-2001 conformance proclaimed too early, | ache | 2010-08-05 | 1 | -5/+5 |
* | mdoc: remove unbalanced quotes | uqs | 2010-08-02 | 1 | -2/+2 |
* | Provide 64-bit PowerPC support in libc. | nwhitehorn | 2010-07-10 | 1 | -1/+6 |
* | In threaded processes, destroy the mutex atexit_mutex when we've | cperciva | 2010-06-13 | 1 | -0/+3 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -12/+12 |
* | The previous revision actually removed the bug being hinted at, so | brueffer | 2010-05-12 | 1 | -3/+2 |
* | C language does not has references, it provides pointers. | kib | 2010-04-21 | 1 | -2/+2 |
* | Add standards section, improve wording, taking into account the handling | kib | 2010-04-21 | 1 | -6/+8 |
* | Free() is not allowed to modify errno, remove safety brackets around it [1]. | kib | 2010-04-20 | 1 | -13/+5 |
* | Slightly modernize realpath(3). | kib | 2010-04-20 | 2 | -8/+65 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 2 | -2/+2 |
* | In reallocf(3), free the memory only when size != 0. Otherwise, when the | jh | 2010-03-03 | 1 | -1/+8 |
* | Rewrite red-black trees to do lazy balance fixup. This improves | jasone | 2010-02-28 | 2 | -772/+837 |
* | Define TLS_MODEL for PowerPC as well. Since PowerPC uses variant I, | marcel | 2010-02-16 | 1 | -0/+1 |
* | Unbreak ia64: tls_model("initial-exec") is invalid, because it assumes | marcel | 2010-02-16 | 1 | -11/+9 |
* | Fix PR | cracauer | 2010-02-10 | 1 | -2/+2 |
* | Fix bugs: | jasone | 2010-01-31 | 4 | -1352/+2256 |
* | Add missing return, in a rare case where we can't allocate memory in | emaste | 2010-01-27 | 1 | -0/+1 |
* | Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrect | jasone | 2009-12-10 | 1 | -89/+28 |
* | Fix the posix_memalign() changes in r196861 to actually return a NULL pointer | jasone | 2009-12-10 | 1 | -0/+1 |
* | Revert behavior change to setenv(), unsetenv() and putenv() until a more | scf | 2009-12-07 | 1 | -3/+6 |
* | Update the getenv(3) man page to reflect the recent change to the behavior | scf | 2009-12-06 | 1 | -9/+9 |
* | Change the behavior of setenv(), putenv() and unsetenv() to continue parsing | scf | 2009-12-06 | 1 | -6/+3 |
* | Improve the comment within getenv() explaining the search order it takes to | scf | 2009-12-06 | 1 | -8/+9 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | ed | 2009-12-05 | 1 | -2/+1 |
* | Temporarily revert the previous change because the linker has been | green | 2009-12-01 | 1 | -36/+28 |
* | Do not gratuitously fail *env(3) operations due to corrupt ('='-less) | green | 2009-12-01 | 1 | -28/+36 |
* | Change the utrace log entry for malloc_init from (0, 0, 0) to (-1, 0, 0) | cperciva | 2009-11-14 | 1 | -1/+1 |
* | Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returns | alc | 2009-09-26 | 2 | -2/+19 |
* | Handle zero size for posix_memalign. Return NULL or unique address | kib | 2009-09-05 | 1 | -0/+9 |
* | Our implementation of granpt(3) could be valid in the future. | ed | 2009-08-24 | 1 | -15/+11 |
* | Simplify. We can just use .sinclude here. | ed | 2009-06-23 | 1 | -3/+1 |
* | Our grantpt(3) and unlockpt(3) don't comply with POSIX. | ed | 2009-05-04 | 1 | -3/+7 |