Age | Commit message (Expand) | Author |
2015-02-10 | Enable `va < VM_MIN_ADDRESS' check now that VM_MIN_ADDRESS is nonzero. | Miod Vallat |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-02-10 | Correctly parse memory regions from the firmware on 64bit machines. | Martin Pieuchot |
2015-02-10 | Remove a #define for an ipi removed last year. No functional change. | Mike Larkin |
2015-02-10 | Cleanup debug crap that hasn't been used in the last decade. Sprinkle some | Mark Kettenis |
2015-02-09 | Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 which | Martin Pieuchot |
2015-02-09 | Move consistency check within #ifdef DIAGNOSTIC | Miod Vallat |
2015-02-09 | _LKM leftovers | Miod Vallat |
2015-02-09 | oops, accidental commit | Theo de Raadt |
2015-02-09 | sync | Theo de Raadt |
2015-02-09 | Change the way stackgap_random is applied. Instead of applying it within the | Miod Vallat |
2015-02-09 | No need to check for va < USRSTACK before invoking uvm_grow() on behalf of | Miod Vallat |
2015-02-09 | Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean. | Miod Vallat |
2015-02-09 | Do not even try to call uvm_grow() from sendsig. It will be invoked | Miod Vallat |
2015-02-09 | No need to export USRSTACK | Miod Vallat |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |
2015-02-08 | enable iwm(4) in big ramdisks for easy upgrades | Peter Hessler |
2015-02-08 | Convert to if_input(). | Martin Pieuchot |
2015-02-08 | Do not assume that addresses passed to bus_space_map(9) are relative | Martin Pieuchot |
2015-02-08 | ANSI'fy. | Masao Uebayashi |
2015-02-08 | Fix stack trace of tail calls. From NetBSD. OK miod@ | Masao Uebayashi |
2015-02-08 | Only attach cpu-based sensors on the primary cpu, for two reasons | Theo de Raadt |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |
2015-02-08 | Typo "fature" -> "feature" | Mike Larkin |
2015-02-08 | replace hand rolled code to maintain a list of bufs with a fifo | David Gwynne |
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 | Need to define APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
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 | 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 | 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 | 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 | Enable iwm(4) on i386. | Stefan Sperling |
2015-02-06 | Enable iwm(4) on amd64. | Stefan Sperling |
2015-02-06 | Give "machine ddbcpu" a chance to work, now we can try to see what's wrong | Martin Pieuchot |
2015-02-06 | Call the debugger (bsd -d) before replacing the firmware console just like | Martin Pieuchot |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-02-06 | Fix a hibernate crash on some machines due to unmapping a page that | Mike Larkin |
2015-02-05 | Whitespace. | Masao Uebayashi |
2015-02-05 | Use octeon_xkphys_*_8(). | Masao Uebayashi |