summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-19Move EHOSTUNREACH, EOVERFLOW and ECANCELED out from under __BSD_VISIBLETodd C. Miller
2014-09-19add missing break statements giving alaw encodingJonathan Gray
2014-09-19add missing break statements to imxccm_get_fecclk()Jonathan Gray
2014-09-19better boundchecks in validation; from Guy Harris; ok millert@ dlg@Otto Moerbeek
2014-09-19Use correct printf format when MP_LOCKDEBUG is defined.Martin Pieuchot
2014-09-19passing M_NOWAIT to m_tag_get means it can fail, which could hitDavid Gwynne
2014-09-18Use config_suspend_all(9).Mark Kettenis
2014-09-18Introduce config_suspend_all(9) a function that invokes config_suspend(9)Mark Kettenis
2014-09-18Some disks, such as the Seagate Cheetah 73LP FC with Sun firmwareMark Kettenis
2014-09-18ansify function declaration things.David Gwynne
2014-09-18regenMasao Uebayashi
2014-09-18Correct argument name (int flags -> int amode) in sys_access().Masao Uebayashi
2014-09-17regenTodd C. Miller
2014-09-17The 2nd arg of setpgid(2) should be pid_t, not int.Todd C. Miller
2014-09-17be less confusing to the compiler when setting up the sge.David Gwynne
2014-09-17if userland asks for an unknown sysctl, return EOPNOTSUPP insteadDavid Gwynne
2014-09-16disable taking the mutex to read pool stats.David Gwynne
2014-09-16tweak panics so they use __func__ consistently.David Gwynne
2014-09-16Check the right descriptor field when polling for completion.Mark Kettenis
2014-09-16Simple cleanups for amd64 pmapStefan Fritsch
2014-09-16Split out command submission code into its own function.Mark Kettenis
2014-09-16mark the mpii interrupt handler as mpsafe, and drop the kernel lockDavid Gwynne
2014-09-16deprecate PR_DEBUG and MALLOC_DEBUG in pools.David Gwynne
2014-09-15update comments to reflect chacha20. from Max FillingerTed Unangst
2014-09-15Fix logic error; we're out of IOs if we're not connected to the virtual diskMark Kettenis
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-09-15Add generic support for bridges that support subtractive decoding.Mark Kettenis
2014-09-15mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmdDavid Gwynne
2014-09-15Call ldc_send_unreliable() insteaf of duplicating the code to send an ldcMark Kettenis
2014-09-14Add the ne(4) NE2000 PCI frontend.Brad Smith
2014-09-14Clean up isp(4) from kernel configs with the new drivers alreadyBrad Smith
2014-09-14Fix some bugs in the fpu_sqrt implementation that would limit the accuracyMark Kettenis
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-13Add HP Gen9 Smart Array/Smart HBA devices.Jonathan Gray
2014-09-13regenJonathan Gray
2014-09-13Add HP Gen9 Smart Array/Smart HBA devices and some devicesJonathan Gray
2014-09-12Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodesStuart Henderson
2014-09-12Something went amiss in last pcidevs_data.h generation/commit. Regen andKenneth R Westerback
2014-09-12Remove the code that attempts to synchronize P-state transitions between CPUs.Mark Kettenis
2014-09-12dont leak a ccb in identifyDavid Gwynne
2014-09-12regenDavid Gwynne
2014-09-12add Intel SSD DC P3700/P3600/P3500David Gwynne
2014-09-12fix some format string issuesDavid Gwynne
2014-09-11mplement membar(9) API for i386.Mark Kettenis
2014-09-10s/IWL/IWN/ in comment here tooDavid Coppa
2014-09-10Avoid possible use of uninitialized variable.Mike Larkin
2014-09-09workqs were replaced with tasks in here, so dont need workq.h anymore.David Gwynne
2014-09-09remove the scsi_task() wrapper around workq_add_task now that nothingDavid Gwynne