| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update the definition of modspecific structure | danger | 2008-07-15 | 1 | -3/+3 |
* | The libc acl_valid(3) function validates the contents of a POSIX.1e ACL. | rwatson | 2008-07-13 | 1 | -8/+2 |
* | Update the ktr_header structure, which changed over time. | remko | 2008-07-13 | 1 | -4/+4 |
* | Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to put | brooks | 2008-07-11 | 1 | -5/+5 |
* | Garbage collect a variable which is assigned a value once but otherwise | cperciva | 2008-07-10 | 1 | -2/+0 |
* | - Simplify the procedure of retrieving XML-data from the kernel. | lulf | 2008-07-08 | 3 | -26/+65 |
* | Add #include <inttypes.h> for the strtoimax(). | kib | 2008-07-07 | 1 | -0/+1 |
* | - This code was intially obtained from NetBSD, but it's missing licence | danger | 2008-07-06 | 1 | -1/+29 |
* | - Add description about a missing return value | danger | 2008-07-06 | 1 | -2/+6 |
* | - remove superfluous word | danger | 2008-07-06 | 1 | -3/+3 |
* | libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5. | kientzle | 2008-07-05 | 1 | -2/+2 |
* | Remove a couple of capability definitions that are never used. | kientzle | 2008-07-05 | 1 | -2/+0 |
* | When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), always | kientzle | 2008-07-05 | 1 | -5/+9 |
* | Don't use the deprecated linux/ext2_fs.h include file. | kientzle | 2008-07-05 | 1 | -3/+0 |
* | Add $FreeBSD$ to the uuencoded test files that didn't have them already. | peter | 2008-07-03 | 9 | -0/+9 |
* | - AI_ALL and AI_V4MAPPED flags are currently not supported | danger | 2008-07-01 | 1 | -1/+18 |
* | Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doing | jhb | 2008-07-01 | 4 | -3/+201 |