summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* New mtree writer, thanks to Joerg Sonnenberger.kientzle2008-08-315-0/+263
* Joerg Sonnenberger's improvements to the shar writer.kientzle2008-08-311-190/+255
* Make libarchive_test a little smarter about trying to findkientzle2008-08-311-11/+52
* When atime wasn't specified, it should get set == mtime.kientzle2008-08-301-2/+2
* Add the needed libpthread_md.c for MIPS.obrien2008-08-281-0/+90
* Add links to all libpcap functions.pjd2008-08-281-0/+48
* If no atime was specified (for example, when extracting from ustarkientzle2008-08-282-1/+11
* Add the needed _setjmp.S for MIPS.obrien2008-08-271-0/+139
* Add thread-specific caching for small size classes, based on magazines.jasone2008-08-275-256/+1143
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statuskib2008-08-261-2/+10
* When calculating arguments to the interpreter for the shebang scriptkib2008-08-261-1/+18
* Alphabetize the list of tests.kientzle2008-08-251-4/+4
* Update the total archive byte counters when writing entries to disk usingkientzle2008-08-241-0/+2
* Remove the stillborn attempt to cleanup tests as well as the build dir.kientzle2008-08-241-4/+0
* Fail copying path/.. only if SECURE_NODOTDOT was specified.kientzle2008-08-242-15/+7
* Fix the cpio bug tested for by r182092 of usr.bin/cpio/test.kientzle2008-08-241-1/+5
* Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.kib2008-08-221-0/+1
* Add a "CACHING" section regarding the internal caching of kernel variablesjhb2008-08-211-0/+8
* Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit.ed2008-08-201-286/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-2010-117/+286
* Add a new routine kvm_getcptime(3) for fetching the equivalent ofjhb2008-08-194-3/+214
* Add two new routines to libkvm for working with per-CPU data:jhb2008-08-194-3/+251
* atomic_fetchadd_int works on unsigned quantities - changekmacy2008-08-151-1/+1
* Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() andemax2008-08-143-2/+148
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterjasone2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyjasone2008-08-141-2/+2
* Import handy shorthand Bluetooth address (BD_ADDR) utility functionsemax2008-08-133-2/+67
* Change bpf(4) to use the cdevpriv API.ed2008-08-131-1/+1
* Change the type of ti_traceme from a char to an int as itsmarcel2008-08-131-1/+1
* Fix up test suite so it works again with the libarchive 1.x API.kientzle2008-08-115-2/+38
* Correct test_tar_large so it works correctly with the libarchive 1.x API.kientzle2008-08-101-1/+1
* Explain why two apparently-identical archive_read_data() callskientzle2008-08-101-0/+2
* MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writerskientzle2008-08-102-0/+6
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-081-1/+2
* Remove variables which are assigned values and never used thereafter.cperciva2008-08-081-5/+1
* Remove some unused variables.das2008-08-084-4/+1
OpenPOWER on IntegriCloud