summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-09-23add Bay Trail and Braswell SMBusJonathan Gray
2014-09-23Fix high capacity (> 2GB) eMMC support.Raphael Graf
2014-09-23Make use of the red-black tree as the original Linux code did insteadJonathan Gray
2014-09-23dont need to call bpfdetach cos if_detach does it for you.David Gwynne
2014-09-23lock around the sysctl code that sets the bpf buffer sizes so if we everDavid Gwynne
2014-09-22remove a stupid comment above bpfilterattach about how we dont do anythingDavid Gwynne
2014-09-22stash a pointer to bpf_d in the knotes kn_hook instead of the device id.David Gwynne
2014-09-22it's easy to allow bpfwrites bigger than MCLBYTES now that we haveDavid Gwynne
2014-09-22if you request a read timeout and then use kqueues to wait for them, youDavid Gwynne
2014-09-22add Winchiphead CH382 support.sasano
2014-09-22implement atomic_{cas,swap}_{uint,ulong,ptr} andDavid Gwynne
2014-09-22Enable power saving modes for IBM PowerPC 970 CPUs.Martin Pieuchot
2014-09-22Drop the kernel lock when copying data to/from the other domain duringMark Kettenis
2014-09-22Add missing format specifier.Brad Smith
2014-09-22the kn_hook member of a knote is a void *, so we dont have to castDavid Gwynne
2014-09-22rework the pool code to make the locking more obvious (to me atDavid Gwynne
2014-09-21add a missing break statement in the RL_HWREV_8168E_VL caseJonathan Gray
2014-09-21Reset fault status registers to zero after reading them, even in the 2:1Miod Vallat
2014-09-21Don't check LAPIC_DLSTAT_BUSY again after an IPIStefan Fritsch
2014-09-21Don't request an ACK from the server if we're polling.Mark Kettenis
2014-09-21Decouple polled commands from the interrupt handler.Mark Kettenis
2014-09-21regensasano
2014-09-21add Winchiphead CH382 vendor/device IDsasano
2014-09-21Directly include sys/timeout.h so we don't depend onJonathan Gray
2014-09-20Make another fast path properly atomic.Mark Kettenis
2014-09-20Fix bug in taskq conversion that would lead to a null pointer dereference.Mark Kettenis
2014-09-20On i386, agp_map_subregion might sleep, which is not allowed in some ofMark Kettenis
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-19Use config_suspend_all(9).Mark Kettenis
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