Age | Commit message (Expand) | Author |
2014-02-23 | fix a memory leak | Jonathan Gray |
2014-02-23 | fix a printf in a debug path | Jonathan Gray |
2014-02-23 | Give drm(4) a console locator just like wsdisplay(4) such that we can make | Mark Kettenis |
2014-02-23 | remove a surplus ')' in disabled code | Jonathan Gray |
2014-02-22 | /etc/random.seed support in the boot blocks (only when loading from disk). | Miod Vallat |
2014-02-22 | Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned | Miod Vallat |
2014-02-22 | disable alipm for now. Since GENERIC.MP showed up, a variety of machines | Theo de Raadt |
2014-02-21 | spelling | Theo de Raadt |
2014-02-20 | Support for /etc/random.seed in bootsd (disk-only boot blocks) | Miod Vallat |
2014-02-19 | /etc/random.seed support (only loaded from disk devices). | Miod Vallat |
2014-02-19 | Don't try to close(-1) if EPERM. | Miod Vallat |
2014-02-19 | /etc/random.seed support. | Miod Vallat |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-18 | sio_intr_shutdown() used to be a shutdown hook, and eventually became an | Miod Vallat |
2014-02-18 | Bump version numbers. | Joel Sing |
2014-02-18 | Actually check to see if the CPU supports tsc, rather than assuming that | Joel Sing |
2014-02-17 | iha and trm are good targets to avoid a space crisis on the install media; | Theo de Raadt |
2014-02-17 | x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so remove | David Gwynne |
2014-02-13 | Some Linux i915 drm "fast" path code relies on being able to "disable" page | Mark Kettenis |
2014-02-13 | Checking if the per-interface address list is empty when configuring | Martin Pieuchot |
2014-02-12 | Do not include pmap.h from .S code, but get the necessary defines from | Miod Vallat |
2014-02-10 | Build isp2xxx firmware into separate object files so we only include | Jonathan Matthew |
2014-02-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-02-09 | Fix copying of the previous pte entries in grow_p1(). Found the hard way by | Miod Vallat |
2014-02-09 | Use syncicache() instead of rerolling an almost identical version. | Martin Pieuchot |
2014-02-08 | Do not bzero() the available memory in pmap_bootstrap(); allocations in | Miod Vallat |
2014-02-08 | For some reason (lack of testing being my #1 candidate), IP32 PROM version 4.18 | Miod Vallat |
2014-02-08 | Replace ARC_Call2(), used to invoke the `return-to-PROM' routines with a | Miod Vallat |
2014-02-08 | Use extent_alloc_with_descr(9) and add a mutex to protect the extent. | Mark Kettenis |
2014-02-08 | Some (if not all) G5 systems use a different layout for the physical memory | Miod Vallat |
2014-02-08 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis |
2014-02-08 | Don't unmask interrupts that should be left blocked because we're at a | Mark Kettenis |
2014-02-08 | Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memory | Miod Vallat |
2014-02-08 | Allow page table entries to be either 32 bits wide (the existing state of the | Miod Vallat |
2014-02-07 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis |
2014-02-07 | Borrow the sparc installboot a.out nlist code, for /usr/mdec/bootxx is still | Miod Vallat |
2014-02-06 | Fix an MP race in the fpu context saving code; from NetBSD. | Miod Vallat |
2014-02-04 | Restore spl (lowering it) with alpha_pal_swpipl() instead of splx() in the | Miod Vallat |
2014-02-03 | Make sure sched_init_cpu() on the secondary processors is invoked with the | Miod Vallat |
2014-02-02 | Force an fpu context synchronization before halting secondary processors. | Miod Vallat |
2014-02-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-02-02 | armv7_start.o needs an explicit dependency on assym.h now; nick | Miod Vallat |
2014-02-01 | Do not include <machine/pmap.h> from .S code, for it brings much too .S-unaware | Miod Vallat |
2014-02-01 | Use splipi() instead of splhigh() to protect lazy fpu saving code. | Miod Vallat |
2014-02-01 | On MP kernels, invoke SPINLOCK_SPIN_HOOK in mtx_enter() when it spins. | Miod Vallat |
2014-02-01 | Simplify try_lock() to avoid one forward branch in the common case. | Miod Vallat |
2014-02-01 | pools aren't mp-safe; since the TLB shootdown code will allocate up to 6 job | Miod Vallat |
2014-02-01 | Lower IPL_SCHED to IPL_CLOCK where it belongs. | Miod Vallat |
2014-02-01 | Use atomic_loadlatch_ulong() to speedup and simplify the ipi dispatcher. | Miod Vallat |
2014-02-01 | Allow MP_LOCKDEBUG kernels to get tracebacks from other processors when | Miod Vallat |