summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Restored from previous backing out (because that is OpenBSD way, soache2008-08-031-12/+16
* Fix some style bogosity from fdlibm.das2008-08-032-12/+12
* Minor improvements:das2008-08-033-20/+20
* A few minor corrections, including some from bde:das2008-08-023-17/+16
* remove whitespace bug (8 spaces into one tab)remko2008-08-021-1/+1
* Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, anddas2008-08-022-37/+99
* On i386, gcc truncates long double constants to double precisiondas2008-08-024-8/+127
* Detect if the application has cleared the environ variable by settingscf2008-08-021-7/+12
* Fix some problems with asinf(), acosf(), atanf(), and atan2f():das2008-08-014-71/+42
* In function pthread_condattr_getpshared, store result correctly.davidxu2008-08-011-1/+1
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-3120-69/+900
* Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} tomarcel2008-07-312-0/+179
* Set WARNS=1.das2008-07-311-0/+1
* The high part of the mantissa is 64 bits on sparc64.das2008-07-312-2/+2
* As in other parts of libm, mark a few constants as volatile to preventdas2008-07-316-12/+20
* Cleanup for WARNS 3.marcel2008-07-319-16/+23
* Cleanup for WARNS 2.marcel2008-07-314-4/+3
* Change the type of psaddr_t from void* to uintptr_t. A pointermarcel2008-07-305-27/+25
* Convert popen()'s `pidlist' to a SLIST, for consistency.ed2008-07-291-11/+13
* Fix a few bugs with the _gettemp() routine which implements mkstemp(),jhb2008-07-281-11/+26
* Fix the email address formats in some posix_spawn(3) manpages.ed2008-07-282-2/+2
* Add manual pages for posix_spawn() functions.davidxu2008-07-2811-1/+1483
* Add support for a new login capability, cpumask which allows loginbrooks2008-07-254-1/+132
* Per rwatson's request:ache2008-07-251-29/+17
* Fix cut-n-paste-ojulian2008-07-251-1/+1
* First cut at doing the kvm file needed for mips.imp2008-07-231-0/+90
* Fixes based on bde's feedback.ache2008-07-221-9/+9
* Change /dev/urandom to /dev/random since urandom marked asache2008-07-221-1/+1
* Use arc4random_uniform(3) since modulo size is not power of 2ache2008-07-221-1/+1
* In arc4random_uniform() detect simple "power of two" case andache2008-07-221-1/+5
* Add arc4random_uniform() function (to avoid "modulo bias")ache2008-07-224-1/+58
* Increase initially dropped bytes from 512 to 768 (768 is alsoache2008-07-221-3/+3
* Add feature_present(3) to the FBSD 1.1 symbol map.jhb2008-07-211-0/+1
* 1) Use __packed attr on rdat structure to make it exact 128 bytes.ache2008-07-211-10/+17
* 1) Update copyright notice.ache2008-07-211-43/+53
* Add arc4random_buf to FBSD_1.1 spaceache2008-07-211-0/+1
* Add arc4random_buf.3 to MLINKSache2008-07-211-1/+2
* Implement arc4random_buf() functionache2008-07-212-4/+28
* Decrease arc4_count only when needed and with proper bytes amount.ache2008-07-211-1/+2
* 1) Set stired flag after forced initialization.ache2008-07-211-1/+2
* Enhance arena_chunk_map_t to directly support run coalescing, and usejasone2008-07-181-394/+338
* Sort the .PATH entries to give a more reasonable order of precedence:das2008-07-181-4/+5
* Make it more clear what it means that SA_RESTART is set for signalsimon2008-07-171-3/+5
* Update the definition of modspecific structuredanger2008-07-151-3/+3
* The libc acl_valid(3) function validates the contents of a POSIX.1e ACL.rwatson2008-07-131-8/+2
* Update the ktr_header structure, which changed over time.remko2008-07-131-4/+4
* Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to putbrooks2008-07-111-5/+5
* Garbage collect a variable which is assigned a value once but otherwisecperciva2008-07-101-2/+0
* - Simplify the procedure of retrieving XML-data from the kernel.lulf2008-07-083-26/+65
* Add #include <inttypes.h> for the strtoimax().kib2008-07-071-0/+1
OpenPOWER on IntegriCloud