summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-03Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz.Jonathan Gray
2007-06-03During autoassemble get the actual raid level instead of always 1.Marco Peereboom
2007-06-02do not shadow globals (in if_exists)Henning Brauer
2007-06-02on pcap error, check wether the interface went away and exit if it did.Henning Brauer
2007-06-02syncTheo de Raadt
2007-06-02Add support for ICH8M IDE.Jonathan Gray
2007-06-02Match on ICH8M.Jonathan Gray
2007-06-02s/FALLTROUGH/FALLTHROUGH/Moritz Jodeit
2007-06-02softraid already enabled in GENERIC; ok marcoJason McIntyre
2007-06-02zap trailing whitespace;Jason McIntyre
2007-06-02oops, why did i delete this. bizzareTheo de Raadt
2007-06-02regenJonathan Gray
2007-06-02Add some devices found on an Intel 965GM/ICH8M laptop.Jonathan Gray
2007-06-02knock out FIBMAP (which we got rid of)Theo de Raadt
2007-06-02remove elements of the solver that correspond to dependencies `in-transit'Marc Espie
2007-06-02show the font commands being run in very verbose state. After all, we showMarc Espie
2007-06-02move the check that dependencies are satisfied inside the solver objectMarc Espie
2007-06-02slight refactor, move wantlib dependencies handling inside the solver.Marc Espie
2007-06-02reorder codeMarc Espie
2007-06-02move most of the code that deals with dependencies in the solver objectMarc Espie
2007-06-02move the solver object up to the set level.Marc Espie
2007-06-02move dependency registration into its own function.Marc Espie
2007-06-02move the dependency handling into separate functions.Marc Espie
2007-06-02document how fragments work.Marc Espie
2007-06-02Initialize pkthdr.rcvif.Artur Grabowski
2007-06-02memory leak on error path; from arnaud.lacombe.1 AT ulaval.caDamien Miller
2007-06-02don't try to parse a server conflict message as a date.Niall O'Higgins
2007-06-02installboot not just for i386; ok krwJason McIntyre
2007-06-02little fixes to get hotkeys working again. from alexey vatchenkoTed Unangst
2007-06-02Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justKenneth R Westerback
2007-06-02convert all daddr_t types to either daddr64_t or uint32_t or other suchTheo de Raadt
2007-06-02Enable softraid so that people can start testing it.Marco Peereboom
2007-06-02Disable crypto until we figure out proper key management and other stuffMarco Peereboom
2007-06-02stand/ofdev.hTheo de Raadt
2007-06-02Fix collision by not adding data length but blocks instead.Marco Peereboom
2007-06-02split up large CMD53 reads and writesUwe Stuehler
2007-06-02Set a flag in hci_usrreq() to allow priviledged operationsUwe Stuehler
2007-06-02no need to extern nextvnodeid here.Thordur I. Bjornsson
2007-06-02ufs1_daddr_t is no more, okay deraadt@Pedro Martelletto
2007-06-02retry reading HCI packets a few times before giving upUwe Stuehler
2007-06-02safer snprintf construct with more paranoid length calculationPeter Valchev
2007-06-02pf_set_rt_ifp accesses state key data, so must be called laterHenning Brauer
2007-06-02do the daddr_t -> daddr64_t or int32_t dance here as wellTheo de Raadt
2007-06-02Add optional metadata element. This will be needed in the future forMarco Peereboom
2007-06-02daddr64_t (in comments)Theo de Raadt
2007-06-02ufs1_daddr_t cleanup, okay thib@ deraadt@Pedro Martelletto
2007-06-02daddr_t -> daddr64_t for specfs. convert some variablesThordur I. Bjornsson
2007-06-02Redo the sense mechanism to become autosense instead of request sense.Marco Peereboom
2007-06-01more vop argument "ap = v" comment removal; ok pedroTheo de Raadt
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt