Age | Commit message (Expand) | Author |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-18 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis |
2014-02-23 | fix a printf in a debug path | Jonathan Gray |
2014-02-22 | disable alipm for now. Since GENERIC.MP showed up, a variety of machines | Theo de Raadt |
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-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-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 |
2014-02-01 | Reset the hwrpb cpu start address after booting the secondaries, in order to | Miod Vallat |
2014-01-30 | Abort traceback when a new ra has not been found, instead of looping on it | Miod Vallat |
2014-01-30 | Narrow ci_flags to be able to print ci_mutex_level in the `machine ddbcpu' | Miod Vallat |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-28 | In MUTEX_ASSERT_LOCKED, check we are the mutex owner if MULTIPROCESSOR. | Miod Vallat |
2014-01-28 | In cpu_fork(), make sure to set the IPL of the new process to IPL_IPI on | Miod Vallat |
2014-01-26 | Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-06 | Put PG_EXEC and PG_FOE into the PG_PROT mask, and make sure the default | Miod Vallat |
2014-01-06 | Remove I-sync stuff from pmap_changebit(). The AARM says that we | Miod Vallat |
2014-01-06 | Program window #2 to allow the second GB of low memory to use direct DMA; | Miod Vallat |
2014-01-05 | Cleanup some leftovers from previous changes. | Miod Vallat |
2014-01-01 | Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD. | Miod Vallat |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-12-22 | Only attach cpu0 on single-processor kernels, to match the expected behaviour. | Miod Vallat |
2013-12-22 | Compute ncpusfound correctly. The logic was there but the count variable was | Miod Vallat |
2013-12-22 | MP-safe rw_cas() implementation for rwlocks. | Miod Vallat |
2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-12 | Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set | Kenneth R Westerback |