summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-06-01Add RX path and enable monitor mode.Marcus Glocker
2007-06-01ufs1_daddr_t cleanup, okay otto@Pedro Martelletto
2007-06-01Uninline bio_doread(), okay art@Pedro Martelletto
2007-06-01remove strings from sensor.desc which are now present in sysctl variable name...Constantine A. Murenin
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt
2007-06-01daddr64_t changes; not fssize is still an int; ok pedro@Otto Moerbeek
2007-06-01backout r1.33: temperature sensor description was removed on purpose,Constantine A. Murenin
2007-06-01Revert INTEL_82915GM part of tedu's commit as it hung my T43Bjorn Sandell
2007-06-01Convert sensorsd to use two-level data-structures. This makes sensorsd beConstantine A. Murenin
2007-06-01Infrastructure to allow root on wd0.Miod Vallat
2007-06-01very small clean-up of dependencies list handling.Marc Espie
2007-06-01FIBMAP is used by nothing; checked by miod and pvalchevTheo de Raadt
2007-06-01some pentium 4 machines are 64-bit and have EST, but a different msr toTed Unangst
2007-06-01check return value of findblkmajor; this fixes a crash on vax during boot.Marco Peereboom
2007-06-01apply the same checks on extraction that are done during pkg_createMarc Espie
2007-06-01Replace comment in Swedish. -mojMats O Jansson
2007-06-01paranoid snprintf length calculation to avoid a possible bufferPeter Valchev
2007-06-01add RAID to the list of partition types for which we do not prompt for aTodd T. Fries
2007-06-01don't store stuff in the plist, use the handle which is there for that.Marc Espie
2007-06-01avoid potentially bad snprintf construct; ok henning millert ottoPeter Valchev
2007-06-01compute real list.Marc Espie
2007-06-01remove strings from sensor.desc which are now present in sysctl variable name...Constantine A. Murenin
2007-06-01wipe tablet.h that was used by tb(4) that wasRobert Nagy
2007-06-01Sync return value section with reality.Moritz Jodeit
2007-06-01Instead of reexporting PAGE_SIZE from assym.h which causes warningsArtur Grabowski