summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-07-10KNF.Masao Uebayashi
2014-07-10Add mallocarray(9)Matthew Dempsky
2014-07-10Now that sd(4) drives under softraid0 have their cache flushed whenMartin Pieuchot
2014-07-10Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposalMatthew Dempsky
2014-07-10struct ucred; for fstat _KERNEL blockTheo de Raadt
2014-07-10Return RSN (WPA) information to userland during wireless scan, andStefan Sperling
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2014-07-10struct proc; and struct ucred; only needed for ipcs in kernel-grovel modeTheo de Raadt
2014-07-10remove unneeded headerBret Lambert
2014-07-10delete some boolean_t poisonTed Unangst
2014-07-10drain some boolean_t poisonTed Unangst
2014-07-10boot(): Remove comments about RB_TIMEBAD to reduce diffsMasao Uebayashi
2014-07-10Stop using a shutdown hook for softraid(4) and explicitly shutdownMartin Pieuchot
2014-07-10Add missing dmesg colon after probe information.Paul Irofti
2014-07-10fix some errors in lockdebug code. not enabled by default.Mike Larkin
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-10Add bus and root hub routines to prevent panic at attach.Paul Irofti
2014-07-10Force iobus0 for octhci and maintain spacing style.Paul Irofti
2014-07-10Clear CPUF_PARK flag to avoid re-parking on resume.Mike Larkin
2014-07-10time to claim copyrightHenning Brauer
2014-07-10Always assign the device address found by the USB stack even if itMartin Pieuchot
2014-07-10some say you don't need NULL checks before free(). Not 0 either.Henning Brauer
2014-07-10Show eeprom version of ath devices in dmesg; ok reykStefan Sperling
2014-07-10record the size of the rx rings so we can wrap around them correctly.David Gwynne
2014-07-10introduce the revolutionary concept of NULL pointers. ok gccHenning Brauer
2014-07-10pool_debug still needed for non-DIAGNOSTIC kernelsTheo de Raadt
2014-07-10introduce bpf_mcopy_stripvlan, which cuts the 4 extra bytes out of theHenning Brauer
2014-07-10prepare for upcoming ext4 read supportMartin Pelikan
2014-07-10syncTheo de Raadt
2014-07-10Print an understandable error message when we fail to read the reportMartin Pieuchot
2014-07-10Add new sendsyslog(const char *, size_t) system call which simply passesTheo de Raadt
2014-07-10Align octhci(4) with the other HC drivers and add it as a commented entryMartin Pieuchot
2014-07-10hide the biglock thrashing under pool_debug so it can be turned offTed Unangst
2014-07-10rings that dont rx packets dont need to be refilled.David Gwynne
2014-07-10Simplify the way divert(4) sends packets to userspace: Instead ofLawrence Teo
2014-07-10guenther spotted my bad copy and pasting.David Gwynne
2014-07-09regenBrad Smith
2014-07-09shorten a bitBrad Smith
2014-07-09Add work-in-progress octeon USB host controller support.Paul Irofti
2014-07-09- do the actual viomb_deflate() after printing the debug messageJasper Lievisse Adriaanse
2014-07-09regensasano
2014-07-09add devices for DM&P Vortex86EX SoCsasano
2014-07-09Add ffs routine needed for upcoming octhci interrupt routine.Paul Irofti
2014-07-09autoconf(9) is your friend and it knows you more than you think. ItMartin Pieuchot
2014-07-09Use the correct rf revision number for AR2425 radios. When read fromStefan Sperling
2014-07-09CPUF_PARK check was placed improperly in the previous commit.Mike Larkin
2014-07-09Now that the stack handles properly the xhci(4) way of setting anMartin Pieuchot
2014-07-09Adds an optional bus function to set the address of a new device andMartin Pieuchot
2014-07-09use explicit_bzero for stack and freed variablesTed Unangst
2014-07-09spellingTed Unangst