summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-09-24init err to 0 in sd_get_parms to avoid confusion when checking rigidDavid Gwynne
2010-09-24remove useless storeDavid Gwynne
2010-09-24no use setting cmd in mfi_ioctl_setstate if you never use it.David Gwynne
2010-09-24vol_list in mpi_get_raid is never used.David Gwynne
2010-09-24kill some unused arguments to pf_create_stateJonathan Gray
2010-09-24tsleep on a static and private handle, since our goal is to not beTheo de Raadt
2010-09-23The only sensible argument for VOP_* calls that take a struct proc pointer isOwain Ainsworth
2010-09-23In procfs_root(), while the vn_lock on a newly-allocated vnode can notOwain Ainsworth
2010-09-23Change:Owain Ainsworth
2010-09-23remove dying flag in the detach() function.Yojiro Uo
2010-09-23remove m_pad in favor of m_inject as it's equivalent to m_injectMike Belopuhov
2010-09-23enable utwitch(4) (formely uyurex(4)) by defaultYojiro Uo
2010-09-23rename uyurex(4) to utwitch(4)Yojiro Uo
2010-09-23Break out rule counter update code into a separate function, makes theRyan Thomas McBride
2010-09-23Move clock attachment later in the game. This is needed for cpu scaling.Paul Irofti
2010-09-23Include the disklabel UID in hw.disknames.Joel Sing
2010-09-23When a disk is attached create a workq task to read the disklabel,Joel Sing
2010-09-23Introduce a DKF_NOLABELREAD flag, which is used by a device to preventJoel Sing
2010-09-23translate WRITE SAME 16 into DSM TRIM.David Gwynne
2010-09-23commands and bits for data set management.David Gwynne
2010-09-23fix indentation to not confusingly align with an unassociated while() statementBret Lambert
2010-09-23descripe a few bits of the write same commands.David Gwynne
2010-09-23tweak the mclgeti algorithm to behave better under load.David Gwynne
2010-09-23Do not declare the domain and protosw structures in at.h fixes build withClaudio Jeker
2010-09-23returning here can cause the usb task thread to go to sleep forever,Jacob Meuser
2010-09-23add two members to struct usb_taskJacob Meuser
2010-09-23add a 'dying' flag to struct usbd_bus. use this to signify the busJacob Meuser
2010-09-23instead of waiting the full power-up-to-power-steady time for rootJacob Meuser
2010-09-23Add pppx(4) to the cdevs of the remaining archs.Claudio Jeker
2010-09-23instead of running usb_explore() from individual kthreads for eachJacob Meuser
2010-09-23If tunread() fails, we should increment if_oerrors, not if_ierrors.Matthew Dempsky
2010-09-23add a new IP level socket option IP_PIPEX. This option is used for L2TPYASUOKA Masahiko
2010-09-23rename usb_discover to usb_explore for consistency.Jacob Meuser
2010-09-22use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixerJacob Meuser
2010-09-22autoconf activate, suspend/resume supportJacob Meuser
2010-09-22as dying flag didn't set in aue_detach(), set it.Yojiro Uo
2010-09-22Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in ESP as perMike Belopuhov
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker
2010-09-22Add AES-GCM Transform Identifiers as specified by IANA inMike Belopuhov
2010-09-22Revert previous and let drivers register counterless interrupts;Miod Vallat
2010-09-22OCF support for the Galois/Counter Mode (GCM) for AES asMike Belopuhov
2010-09-22Switch to unconditionally attaching evcounts on TurboChannelMatthew Dempsky
2010-09-22Call bus_dmamap_sync() of a dma descriptor before checking the ownershipClaudio Jeker
2010-09-22Add DIOCGPDINFO to drivers that were lacking it. Where thereKenneth R Westerback
2010-09-22add a new log opt PF_LOG_MATCHESHenning Brauer
2010-09-22Don't bother calling suser() in tunopen().Matthew Dempsky
2010-09-22Garbage collect the field dk_labelsector since there are no usesKenneth R Westerback
2010-09-22Fix a locking bug in accept(2) caught by sthen@ using my strictMatthew Dempsky
2010-09-22Call config_deactivate() on SCSI links in vscsiclose().Matthew Dempsky
2010-09-22Fix ramdisks, from Vladimir Kirillov. Thanks!Paul Irofti