summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterjasone2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyjasone2008-08-141-2/+2
* Import handy shorthand Bluetooth address (BD_ADDR) utility functionsemax2008-08-133-2/+67
* Change bpf(4) to use the cdevpriv API.ed2008-08-131-1/+1
* Change the type of ti_traceme from a char to an int as itsmarcel2008-08-131-1/+1
* Fix up test suite so it works again with the libarchive 1.x API.kientzle2008-08-115-2/+38
* Correct test_tar_large so it works correctly with the libarchive 1.x API.kientzle2008-08-101-1/+1
* Explain why two apparently-identical archive_read_data() callskientzle2008-08-101-0/+2
* MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writerskientzle2008-08-102-0/+6
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-081-1/+2
* Remove variables which are assigned values and never used thereafter.cperciva2008-08-081-5/+1
* Remove some unused variables.das2008-08-084-4/+1
* In the linedas2008-08-083-3/+3
* Implement cproj{,f,l}().das2008-08-076-7/+170
* Use cpack() and the gcc extension __imag__ to implement cimag() anddas2008-08-076-6/+18
* Fix ia64 build.dfr2008-08-061-3/+3
* Fix 64bt build.dfr2008-08-061-1/+3
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-0645-92/+4739
* Cleanup for WARNS 6.marcel2008-08-067-47/+50
* Add EPERM to the ERRORS section.trhodes2008-08-041-1/+3
* Initialize "nconv" to a reasonable value in all code paths. Prior tocperciva2008-08-041-1/+3
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Priorcperciva2008-08-041-0/+1
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-1/+1
* Restructure and use different variables in the tests that involvescf2008-08-031-13/+15
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.trhodes2008-08-031-1/+3
* 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
OpenPOWER on IntegriCloud