summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-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-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-01Infrastructure to allow root on wd0.Miod Vallat
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-01Replace comment in Swedish. -mojMats O Jansson
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-01Instead of reexporting PAGE_SIZE from assym.h which causes warningsArtur Grabowski
2007-06-01Fix snprintf(9) truncation check and skip the check for -1 becauseMoritz Jodeit
2007-06-01Set BTF_UP before hci_enable() to make hci_unit_lookup() work; ok gwkUwe Stuehler
2007-06-01Nuke 'ufs_lbn_t', okay otto@ deraadt@ krw@ beck@Pedro Martelletto
2007-06-01set hiwat mark for some of the more popular pools to reduce bouncingTed Unangst
2007-06-01workq_add_task() flags argument position changedUwe Stuehler
2007-06-01ufs_daddr_t is a dead type. growfs is the only program that uses it, yetTheo de Raadt
2007-06-01some architectures called setroot() from cpu_configure(), *way* before someTheo de Raadt
2007-06-01Add two constraints to V1 disklabels:Kenneth R Westerback
2007-06-01Provide carefully crafted DEADBEEF* values, this was initially forgotten inMiod Vallat
2007-06-01cleanup of 'ufs1_daddr_t', first round, okay deraadt@Pedro Martelletto
2007-06-01Add additional flag to indicate that we have a metdadata io pending; thisMarco Peereboom
2007-06-01No need for tape fields to be daddr_t. int will do.Kenneth R Westerback
2007-06-01factor out duplicated code to allocate state key and cross-reference itHenning Brauer
2007-06-01more completely safe daddr_t -> daddr64_tTheo de Raadt
2007-06-01format_op df_startblk can be a daddr64_t tooTheo de Raadt
2007-06-01initialize the ringsReyk Floeter
2007-06-01fold pf_test_tcp(), pf_test_udp(), pf_test_icmp(), pf_test_other() intoHenning Brauer
2007-06-01Check return code for resource allocation.Marco Peereboom
2007-06-01dont request zeroed memory when we allocate data regions for buffers. thisDavid Gwynne
2007-06-01decouple the allocated number of vnodes from the "desiredvnodes" variableBob Beck
2007-06-01Fix cd block major numberMiod Vallat
2007-06-01Nuke ufs_time_t, okay beck@ krw@ marco@Pedro Martelletto
2007-06-01Fix macppc tags.Alexander Yurchenko
2007-06-01Establish interrupt after checking the i2s subsystem, fixes a problem withGordon Willem Klok
2007-06-01really goneTheo de Raadt
2007-06-01and don't forget the other daddr var in the commentOtto Moerbeek
2007-06-01fix struct vop_bmap_args comment. ok deraadt@Otto Moerbeek
2007-06-01wrong cast checking for VOP_BMAP return value; ok miodTheo de Raadt
2007-06-01daddr_t -> daddr64_t;Thordur I. Bjornsson