Age | Commit message (Expand) | Author |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |
2015-02-08 | De-static to make ddb hangman harder. OK phessler, henning | Claudio Jeker |
2015-02-08 | Rename some of the functions by adding a 6 so they do not conflict with | Claudio Jeker |
2015-02-08 | remove the dead code inside #if(def) RED_NOTYET | Henning Brauer |
2015-02-08 | Typo "fature" -> "feature" | Mike Larkin |
2015-02-08 | Something is subtly wrong with this. On ramdisks, processes run out of | Theo de Raadt |
2015-02-08 | replace hand rolled code to maintain a list of bufs with a fifo | David Gwynne |
2015-02-08 | pf normalization code was in dire need of style normalization. | Henning Brauer |
2015-02-08 | Give up tracing if RA is corrupted. OK miod@ | Masao Uebayashi |
2015-02-08 | Style. | Masao Uebayashi |
2015-02-07 | typos | Miod Vallat |
2015-02-07 | Misplaced #endif | Miod Vallat |
2015-02-07 | Add the .orig file to CLEANFILES | Miod Vallat |
2015-02-07 | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined | Miod Vallat |
2015-02-07 | APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
2015-02-07 | Fix a logic error when enabling MAC and reset the checksum report bit | Martin Pieuchot |
2015-02-07 | Don't panic on unhandled net80211 state transitions in iwm(4). | Stefan Sperling |
2015-02-07 | pf synproxy will do the 3WHS on behalf of the target machine, and once | Henning Brauer |
2015-02-07 | forbid execve() with argc == 0. prompted by a millert email. | Ted Unangst |
2015-02-07 | Need to define APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
2015-02-07 | Introduce VM_KERNEL_SPACE_SIZE as a replacement for | Miod Vallat |
2015-02-07 | mechanical conversion of this code to using siphash instead of some xors. | David Gwynne |
2015-02-07 | Handle suspend/resume for iwm(4) devices, by syncing with iwn(4) | Peter Hessler |
2015-02-07 | make RB_PROTOTYPE usage ISO C compliant by removing useless semicolons | Martin Pelikan |
2015-02-07 | keep this in sync a bit with userland by putting static on functions | David Gwynne |
2015-02-07 | Print a different error message if the route entry supposed to contain | Martin Pieuchot |
2015-02-07 | adapt to resume_randomness() changes | Theo de Raadt |
2015-02-07 | Document a non-obvious aspect of identifycpu() use on i386 | Philip Guenther |
2015-02-07 | make mq_enlist drop mbufs is the queues length is exceeded. | David Gwynne |
2015-02-07 | Preserve a page's worth of random data on hibernate resume. Used to improve | Mike Larkin |
2015-02-07 | add ml_filter and mq_filter functions to the mbuf list and queue apis. | David Gwynne |
2015-02-07 | Let a volume key event unmute. This makes the software state follow the | Mark Kettenis |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt |
2015-02-07 | remove linux int types in the drm header | Jonathan Gray |
2015-02-07 | recombine some of the split uvm_mmap functions. the precondition checks | Ted Unangst |
2015-02-07 | Delete non-ELF support, in particular .align 12 (always a bit jarring) | Theo de Raadt |
2015-02-07 | Shrink the I/O map from 64KB to 16KB. This map is only used for | Miod Vallat |
2015-02-07 | Provide symbolic defines for the ICCS register magic bits, and use them | Miod Vallat |
2015-02-06 | Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can | Theo de Raadt |
2015-02-06 | Add bpf(4) support to iwm(4). Makes tcpdump -i iwm0 work. Based on iwn(4). | Stefan Sperling |
2015-02-06 | Add new definitions from libdrm 2.4.59 | Jonathan Gray |
2015-02-06 | Fix bios_printf format specifier in debug code. | Miod Vallat |
2015-02-06 | Add __attribute__((__format__(__kprintf__))) to bios_printf() | Miod Vallat |
2015-02-06 | earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p | Sebastian Benoit |
2015-02-06 | Enable iwm(4) on i386. | Stefan Sperling |
2015-02-06 | Enable iwm(4) on amd64. | Stefan Sperling |
2015-02-06 | Add iwm(4), a new driver for Intel 7260 wifi cards. | Stefan Sperling |
2015-02-06 | earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p | Sebastian Benoit |
2015-02-06 | -Split out uvm_mmap and uvm_map into a version for anon's and a version | Bob Beck |