Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-25 | PGSHIFT -> PAGE_SHIFT in a comment | Theo de Raadt | |
2013-03-25 | PGOFSET -> PAGE_MASK in a comment | Theo de Raadt | |
2013-03-25 | PGOFSET -> PAGE_MASK | Theo de Raadt | |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt | |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt | |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt | |
2013-03-25 | Use the new rasops multiple screen support to provide proper virtual | Mark Kettenis | |
terminals. | |||
2013-03-25 | Add basic support for multiple screens. | Mark Kettenis | |
ok mpi@, miod@ | |||
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt | |
2013-03-25 | unused relics | Theo de Raadt | |
2013-03-25 | Remove the m68k FPU emulator; it was only used by the mac68k port which has been | Miod Vallat | |
lying in the Attic for quite awhile; none of the remaining m68k-based ports support FPU-less systems; assuming my HP332 cpu board is in working condition, give me memory boards for it to have at least 8MB and a chassis, and I'll consider bringing this code back. But then, the 332 has an FPU socket, and I'd rather write a new glue to use the MI softloat code (bug-free) than try and fix the bugs in this. | |||
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt | |
2013-03-25 | Move SEGSHIFT-related definitions and macros to <m68k/pte_motorola.h>, as they | Miod Vallat | |
only matter to pmap-related code. Fixes libkvm build on m68k. | |||
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt | |
2013-03-25 | these will not be built for palm since it went away | Theo de Raadt | |
2013-03-25 | gumstix was never finished | Theo de Raadt | |
2013-03-25 | the unused palm code goes away. | Theo de Raadt | |
2013-03-25 | clean up kernel includes; no need for uvm_extern.h | Theo de Raadt | |
2013-03-25 | Factor out the code that is used to recreate work units - one copy of the | Joel Sing | |
code is sufficient. ok krw@ | |||
2013-03-25 | reseed the random pool with 'dmesg' when more devices are attached | Markus Friedl | |
from hshoexer@; ok tedu@, "looks good" deraadt@ | |||
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | Martin Pieuchot | |
ok bluhm@, mikeb@ | |||
2013-03-25 | move the message announcing overlay init to debug | Jonathan Gray | |
2013-03-25 | add the missing parts of the upstream linux commit to | Jonathan Gray | |
enable occlusion queries. ok mpi@ | |||
2013-03-24 | SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h) | Philip Guenther | |
struct sem --> struct __sem (doesn't belong in public namespace) Zap pointless _KERNEL tests ok deraadt@ | |||
2013-03-24 | sync | Theo de Raadt | |
2013-03-24 | another ppb; soekris net1841; pointed out by mitja | Theo de Raadt | |
2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE | Theo de Raadt | |
2013-03-24 | use sys/param.h instead of machine/param.h | Theo de Raadt | |
2013-03-24 | do not expose a userland function to the kernel | Theo de Raadt | |
2013-03-24 | hide some userland functions from the kernel | Theo de Raadt | |
2013-03-24 | hide some kernel functions from userland | Theo de Raadt | |
2013-03-24 | label some nested #endif's | Theo de Raadt | |
2013-03-24 | Use ieee80211_set_tim() directly now that it is available. | Claudio Jeker | |
2013-03-24 | Make ieee80211_set_tim() available from outside of ieee80211_node.c | Claudio Jeker | |
so drivers like acx(4) can use that function directly instead of reimplementing the function again. Requested by kettenis@ long time ago. | |||
2013-03-24 | pstats is already 0, but the bonus = 0 belongs outside the pointer section | Ted Unangst | |
2013-03-23 | pull the suser check for sysctl pointers up higher, out of the loops. | Ted Unangst | |
hide a few more pointery things. ok deraadt | |||
2013-03-23 | A small sprinking of #ifdef _KERNEL | Theo de Raadt | |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt | |
to keep definitions our of user space. The MD files now follow a consistant order -- all namespace intrusion is at the tail can be cleaned up independently. locore, bootblocks, and libkvm still see enough visibility to build. Checked on 90% of platforms... | |||
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt | |
2013-03-23 | convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in | Theo de Raadt | |
in userland by libkvm) ok sthen | |||
2013-03-23 | avoid machine/param.h use | Theo de Raadt | |
2013-03-22 | Move i915_gem_gtt_map_ioctl() from i915_drv.c to i915_gem.c and rename it | Mark Kettenis | |
to i915_gem_mmap_ioctl(). | |||
2013-03-22 | Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightness | Mark Kettenis | |
keys are used. Simply ignore this event. We have no use for it and the keys work just fine with the new inteldrm(4). ok mpi@, jsg@, otto@, jsg@ | |||
2013-03-22 | ARM Cortex A8 was defined twice, we don't need that. | Patrick Wildt | |
ok miod@ | |||
2013-03-22 | Use different setup functions for ARM9E and ARM10 to fix an undefined | Patrick Wildt | |
instruction fault on ARM9E caused by a coprocessor call. ok miod@ | |||
2013-03-22 | NBPG is spelled PAGE_SIZE | Theo de Raadt | |
2013-03-22 | This has no reason to pull in machine/param.h | Theo de Raadt | |
ok guenther | |||
2013-03-22 | add some macros needed by newer libdrm | Jonathan Gray | |
2013-03-22 | wire up the mode object property ioctls | Jonathan Gray | |
2013-03-22 | implement DRM_IOCTL_I915_GEM_SW_FINISH | Jonathan Gray | |