aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add an ENVIRONMENT section to note that the RSH variable can be set toMurray Stokely2008-12-141-0/+7
* Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO2008-12-147-28/+182
* Consolidate some variable initializations. No substantive change.David Schultz2008-12-112-13/+13
* Move the xprintf hook to where it belongs; it shouldn't be in theDavid Schultz2008-12-101-6/+4
* o Use full month name in .Dd macro.Maxim Konovalov2008-12-091-1/+1
* Add strndup(3) prototype to string.h.Konstantin Belousov2008-12-082-2/+2
* Obey the TMPDIR, TMP, TEMP, or TEMPDIR environment variablesTim Kientzle2008-12-081-1/+14
* Document processor errata that affect performance measurement.Joseph Koshy2008-12-081-0/+52
* Add filler man pages for the kinfo functions I added recently.Peter Wemm2008-12-073-1/+149
* When libthr and rtld start up, there are a number of magic spells castPeter Wemm2008-12-071-1/+1
* Import the strndup(3) function.Konstantin Belousov2008-12-064-3/+75
* Order the str*.c files mostly alphabetical.Konstantin Belousov2008-12-061-3/+3
* New tests:Tim Kientzle2008-12-069-0/+27367
* Strip ";1" and trailing "." from ISO9660 entries.Tim Kientzle2008-12-061-12/+21
* General improvements to Rockridge parsing and ISO9660 format detection.Tim Kientzle2008-12-061-156/+354
* Conditionalize a bunch of debugging messages; this alsoTim Kientzle2008-12-061-1/+10
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-0615-1550/+1427
* Style: tabs after #defineTim Kientzle2008-12-061-2/+2
* Use GCC-specific dead function markers only when using GCC.Tim Kientzle2008-12-061-1/+8
* Structure declarations can't be dllexported.Tim Kientzle2008-12-061-1/+1
* Style fixes:Tim Kientzle2008-12-061-29/+71
* A couple of portability fixes from Joerg SonnenbergerTim Kientzle2008-12-061-8/+8
* Recover after test failure.Tim Kientzle2008-12-061-1/+4
* Style: skipping() function correctly counts this as a skipped test.Tim Kientzle2008-12-061-1/+1
* Style improvements.Tim Kientzle2008-12-061-4/+6
* Better reporting of test failures.Tim Kientzle2008-12-061-4/+10
* Recover from a test failure here.Tim Kientzle2008-12-061-1/+4
* New internal archive_string_concat utility function.Tim Kientzle2008-12-062-0/+18
* Minor portability: Declare 'r' only within the conditionalTim Kientzle2008-12-061-2/+2
* Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate theTim Kientzle2008-12-061-4/+1
* 2 is more portable than STDERR_FILENOTim Kientzle2008-12-061-1/+1
* Some libstand/bootp.c extension (written by Danny Braniss, slightlyLuigi Rizzo2008-12-051-0/+328
* Add an easier example.Pawel Jakub Dawidek2008-12-051-1/+16
* Fixes for Core2 Extreme support.Joseph Koshy2008-12-031-1/+5
* Make the "test" target test the compiled version, instead of thePoul-Henning Kamp2008-12-021-7/+7
* Provide custom simple allocator for rtld locks in libthr. The allocatorKonstantin Belousov2008-12-022-24/+24
* Attempt a quick bandaid for arm build breakage. I went to the trouble ofPeter Wemm2008-12-022-4/+4
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-024-1/+152
* Invoke _rtld_atfork_post earlier, before we reinitialize rtld locksAlexander Kabaev2008-12-011-3/+4
* The times(3) function returns the number of CLK_TCKs since theGiorgos Keramidas2008-12-011-4/+9
* Fix fread() to return a correct value on platforms where sizeof(int) !=Ruslan Ermilov2008-12-011-1/+1
* Fix a lock order reversal bug that could cause deadlock during fork(2).Jason Evans2008-12-011-11/+37
* It's silly to claim recv(2) is to be removed in favour of recvfrom(2)Ivan Voras2008-11-301-1/+0
* Adjust an assertion to handle the case where a lock is contested, butJason Evans2008-11-301-1/+1
* Do not spin when trying to lock on a single-CPU system.Jason Evans2008-11-301-11/+13
* Unlock the malloc() locks in the child process after fork(). This givesKonstantin Belousov2008-11-291-0/+1
* MFp4:Bjoern A. Zeeb2008-11-293-11/+33
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.Konstantin Belousov2008-11-273-1/+24
* Update description of an event.Joseph Koshy2008-11-271-2/+1
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-273-37/+447