summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-06-18Remove obsolete dvmamap comment.Miod Vallat
2010-06-18Remove IOMMU pte defines; only those in iommureg.h are used.Miod Vallat
2010-06-18dvma_free() the exact size passed to dvma_malloc().Miod Vallat
2010-06-17aligment -> alignmentMiod Vallat
2010-06-16Always check both the return value of scsi_do_mode_sense() and theKenneth R Westerback
2010-06-16Bring ststrategy() into line with sdstrategy() and cdstrategy(), makingKenneth R Westerback
2010-06-15softraid doesnt provide disk cache settings to tweak, mark those ioctls asDavid Gwynne
2010-06-15various Huawei 3g devices share a usb id, some of them need DEV_UMASS5 for pr...Felix Kronlage
2010-06-15enable the write cache on disks during attach.David Gwynne
2010-06-15rearrange attach so that the SDEV_VIRTUAL flag is set during scsi_probe,David Gwynne
2010-06-15dont pass the dev_t from the scsi device drivers into the midlayer forDavid Gwynne
2010-06-14fix my previous commit, i forgot BIP, so instead of enumeratingDamien Bergamini
2010-06-14do not try to associate with an AP using an unsupported group cipher,Damien Bergamini
2010-06-14plug a memleak, free the devname when we succeed withThordur I. Bjornsson
2010-06-14attach CNU-680 to umsm(4)Felix Kronlage
2010-06-14regen after adding CNU-680Felix Kronlage
2010-06-14add usb device id for edvo device CNU-680Felix Kronlage
2010-06-14tidy this file up a bit. reorder a few comments,Thordur I. Bjornsson
2010-06-14remove the scsi_buf_* functions as these have beenThordur I. Bjornsson
2010-06-12add missing arg to a printf callJonathan Gray
2010-06-12Add missing arg to a printf call.Jonathan Gray
2010-06-11Restore an unusual XS_SENSE semantic that inadvertantly got lostKenneth R Westerback
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-10fix typos in comments: lineair -> linear.Thordur I. Bjornsson
2010-06-10the pagedaemon sleeps on uvm.pagedaemon notThordur I. Bjornsson
2010-06-10vscsi just works, as a proof the debug macro is wrong and was never used,Jonathan Armani
2010-06-09Remove the CRYPTO_ALGORITHM_ALL define, fixup accordinglyThordur I. Bjornsson
2010-06-09Do not set time 100 years in the future if the time read is beforeMiod Vallat
2010-06-09Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriateMiod Vallat
2010-06-09Wire up device nodes for disk mapper.Joel Sing
2010-06-09Teach FFS mounts about disklabel UIDs. This allows file systems to beJoel Sing
2010-06-09Fix the pop operation to make PHP work again. When popping the last labelClaudio Jeker
2010-06-09Move the prototype for uvm_wait() to uvm_extern.h and removeThordur I. Bjornsson
2010-06-08properly enable vscsi, fix incorrect majorTodd T. Fries
2010-06-08Introduce a diskmap pseudo device which allows userland to open a diskJoel Sing
2010-06-08Add missing function prototype.Joel Sing
2010-06-08in viac3_crypto_setup(), if we fail to get a crypto driverid,Thordur I. Bjornsson
2010-06-07Fix various problems of auich on SiS 7012 based chips:Alexandre Ratchov
2010-06-07Sync with GENERIC and SUN4.Miod Vallat
2010-06-07partial backout of 1.81 as invoking standby in shutdownJonathan Gray
2010-06-07Rework the way onboard devices attach on Sun 4/110 systems (which only have aMiod Vallat
2010-06-07Replace some handrolled instances of m_getptr() with that function, whichBret Lambert
2010-06-07Do not invoke cache_enable() if there is no cache; prevents a spurious (andMiod Vallat
2010-06-07Nuke old eeprom.h compatibility defines; ok todd@Miod Vallat
2010-06-07Proper range check in radeon_emit_packets(); ok oga@Miod Vallat
2010-06-07no need to include <sys/endian.h> twice!Damien Bergamini
2010-06-07tweak ieee80211_decap():Damien Bergamini
2010-06-07Break pxaudc into xscale and MD pieces so that palm and zaurus can correctlyDale Rahn
2010-06-07unfortunately classful routing isn't 100% dead, mostly thanks to ancientHenning Brauer
2010-06-07There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcpClaudio Jeker