summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* provide a net.inet6.ip6.ifq sysctl so people can see and fiddledlg2015-02-092-6/+11
* Change the way stackgap_random is applied. Instead of applying it within themiod2015-02-095-12/+29
* fix print/panic messages + remove superfluous if_ibytes additionpelikan2015-02-091-5/+3
* if_input sets m->m_pkthdr.rcvif so we dont have to.dlg2015-02-091-2/+1
* Remove a chunk missed in previous scope ID shuffling creating wrongmpi2015-02-091-13/+1
* Stop using USRSTACK as the edge of the stack, but rather use the vmspacemiod2015-02-094-25/+36
* No need to check for va < USRSTACK before invoking uvm_grow() on behalf ofmiod2015-02-091-3/+2
* Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean.miod2015-02-096-12/+10
* Do not even try to call uvm_grow() from sendsig. It will be invokedmiod2015-02-093-24/+6
* No need to export USRSTACKmiod2015-02-091-2/+1
* More sanity checking for Local APIC NMI entries.kettenis2015-02-091-2/+3
* turn off QLA_DEBUG noise, requested by deraadt@jmatthew2015-02-091-3/+1
* Make sure we actually have an entry before checking its limits.kettenis2015-02-091-2/+2
* convert the multicast filter hash to use siphash, like i did fordlg2015-02-091-4/+18
* i missed a quote when cutting the fmt strings up.dlg2015-02-091-2/+2
* make the %b format args easier (for me) to read.dlg2015-02-091-10/+10
* Complete rewrite of the Elantech clickpads v4 packet parser in order tompi2015-02-091-59/+89
* Add flag to taskq_create() calls to match dlg@ API changeguenther2015-02-091-3/+3
* i added a newline i shouldnt havedlg2015-02-091-2/+1
* we want to defer work traditionally (in openbsd) handled in andlg2015-02-0912-37/+74
* tweak the new if_input function so it takes an mbuf_list insteaddlg2015-02-0911-41/+63
* convert vio(4) to if_input().pelikan2015-02-091-7/+2
* after many days of coding, enable WEPphessler2015-02-091-1/+2
* move the init of the if_input from ether_ifattach to if_attach.dlg2015-02-092-3/+4
* enable iwm(4) in big ramdisks for easy upgradesphessler2015-02-082-2/+4
* Fix iwm(4) attach and firmware loading process such that a reboot afterstsp2015-02-081-111/+115
* Add missing \n to DPRINTFs in iwm(4).stsp2015-02-081-4/+4
* Sprinkle some string constant consistency on iwn(4) as well.stsp2015-02-081-5/+5
* In iwm(4), convert many verbose printf do DPRINTF, sync some string constantsstsp2015-02-081-110/+102
* Fix mfi ioctl to set drive state properly.yasuoka2015-02-081-8/+22
* Convert to if_input().mpi2015-02-082-22/+4
* Convert to if_input().mpi2015-02-082-17/+4
* Do not assume that addresses passed to bus_space_map(9) are relativempi2015-02-081-3/+15
* Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4).mpi2015-02-081-11/+11
* Convert to if_input().mpi2015-02-081-9/+2
* Convert to if_input().mpi2015-02-081-9/+2
* Introduce if_input() a function to pass packets dequeued from ampi2015-02-084-21/+71
* ANSI'fy.uebayasi2015-02-081-5/+3
* Fix stack trace of tail calls. From NetBSD. OK miod@uebayasi2015-02-081-4/+15
* Only attach cpu-based sensors on the primary cpu, for two reasonsderaadt2015-02-082-6/+8
* Count dropped SYN packets on the tcpstat. They are dropped due to theyasuoka2015-02-082-3/+6
* Just use sysctl_rdstruct() to read out some structs. Only differenceclaudio2015-02-081-7/+3
* Hilarious! We are not ready yet for large stack random biases, due toderaadt2015-02-083-6/+6
* De-static to make ddb hangman harder. OK phessler, henningclaudio2015-02-081-53/+54
* Rename some of the functions by adding a 6 so they do not conflict withclaudio2015-02-081-23/+23
* remove the dead code inside #if(def) RED_NOTYEThenning2015-02-081-59/+3
* Typo "fature" -> "feature"mlarkin2015-02-081-2/+2
* Something is subtly wrong with this. On ramdisks, processes run out ofderaadt2015-02-083-11/+6
* replace hand rolled code to maintain a list of bufs with a fifodlg2015-02-082-65/+22
* pf normalization code was in dire need of style normalization.henning2015-02-081-67/+38