| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some problems with asinf(), acosf(), atanf(), and atan2f(): | David Schultz | 2008-08-01 | 4 | -71/+42 |
| * | In function pthread_condattr_getpshared, store result correctly. | David Xu | 2008-08-01 | 1 | -1/+1 |
| * | Add implementations of acosl(), asinl(), atanl(), atan2l(), | David Schultz | 2008-07-31 | 20 | -69/+900 |
| * | Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} to | Marcel Moolenaar | 2008-07-31 | 2 | -0/+179 |
| * | Set WARNS=1. | David Schultz | 2008-07-31 | 1 | -0/+1 |
| * | The high part of the mantissa is 64 bits on sparc64. | David Schultz | 2008-07-31 | 2 | -2/+2 |
| * | As in other parts of libm, mark a few constants as volatile to prevent | David Schultz | 2008-07-31 | 6 | -12/+20 |
| * | Cleanup for WARNS 3. | Marcel Moolenaar | 2008-07-31 | 9 | -16/+23 |
| * | Cleanup for WARNS 2. | Marcel Moolenaar | 2008-07-31 | 4 | -4/+3 |
| * | Change the type of psaddr_t from void* to uintptr_t. A pointer | Marcel Moolenaar | 2008-07-30 | 5 | -27/+25 |
| * | Convert popen()'s `pidlist' to a SLIST, for consistency. | Ed Schouten | 2008-07-29 | 1 | -11/+13 |
| * | Fix a few bugs with the _gettemp() routine which implements mkstemp(), | John Baldwin | 2008-07-28 | 1 | -11/+26 |
| * | Fix the email address formats in some posix_spawn(3) manpages. | Ed Schouten | 2008-07-28 | 2 | -2/+2 |
| * | Add manual pages for posix_spawn() functions. | David Xu | 2008-07-28 | 11 | -1/+1483 |
| * | Add support for a new login capability, cpumask which allows login | Brooks Davis | 2008-07-25 | 4 | -1/+132 |
| * | Per rwatson's request: | Andrey A. Chernov | 2008-07-25 | 1 | -29/+17 |
| * | Fix cut-n-paste-o | Julian Elischer | 2008-07-25 | 1 | -1/+1 |
| * | First cut at doing the kvm file needed for mips. | Warner Losh | 2008-07-23 | 1 | -0/+90 |
| * | Fixes based on bde's feedback. | Andrey A. Chernov | 2008-07-22 | 1 | -9/+9 |
| * | Change /dev/urandom to /dev/random since urandom marked as | Andrey A. Chernov | 2008-07-22 | 1 | -1/+1 |
| * | Use arc4random_uniform(3) since modulo size is not power of 2 | Andrey A. Chernov | 2008-07-22 | 1 | -1/+1 |
| * | In arc4random_uniform() detect simple "power of two" case and | Andrey A. Chernov | 2008-07-22 | 1 | -1/+5 |
| * | Add arc4random_uniform() function (to avoid "modulo bias") | Andrey A. Chernov | 2008-07-22 | 4 | -1/+58 |
| * | Increase initially dropped bytes from 512 to 768 (768 is also | Andrey A. Chernov | 2008-07-22 | 1 | -3/+3 |
| * | Add feature_present(3) to the FBSD 1.1 symbol map. | John Baldwin | 2008-07-21 | 1 | -0/+1 |
| * | 1) Use __packed attr on rdat structure to make it exact 128 bytes. | Andrey A. Chernov | 2008-07-21 | 1 | -10/+17 |
| * | 1) Update copyright notice. | Andrey A. Chernov | 2008-07-21 | 1 | -43/+53 |
| * | Add arc4random_buf to FBSD_1.1 space | Andrey A. Chernov | 2008-07-21 | 1 | -0/+1 |
| * | Add arc4random_buf.3 to MLINKS | Andrey A. Chernov | 2008-07-21 | 1 | -1/+2 |
| * | Implement arc4random_buf() function | Andrey A. Chernov | 2008-07-21 | 2 | -4/+28 |
| * | Decrease arc4_count only when needed and with proper bytes amount. | Andrey A. Chernov | 2008-07-21 | 1 | -1/+2 |
| * | 1) Set stired flag after forced initialization. | Andrey A. Chernov | 2008-07-21 | 1 | -1/+2 |
| * | Enhance arena_chunk_map_t to directly support run coalescing, and use | Jason Evans | 2008-07-18 | 1 | -392/+336 |
| * | Sort the .PATH entries to give a more reasonable order of precedence: | David Schultz | 2008-07-18 | 1 | -4/+5 |
| * | Make it more clear what it means that SA_RESTART is set for signal | Simon L. B. Nielsen | 2008-07-17 | 1 | -3/+5 |
| * | Update the definition of modspecific structure | Daniel Gerzo | 2008-07-15 | 1 | -3/+3 |
| * | The libc acl_valid(3) function validates the contents of a POSIX.1e ACL. | Robert Watson | 2008-07-13 | 1 | -8/+2 |
| * | Update the ktr_header structure, which changed over time. | Remko Lodder | 2008-07-13 | 1 | -4/+4 |
| * | Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to put | Brooks Davis | 2008-07-11 | 1 | -5/+5 |
| * | Garbage collect a variable which is assigned a value once but otherwise | Colin Percival | 2008-07-10 | 1 | -2/+0 |
| * | - Simplify the procedure of retrieving XML-data from the kernel. | Ulf Lilleengen | 2008-07-08 | 3 | -26/+65 |
| * | Add #include <inttypes.h> for the strtoimax(). | Konstantin Belousov | 2008-07-07 | 1 | -0/+1 |
| * | - This code was intially obtained from NetBSD, but it's missing licence | Daniel Gerzo | 2008-07-06 | 1 | -1/+29 |
| * | - Add description about a missing return value | Daniel Gerzo | 2008-07-06 | 1 | -2/+6 |
| * | - remove superfluous word | Daniel Gerzo | 2008-07-06 | 1 | -3/+3 |
| * | libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5. | Tim Kientzle | 2008-07-05 | 1 | -2/+2 |
| * | Remove a couple of capability definitions that are never used. | Tim Kientzle | 2008-07-05 | 1 | -2/+0 |
| * | When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), always | Tim Kientzle | 2008-07-05 | 1 | -5/+9 |
| * | Don't use the deprecated linux/ext2_fs.h include file. | Tim Kientzle | 2008-07-05 | 1 | -3/+0 |
| * | Add $FreeBSD$ to the uuencoded test files that didn't have them already. | Peter Wemm | 2008-07-03 | 9 | -0/+9 |