summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert SHLIB_MAJOR to 2.rpaulo2010-07-311-1/+1
* Build librtld_db.rpaulo2010-07-311-0/+2
* Bump the shared library major version due to ABI conflicts.rpaulo2010-07-311-1/+1
* New version of libproc. Changes are:rpaulo2010-07-3116-76/+1316
* Simplify the Makefile. The i386 and amd64 sections are equal.rpaulo2010-07-311-10/+1
* libproc is going to be i386/amd64 only with the next update.rpaulo2010-07-311-1/+3
* Import the librtld_db library. This is needed by userland DTrace.rpaulo2010-07-314-0/+581
* Fix a couple of typos.uqs2010-07-301-1/+1
* Redo fetch_read() using non-blocking sockets. This is necessary todes2010-07-281-20/+89
* Fix a couple of embarrassing mistakes in the previous commit.des2010-07-281-2/+2
* Protect GNUHASH translation functions with #ifdef; unbreak crosskaiw2010-07-281-0/+4
* Update mlockall(2) to mention that it's superuser-only syscall, justtrasz2010-07-272-4/+7
* Apply a small grammar fix to {toupper,tolower}(3).bcr2010-07-252-4/+4
* Build clang libraries by default with -fno-exceptions and withrpaulo2010-07-224-0/+14
* Verify return value of the sigset manipulation functionskib2010-07-221-22/+14
* * Remove a superfluous error description.kaiw2010-07-211-7/+5
* Add a cross-reference to `elf_rawfile(3)`.kaiw2010-07-211-2/+3
* * Note that ar(1) archives may also be opened using `elf_memory(3)`.kaiw2010-07-212-6/+10
* Remove a redundant word.kaiw2010-07-211-2/+2
* Move helper functions `_libelf_ar_get_{name,number,string}()` andkaiw2010-07-214-212/+258
* Fix a memory leak.kaiw2010-07-211-2/+4
* * Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` inkaiw2010-07-2112-26/+336
* Avoid switching between "unsigned char" and "char" in the C codekaiw2010-07-211-22/+22
* Add support for translating sections of type ELF_T_GNUHASH.kaiw2010-07-212-2/+208
* - Document that the *fsize() functions return a size of 1 for Elfkaiw2010-07-214-12/+10
* Perform additional checks when translating between file and memorykaiw2010-07-217-65/+114
* Reduce verbosity.kaiw2010-07-211-2/+2
* - Return zero for file sizes of ELF types that have a variable size.kaiw2010-07-211-6/+9
* Note that the *_fsize() functions are only defined for ELF types thatkaiw2010-07-211-0/+7
* Changes for supporting GNU Hash sections.kaiw2010-07-213-2/+14
* Add a new ELF type denoting GNU style hash tables.kaiw2010-07-211-0/+1
* Allow an application that updates only the ELF Ehdr to work.kaiw2010-07-213-7/+8
* Use <unistd.h> to declare the prototype for ftruncate().kaiw2010-07-211-0/+1
* Bug fix: permit the creation of zero-sized sections.kaiw2010-07-211-5/+7
* Improve compatibility with other implementations of the ELF(3) API:kaiw2010-07-211-2/+2
* Bug fix: when updating headers using the gelf_update_*() functions,kaiw2010-07-213-6/+6
* - Correctly handle sections of type SHT_NOBITS. For these sections:kaiw2010-07-212-19/+52
* Also link getutxent.3 to utmpx.3.ed2010-07-211-1/+1
* Remove a superfluous comment.kaiw2010-07-211-1/+0
*-. Upgrade our Clang in base to r108428.ed2010-07-2055-408/+973
|\ \
| | * Update clang to r108428.rdivacky2010-07-1550-390/+1298
| | * Update clang to r108243.rdivacky2010-07-13249-12097/+30710
| | * Update clang to r104832.rdivacky2010-05-27170-5423/+11411
| | * Update clang to r103052.rdivacky2010-05-0415-55/+179
| | * Update clang to r103004.rdivacky2010-05-04186-9130/+18136
| | * Update clang to r100520.rdivacky2010-04-0632-251/+442
| | * Update clang to r100285.rdivacky2010-04-0315-212/+289
| | * Update clang to r100181.rdivacky2010-04-02163-5603/+7485
| | * Update clang to r99115.rdivacky2010-03-2186-1471/+2755
| | * Update clang to r98631.rdivacky2010-03-1695-2740/+4099
OpenPOWER on IntegriCloud