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