Age | Commit message (Expand) | Author |
2014-09-24 | jmatthew@ found another case of me getting the number of args wrong | David Gwynne |
2014-09-24 | jmatthew@ points out atomic_swap_foo takes two arguments, not three. | David Gwynne |
2014-09-24 | implement atomic_{cas,swap}_{uint,long,ptr) and atomic_{add,sub}_{int,long} | David Gwynne |
2014-09-24 | Replace a few malloc() calls with reallocarray() so it checks for overflow. | Doug Hogan |
2014-09-23 | Enable MSI support. | Brad Smith |
2014-09-23 | Only compile poison-related code if DIAGNOSTIC instead of if !SMALL_KERNEL, | Miod Vallat |
2014-09-23 | Release the acpi lock around calls to wsdisplay_suspend() and | Mark Kettenis |
2014-09-23 | Fix constraint. | Brad Smith |
2014-09-23 | add Bay Trail and Braswell SMBus | Jonathan Gray |
2014-09-23 | regen | Jonathan Gray |
2014-09-23 | add Bay Trail and Braswell SMBus | Jonathan Gray |
2014-09-23 | Fix high capacity (> 2GB) eMMC support. | Raphael Graf |
2014-09-23 | Make use of the red-black tree as the original Linux code did instead | Jonathan Gray |
2014-09-23 | dont need to call bpfdetach cos if_detach does it for you. | David Gwynne |
2014-09-23 | lock around the sysctl code that sets the bpf buffer sizes so if we ever | David Gwynne |
2014-09-22 | remove a stupid comment above bpfilterattach about how we dont do anything | David Gwynne |
2014-09-22 | stash a pointer to bpf_d in the knotes kn_hook instead of the device id. | David Gwynne |
2014-09-22 | it's easy to allow bpfwrites bigger than MCLBYTES now that we have | David Gwynne |
2014-09-22 | if you request a read timeout and then use kqueues to wait for them, you | David Gwynne |
2014-09-22 | add Winchiphead CH382 support. | sasano |
2014-09-22 | implement atomic_{cas,swap}_{uint,ulong,ptr} and | David Gwynne |
2014-09-22 | Enable power saving modes for IBM PowerPC 970 CPUs. | Martin Pieuchot |
2014-09-22 | Drop the kernel lock when copying data to/from the other domain during | Mark Kettenis |
2014-09-22 | Add missing format specifier. | Brad Smith |
2014-09-22 | the kn_hook member of a knote is a void *, so we dont have to cast | David Gwynne |
2014-09-22 | rework the pool code to make the locking more obvious (to me at | David Gwynne |
2014-09-21 | add a missing break statement in the RL_HWREV_8168E_VL case | Jonathan Gray |
2014-09-21 | Reset fault status registers to zero after reading them, even in the 2:1 | Miod Vallat |
2014-09-21 | Don't check LAPIC_DLSTAT_BUSY again after an IPI | Stefan Fritsch |
2014-09-21 | Don't request an ACK from the server if we're polling. | Mark Kettenis |
2014-09-21 | Decouple polled commands from the interrupt handler. | Mark Kettenis |
2014-09-21 | regen | sasano |
2014-09-21 | add Winchiphead CH382 vendor/device ID | sasano |
2014-09-21 | Directly include sys/timeout.h so we don't depend on | Jonathan Gray |
2014-09-20 | Make another fast path properly atomic. | Mark Kettenis |
2014-09-20 | Fix bug in taskq conversion that would lead to a null pointer dereference. | Mark Kettenis |
2014-09-20 | On i386, agp_map_subregion might sleep, which is not allowed in some of | Mark Kettenis |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Move EHOSTUNREACH, EOVERFLOW and ECANCELED out from under __BSD_VISIBLE | Todd C. Miller |
2014-09-19 | add missing break statements giving alaw encoding | Jonathan Gray |
2014-09-19 | add missing break statements to imxccm_get_fecclk() | Jonathan Gray |
2014-09-19 | better boundchecks in validation; from Guy Harris; ok millert@ dlg@ | Otto Moerbeek |
2014-09-19 | Use correct printf format when MP_LOCKDEBUG is defined. | Martin Pieuchot |
2014-09-19 | passing M_NOWAIT to m_tag_get means it can fail, which could hit | David Gwynne |
2014-09-18 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-18 | Introduce config_suspend_all(9) a function that invokes config_suspend(9) | Mark Kettenis |
2014-09-18 | Some disks, such as the Seagate Cheetah 73LP FC with Sun firmware | Mark Kettenis |