summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-02-10Enable `va < VM_MIN_ADDRESS' check now that VM_MIN_ADDRESS is nonzero.Miod Vallat
2015-02-10increase min address to page size for all remaining min == 0 systems.Ted Unangst
2015-02-10Correctly parse memory regions from the firmware on 64bit machines.Martin Pieuchot
2015-02-10Remove a #define for an ipi removed last year. No functional change.Mike Larkin
2015-02-10Cleanup debug crap that hasn't been used in the last decade. Sprinkle someMark Kettenis
2015-02-09Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 whichMartin Pieuchot
2015-02-09Move consistency check within #ifdef DIAGNOSTICMiod Vallat
2015-02-09_LKM leftoversMiod Vallat
2015-02-09oops, accidental commitTheo de Raadt
2015-02-09syncTheo de Raadt
2015-02-09Change the way stackgap_random is applied. Instead of applying it within theMiod Vallat
2015-02-09No need to check for va < USRSTACK before invoking uvm_grow() on behalf ofMiod Vallat
2015-02-09Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean.Miod Vallat
2015-02-09Do not even try to call uvm_grow() from sendsig. It will be invokedMiod Vallat
2015-02-09No need to export USRSTACKMiod Vallat
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-08enable iwm(4) in big ramdisks for easy upgradesPeter Hessler
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-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-08Hilarious! We are not ready yet for large stack random biases, due toTheo de Raadt
2015-02-08Typo "fature" -> "feature"Mike Larkin
2015-02-08replace hand rolled code to maintain a list of bufs with a fifoDavid Gwynne
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-07Need to define APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-02-07adapt to resume_randomness() changesTheo de Raadt
2015-02-07Document a non-obvious aspect of identifycpu() use on i386Philip Guenther
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-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-06Fix bios_printf format specifier in debug code.Miod Vallat
2015-02-06Add __attribute__((__format__(__kprintf__))) to bios_printf()Miod Vallat
2015-02-06Enable iwm(4) on i386.Stefan Sperling
2015-02-06Enable iwm(4) on amd64.Stefan Sperling
2015-02-06Give "machine ddbcpu" a chance to work, now we can try to see what's wrongMartin Pieuchot
2015-02-06Call the debugger (bsd -d) before replacing the firmware console just likeMartin Pieuchot
2015-02-06Handle hibernate button in the same way as suspend does: send anDavid Coppa
2015-02-06Fix a hibernate crash on some machines due to unmapping a page thatMike Larkin
2015-02-05Whitespace.Masao Uebayashi
2015-02-05Use octeon_xkphys_*_8().Masao Uebayashi