Age | Commit message (Expand) | Author |
2017-02-18 | Extend and fix bus_dmamap_load_raw() implementation to make xhci(4) | Patrick Wildt |
2017-02-18 | Add Elf{32,64}_Nhdr structs with the same member names used by libelf | Jonathan Gray |
2017-02-18 | Include sys/types.h rather than machine/_types.h. With this change | Jonathan Gray |
2017-02-18 | Make sure that the timer control registers are written before any | Patrick Wildt |
2017-02-18 | Bump variables related to arithmetic operations to 64-bit. Especially | Patrick Wildt |
2017-02-18 | Initialize the generic timer early so that its delay function can be | Patrick Wildt |
2017-02-17 | Fix up and use the device memory attribute for device mappings. Add | Patrick Wildt |
2017-02-17 | Use a proper memory attribute for write-through instead of reusing | Patrick Wildt |
2017-02-17 | Remove a bunch of dead code in bus dma. This code still needs actual | Patrick Wildt |
2017-02-17 | Implement DDB backtrace support. In addition to the actual tracing, | Patrick Wildt |
2017-02-17 | Using ipcomp(4) with IPv6 transport mode failed with protocol family | Alexander Bluhm |
2017-02-17 | Fix inverted PMAP_CANFAIL logic. | Jonathan Gray |
2017-02-17 | Avoid __u8, __u16, __u32, __u64, __s32, __s64, and __le32 and use standard | Ingo Feinerer |
2017-02-16 | On Apple hardware, claim an OSI of Darwin and no other OSes | Joshua Stein |
2017-02-16 | Remove an unnecessary NULL pointer check. | Visa Hankala |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-02-15 | whitespace fixes | Patrick Wildt |
2017-02-15 | Implement permission checks in the copy routines. When they were | Patrick Wildt |
2017-02-15 | Make this build (and run) with gcc 4. | Miod Vallat |
2017-02-15 | Replace manual loops with FOREACH macro. | Alexander Bluhm |
2017-02-15 | Bump MAXTSIZ to 64M on arm. | Jeremie Courreges-Anglas |
2017-02-15 | Align mutex IPL with the interrupt handler's priority. | Visa Hankala |
2017-02-15 | Mark dwc2_intr() as MP-safe on octeon. The driver's internal state | Visa Hankala |
2017-02-15 | Threads share filedesc, so we can walk allprocess instead of allproc | Philip Guenther |
2017-02-14 | asmc: on system resume, restore the keyboard backlight value | Joshua Stein |
2017-02-14 | Set the default TSC quality to -1000 to be less than the i8254 | Reyk Floeter |
2017-02-14 | Convert most of the manual checks for CPU hogging to sched_pause(). | Martin Pieuchot |
2017-02-14 | Get rid of recursive splsoftnet()/splx() dances and convert a timeout to | Martin Pieuchot |
2017-02-14 | Replace two recursive splsoftnet()/splx() dances with a splsoftassert(). | Martin Pieuchot |
2017-02-14 | Wrap the NET_LOCK() into a per-socket solock() that does nothing for | Martin Pieuchot |
2017-02-13 | whitespace tweak. no functional change. | David Gwynne |
2017-02-13 | properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR. | David Gwynne |
2017-02-12 | Replace dummy mutex asserts with real ones. | Visa Hankala |
2017-02-12 | Remove dead assignment and now unused variable. | Charles Longeau |
2017-02-12 | Remove incorrect if statement | Mike Belopuhov |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-12 | The videocore portion of the raspberry pi which boots the arm cores and | Jonathan Gray |
2017-02-12 | Fix an uninitialised return value in rtwn_ra_init(). Though nothing | Jonathan Gray |
2017-02-11 | Add a flags argument to falloc() that lets it optionally set the | Philip Guenther |
2017-02-11 | Always leave one free slot in the Tx ring to avoid ambiguity with ring | Visa Hankala |
2017-02-11 | Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue. | Visa Hankala |
2017-02-11 | Correct the entry point and base address calculations for an | Philip Guenther |
2017-02-11 | disable aen handling. | David Gwynne |
2017-02-11 | Let MP-safe interrupt handlers run without the kernel lock on sgi. | Visa Hankala |
2017-02-10 | Unbreak 'config -p'. | Martin Pieuchot |
2017-02-10 | Update link to intel HDA spec. From | Alexandre Ratchov |
2017-02-10 | Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>. | Alexandre Ratchov |
2017-02-10 | Use __func__ for DPRINTF's as we do in other parts of the | Alexandre Ratchov |
2017-02-10 | Remove unused variable. From Michael W. Bombardieri <mb at ii.net>. | Alexandre Ratchov |
2017-02-09 | Dedup calls to icmp6stat_inc in icmp6_errcount, should save a few bytes | Jeremie Courreges-Anglas |