| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix async mode (required for ypbind in manycast mode). | dfr | 2008-09-15 | 1 | -2/+2 |
* | Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, | marcel | 2008-09-14 | 6 | -125/+96 |
* | Choose a flag-handling strategy based on platform capabilities | kientzle | 2008-09-14 | 2 | -6/+8 |
* | Portability: Don't use symbolic constants when the values are more | kientzle | 2008-09-12 | 1 | -7/+7 |
* | Portability: Not everyone is lucky enough to have ftruncate() | kientzle | 2008-09-12 | 2 | -0/+3 |
* | Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAX | kientzle | 2008-09-12 | 3 | -0/+11 |
* | Windows compatibility: The stub replacement for compression_program | kientzle | 2008-09-12 | 1 | -0/+2 |
* | Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-coding | jasone | 2008-09-10 | 1 | -120/+88 |
* | Move call to _malloc_thread_cleanup() so that if this is the last thread, | jasone | 2008-09-09 | 1 | -3/+6 |
* | Initialise the SVCAUTH field for new transport structures when they are | dfr | 2008-09-09 | 2 | -2/+3 |
* | Return two fixes from previous backout which does not require | ache | 2008-09-09 | 1 | -1/+2 |
* | - Update the libgeom manpage with a description of g_device_path and | lulf | 2008-09-08 | 1 | -3/+26 |
* | Fix a type-aliasing problem in the libarchive test suite, | kientzle | 2008-09-08 | 2 | -4/+5 |
* | Correct a leaking archive_entry in the test suite. | kientzle | 2008-09-07 | 1 | -0/+1 |
* | - Add a new ioctl for getting the provider name of a geom provider. | lulf | 2008-09-07 | 2 | -13/+95 |
* | Correct the comments here. | kientzle | 2008-09-07 | 1 | -2/+2 |
* | When restoring a directory, allow symlinks to be followed. The full | kientzle | 2008-09-07 | 2 | -3/+88 |
* | Unbreak ia64: pges are 8KB. | marcel | 2008-09-06 | 1 | -1/+1 |
* | Add two example regexps: (1) one for matching all the characters | keramida | 2008-09-05 | 1 | -0/+8 |
* | The link resolver now unsets the size to mark a hardlink | kientzle | 2008-09-05 | 1 | -2/+2 |
* | MfP4: Handle entries with unset size properly: Regular files with | kientzle | 2008-09-05 | 3 | -59/+223 |
* | MfP4: Use the set/unset tracking to determine when mtime or atime | kientzle | 2008-09-05 | 1 | -14/+51 |
* | Fix an off-by-one error in the replay detection logic. | dfr | 2008-09-04 | 1 | -1/+1 |
* | Eliminate __alpha__ leftover from libstand. | raj | 2008-09-04 | 3 | -16/+0 |
* | Markup fix. | kientzle | 2008-09-04 | 1 | -2/+2 |
* | Update for version 9.4.2-P2 | dougb | 2008-09-01 | 1 | -3/+7 |
* | Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests on | kientzle | 2008-09-01 | 53 | -311/+309 |
* | MfP4: set/unset tracking for atime, ctime, mtime, and size fields. | kientzle | 2008-09-01 | 4 | -28/+160 |
* | Sort the list of format names. | kientzle | 2008-09-01 | 1 | -1/+1 |
* | Use the "start_time" (time at which the restore process began) | kientzle | 2008-09-01 | 2 | -7/+17 |
* | New mtree writer, thanks to Joerg Sonnenberger. | kientzle | 2008-08-31 | 5 | -0/+263 |
* | Joerg Sonnenberger's improvements to the shar writer. | kientzle | 2008-08-31 | 1 | -190/+255 |
* | Make libarchive_test a little smarter about trying to find | kientzle | 2008-08-31 | 1 | -11/+52 |
* | When atime wasn't specified, it should get set == mtime. | kientzle | 2008-08-30 | 1 | -2/+2 |
* | Add the needed libpthread_md.c for MIPS. | obrien | 2008-08-28 | 1 | -0/+90 |
* | Add links to all libpcap functions. | pjd | 2008-08-28 | 1 | -0/+48 |
* | If no atime was specified (for example, when extracting from ustar | kientzle | 2008-08-28 | 2 | -1/+11 |
* | Add the needed _setjmp.S for MIPS. | obrien | 2008-08-27 | 1 | -0/+139 |
* | Add thread-specific caching for small size classes, based on magazines. | jasone | 2008-08-27 | 5 | -256/+1143 |
* | Implement WNOWAIT flag for wait4(2). It specifies that process whose status | kib | 2008-08-26 | 1 | -2/+10 |
* | When calculating arguments to the interpreter for the shebang script | kib | 2008-08-26 | 1 | -1/+18 |
* | Alphabetize the list of tests. | kientzle | 2008-08-25 | 1 | -4/+4 |
* | Update the total archive byte counters when writing entries to disk using | kientzle | 2008-08-24 | 1 | -0/+2 |
* | Remove the stillborn attempt to cleanup tests as well as the build dir. | kientzle | 2008-08-24 | 1 | -4/+0 |
* | Fail copying path/.. only if SECURE_NODOTDOT was specified. | kientzle | 2008-08-24 | 2 | -15/+7 |
* | Fix the cpio bug tested for by r182092 of usr.bin/cpio/test. | kientzle | 2008-08-24 | 1 | -1/+5 |
* | Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64. | kib | 2008-08-22 | 1 | -0/+1 |
* | Add a "CACHING" section regarding the internal caching of kernel variables | jhb | 2008-08-21 | 1 | -0/+8 |
* | Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit. | ed | 2008-08-20 | 1 | -286/+0 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 10 | -117/+286 |