summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* A couple of portability fixes from Joerg Sonnenbergerkientzle2008-12-061-8/+8
* Recover after test failure.kientzle2008-12-061-1/+4
* Style: skipping() function correctly counts this as a skipped test.kientzle2008-12-061-1/+1
* Style improvements.kientzle2008-12-061-4/+6
* Better reporting of test failures.kientzle2008-12-061-4/+10
* Recover from a test failure here.kientzle2008-12-061-1/+4
* New internal archive_string_concat utility function.kientzle2008-12-062-0/+18
* Minor portability: Declare 'r' only within the conditionalkientzle2008-12-061-2/+2
* Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate thekientzle2008-12-061-4/+1
* 2 is more portable than STDERR_FILENOkientzle2008-12-061-1/+1
* Some libstand/bootp.c extension (written by Danny Braniss, slightlyluigi2008-12-051-0/+328
* Add an easier example.pjd2008-12-051-1/+16
* Fixes for Core2 Extreme support.jkoshy2008-12-031-1/+5
* Make the "test" target test the compiled version, instead of thephk2008-12-021-7/+7
* Provide custom simple allocator for rtld locks in libthr. The allocatorkib2008-12-022-24/+24
* Attempt a quick bandaid for arm build breakage. I went to the trouble ofpeter2008-12-022-4/+4
* Merge user/peter/kinfo branch as of r185547 into head.peter2008-12-024-1/+152
|\
| * Add experimental front ends to the kinfo_vmentry and kinfo_filedescpeter2008-11-304-1/+152
* | Invoke _rtld_atfork_post earlier, before we reinitialize rtld lockskan2008-12-011-3/+4
* | The times(3) function returns the number of CLK_TCKs since thekeramida2008-12-011-4/+9
* | Fix fread() to return a correct value on platforms where sizeof(int) !=ru2008-12-011-1/+1
* | Fix a lock order reversal bug that could cause deadlock during fork(2).jasone2008-12-011-11/+37
* | It's silly to claim recv(2) is to be removed in favour of recvfrom(2)ivoras2008-11-301-1/+0
* | Adjust an assertion to handle the case where a lock is contested, butjasone2008-11-301-1/+1
* | Do not spin when trying to lock on a single-CPU system.jasone2008-11-301-11/+13
* | Unlock the malloc() locks in the child process after fork(). This giveskib2008-11-291-0/+1
* | MFp4:bz2008-11-293-11/+33
|/
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-273-1/+24
* Update description of an event.jkoshy2008-11-271-2/+1
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-273-37/+447
* Fix buglets.jkoshy2008-11-261-2/+2
* src/lib/libusb20/libusb20_compat01.calfred2008-11-252-46/+70
* Fixing !INET6 builds.avatar2008-11-251-0/+2
* Correction: these PMCs do not support a "umask" modifier.jkoshy2008-11-243-9/+0
* - Document the rules used to determine when spellings of eventsjkoshy2008-11-241-16/+24
* Fixed style issues with variable ordering and naming, spacing andscf2008-11-232-77/+99
* use the correct variable in a debug message.luigi2008-11-211-1/+1
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-199-228/+317
* Obey signedness flag in %z case.delphij2008-11-181-1/+1
* When running on a filesystem that lacks ACL support,kientzle2008-11-171-9/+9
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-2/+7
* On i386, the primary function that SYSCALL() generates is with thepeter2008-11-153-3/+3
* - Document the class name prefix for these PMCs.jkoshy2008-11-151-1/+22
* - Update ncurses to 5.7-20081102 (5.7 release) and build gluerafan2008-11-152-2/+9
* Tweak -mdoc usage.jkoshy2008-11-133-7/+7
* Document UMASK values, fix errors.jkoshy2008-11-131-62/+62
* Fix typos, document UMASK values.jkoshy2008-11-131-53/+54
* Remove duplicates, fix errors and document UMASK values.jkoshy2008-11-131-54/+47
* Document the alternate event names supported for "architectural" PMC events.jkoshy2008-11-123-25/+74
* Use spellings that are close to vendor documentation.jkoshy2008-11-121-3/+3
OpenPOWER on IntegriCloud