summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Note that ar(1) archives may also be opened using `elf_memory(3)`.kaiw2010-07-212-6/+10
* Since r186119 IP6 input counters for octets and packets were notbz2010-07-211-3/+47
* 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
* Use proper sysctl type (quad) for et_frequency. It fixes output on sparc64.mav2010-07-211-2/+2
* * 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
* Probabilly defaulting to KTR_GEN is not the right decision when KTR_MASKattilio2010-07-211-1/+1
* 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
* KTR_CTx are long time aliased by existing classes so they can't serveattilio2010-07-218-20/+7
* 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
* Redo the page table page allocation on MIPS, as suggested byjchandra2010-07-216-178/+202
* 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
* Chase LLVM version bump to 2.8.ed2010-07-211-6/+6
* Remove unused file. Replaced by tlb.c.jmallett2010-07-201-513/+0
* o) Add the "octusb" controller which supports the first port of the Octeonjmallett2010-07-207-0/+5142
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executivejmallett2010-07-20103-6654/+6956
* Staticify local variables.delphij2010-07-201-13/+11
*-. Upgrade our Clang in base to r108428.ed2010-07-201153-39682/+76398
|\ \
| | * Update clang to r108428.rdivacky2010-07-15111-505/+2066
| | * Update clang to r108243.rdivacky2010-07-13765-15222/+45860
| * | Update LLVM to r108428.rdivacky2010-07-15127-876/+2486
| * | Update LLVM to r108243.rdivacky2010-07-131051-27005/+47356
* | | Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-206-15/+17
* | | Week days are all lowercase in French.roberto2010-07-202-28/+28
* | | Fix expression style.ivoras2010-07-201-3/+2
* | | Store fsbase and gsbase in the right fields of the mcontext. They weretijl2010-07-202-8/+8
* | | Refactor Marvell ARM SoC timer driver to the new timer infrastructure.mav2010-07-202-42/+81
* | | Fix typo in comment.rpaulo2010-07-201-1/+1
* | | Extend timer driver API to report also minimal and maximal supported periodmav2010-07-207-17/+90
* | | Update manpage to reflect changes regarding the 6050's firmware.bschmidt2010-07-202-2/+6
* | | Build some powerpc-specific utilities on powerpc64 as well.nwhitehorn2010-07-201-1/+1
* | | Import the Cavium Simple Executive from the Cavium Octeon SDK. The Simplejmallett2010-07-20157-0/+222515
|\ \ \
| * | | Initial import of Cavium Networks Octeon Simple Executive, SDK version 1.9.0.jmallett2010-07-20157-0/+222515
| / /
* | | Add reference to uhsoctl(1).trasz2010-07-201-1/+2
* | | To improve latency, lower default vfs.zfs.vdev.max_pending from 35 to 10mm2010-07-201-1/+1
OpenPOWER on IntegriCloud