summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try to adhere to style.Makefile(5).marius2010-09-232-9/+9
* - Simplify code by using g_*() API.pjd2010-09-232-83/+62
* Update copyright years.pjd2010-09-231-1/+1
* Update copyright years.pjd2010-09-237-7/+7
* Document AES-XTS.pjd2010-09-231-17/+34
* Add support for AES-XTS. This will be the default now.pjd2010-09-235-10/+73
* Add support for CRYPTO_AES_XTS.pjd2010-09-233-24/+151
* Add support for AES-XTS.pjd2010-09-235-15/+203
* Implement switching of data encryption key every 2^20 blocks.pjd2010-09-235-55/+171
* Add support for CRD_F_KEY_EXPLICIT flag.pjd2010-09-231-16/+32
* Remove redundant space.pjd2010-09-231-1/+1
* Simplify code a bit.pjd2010-09-232-10/+5
* Make the code similar to the code in g_eli_integrity.c.pjd2010-09-231-3/+4
* Define default overwrite count, so that userland can use it.pjd2010-09-232-1/+2
* Various changes from various sources:gavin2010-09-231-3/+44
* - When trashing metadata, repeat overwrite kern.geom.eli.overwrites times.pjd2010-09-231-12/+64
* - Use g_*() API when doing backups.pjd2010-09-231-18/+12
* Because we first write metadata into new place and then trash old place wepjd2010-09-231-0/+4
* - Make use of g_*() API.pjd2010-09-231-18/+13
* Simplify code a bit by using g_*() API from libgeom.pjd2010-09-231-19/+10
* When trashing metadata, flush after each write.pjd2010-09-231-0/+7
* Remove an explicit assignment of the CFLAGS variable intended formarius2010-09-231-1/+0
* Add MIPS platform, this will make bsdlabel(8) work on MIPS (when invokedjchandra2010-09-231-1/+1
* Add missing byteswap, works on big endian systems now (tested on Netlogicjchandra2010-09-231-1/+1
* In the past gunzip(1) write()'s after each inflate return. This isdelphij2010-09-231-0/+2
* Add the following Linux BlueZ compatibility macros: htobs(), htobl(),emax2010-09-221-0/+4
* And now the 2nd part of the patch: Also fix the year.edwin2010-09-221-1/+1
* Fix location of the Battle of the Plains of Abrahamedwin2010-09-221-1/+1
* - Expand scope of tun/tap softc locks to cover more softc fields andjhb2010-09-222-145/+97
* Move test for zero bufp or size before rseq and wseq calculation. Thisemaste2010-09-221-1/+3
* Correct sort order.emaste2010-09-221-1/+1
* Switch to sigprocmask(2) API also in the main process and secondary process.pjd2010-09-224-61/+44
* Assert that descriptor numbers are sane.pjd2010-09-221-0/+4
* Fix possible deadlock where worker process sends an event to the main processpjd2010-09-222-8/+26
* Fix descriptor leaks: when child exits, we have to close control and eventpjd2010-09-223-9/+17
* Eliminate the --disable-ipv6 string which while technically correct indougb2010-09-221-1/+1
* If we are unable to receive control message is most likely because the mainpjd2010-09-221-1/+2
* Sort includes.pjd2010-09-221-1/+1
* Add myself as a ports committersunpoet2010-09-222-0/+3
* Fix build breakage introduced in r212972.yongari2010-09-221-2/+0
* Copy td_rqindex during fork instead of zero'ing it to match the comments.jhb2010-09-221-1/+1
* For sparc64 relocations that directly put bits of the symbol value intokib2010-09-221-18/+22
* Quick fix for unmotivated C2 state usage during boot, introduced at r212541.mav2010-09-221-1/+1
* kdb_backtrace: use stack_print_ddb instead of stack_printavg2010-09-223-8/+4
* acpi_attach: do not explicitly install default handlers for defaultavg2010-09-221-23/+0
* If kernel built with DEVICE_POLLING, keep one CPU always in active statemav2010-09-221-1/+6
* Decrease poll interval from 1000 to 100us. This significantly reducesmav2010-09-221-3/+3
* Make the labels match the device name that's mounted, not just theimp2010-09-221-2/+4
* Enforce that 'pmap_kenter()' is only used to establish cacheable mappings.neel2010-09-223-8/+6
* Add new device ids.sanpei2010-09-213-0/+8
OpenPOWER on IntegriCloud