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