summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-02-07add ml_filter and mq_filter functions to the mbuf list and queue apis.David Gwynne
2015-02-07Let a volume key event unmute. This makes the software state follow theMark Kettenis
2015-02-07Tedu the old idle page zeroing code.Mark Kettenis
2015-02-07New framework that allows hibernate to pass in entropy from it's freshTheo de Raadt
2015-02-07remove linux int types in the drm headerJonathan Gray
2015-02-07recombine some of the split uvm_mmap functions. the precondition checksTed Unangst
2015-02-07Delete non-ELF support, in particular .align 12 (always a bit jarring)Theo de Raadt
2015-02-07Shrink the I/O map from 64KB to 16KB. This map is only used forMiod Vallat
2015-02-07Provide symbolic defines for the ICCS register magic bits, and use themMiod Vallat
2015-02-06Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries canTheo de Raadt
2015-02-06Add bpf(4) support to iwm(4). Makes tcpdump -i iwm0 work. Based on iwn(4).Stefan Sperling
2015-02-06Add new definitions from libdrm 2.4.59Jonathan Gray
2015-02-06Fix bios_printf format specifier in debug code.Miod Vallat
2015-02-06Add __attribute__((__format__(__kprintf__))) to bios_printf()Miod Vallat
2015-02-06earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1pSebastian Benoit
2015-02-06Enable iwm(4) on i386.Stefan Sperling
2015-02-06Enable iwm(4) on amd64.Stefan Sperling
2015-02-06Add iwm(4), a new driver for Intel 7260 wifi cards.Stefan Sperling
2015-02-06earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1pSebastian Benoit
2015-02-06-Split out uvm_mmap and uvm_map into a version for anon's and a versionBob Beck