summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-02-07Misplaced #endifMiod Vallat
2015-02-07Add the .orig file to CLEANFILESMiod Vallat
2015-02-07Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be definedMiod Vallat
2015-02-07APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-02-07Fix a logic error when enabling MAC and reset the checksum report bitMartin Pieuchot
2015-02-07Don't panic on unhandled net80211 state transitions in iwm(4).Stefan Sperling
2015-02-07pf synproxy will do the 3WHS on behalf of the target machine, and onceHenning Brauer
2015-02-07forbid execve() with argc == 0. prompted by a millert email.Ted Unangst
2015-02-07Need to define APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-02-07Introduce VM_KERNEL_SPACE_SIZE as a replacement forMiod Vallat
2015-02-07mechanical conversion of this code to using siphash instead of some xors.David Gwynne
2015-02-07Handle suspend/resume for iwm(4) devices, by syncing with iwn(4)Peter Hessler
2015-02-07make RB_PROTOTYPE usage ISO C compliant by removing useless semicolonsMartin Pelikan
2015-02-07keep this in sync a bit with userland by putting static on functionsDavid Gwynne
2015-02-07Print a different error message if the route entry supposed to containMartin Pieuchot
2015-02-07adapt to resume_randomness() changesTheo de Raadt
2015-02-07Document a non-obvious aspect of identifycpu() use on i386Philip Guenther
2015-02-07make mq_enlist drop mbufs is the queues length is exceeded.David Gwynne
2015-02-07Preserve a page's worth of random data on hibernate resume. Used to improveMike Larkin