summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Add wrapper for setcontext() and swapcontext(), the wrappersdavidxu2010-08-243-14/+55
* | | MFtbemd:imp2010-08-2317-56/+63
* | | On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-238-4/+97
* | | Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-232-0/+9
* | | Style.kib2010-08-232-3/+3
* | | UTFize my name.des2010-08-221-1/+1
* | | Don't link drti.o with libelf_pic.a. This means that all software withrpaulo2010-08-211-1/+0
* | | Modify clang so that when TOOLS_PREFIX is defined we register therpaulo2010-08-211-0/+4
* | | Install a PIC libelf. This will be needed by the DTrace runtimerpaulo2010-08-211-0/+1
* | | Reduce redundant code.davidxu2010-08-201-76/+21
* | | In current implementation, thread cancellation is done in signal handler,davidxu2010-08-206-99/+284
* | | According to specification, function fcntl() is a cancellation point onlydavidxu2010-08-201-4/+11
* | | Use aux vector to get values for SSP canary, pagesize, pagesizes array,kib2010-08-1710-22/+217
* | | Tweak code a bit to be POSIX compatible, when a cancellation requestdavidxu2010-08-171-0/+2
* | | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-1631-36/+37
* | | In setusercontext(), do not apply user settings unless running as thedes2010-08-161-1/+1
* | | Old patch I had lying around: clean up and use stpcpy(3) instead ofdes2010-08-161-27/+34
* | | Further simplify the code, and update the manpage.des2010-08-152-26/+27
* | | Correct the return code from _dns_gethostby*() to correspondume2010-08-151-4/+20
* | | no-op commit to note that the example given in the previous commit isdes2010-08-151-1/+1
* | | Fix the overflow test. It is possible for the result of andes2010-08-151-1/+1
* | | Simplify expand_number() by combining the (unrolled) loop with thedes2010-08-142-27/+27
* | | - When there is no room for returning the result, nss backendume2010-08-1311-49/+109
* | | Fix buildworld -DNO_CLEAN when using with Perforce, which marks files aswill2010-08-121-1/+1
* | | Add translation support for section type SHT_SUNW_dof.kaiw2010-08-111-0/+2
* | | Several fixes for libproc:rpaulo2010-08-115-9/+25
* | | Small style(9) fix: use tabs instead of spaces.ed2010-08-081-8/+8
* | | Remove unneeded functions from libcompat.ed2010-08-068-439/+4
* | | Fix typos and spelling mistakes.joel2010-08-0613-17/+17
* | | Comment out IEEE Std 1003.1-2001 conformance proclaimed too early,ache2010-08-051-5/+5
* | | Fix typo.joel2010-08-031-1/+1
* | | Spelling fixes.joel2010-08-0313-19/+19
* | | Spelling fixes.joel2010-08-027-9/+9
* | | mdoc policing: use consistent section ordering, fix quotes and trailinguqs2010-08-021-15/+15
* | | mdoc: remove unbalanced quotesuqs2010-08-022-6/+6
* | | mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-024-4/+4
* | | Disable all warnings when building gdtoa. This allows building libc withrpaulo2010-08-011-1/+1
* | | Use CFLAGS and LDFLAGS when compiling mkmagic. This ensures that all therpaulo2010-08-011-2/+1
* | | Revert SHLIB_MAJOR to 2.rpaulo2010-07-311-1/+1
OpenPOWER on IntegriCloud