| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup for WARNS 6. | marcel | 2008-08-06 | 7 | -47/+50 |
* | Add EPERM to the ERRORS section. | trhodes | 2008-08-04 | 1 | -1/+3 |
* | Initialize "nconv" to a reasonable value in all code paths. Prior to | cperciva | 2008-08-04 | 1 | -1/+3 |
* | Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Prior | cperciva | 2008-08-04 | 1 | -0/+1 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 1 | -1/+1 |
* | Restructure and use different variables in the tests that involve | scf | 2008-08-03 | 1 | -13/+15 |
* | Add EAGAIN to the ERRORS list, as found in kern_jail.c. | trhodes | 2008-08-03 | 1 | -1/+3 |
* | Restored from previous backing out (because that is OpenBSD way, so | ache | 2008-08-03 | 1 | -12/+16 |
* | Fix some style bogosity from fdlibm. | das | 2008-08-03 | 2 | -12/+12 |
* | Minor improvements: | das | 2008-08-03 | 3 | -20/+20 |
* | A few minor corrections, including some from bde: | das | 2008-08-02 | 3 | -17/+16 |
* | remove whitespace bug (8 spaces into one tab) | remko | 2008-08-02 | 1 | -1/+1 |
* | Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and | das | 2008-08-02 | 2 | -37/+99 |
* | On i386, gcc truncates long double constants to double precision | das | 2008-08-02 | 4 | -8/+127 |
* | Detect if the application has cleared the environ variable by setting | scf | 2008-08-02 | 1 | -7/+12 |
* | Fix some problems with asinf(), acosf(), atanf(), and atan2f(): | das | 2008-08-01 | 4 | -71/+42 |
* | In function pthread_condattr_getpshared, store result correctly. | davidxu | 2008-08-01 | 1 | -1/+1 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 20 | -69/+900 |
* | Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} to | marcel | 2008-07-31 | 2 | -0/+179 |
* | Set WARNS=1. | das | 2008-07-31 | 1 | -0/+1 |
* | The high part of the mantissa is 64 bits on sparc64. | das | 2008-07-31 | 2 | -2/+2 |
* | As in other parts of libm, mark a few constants as volatile to prevent | das | 2008-07-31 | 6 | -12/+20 |
* | Cleanup for WARNS 3. | marcel | 2008-07-31 | 9 | -16/+23 |
* | Cleanup for WARNS 2. | marcel | 2008-07-31 | 4 | -4/+3 |
* | Change the type of psaddr_t from void* to uintptr_t. A pointer | marcel | 2008-07-30 | 5 | -27/+25 |
* | Convert popen()'s `pidlist' to a SLIST, for consistency. | ed | 2008-07-29 | 1 | -11/+13 |
* | Fix a few bugs with the _gettemp() routine which implements mkstemp(), | jhb | 2008-07-28 | 1 | -11/+26 |
* | Fix the email address formats in some posix_spawn(3) manpages. | ed | 2008-07-28 | 2 | -2/+2 |
* | Add manual pages for posix_spawn() functions. | davidxu | 2008-07-28 | 11 | -1/+1483 |
* | Add support for a new login capability, cpumask which allows login | brooks | 2008-07-25 | 4 | -1/+132 |
* | Per rwatson's request: | ache | 2008-07-25 | 1 | -29/+17 |
* | Fix cut-n-paste-o | julian | 2008-07-25 | 1 | -1/+1 |
* | First cut at doing the kvm file needed for mips. | imp | 2008-07-23 | 1 | -0/+90 |
* | Fixes based on bde's feedback. | ache | 2008-07-22 | 1 | -9/+9 |
* | Change /dev/urandom to /dev/random since urandom marked as | ache | 2008-07-22 | 1 | -1/+1 |
* | Use arc4random_uniform(3) since modulo size is not power of 2 | ache | 2008-07-22 | 1 | -1/+1 |
* | In arc4random_uniform() detect simple "power of two" case and | ache | 2008-07-22 | 1 | -1/+5 |
* | Add arc4random_uniform() function (to avoid "modulo bias") | ache | 2008-07-22 | 4 | -1/+58 |
* | Increase initially dropped bytes from 512 to 768 (768 is also | ache | 2008-07-22 | 1 | -3/+3 |
* | Add feature_present(3) to the FBSD 1.1 symbol map. | jhb | 2008-07-21 | 1 | -0/+1 |
* | 1) Use __packed attr on rdat structure to make it exact 128 bytes. | ache | 2008-07-21 | 1 | -10/+17 |
* | 1) Update copyright notice. | ache | 2008-07-21 | 1 | -43/+53 |
* | Add arc4random_buf to FBSD_1.1 space | ache | 2008-07-21 | 1 | -0/+1 |
* | Add arc4random_buf.3 to MLINKS | ache | 2008-07-21 | 1 | -1/+2 |
* | Implement arc4random_buf() function | ache | 2008-07-21 | 2 | -4/+28 |
* | Decrease arc4_count only when needed and with proper bytes amount. | ache | 2008-07-21 | 1 | -1/+2 |
* | 1) Set stired flag after forced initialization. | ache | 2008-07-21 | 1 | -1/+2 |
* | Enhance arena_chunk_map_t to directly support run coalescing, and use | jasone | 2008-07-18 | 1 | -394/+338 |
* | Sort the .PATH entries to give a more reasonable order of precedence: | das | 2008-07-18 | 1 | -4/+5 |
* | Make it more clear what it means that SA_RESTART is set for signal | simon | 2008-07-17 | 1 | -3/+5 |