summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-02-09fix print/panic messages + remove superfluous if_ibytes additionMartin Pelikan
2015-02-09if_input sets m->m_pkthdr.rcvif so we dont have to.David Gwynne
2015-02-09Remove a chunk missed in previous scope ID shuffling creating wrongMartin Pieuchot
2015-02-09Stop using USRSTACK as the edge of the stack, but rather use the vmspaceMiod Vallat
2015-02-09No need to check for va < USRSTACK before invoking uvm_grow() on behalf ofMiod Vallat
2015-02-09Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean.Miod Vallat
2015-02-09Do not even try to call uvm_grow() from sendsig. It will be invokedMiod Vallat
2015-02-09No need to export USRSTACKMiod Vallat
2015-02-09More sanity checking for Local APIC NMI entries.Mark Kettenis
2015-02-09turn off QLA_DEBUG noise, requested by deraadt@Jonathan Matthew
2015-02-09Make sure we actually have an entry before checking its limits.Mark Kettenis
2015-02-09convert the multicast filter hash to use siphash, like i did forDavid Gwynne
2015-02-09i missed a quote when cutting the fmt strings up.David Gwynne
2015-02-09make the %b format args easier (for me) to read.David Gwynne
2015-02-09Complete rewrite of the Elantech clickpads v4 packet parser in order toMartin Pieuchot
2015-02-09Add flag to taskq_create() calls to match dlg@ API changePhilip Guenther
2015-02-09i added a newline i shouldnt haveDavid Gwynne
2015-02-09we want to defer work traditionally (in openbsd) handled in anDavid Gwynne
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-09convert vio(4) to if_input().Martin Pelikan
2015-02-09after many days of coding, enable WEPPeter Hessler
2015-02-09move the init of the if_input from ether_ifattach to if_attach.David Gwynne
2015-02-08enable iwm(4) in big ramdisks for easy upgradesPeter Hessler
2015-02-08Fix iwm(4) attach and firmware loading process such that a reboot afterStefan Sperling
2015-02-08Add missing \n to DPRINTFs in iwm(4).Stefan Sperling
2015-02-08Sprinkle some string constant consistency on iwn(4) as well.Stefan Sperling
2015-02-08In iwm(4), convert many verbose printf do DPRINTF, sync some string constantsStefan Sperling
2015-02-08Fix mfi ioctl to set drive state properly.YASUOKA Masahiko
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08Do not assume that addresses passed to bus_space_map(9) are relativeMartin Pieuchot
2015-02-08Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4).Martin Pieuchot
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08Introduce if_input() a function to pass packets dequeued from aMartin Pieuchot
2015-02-08ANSI'fy.Masao Uebayashi
2015-02-08Fix stack trace of tail calls. From NetBSD. OK miod@Masao Uebayashi
2015-02-08Only attach cpu-based sensors on the primary cpu, for two reasonsTheo de Raadt
2015-02-08Count dropped SYN packets on the tcpstat. They are dropped due to theYASUOKA Masahiko
2015-02-08Just use sysctl_rdstruct() to read out some structs. Only differenceClaudio Jeker
2015-02-08Hilarious! We are not ready yet for large stack random biases, due toTheo de Raadt
2015-02-08De-static to make ddb hangman harder. OK phessler, henningClaudio Jeker
2015-02-08Rename some of the functions by adding a 6 so they do not conflict withClaudio Jeker
2015-02-08remove the dead code inside #if(def) RED_NOTYETHenning Brauer
2015-02-08Typo "fature" -> "feature"Mike Larkin
2015-02-08Something is subtly wrong with this. On ramdisks, processes run out ofTheo de Raadt
2015-02-08replace hand rolled code to maintain a list of bufs with a fifoDavid Gwynne
2015-02-08pf normalization code was in dire need of style normalization.Henning Brauer
2015-02-08Give up tracing if RA is corrupted. OK miod@Masao Uebayashi
2015-02-08Style.Masao Uebayashi
2015-02-07typosMiod Vallat