summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sprinkle a bit of style.Makefile(5) across various clang Makefiles. Nodim2012-08-232-14/+14
* Eliminate redundant code, _thr_spinlock_init() has already been calleddavidxu2012-08-231-3/+0
* Add missing .Pp macro.zeising2012-08-211-0/+1
* Remove trailing whitespace.joel2012-08-211-1/+1
* Add manual pages for clock_getcpuclockid and pthread_getcpuclockid.davidxu2012-08-212-1/+96
* Fix prototype. Also the function should return error code instead ofdavidxu2012-08-211-2/+4
* Add three additional clang intrinsics headers, which I missed in thedim2012-08-201-1/+4
*---. Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-2039-34/+116
|\ \ \
| | | * Vendor import of clang trunk r161861:dim2012-08-15353-18662/+38404
| | | * Vendor import of clang release_31 r156863 (the actual 3.1 release):dim2012-05-231-1/+1
| | | * Vendor import of clang release_31 final r156748:dim2012-05-2215-298/+102
| | * | Vendor import of llvm trunk r162107:dim2012-08-1936-678/+1527
| |/ /
| * | Vendor import of llvm trunk r161861:dim2012-08-15801-31591/+68358
| * | Vendor import of llvm release_31 r156863 (the actual 3.1 release):dim2012-05-232-2/+2
| * | Vendor import of llvm release_31 final r156748:dim2012-05-221-28/+58
* | | Correct a regression introduced during the import of file(1) 5.11.mckay2012-08-171-1/+1
* | | Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-176-6/+47
* | | Make 'junk' volatile so that compilers won't be tempted to optimizekevlo2012-08-171-1/+1
OpenPOWER on IntegriCloud