Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-03 | Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz. | Jonathan Gray | |
From NetBSD and verified in Intel doc #253669 ok tedu@ | |||
2007-06-03 | During autoassemble get the actual raid level instead of always 1. | Marco Peereboom | |
Sprinkle debug throughout crypto discipline. Various knf, bad tedu! | |||
2007-06-02 | do not shadow globals (in if_exists) | Henning Brauer | |
2007-06-02 | on pcap error, check wether the interface went away and exit if it did. | Henning Brauer | |
spinning and flooding syslog in that case was not so nice. | |||
2007-06-02 | sync | Theo de Raadt | |
2007-06-02 | Add support for ICH8M IDE. | Jonathan Gray | |
Tested by Daniel Dickman <didickman@gmail.com> pciide(4) does not need to be updated as it does not split SATA/IDE support up into different sections (ICH8M already listed). | |||
2007-06-02 | Match on ICH8M. | Jonathan Gray | |
Tested by Daniel Dickman <didickman@gmail.com> | |||
2007-06-02 | s/FALLTROUGH/FALLTHROUGH/ | Moritz Jodeit | |
2007-06-02 | softraid already enabled in GENERIC; ok marco | Jason McIntyre | |
2007-06-02 | zap trailing whitespace; | Jason McIntyre | |
2007-06-02 | oops, why did i delete this. bizzare | Theo de Raadt | |
2007-06-02 | regen | Jonathan Gray | |
2007-06-02 | Add some devices found on an Intel 965GM/ICH8M laptop. | Jonathan Gray | |
From Daniel Dickman <didickman@gmail.com> | |||
2007-06-02 | knock out FIBMAP (which we got rid of) | Theo de Raadt | |
2007-06-02 | remove elements of the solver that correspond to dependencies `in-transit' | Marc Espie | |
since they're now recorded as true dependencies. (helps me think about future improvements) | |||
2007-06-02 | show the font commands being run in very verbose state. After all, we show | Marc Espie | |
ldconfig -R | |||
2007-06-02 | move the check that dependencies are satisfied inside the solver object | Marc Espie | |
2007-06-02 | slight refactor, move wantlib dependencies handling inside the solver. | Marc Espie | |
2007-06-02 | reorder code | Marc Espie | |
2007-06-02 | move most of the code that deals with dependencies in the solver object | Marc Espie | |
2007-06-02 | move the solver object up to the set level. | Marc Espie | |
2007-06-02 | move dependency registration into its own function. | Marc Espie | |
2007-06-02 | move the dependency handling into separate functions. | Marc Espie | |
2007-06-02 | document how fragments work. | Marc Espie | |
document a few `internal' keywords document some of the checks that pkg_create does during archive creation. | |||
2007-06-02 | Initialize pkthdr.rcvif. | Artur Grabowski | |
ok claudio@ | |||
2007-06-02 | memory leak on error path; from arnaud.lacombe.1 AT ulaval.ca | Damien Miller | |
2007-06-02 | don't try to parse a server conflict message as a date. | Niall O'Higgins | |
makes cvs remote merging with conflicts work a bit better. ok joris@ xsa@ | |||
2007-06-02 | installboot not just for i386; ok krw | Jason McIntyre | |
2007-06-02 | little fixes to get hotkeys working again. from alexey vatchenko | Ted Unangst | |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback | |
convert version 0 to version 1 disklabels. Suggested by deraadt@. ok deraadt@ otto@ | |||
2007-06-02 | convert all daddr_t types to either daddr64_t or uint32_t or other such | Theo de Raadt | |
things based on their use. ok with fixes from tom, tested by grange too | |||
2007-06-02 | Enable softraid so that people can start testing it. | Marco Peereboom | |
Note: this is a work in progress! this is under active development and things will change. prompted and ok deraadt | |||
2007-06-02 | Disable crypto until we figure out proper key management and other stuff | Marco Peereboom | |
only tedu understands. | |||
2007-06-02 | stand/ofdev.h | Theo de Raadt | |
2007-06-02 | Fix collision by not adding data length but blocks instead. | Marco Peereboom | |
Some clean up. | |||
2007-06-02 | split up large CMD53 reads and writes | Uwe Stuehler | |
2007-06-02 | Set a flag in hci_usrreq() to allow priviledged operations | Uwe Stuehler | |
2007-06-02 | no need to extern nextvnodeid here. | Thordur I. Bjornsson | |
ok beck@ | |||
2007-06-02 | ufs1_daddr_t is no more, okay deraadt@ | Pedro Martelletto | |
2007-06-02 | retry reading HCI packets a few times before giving up | Uwe Stuehler | |
2007-06-02 | safer snprintf construct with more paranoid length calculation | Peter Valchev | |
ok millert | |||
2007-06-02 | pf_set_rt_ifp accesses state key data, so must be called later | Henning Brauer | |
2007-06-02 | do the daddr_t -> daddr64_t or int32_t dance here as well | Theo de Raadt | |
"this code sucks -- pedro", "just put it in -- tom". | |||
2007-06-02 | Add optional metadata element. This will be needed in the future for | Marco Peereboom | |
certain disciplines. | |||
2007-06-02 | daddr64_t (in comments) | Theo de Raadt | |
2007-06-02 | ufs1_daddr_t cleanup, okay thib@ deraadt@ | Pedro Martelletto | |
2007-06-02 | daddr_t -> daddr64_t for specfs. convert some variables | Thordur I. Bjornsson | |
to proper types along the way (ints), fixes a subtle bug wich otto@ pointed me at. ok deraadt@ | |||
2007-06-02 | Redo the sense mechanism to become autosense instead of request sense. | Marco Peereboom | |
General cleanup in the sense code. This was prompted by grunk. He found that out of bounds conditions were knocking disks offline (which was obviously a bug). | |||
2007-06-01 | more vop argument "ap = v" comment removal; ok pedro | Theo de Raadt | |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt | |
"ap = v" comments in under 8 seconds, so it must be ok. and it compiles too. |