| Commit message (Expand) | Author | Age | Files | Lines |
* | mixer(8) is WARNS=6 clean since 1.25. | jkim | 2008-03-16 | 1 | -1/+1 |
* | Properly set size of the file_zone to match kern.maxfiles parameter. | sobomax | 2008-03-16 | 3 | -3/+38 |
* | Actually delete SIGCANCEL mask for suspended thread, so the signal will not | davidxu | 2008-03-16 | 1 | -3/+2 |
* | Fix mmap(2) on ZFS after some changes in VM subsystem. | pjd | 2008-03-15 | 2 | -0/+8 |
* | Fix panic on e.g. "kldload /dev/null". | ru | 2008-03-15 | 2 | -0/+9 |
* | Update a comment: the format bid only runs once per archive; it no | kientzle | 2008-03-15 | 1 | -9/+2 |
* | Free up the entry objects allocated during this test. | kientzle | 2008-03-15 | 1 | -0/+3 |
* | Release the buffers used for exercising the compress code. | kientzle | 2008-03-15 | 1 | -0/+3 |
* | Remove the duplicate "archive_format" and "archive_format_name" fields | kientzle | 2008-03-15 | 7 | -29/+22 |
* | Correct a sign mismatch that only showed up on 64-bit systems. | kientzle | 2008-03-15 | 1 | -2/+2 |
* | Refactor the mtree code a bit to make the layering clearer: Each | kientzle | 2008-03-15 | 1 | -106/+172 |
* | New release notes: cpuset, BTX real mode, gptboot (+MFC), BSD | bmah | 2008-03-15 | 1 | -3/+29 |
* | BUS_DMA_ISA is left over from Alpha, and is not used in the tree at | imp | 2008-03-15 | 2 | -2/+1 |
* | style(9) fix to add whitespace around an '=' sign and restore | kientzle | 2008-03-15 | 1 | -1/+2 |
* | FreeBSD does have fstat(). | kientzle | 2008-03-15 | 2 | -1/+2 |
* | Testability is more important than standards conformance. | kientzle | 2008-03-15 | 1 | -3/+8 |
* | Support NetBSD's --insecure as a synonym for -P. | kientzle | 2008-03-15 | 1 | -0/+1 |
* | Document --chroot. | kientzle | 2008-03-15 | 1 | -0/+6 |
* | Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSD | kientzle | 2008-03-15 | 2 | -14/+13 |
* | Also accept --uncompress as a synonym for -Z. | kientzle | 2008-03-15 | 1 | -0/+1 |
* | --chroot implementation thanks to Joerg Sonnenberger. | kientzle | 2008-03-15 | 4 | -0/+18 |
* | Support --compress as a synonym for -Z. | kientzle | 2008-03-15 | 1 | -0/+1 |
* | Enable and document the -Z option for selecting "compress" compression, | kientzle | 2008-03-15 | 3 | -5/+13 |
* | Ignore a few more common files. | kientzle | 2008-03-15 | 1 | -1/+7 |
* | Resolve a minor nit in SUS compliance by including the PID in the | kientzle | 2008-03-15 | 2 | -12/+27 |
* | GC a reference to the defunct TESTFILES variable. | kientzle | 2008-03-15 | 1 | -1/+1 |
* | A subtle point: "pax interchange format" mandates that all strings | kientzle | 2008-03-15 | 5 | -259/+538 |
* | Fix a typo. | jkim | 2008-03-15 | 1 | -1/+1 |
* | Clean up code and fix style(9) nits. | jkim | 2008-03-15 | 1 | -100/+102 |
* | Update list of possible mixer devices. These devices were added to | jkim | 2008-03-15 | 1 | -2/+3 |
* | - Check device masks and bypass printing headers if capable device does | jkim | 2008-03-15 | 1 | -48/+73 |
* | Ignore some built files. | kientzle | 2008-03-15 | 1 | -0/+4 |
* | Don't lie. If a string can't be converted to a wide (Unicode) string, | kientzle | 2008-03-14 | 2 | -1/+43 |
* | Don't advertise the default block size as a constant; don't | kientzle | 2008-03-14 | 1 | -1/+6 |
* | New public functions archive_entry_copy_link() and archive_entry_copy_link_w() | kientzle | 2008-03-14 | 5 | -1/+58 |
* | Update some comments, comment out argument names to guard against | kientzle | 2008-03-14 | 1 | -16/+50 |
* | Since "length" computes the length of a string and is used as an | kientzle | 2008-03-14 | 1 | -1/+1 |
* | Let archive_entry_clear() accept a NULL pointer and simply do nothing. | kientzle | 2008-03-14 | 1 | -0/+2 |
* | Rework the versioning implementation and test to match the | kientzle | 2008-03-14 | 2 | -2/+58 |
* | Rework the versioning information, hopefully for the last time. | kientzle | 2008-03-14 | 1 | -41/+37 |
* | Add a useful sprintf()-style wrapper around | kientzle | 2008-03-14 | 2 | -0/+13 |
* | Change spelling and eliminate a typo in comments to reduce diffs with | emaste | 2008-03-14 | 1 | -11/+11 |
* | Support for writing 'compress' format, thanks to Joerg Sonnenberger. | kientzle | 2008-03-14 | 5 | -0/+596 |
* | A block in a tar file is 512 bytes. Period. | kientzle | 2008-03-14 | 1 | -1/+1 |
* | Add preliminary support for binding interrupts to CPUs: | jhb | 2008-03-14 | 11 | -33/+218 |
* | Correct IPsec behaviour with a 'use' level in SP but no SA available. | bz | 2008-03-14 | 3 | -24/+61 |
* | Update usage() - add new -D option. While I'm here, update copyright | emax | 2008-03-14 | 1 | -2/+5 |
* | Remove the "Fast " from the | bz | 2008-03-14 | 1 | -1/+1 |
* | Add a quirk to ignore ASUS LCM display found on some ASUS laptops. | jkim | 2008-03-14 | 2 | -0/+3 |
* | Make the function prototype for cpu_search() match the declaration so that | jhb | 2008-03-14 | 1 | -2/+2 |