summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Complete revert of r239963:pfg2012-09-278-41/+19
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.jilles2012-09-273-16/+3
* Initialize the num variable to avoid uninitialized data.kevlo2012-09-271-2/+2
* Revert r240850 and remove redundant NULL check before free(3).kevlo2012-09-241-8/+4
* Partial revert of r239963:pfg2012-09-241-4/+0
* * ld80/s_expl.c:kargl2012-09-232-9/+6
* Fix whitespace issue.kargl2012-09-231-1/+1
* * ld80/s_expl.c:kargl2012-09-232-13/+17
* * Update the lookup table to use 53-bit high and low values.kargl2012-09-231-131/+134
* Avoid NULL dereferencekevlo2012-09-231-2/+4
* * Use ENTERI() and RETURNI() to toggle the rounding precision ifkargl2012-09-223-6/+21
* * Make STRICT_ALIGN() work for doubles as well as for floats. Thiskargl2012-09-221-2/+2
* Make nfs_readdir() more careful about using response data, cached in globalmav2012-09-211-20/+24
* Don't use global nfs_root_node variable as per-file storage. There aremav2012-09-211-51/+35
* Restore handling of the third argument (id) of hid_start_parse(), same asmav2012-09-203-9/+23
* Remove the restrict qualifier to match function prototype.kevlo2012-09-201-1/+1
* strsignal(): Reindent.jilles2012-09-191-21/+21
* strsignal(): Do not append signal numbers to messages for known signals.jilles2012-09-191-1/+1
* Optimise i387 trigonometric functions. Replace "andw 0x400,%ax \ jnz" withtijl2012-09-163-16/+16
* Correct double "the the"eadler2012-09-141-1/+1
* Bump date missed in r202756eadler2012-09-141-1/+1
* Use libmd if and only if OpenSSL is not available.des2012-09-142-2/+10
* Adding missing return statements during error conditions.eadler2012-09-141-2/+8
* According to a clarification at http://austingroupbugs.net/view.php?id=503emaste2012-09-122-4/+3
* Avoid mapping ENOENT to ENOTDIR for non-existent path components.emaste2012-09-121-2/+0
* Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3)bapt2012-09-121-1/+1
* Describe in detail required conditions for receiving the SCM_CREDSglebius2012-09-121-4/+18
* r235638 is not the clean way to add support for building on ancient FreeBSDobrien2012-09-112-5/+3
* Minor mdoc fix.joel2012-09-111-5/+5
* Add the same warning to rand48(3) as to rand(3) and random(3).des2012-09-112-5/+10
* If the IdlePDPT is not present, PAE is not activekevlo2012-09-101-1/+0
* When calling the C++ demangler, make sure to free the returned buffer,rpaulo2012-09-071-6/+24
* libc/amd64: Do not export .cerror.jilles2012-09-0612-88/+9
* Avoid segfault if name is invalid. Basically, onlytrhodes2012-09-061-2/+5
* Remove trailing whitespace.joel2012-09-061-53/+53
* Minor mdoc fix.joel2012-09-061-1/+0
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-064-52/+1017
* Add support for demangling C++ symbols. This requires linking libproc withrpaulo2012-09-062-2/+22
* Fix test cases to work with the latest version of the API.rpaulo2012-09-062-3/+4
* libc/i386: Do not export .cerror.jilles2012-09-0511-41/+19
* When WIFCONTINUED was added, the number of "first" macros grew fromjhb2012-09-051-1/+1
* Bump dates.des2012-09-042-2/+2
* Add a prominent warning about these functions' unsuitability fordes2012-09-042-13/+17
* Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly.trociny2012-09-041-0/+2
* Make sure we visit both symbol sections even if one of them doesn'trpaulo2012-09-021-24/+21
* Rework all non-contributed files that use `struct timezone'.ed2012-09-012-2/+2
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-019-19/+45
* Teach libdwarf about the DW_FORM_flag_present dwarf attribute, sodim2012-08-294-0/+9
* In suspend_common(), don't wait for a thread which is in creation, becausedavidxu2012-08-275-4/+64
* Add libcxxrt's objects (prefixing them with cxxrt_ to avoid collisions)dim2012-08-251-1/+18
OpenPOWER on IntegriCloud