summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
makes cvs remote merging with conflicts work a bit better. ok joris@ xsa@
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
convert version 0 to version 1 disklabels. Suggested by deraadt@. ok deraadt@ otto@
2007-06-02convert all daddr_t types to either daddr64_t or uint32_t or other suchTheo de Raadt
things based on their use. ok with fixes from tom, tested by grange too
2007-06-02Enable 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-02Disable crypto until we figure out proper key management and other stuffMarco Peereboom
only tedu understands.
2007-06-02stand/ofdev.hTheo de Raadt
2007-06-02Fix collision by not adding data length but blocks instead.Marco Peereboom
Some clean up.
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
ok beck@
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
ok millert
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
"this code sucks -- pedro", "just put it in -- tom".
2007-06-02Add optional metadata element. This will be needed in the future forMarco Peereboom
certain disciplines.
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
to proper types along the way (ints), fixes a subtle bug wich otto@ pointed me at. ok deraadt@
2007-06-02Redo 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-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
"ap = v" comments in under 8 seconds, so it must be ok. and it compiles too.
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 ↵Constantine A. Murenin
names; ok grange@
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt
(means i also don not have to fix the daddr_t problems) ok miod
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
because it started to be part of the sysctl variable name ok deanna@, dlg@
2007-06-01Revert INTEL_82915GM part of tedu's commit as it hung my T43Bjorn Sandell
ok tedu@
2007-06-01Convert sensorsd to use two-level data-structures. This makes sensorsd beConstantine A. Murenin
more consistent with the current sensors framework, conserves some memory, and will make it easier to implement hotplugging and other nifty features in the future. This does not change any other functionality ATM. OK henning@, beck@.
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
get bus clock. copy in some more code from i386 to deal with both families, and be more watchful for unknown models. fixes a panic reported by johan lindman. ok gwk
2007-06-01check return value of findblkmajor; this fixes a crash on vax during boot.Marco Peereboom
add check for failed geteblk. exclude rx during boot probe. help miod todd ok todd
2007-06-01apply the same checks on extraction that are done during pkg_createMarc Espie
(modes and owners without annotation WILL be refused). Somewhat pedantic: skip archive entry during extraction of links/symlinks. Doesn't change a thing, except in the very rare case where a package would end with a link in the packing-list. Now we're able to detect a premature end of the tarball. (okay, it's an obscure bug, I haven't even met it for real. So what ?)
2007-06-01Replace comment in Swedish. -mojMats O Jansson
2007-06-01paranoid snprintf length calculation to avoid a possible bufferPeter Valchev
overflow in SSL session id parsing (by reaching a negative size arg) ok henning
2007-06-01add RAID to the list of partition types for which we do not prompt for aTodd T. Fries
filesystem ok krw@
2007-06-01don't store stuff in the plist, use the handle which is there for that.Marc Espie
so loop directly over $set->older for replacements.
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 ↵Constantine A. Murenin
names; ok grange@
2007-06-01wipe tablet.h that was used by tb(4) that wasRobert Nagy
removed months ago; ok deraadt@
2007-06-01Sync return value section with reality.Moritz Jodeit
ok jmc@, "love it" deraadt@
2007-06-01Instead of reexporting PAGE_SIZE from assym.h which causes warningsArtur Grabowski
for locore, just include machine/param.h in vector.S