summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in thenwhitehorn2008-09-241-1/+3
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-16/+16
* Document changes in behaviour due to sparse CPU numbering support.jkoshy2008-09-225-18/+29
* add new build knobs and jigger some existing controls to improvesam2008-09-211-24/+42
* <osreldate.h> does not have a forward declration of getosreldate(), sorodrigc2008-09-201-1/+0
* Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbolsemax2008-09-191-0/+3
* Keep symbols in sorted order.jkoshy2008-09-191-4/+4
* Improve grammar.jkoshy2008-09-181-2/+2
* Document new PMC classes, capabilities and CPU kinds.jkoshy2008-09-181-28/+63
* MfP4: Generalize int64_t in the public headers to support compilerskientzle2008-09-182-5/+9
* Trying to distinguish different "versions" of mtree files was a silly idea.kientzle2008-09-183-4/+2
* Whitespace fixes.jkoshy2008-09-172-11/+11
* Add event name aliases for Pentium PMCs.jkoshy2008-09-172-1/+23
* Replace PMC-dependent content with references tojkoshy2008-09-161-3100/+25
* Build and install PMC-dependent manual pages.jkoshy2008-09-161-0/+8
* Fix a typo.jkoshy2008-09-161-1/+1
* Move PMC documentation to separate manual pages, one per PMC class.jkoshy2008-09-165-0/+3520
* Move TSC specific PMC information to its own manual page.jkoshy2008-09-161-0/+79
* Correct an event name alias: event "k7-dc-misses" does not supportjkoshy2008-09-161-1/+1
* Add uuid_enc,dec_le,be() functions to Symbol.mapemax2008-09-151-0/+4
* Fix async mode (required for ypbind in manycast mode).dfr2008-09-151-2/+2
* Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},marcel2008-09-146-125/+96
* Choose a flag-handling strategy based on platform capabilitieskientzle2008-09-142-6/+8
* Portability: Don't use symbolic constants when the values are morekientzle2008-09-121-7/+7
* Portability: Not everyone is lucky enough to have ftruncate()kientzle2008-09-122-0/+3
* Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAXkientzle2008-09-123-0/+11
* Windows compatibility: The stub replacement for compression_programkientzle2008-09-121-0/+2
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingjasone2008-09-101-120/+88
* Move call to _malloc_thread_cleanup() so that if this is the last thread,jasone2008-09-091-3/+6
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-092-2/+3
* Return two fixes from previous backout which does not requireache2008-09-091-1/+2
* - Update the libgeom manpage with a description of g_device_path andlulf2008-09-081-3/+26
* Fix a type-aliasing problem in the libarchive test suite,kientzle2008-09-082-4/+5
* Correct a leaking archive_entry in the test suite.kientzle2008-09-071-0/+1
* - Add a new ioctl for getting the provider name of a geom provider.lulf2008-09-072-13/+95
* Correct the comments here.kientzle2008-09-071-2/+2
* When restoring a directory, allow symlinks to be followed. The fullkientzle2008-09-072-3/+88
* Unbreak ia64: pges are 8KB.marcel2008-09-061-1/+1
* Add two example regexps: (1) one for matching all the characterskeramida2008-09-051-0/+8
* The link resolver now unsets the size to mark a hardlinkkientzle2008-09-051-2/+2
* MfP4: Handle entries with unset size properly: Regular files withkientzle2008-09-053-59/+223
* MfP4: Use the set/unset tracking to determine when mtime or atimekientzle2008-09-051-14/+51
* Fix an off-by-one error in the replay detection logic.dfr2008-09-041-1/+1
* Eliminate __alpha__ leftover from libstand.raj2008-09-043-16/+0
* Markup fix.kientzle2008-09-041-2/+2
* Update for version 9.4.2-P2dougb2008-09-011-3/+7
* Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests onkientzle2008-09-0153-311/+309
* MfP4: set/unset tracking for atime, ctime, mtime, and size fields.kientzle2008-09-014-28/+160
* Sort the list of format names.kientzle2008-09-011-1/+1
* Use the "start_time" (time at which the restore process began)kientzle2008-09-012-7/+17
OpenPOWER on IntegriCloud