| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't over-allocate array values in jailparam_export. | jamie | 2010-08-31 | 1 | -6/+9 |
* | Make it clear in the example that jailparam_export's return value | jamie | 2010-08-31 | 1 | -1/+3 |
* | Use NULL instead of 0 for pointer in example. | kib | 2010-08-29 | 1 | -1/+1 |
* | Add the MAP_PREFAULT_READ option to mmap(2). | alc | 2010-08-28 | 1 | -1/+14 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 8 | -11/+11 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 4 | -88/+16 |
* | Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info. | kib | 2010-08-27 | 1 | -1/+1 |
* | Unregister thread specific data destructor when a corresponding dso | davidxu | 2010-08-27 | 3 | -0/+23 |
* | clear lock to zero state if it is destroyed. | davidxu | 2010-08-27 | 1 | -0/+3 |
* | eliminate unused code. | davidxu | 2010-08-26 | 2 | -17/+0 |
* | Decrease rdlock count only when thread unlocked a reader lock. | davidxu | 2010-08-26 | 1 | -1/+1 |
* | Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a side | nwhitehorn | 2010-08-25 | 1 | -4/+5 |
* | Fix an accidental sed... | imp | 2010-08-24 | 1 | -2/+2 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 9 | -32/+35 |
* | Unify 32-bit and 64-bit PowerPC libthr support. This reduces code | nwhitehorn | 2010-08-24 | 6 | -147/+16 |
* | Change the logic here to match Makefile.inc1. Having it in two places | imp | 2010-08-24 | 1 | -1/+3 |
* | Remove extra FreeBSD tag. | kib | 2010-08-24 | 1 | -1/+0 |
* | Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition into | kib | 2010-08-24 | 3 | -4/+22 |
* | Remove unused source. | kib | 2010-08-24 | 1 | -57/+0 |
* | The __hidden definition is provided by sys/cdefs.h. | kib | 2010-08-24 | 1 | -4/+0 |
* | Add wrapper for setcontext() and swapcontext(), the wrappers | davidxu | 2010-08-24 | 3 | -14/+55 |
* | MFtbemd: | imp | 2010-08-23 | 17 | -56/+63 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 8 | -4/+97 |
* | Introduce implementation-private rtld interface _rtld_addr_phdr, which | kib | 2010-08-23 | 2 | -0/+9 |
* | Style. | kib | 2010-08-23 | 2 | -3/+3 |
* | UTFize my name. | des | 2010-08-22 | 1 | -1/+1 |
* | Don't link drti.o with libelf_pic.a. This means that all software with | rpaulo | 2010-08-21 | 1 | -1/+0 |
* | Modify clang so that when TOOLS_PREFIX is defined we register the | rpaulo | 2010-08-21 | 1 | -0/+4 |
* | Install a PIC libelf. This will be needed by the DTrace runtime | rpaulo | 2010-08-21 | 1 | -0/+1 |
* | Reduce redundant code. | davidxu | 2010-08-20 | 1 | -76/+21 |
* | In current implementation, thread cancellation is done in signal handler, | davidxu | 2010-08-20 | 6 | -99/+284 |
* | According to specification, function fcntl() is a cancellation point only | davidxu | 2010-08-20 | 1 | -4/+11 |
* | Use aux vector to get values for SSP canary, pagesize, pagesizes array, | kib | 2010-08-17 | 10 | -22/+217 |
* | Tweak code a bit to be POSIX compatible, when a cancellation request | davidxu | 2010-08-17 | 1 | -0/+2 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 31 | -36/+37 |
* | In setusercontext(), do not apply user settings unless running as the | des | 2010-08-16 | 1 | -1/+1 |
* | Old patch I had lying around: clean up and use stpcpy(3) instead of | des | 2010-08-16 | 1 | -27/+34 |
* | Further simplify the code, and update the manpage. | des | 2010-08-15 | 2 | -26/+27 |
* | Correct the return code from _dns_gethostby*() to correspond | ume | 2010-08-15 | 1 | -4/+20 |
* | no-op commit to note that the example given in the previous commit is | des | 2010-08-15 | 1 | -1/+1 |
* | Fix the overflow test. It is possible for the result of an | des | 2010-08-15 | 1 | -1/+1 |
* | Simplify expand_number() by combining the (unrolled) loop with the | des | 2010-08-14 | 2 | -27/+27 |
* | - When there is no room for returning the result, nss backend | ume | 2010-08-13 | 11 | -49/+109 |
* | Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as | will | 2010-08-12 | 1 | -1/+1 |
* | Add translation support for section type SHT_SUNW_dof. | kaiw | 2010-08-11 | 1 | -0/+2 |
* | Several fixes for libproc: | rpaulo | 2010-08-11 | 5 | -9/+25 |
* | Small style(9) fix: use tabs instead of spaces. | ed | 2010-08-08 | 1 | -8/+8 |
* | Remove unneeded functions from libcompat. | ed | 2010-08-06 | 8 | -439/+4 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 13 | -17/+17 |
* | Comment out IEEE Std 1003.1-2001 conformance proclaimed too early, | ache | 2010-08-05 | 1 | -5/+5 |