summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't compare thread pointers again.davidxu2010-09-131-3/+3
* Fix copy&paste problem.davidxu2010-09-131-2/+2
* Update symbol.davidxu2010-09-131-1/+1
* PS_DEAD state needs not be checked because _thr_find_thread() has alreadydavidxu2010-09-131-4/+0
* Convert thread list lock from mutex to rwlock.davidxu2010-09-1315-129/+153
* This is exactly the same as the .else, so remove it.imp2010-09-131-2/+0
* MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe.imp2010-09-131-2/+2
* Include FreeBSD svn tagimp2010-09-131-0/+2
* Merge from tbemd, with a small amount of rework:imp2010-09-139-16/+11
* Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andgjb2010-09-122-2/+2
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-114-7/+7
* Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.gjb2010-09-101-2/+2
* Add EINVAL to list of possible return values for cpuset_getaffinity(2).gjb2010-09-101-0/+6
* Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-105-7/+59
* Arrgh, tested wrong source tree _again_. Fix previous commit. Also,trasz2010-09-091-1/+1
* Add minor optimization. It's less strict than its kernel counterparttrasz2010-09-091-0/+9
* libelf is overly strict about the type and alignment of Elf_Datakaiw2010-09-091-11/+6
* To avoid possible race condition, SIGCANCEL is always sent except thedavidxu2010-09-081-1/+1
* Add ECONNRESET to list of possible errors in connect(2).gjb2010-09-061-1/+3
* Fix off-by-one error in function _thr_sigact_unload, also disable thedavidxu2010-09-061-3/+5
* libedit: Try to map <Delete> to ed-delete-next-char.jilles2010-09-052-2/+10
* Fix invalid class removal when IAF is not the last class.fabient2010-09-051-4/+4
* libedit: Do not move the cursor for ed-delete-next-char in emacs mode.jilles2010-09-031-7/+4
* Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.rmacklem2010-09-021-2/+742
* Remove incorrect comments, also make sure signal isdavidxu2010-09-011-5/+4
* In function __pthread_cxa_finalize(), also make code for removingdavidxu2010-09-011-1/+8
* pthread_atfork should acquire writer lock and protect the codedavidxu2010-09-011-1/+3
* Change atfork lock from mutex to rwlock, also make mutexes used by malloc()davidxu2010-09-016-28/+60
* Add signal handler wrapper, the reason to add it becauses there aredavidxu2010-09-0114-273/+591
* Whitespace and comment fixes.jamie2010-08-311-4/+2
* Don't over-allocate array values in jailparam_export.jamie2010-08-311-6/+9
* Make it clear in the example that jailparam_export's return valuejamie2010-08-311-1/+3
* Use NULL instead of 0 for pointer in example.kib2010-08-291-1/+1
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-281-1/+14
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-288-11/+11
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-284-88/+16
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.kib2010-08-271-1/+1
* Unregister thread specific data destructor when a corresponding dsodavidxu2010-08-273-0/+23
* clear lock to zero state if it is destroyed.davidxu2010-08-271-0/+3
* eliminate unused code.davidxu2010-08-262-17/+0
* Decrease rdlock count only when thread unlocked a reader lock.davidxu2010-08-261-1/+1
* Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a sidenwhitehorn2010-08-251-4/+5
* Fix an accidental sed...imp2010-08-241-2/+2
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-249-32/+35
* Unify 32-bit and 64-bit PowerPC libthr support. This reduces codenwhitehorn2010-08-246-147/+16
* Change the logic here to match Makefile.inc1. Having it in two placesimp2010-08-241-1/+3
* Remove extra FreeBSD tag.kib2010-08-241-1/+0
* Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition intokib2010-08-243-4/+22
* Remove unused source.kib2010-08-241-57/+0
* The __hidden definition is provided by sys/cdefs.h.kib2010-08-241-4/+0
OpenPOWER on IntegriCloud