Age | Commit message (Expand) | Author |
2008-06-14 | Provide a status field for operations on the bc_opaque data. Now we're | Hans-Joerg Hoexer |
2008-06-14 | Teach acpiasus(4) about some more events. Whilst we're here bzero the cmd | Joel Sing |
2008-06-14 | id tag. | Federico G. Schwindt |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-14 | Use the bus_size_t in the ath_softc. | Joel Sing |
2008-06-14 | Use multiple crypto keys per volume. Each key is used to encrypt at | Damien Miller |
2008-06-14 | remove #ifdef __macppc__ due to a misunderstanding: | Todd T. Fries |
2008-06-14 | Allow ath(4) to detach cleanly when attaching via PCI. Also | Joel Sing |
2008-06-14 | remove duplicate #defines; ok hshoexer@ | Damien Miller |
2008-06-14 | Update bioctl(8) and softraid(4) to recent changes and enable softraid | Hans-Joerg Hoexer |
2008-06-14 | implement a check code to determine whether the disk keys have | Damien Miller |
2008-06-13 | Add support for fiber PHY on bge(4) (BCM5714/BCM5780) and | Brad Smith |
2008-06-13 | make the disk key masking algorithm a parameter and add some extra | Damien Miller |
2008-06-13 | fix compilation with BNX_DEBUG. | Brad Smith |
2008-06-13 | Implement pbkdf2 in in bioctl to derive master key from a passphrase. | Hans-Joerg Hoexer |
2008-06-13 | rearrange on-disk structures to the top of the file, wrap kernel-only | Damien Miller |
2008-06-13 | When assembling an already initialized crytpo softraid, correctly copy in | Hans-Joerg Hoexer |
2008-06-13 | Remove DEBUG #undef's we can turn it on/off in GENERIC like for all | Marcus Glocker |
2008-06-13 | Restore IDE_PCI_CLASS_OVERRIDE on SiI3512 SATA. | Mats O Jansson |
2008-06-13 | Fixed acpiec driver, _REG method required sc_ec member set before being called | Jordan Hargrave |
2008-06-13 | properly indent something horridly misleading | Theo de Raadt |
2008-06-13 | Initialize the return value in pci_probe_device() function, so that we do | Theo de Raadt |
2008-06-13 | Remove slack space for RX/TX chains since it only covers sloppy coding. | Brad Smith |
2008-06-13 | If you have #if FOO > 0 parts of your softc be | Jonathan Gray |
2008-06-13 | Remove duplicate function for string to integer conversion. ok jordan@ | Can Erkin Acar |
2008-06-13 | Properly handle battery insertion/removal | Jordan Hargrave |
2008-06-13 | D-Link DWA-111, from kevlo via FreeBSD. | Jonathan Gray |
2008-06-13 | Add myself to the copyright since i fumbled around in those files, too. | Marcus Glocker |
2008-06-13 | regen | Jonathan Gray |
2008-06-13 | D-Link DWA-111 from kevlo via FreeBSD. | Jonathan Gray |
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth R Westerback |
2008-06-13 | Make kbd -l work for adb. -moj | Mats O Jansson |
2008-06-13 | Cleanup for aml_xcreatefield, added flags argument | Jordan Hargrave |
2008-06-13 | Cleanup, remove old/unused functions | Jordan Hargrave |
2008-06-12 | make sure to check that a crypto volume is not yet assembled when | Hans-Joerg Hoexer |
2008-06-12 | Poll AC because there are some crappy machines out there that need it. | Marco Peereboom |
2008-06-12 | disable debug printfs and descriptor dumps | Robert Nagy |
2008-06-12 | Clead discipline pointer after delete. Found by hshoexer | Marco Peereboom |
2008-06-12 | Wrap DPRINTF around #ifdef VIDEO_DEBUG, but leave debugging on by | Marcus Glocker |
2008-06-12 | Removed old AML disassembler code | Jordan Hargrave |
2008-06-12 | Fixed AMLOP_LOAD for _PSS on Thinkpad | Jordan Hargrave |
2008-06-12 | The mmap offsets for memory buffers currently are the kernel virtual | Owain Ainsworth |
2008-06-12 | Fixed memory leaks for AML parser | Jordan Hargrave |
2008-06-12 | sync | Theo de Raadt |
2008-06-12 | dreamcheeky missile launcher (duck!) | Theo de Raadt |
2008-06-12 | Pass error code via the crypto descriptor (ie. crp_etype) from crypto | Hans-Joerg Hoexer |
2008-06-12 | wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djm | Hans-Joerg Hoexer |
2008-06-12 | Get mask keying for on-disk keys from user space and keep a "hint" for key | Hans-Joerg Hoexer |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-12 | Be more paranoid before disestablishing hook | Marco Peereboom |