aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},Marcel Moolenaar2008-09-146-125/+96
* Choose a flag-handling strategy based on platform capabilitiesTim Kientzle2008-09-142-6/+8
* Portability: Don't use symbolic constants when the values are moreTim Kientzle2008-09-121-7/+7
* Portability: Not everyone is lucky enough to have ftruncate()Tim Kientzle2008-09-122-0/+3
* Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAXTim Kientzle2008-09-123-0/+11
* Windows compatibility: The stub replacement for compression_programTim Kientzle2008-09-121-0/+2
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingJason Evans2008-09-101-120/+88
* Move call to _malloc_thread_cleanup() so that if this is the last thread,Jason Evans2008-09-091-3/+6
* Initialise the SVCAUTH field for new transport structures when they areDoug Rabson2008-09-092-2/+3
* Return two fixes from previous backout which does not requireAndrey A. Chernov2008-09-091-1/+2
* - Update the libgeom manpage with a description of g_device_path andUlf Lilleengen2008-09-081-3/+26
* Fix a type-aliasing problem in the libarchive test suite,Tim Kientzle2008-09-082-4/+5
* Correct a leaking archive_entry in the test suite.Tim Kientzle2008-09-071-0/+1
* - Add a new ioctl for getting the provider name of a geom provider.Ulf Lilleengen2008-09-072-13/+95
* Correct the comments here.Tim Kientzle2008-09-071-2/+2
* When restoring a directory, allow symlinks to be followed. The fullTim Kientzle2008-09-072-3/+88
* Unbreak ia64: pges are 8KB.Marcel Moolenaar2008-09-061-1/+1
* Add two example regexps: (1) one for matching all the charactersGiorgos Keramidas2008-09-051-0/+8
* The link resolver now unsets the size to mark a hardlinkTim Kientzle2008-09-051-2/+2
* MfP4: Handle entries with unset size properly: Regular files withTim Kientzle2008-09-053-59/+223
* MfP4: Use the set/unset tracking to determine when mtime or atimeTim Kientzle2008-09-051-14/+51
* Fix an off-by-one error in the replay detection logic.Doug Rabson2008-09-041-1/+1
* Eliminate __alpha__ leftover from libstand.Rafal Jaworowski2008-09-043-16/+0
* Markup fix.Tim Kientzle2008-09-041-2/+2
* Update for version 9.4.2-P2Doug Barton2008-09-011-3/+7
* Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests onTim Kientzle2008-09-0153-311/+309
* MfP4: set/unset tracking for atime, ctime, mtime, and size fields.Tim Kientzle2008-09-014-28/+160
* Sort the list of format names.Tim Kientzle2008-09-011-1/+1
* Use the "start_time" (time at which the restore process began)Tim Kientzle2008-09-012-7/+17
* New mtree writer, thanks to Joerg Sonnenberger.Tim Kientzle2008-08-315-0/+263
* Joerg Sonnenberger's improvements to the shar writer.Tim Kientzle2008-08-311-188/+253
* Make libarchive_test a little smarter about trying to findTim Kientzle2008-08-311-11/+52
* When atime wasn't specified, it should get set == mtime.Tim Kientzle2008-08-301-2/+2
* Add the needed libpthread_md.c for MIPS.David E. O'Brien2008-08-281-0/+90
* Add links to all libpcap functions.Pawel Jakub Dawidek2008-08-281-0/+48
* If no atime was specified (for example, when extracting from ustarTim Kientzle2008-08-282-1/+11
* Add the needed _setjmp.S for MIPS.David E. O'Brien2008-08-271-0/+139
* Add thread-specific caching for small size classes, based on magazines.Jason Evans2008-08-275-253/+1140
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statusKonstantin Belousov2008-08-261-2/+10
* When calculating arguments to the interpreter for the shebang scriptKonstantin Belousov2008-08-261-1/+18
* Alphabetize the list of tests.Tim Kientzle2008-08-251-4/+4
* Update the total archive byte counters when writing entries to disk usingTim Kientzle2008-08-241-0/+2
* Remove the stillborn attempt to cleanup tests as well as the build dir.Tim Kientzle2008-08-241-4/+0
* Fail copying path/.. only if SECURE_NODOTDOT was specified.Tim Kientzle2008-08-242-15/+7
* Fix the cpio bug tested for by r182092 of usr.bin/cpio/test.Tim Kientzle2008-08-241-1/+5
* Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.Konstantin Belousov2008-08-221-0/+1
* Add a "CACHING" section regarding the internal caching of kernel variablesJohn Baldwin2008-08-211-0/+8
* Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit.Ed Schouten2008-08-201-286/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-2010-117/+286
* Add a new routine kvm_getcptime(3) for fetching the equivalent ofJohn Baldwin2008-08-194-3/+214