Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | Convert to uiomove() | Miod Vallat | |
2015-02-10 | Convert sun4 eeprom access to uiomove() | Miod Vallat | |
2015-02-10 | Convert to uiomove(). | Miod Vallat | |
ok guenther@ | |||
2015-02-10 | Convert to uiomove(). | Miod Vallat | |
2015-02-10 | Convert uiomovei() with a constant size argument to uiomove(). | Miod Vallat | |
2015-02-10 | Switch uiomovei(..., sizeof whatever, ...) to uiomove(). | Miod Vallat | |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat | |
- rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@ | |||
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 | |
not necessary, but consistent with other platforms. ok deraadt | |||
2015-02-10 | Correctly parse memory regions from the firmware on 64bit machines. | Martin Pieuchot | |
With miod@ | |||
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 | |
KNF while I'm there. Also remove some #if 0'ed code that I'm not planning to use in the near future. Apologies to deraadt@ for ignoring his diff and doing it my own way. | |||
2015-02-09 | Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 which | Martin Pieuchot | |
is not present in the device-tree. ok kettenis@ | |||
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 | |
fixed stack area of the exec'd image, and risking hitting process limits, should we want to increase stackgap_random, the randomness is applied to the stack region in the process' vmspace. | |||
2015-02-09 | No need to check for va < USRSTACK before invoking uvm_grow() on behalf of | Miod Vallat | |
a userland map. | |||
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 | |
automagically if copyout() of the signal frame faults. | |||
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 | |
of a single mbuf. this forces us to batch work between the hardware rx handlers and the stack. this includes a converstion of bge from ether_input to if_input. ok claudio@ pelikan@ mpi@ | |||
2015-02-08 | enable iwm(4) in big ramdisks for easy upgrades | Peter Hessler | |
tested with and without firmware files. OK stsp@ deraadt@ | |||
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 | |
to the bus base address, that's not the case with radeondrm(9) cards on G5. From miod@ | |||
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 | |
- The sensor framework cannot fetch values on the right cpu - sensor_task_register() calls malloc, and calling it is inapproapriate ok guenther | |||
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt | |
the stack region handling in uvm. | |||
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 | |
bufq. guenther pointed out this is one of the last things using the compat in struct buf that we still have from the disksort days. not anymore. ok miod@ guenther@ | |||
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 | |
in all MD apmvar.h. | |||
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 | |
ok tedu@, guenther@, miod@ | |||
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt | |
boot. ok mlarkin | |||
2015-02-07 | Delete non-ELF support, in particular .align 12 (always a bit jarring) | Theo de Raadt | |
ok miod | |||
2015-02-07 | Shrink the I/O map from 64KB to 16KB. This map is only used for | Miod Vallat | |
smaller-than-a-logical-page allocations, while logical page size and larger are passed to uvm. So in the worst case, the kernel will end up needing about 20 vax pages out of it: 1 for non-console serial chips, up to 2 per Ethernet controller, 1 per SCSI controller, up to 3 for the clock or SSC chip, 1 for the cpmbox, up to 3 for model-specific mappings (VS_REGS, KA650 stuff), 1 for the leds, and up to 3 for frame buffer registers. Thus shrinking from 128 pages to 32 is still large enough. | |||
2015-02-07 | Provide symbolic defines for the ICCS register magic bits, and use them | Miod Vallat | |
rather than hardcoded values. | |||
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 | |