| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a new routine kvm_getcptime(3) for fetching the equivalent of | jhb | 2008-08-19 | 4 | -3/+214 |
* | Add two new routines to libkvm for working with per-CPU data: | jhb | 2008-08-19 | 4 | -3/+251 |
* | atomic_fetchadd_int works on unsigned quantities - change | kmacy | 2008-08-15 | 1 | -1/+1 |
* | Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() and | emax | 2008-08-14 | 3 | -2/+148 |
* | Move CPU_SPINWAIT into the innermost spin loop, in order to allow faster | jasone | 2008-08-14 | 1 | -2/+3 |
* | Re-order the terms of an expression in arena_run_reg_dalloc() to correctly | jasone | 2008-08-14 | 1 | -2/+2 |
* | Import handy shorthand Bluetooth address (BD_ADDR) utility functions | emax | 2008-08-13 | 3 | -2/+67 |
* | Change bpf(4) to use the cdevpriv API. | ed | 2008-08-13 | 1 | -1/+1 |
* | Change the type of ti_traceme from a char to an int as its | marcel | 2008-08-13 | 1 | -1/+1 |
* | Fix up test suite so it works again with the libarchive 1.x API. | kientzle | 2008-08-11 | 5 | -2/+38 |
* | Correct test_tar_large so it works correctly with the libarchive 1.x API. | kientzle | 2008-08-10 | 1 | -1/+1 |
* | Explain why two apparently-identical archive_read_data() calls | kientzle | 2008-08-10 | 1 | -0/+2 |
* | MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writers | kientzle | 2008-08-10 | 2 | -0/+6 |
* | Add sbuf_new_auto as a shortcut for the very common case of creating a | des | 2008-08-09 | 1 | -1/+1 |
* | Add prototype defination for setfib(2) to sys/socket.h. | delphij | 2008-08-08 | 1 | -1/+2 |
* | Remove variables which are assigned values and never used thereafter. | cperciva | 2008-08-08 | 1 | -5/+1 |
* | Remove some unused variables. | das | 2008-08-08 | 4 | -4/+1 |
* | In the line | das | 2008-08-08 | 3 | -3/+3 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 6 | -7/+170 |
* | Use cpack() and the gcc extension __imag__ to implement cimag() and | das | 2008-08-07 | 6 | -6/+18 |
* | Fix ia64 build. | dfr | 2008-08-06 | 1 | -3/+3 |
* | Fix 64bt build. | dfr | 2008-08-06 | 1 | -1/+3 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 45 | -92/+4739 |
* | Cleanup for WARNS 6. | marcel | 2008-08-06 | 7 | -47/+50 |
* | Add EPERM to the ERRORS section. | trhodes | 2008-08-04 | 1 | -1/+3 |