aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* To avoid possible race condition, SIGCANCEL is always sent except theDavid Xu2010-09-081-1/+1
* Add ECONNRESET to list of possible errors in connect(2).Glen Barber2010-09-061-1/+3
* Fix off-by-one error in function _thr_sigact_unload, also disable theDavid Xu2010-09-061-3/+5
* libedit: Try to map <Delete> to ed-delete-next-char.Jilles Tjoelker2010-09-052-2/+10
* Fix invalid class removal when IAF is not the last class.Fabien Thomas2010-09-051-4/+4
* libedit: Do not move the cursor for ed-delete-next-char in emacs mode.Jilles Tjoelker2010-09-031-7/+4
* Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.Rick Macklem2010-09-021-2/+742
* Remove incorrect comments, also make sure signal isDavid Xu2010-09-011-5/+4
* In function __pthread_cxa_finalize(), also make code for removingDavid Xu2010-09-011-1/+8
* pthread_atfork should acquire writer lock and protect the codeDavid Xu2010-09-011-1/+3
* Change atfork lock from mutex to rwlock, also make mutexes used by malloc()David Xu2010-09-016-28/+60
* Add signal handler wrapper, the reason to add it becauses there areDavid Xu2010-09-0114-273/+591
* Whitespace and comment fixes.Jamie Gritton2010-08-311-4/+2
* Don't over-allocate array values in jailparam_export.Jamie Gritton2010-08-311-6/+9
* Make it clear in the example that jailparam_export's return valueJamie Gritton2010-08-311-1/+3
* Use NULL instead of 0 for pointer in example.Konstantin Belousov2010-08-291-1/+1
* Add the MAP_PREFAULT_READ option to mmap(2).Alan Cox2010-08-281-1/+14
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-288-11/+11
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-284-88/+16
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.Konstantin Belousov2010-08-271-1/+1
* Unregister thread specific data destructor when a corresponding dsoDavid Xu2010-08-273-0/+23
* clear lock to zero state if it is destroyed.David Xu2010-08-271-0/+3
* eliminate unused code.David Xu2010-08-262-17/+0
* Decrease rdlock count only when thread unlocked a reader lock.David Xu2010-08-261-1/+1
* Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a sideNathan Whitehorn2010-08-251-4/+5
* Fix an accidental sed...Warner Losh2010-08-241-2/+2
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-249-32/+35
* Unify 32-bit and 64-bit PowerPC libthr support. This reduces codeNathan Whitehorn2010-08-246-147/+16
* Change the logic here to match Makefile.inc1. Having it in two placesWarner Losh2010-08-241-1/+3
* Remove extra FreeBSD tag.Konstantin Belousov2010-08-241-1/+0
* Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition intoKonstantin Belousov2010-08-243-4/+22
* Remove unused source.Konstantin Belousov2010-08-241-57/+0
* The __hidden definition is provided by sys/cdefs.h.Konstantin Belousov2010-08-241-4/+0
* Add wrapper for setcontext() and swapcontext(), the wrappersDavid Xu2010-08-243-14/+55
* MFtbemd:Warner Losh2010-08-2317-56/+63
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-238-4/+97
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichKonstantin Belousov2010-08-232-0/+9
* Style.Konstantin Belousov2010-08-232-3/+3
* UTFize my name.Dag-Erling Smørgrav2010-08-221-1/+1
* Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo2010-08-211-1/+0
* Modify clang so that when TOOLS_PREFIX is defined we register theRui Paulo2010-08-211-0/+4
* Install a PIC libelf. This will be needed by the DTrace runtimeRui Paulo2010-08-211-0/+1
* Reduce redundant code.David Xu2010-08-201-76/+21
* In current implementation, thread cancellation is done in signal handler,David Xu2010-08-206-99/+284
* According to specification, function fcntl() is a cancellation point onlyDavid Xu2010-08-201-4/+11
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,Konstantin Belousov2010-08-1710-22/+217
* Tweak code a bit to be POSIX compatible, when a cancellation requestDavid Xu2010-08-171-0/+2
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-1631-36/+37
* In setusercontext(), do not apply user settings unless running as theDag-Erling Smørgrav2010-08-161-1/+1
* Old patch I had lying around: clean up and use stpcpy(3) instead ofDag-Erling Smørgrav2010-08-161-27/+34