aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add BSD grep to the base system and make it our default grep.Gabor Kovesdan2010-07-2219-3/+2583
* Build clang libraries by default with -fno-exceptions and withRui Paulo2010-07-225-0/+15
* Correctly setup LDADD with regards to libstand. The submitter pointsRui Paulo2010-07-221-1/+1
* Make these files compile with clang.Rui Paulo2010-07-222-0/+2
* Disable building libobjc with clang as it's not yet supported.Rui Paulo2010-07-221-0/+3
* Handle a few corner cases for clang like we did with icc. These shouldRui Paulo2010-07-223-6/+8
* Fix an obvious typo from r1.1. We were acquiring an exclusive writer lockJung-uk Kim2010-07-221-1/+1
* Note that foreground fsck should be run after a filesystem related panic.Kirk McKusick2010-07-221-0/+11
* If a size suffix isn't entered, just use the value entered. This fixesRebecca Cran2010-07-221-0/+3
* Remove unused variable that snuck in during development.Matthew D Fleming2010-07-221-2/+1
* Fix taskqueue_drain(9) to not have false negatives. For threadedMatthew D Fleming2010-07-224-39/+49
* Hook newsyslog regression tests to the Makefile 'build'.Simon L. B. Nielsen2010-07-221-1/+1
* Add regression tests for newsyslog. These are far from a completeSimon L. B. Nielsen2010-07-223-0/+343
* Add support for creating the archived log filenames using a time-stampSimon L. B. Nielsen2010-07-222-16/+267
* Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unitJaakko Heinonen2010-07-221-12/+20
* Verify return value of the sigset manipulation functionsKonstantin Belousov2010-07-221-22/+14
* When compat32 binary asks for the value of hw.machine_arch, report theKonstantin Belousov2010-07-225-5/+60
* Actually, only the fullsync mode is implemented, not memsync mode.Pawel Jakub Dawidek2010-07-221-3/+5
* Remove spurious '/*-' marks and fix some other style problems.Edward Tomasz Napierala2010-07-226-35/+36
* - Add myself to committers-src.dotAndrew Turner2010-07-211-0/+1
* Apply vendor version 1.20.00.17.Xin LI2010-07-212-407/+1339
* MFamd64:Rui Paulo2010-07-211-0/+7
* * Remove a superfluous error description.Kai Wang2010-07-211-7/+5
* Add a cross-reference to `elf_rawfile(3)`.Kai Wang2010-07-211-2/+3
* * Note that ar(1) archives may also be opened using `elf_memory(3)`.Kai Wang2010-07-212-6/+10
* Since r186119 IP6 input counters for octets and packets were notBjoern A. Zeeb2010-07-211-3/+47
* Remove a redundant word.Kai Wang2010-07-211-2/+2
* Move helper functions `_libelf_ar_get_{name,number,string}()` andKai Wang2010-07-214-212/+258
* Fix a memory leak.Kai Wang2010-07-211-2/+4
* Use proper sysctl type (quad) for et_frequency. It fixes output on sparc64.Alexander Motin2010-07-211-2/+2
* * Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` inKai Wang2010-07-2112-26/+336
* Avoid switching between "unsigned char" and "char" in the C codeKai Wang2010-07-211-22/+22
* Add support for translating sections of type ELF_T_GNUHASH.Kai Wang2010-07-212-2/+208
* - Document that the *fsize() functions return a size of 1 for ElfKai Wang2010-07-214-12/+10
* Perform additional checks when translating between file and memoryKai Wang2010-07-217-65/+114
* Probabilly defaulting to KTR_GEN is not the right decision when KTR_MASKAttilio Rao2010-07-211-1/+1
* Reduce verbosity.Kai Wang2010-07-211-2/+2
* - Return zero for file sizes of ELF types that have a variable size.Kai Wang2010-07-211-6/+9
* KTR_CTx are long time aliased by existing classes so they can't serveAttilio Rao2010-07-218-20/+7
* Note that the *_fsize() functions are only defined for ELF types thatKai Wang2010-07-211-0/+7
* Changes for supporting GNU Hash sections.Kai Wang2010-07-213-2/+14
* Add a new ELF type denoting GNU style hash tables.Kai Wang2010-07-211-0/+1
* Allow an application that updates only the ELF Ehdr to work.Kai Wang2010-07-213-7/+8
* Use <unistd.h> to declare the prototype for ftruncate().Kai Wang2010-07-211-0/+1
* Bug fix: permit the creation of zero-sized sections.Kai Wang2010-07-211-5/+7
* Redo the page table page allocation on MIPS, as suggested byJayachandran C.2010-07-216-178/+202
* Improve compatibility with other implementations of the ELF(3) API:Kai Wang2010-07-211-2/+2
* Bug fix: when updating headers using the gelf_update_*() functions,Kai Wang2010-07-213-6/+6
* - Correctly handle sections of type SHT_NOBITS. For these sections:Kai Wang2010-07-212-19/+52
* Also link getutxent.3 to utmpx.3.Ed Schouten2010-07-211-1/+1