aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When calling the C++ demangler, make sure to free the returned buffer,Rui Paulo2012-09-071-6/+24
* libc/amd64: Do not export .cerror.Jilles Tjoelker2012-09-0612-88/+9
* Avoid segfault if name is invalid. Basically, onlyTom Rhodes2012-09-061-2/+5
* Remove trailing whitespace.Joel Dahl2012-09-061-53/+53
* Minor mdoc fix.Joel Dahl2012-09-061-1/+0
* Add Intel Ivy Bridge support to hwpmc(9).Fabien Thomas2012-09-064-52/+1017
* Add support for demangling C++ symbols. This requires linking libproc withRui Paulo2012-09-062-2/+22
* Fix test cases to work with the latest version of the API.Rui Paulo2012-09-062-3/+4
* libc/i386: Do not export .cerror.Jilles Tjoelker2012-09-0511-41/+19
* When WIFCONTINUED was added, the number of "first" macros grew fromJohn Baldwin2012-09-051-1/+1
* Bump dates.Dag-Erling Smørgrav2012-09-042-2/+2
* Add a prominent warning about these functions' unsuitability forDag-Erling Smørgrav2012-09-042-13/+17
* Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly.Mikolaj Golub2012-09-041-0/+2
* Make sure we visit both symbol sections even if one of them doesn'tRui Paulo2012-09-021-24/+21
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-012-2/+2
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-019-19/+45
* Teach libdwarf about the DW_FORM_flag_present dwarf attribute, soDimitry Andric2012-08-294-0/+9
* In suspend_common(), don't wait for a thread which is in creation, becauseDavid Xu2012-08-275-4/+64
* Add libcxxrt's objects (prefixing them with cxxrt_ to avoid collisions)Dimitry Andric2012-08-251-1/+18
* Sprinkle a bit of style.Makefile(5) across various clang Makefiles. NoDimitry Andric2012-08-232-14/+14
* Eliminate redundant code, _thr_spinlock_init() has already been calledDavid Xu2012-08-231-3/+0
* Add missing .Pp macro.Niclas Zeising2012-08-211-0/+1
* Remove trailing whitespace.Joel Dahl2012-08-211-1/+1
* Add manual pages for clock_getcpuclockid and pthread_getcpuclockid.David Xu2012-08-212-1/+96
* Fix prototype. Also the function should return error code instead ofDavid Xu2012-08-211-2/+4
* Add three additional clang intrinsics headers, which I missed in theDimitry Andric2012-08-201-1/+4
*-. Upgrade our copy of llvm/clang to trunk r162107. With thanks toDimitry Andric2012-08-2039-34/+116
|\ \
| | * Vendor import of clang trunk r161861:vendor/clang/clang-trunk-r161861Dimitry Andric2012-08-15353-18662/+38404
| * | Vendor import of llvm trunk r162107:vendor/llvm/llvm-trunk-r162107Dimitry Andric2012-08-1936-678/+1527
| * | Vendor import of llvm trunk r161861:vendor/llvm/llvm-trunk-r161861Dimitry Andric2012-08-15801-31591/+68358
* | | Correct a regression introduced during the import of file(1) 5.11.Stephen McKay2012-08-171-1/+1
* | | Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-176-6/+47
* | | Make 'junk' volatile so that compilers won't be tempted to optimizeKevin Lo2012-08-171-1/+1
* | | Merging of projects/armv6, part 2Oleksandr Tymoshenko2012-08-152-0/+10
* | | Merging of projects/armv6, part 2Oleksandr Tymoshenko2012-08-151-1/+13
* | | Add support for streams to LibUSB v2.0.Hans Petter Selasky2012-08-135-14/+43
* | | Do defered mutex wakeup once.David Xu2012-08-121-0/+1
* | | MFp4:David Xu2012-08-115-24/+38
* | | Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(),Dimitry Andric2012-08-112-2/+2
* | | Rename aux.c to auxv.c.Ed Schouten2012-08-112-1/+1
* | | Change a few extern inline functions in libm to static inline, sinceDimitry Andric2012-08-116-28/+23
* | | nftw(): POSIX says directories causing loops should be silently skipped.Jilles Tjoelker2012-08-091-3/+2
* | | Refresh with OpenBSD RCS ID changes to reflect that we now have essentionallyXin LI2012-08-091-7/+1
* | | ftw(): Do not check the maxfds argument against OPEN_MAX.Jilles Tjoelker2012-08-091-2/+1
* | | nftw(): Do not check the maxfds argument against OPEN_MAX.Jilles Tjoelker2012-08-091-2/+1
* | | Fix an instance in pam_krb5(8), where the variable 'user' could be usedDimitry Andric2012-08-061-2/+2
* | | Fix two instances in pam_krb5(8), where the variable 'princ_name' couldDimitry Andric2012-08-061-4/+4
* | | Add an option for pam_krb5 to allow it to authenticate users which don't haveDoug Rabson2012-08-051-4/+7
* | | Use calloc().Xin LI2012-08-011-2/+1
* | | ieeefp.h is only needed on i386 class hardware.Steve Kargl2012-07-301-0/+2