| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix typo. | joel | 2010-08-03 | 1 | -1/+1 |
* | Spelling fixes. | joel | 2010-08-03 | 13 | -19/+19 |
* | Spelling fixes. | joel | 2010-08-02 | 7 | -9/+9 |
* | mdoc policing: use consistent section ordering, fix quotes and trailing | uqs | 2010-08-02 | 1 | -15/+15 |
* | mdoc: remove unbalanced quotes | uqs | 2010-08-02 | 2 | -6/+6 |
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 4 | -4/+4 |
* | Disable all warnings when building gdtoa. This allows building libc with | rpaulo | 2010-08-01 | 1 | -1/+1 |
* | Use CFLAGS and LDFLAGS when compiling mkmagic. This ensures that all the | rpaulo | 2010-08-01 | 1 | -2/+1 |
* | Revert SHLIB_MAJOR to 2. | rpaulo | 2010-07-31 | 1 | -1/+1 |
* | Build librtld_db. | rpaulo | 2010-07-31 | 1 | -0/+2 |
* | Bump the shared library major version due to ABI conflicts. | rpaulo | 2010-07-31 | 1 | -1/+1 |
* | New version of libproc. Changes are: | rpaulo | 2010-07-31 | 16 | -76/+1316 |
* | Simplify the Makefile. The i386 and amd64 sections are equal. | rpaulo | 2010-07-31 | 1 | -10/+1 |
* | libproc is going to be i386/amd64 only with the next update. | rpaulo | 2010-07-31 | 1 | -1/+3 |
* | Import the librtld_db library. This is needed by userland DTrace. | rpaulo | 2010-07-31 | 4 | -0/+581 |
* | Fix a couple of typos. | uqs | 2010-07-30 | 1 | -1/+1 |
* | Redo fetch_read() using non-blocking sockets. This is necessary to | des | 2010-07-28 | 1 | -20/+89 |
* | Fix a couple of embarrassing mistakes in the previous commit. | des | 2010-07-28 | 1 | -2/+2 |
* | Protect GNUHASH translation functions with #ifdef; unbreak cross | kaiw | 2010-07-28 | 1 | -0/+4 |
* | Update mlockall(2) to mention that it's superuser-only syscall, just | trasz | 2010-07-27 | 2 | -4/+7 |
* | Apply a small grammar fix to {toupper,tolower}(3). | bcr | 2010-07-25 | 2 | -4/+4 |
* | Build clang libraries by default with -fno-exceptions and with | rpaulo | 2010-07-22 | 4 | -0/+14 |
* | Verify return value of the sigset manipulation functions | kib | 2010-07-22 | 1 | -22/+14 |
* | * Remove a superfluous error description. | kaiw | 2010-07-21 | 1 | -7/+5 |
* | Add a cross-reference to `elf_rawfile(3)`. | kaiw | 2010-07-21 | 1 | -2/+3 |
* | * Note that ar(1) archives may also be opened using `elf_memory(3)`. | kaiw | 2010-07-21 | 2 | -6/+10 |
* | Remove a redundant word. | kaiw | 2010-07-21 | 1 | -2/+2 |
* | Move helper functions `_libelf_ar_get_{name,number,string}()` and | kaiw | 2010-07-21 | 4 | -212/+258 |