| Commit message (Expand) | Author | Age | Files | Lines |
* | enable the proper cascade irq on as1000a | gallatin | 2000-12-12 | 1 | -1/+1 |
* | fix AS1000/AS1000A support. It turns out the that iobus depends on the | gallatin | 2000-12-12 | 1 | -2/+10 |
* | fix various compiler warnings generated by previous commit | gallatin | 2000-12-12 | 1 | -5/+5 |
* | - Add code to detect if a system call returns with locks other than Giant | jake | 2000-12-12 | 1 | -0/+14 |
* | Store in globaldata our CPU ID#. Provide a lock for panics - only one | mjacob | 2000-12-09 | 4 | -0/+9 |
* | Next phase in the PCI subsystem cleanup. | msmith | 2000-12-08 | 27 | -203/+170 |
* | Partially re-write T2 chipset support based on Tru64 platform support | gallatin | 2000-12-07 | 5 | -99/+454 |
* | Minor cleanups: | marcel | 2000-12-05 | 1 | -8/+3 |
* | Make osendsig global. It's used by the Linuxulator. | marcel | 2000-12-05 | 1 | -1/+3 |
* | Remove the last of the MD netisr code. It is now all MI. Remove | jake | 2000-12-05 | 2 | -28/+0 |
* | Fix for vanilla PC164 systems to use a slightly different PALcode magic | mjacob | 2000-12-04 | 2 | -2/+39 |
* | Comment out debug printfs about enable/disable ints. | mjacob | 2000-12-04 | 1 | -2/+2 |
* | More M_ZERO patches. | dwmalone | 2000-12-03 | 1 | -23/+19 |
* | Don't auto-generate the syscalls. | marcel | 2000-12-03 | 8 | -7/+1224 |
* | Don't auto-generate syscalls. | marcel | 2000-12-03 | 1 | -1/+1 |
* | exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it should | gallatin | 2000-12-02 | 1 | -1/+1 |
* | Alter isa interrupt behaviour on alpha. Rather than send a non-specific | gallatin | 2000-12-01 | 1 | -4/+38 |
* | acquire/release Giant in vm_page_zero_idle(), like on i386 | gallatin | 2000-12-01 | 1 | -8/+2 |
* | Convert the pcib_{read,write}_config args from signed to unsigned, | gallatin | 2000-12-01 | 8 | -29/+29 |
* | remove unneded sys/ucred.h includes | alfred | 2000-11-30 | 2 | -2/+0 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | marcel | 2000-11-30 | 3 | -6/+19 |
* | Add 'mpsafe' parameter to callout_init() in MD bits. | jlemon | 2000-11-26 | 1 | -1/+1 |
* | Don't unregister the ioctl handlers before we verified we | marcel | 2000-11-23 | 1 | -11/+13 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+9 |
* | Protect the bounce page list with a mutex instead of using splhigh(). | dfr | 2000-11-22 | 1 | -14/+13 |
* | Add a consistent API to a feature that most modern CPUs have; a fast | markm | 2000-11-21 | 1 | -0/+10 |
* | fix isa DMA on pyxis based machines: | gallatin | 2000-11-21 | 1 | -7/+8 |
* | Make programs which still #include <machine/{mouse,console}.h> fail | phk | 2000-11-20 | 2 | -13/+2 |
* | Convert various calls to splhigh() to disable_intr() since splhigh() is | dfr | 2000-11-19 | 6 | -26/+34 |
* | We don't need <stddef.h> for offsetof() any more. | dfr | 2000-11-19 | 1 | -2/+0 |
* | - Protect the callout wheel with a separate spin mutex, callout_lock. | jake | 2000-11-19 | 1 | -0/+2 |
* | - Split the run queue and sleep queue linkage, so that a process | jake | 2000-11-17 | 1 | -1/+1 |
* | Don't release and acquire Giant in mi_switch(). Instead, release and | jhb | 2000-11-16 | 1 | -0/+2 |
* | Use the linux_connect() on alpha rather than passing directly through | gallatin | 2000-11-16 | 1 | -1/+2 |
* | make the fcntl() flags match what the linux/alpha port uses, not | gallatin | 2000-11-16 | 1 | -9/+11 |
* | Add the 'witness_spin_check' per-CPU variable. | jhb | 2000-11-15 | 3 | -0/+3 |
* | - Don't acquire/release Giant during an interrupt context for machine | jhb | 2000-11-15 | 1 | -10/+1 |
* | Fix all the interrupt enabled/disabled assertions which were backwards. | jhb | 2000-11-15 | 1 | -6/+6 |
* | Don't perform an mi_switch() when we release Giant during cpu_exit(). We | jhb | 2000-11-15 | 1 | -1/+2 |
* | Enable all interrupts in switch_trampoline after releasing the sched_lock. | jhb | 2000-11-15 | 1 | -0/+2 |
* | Pick up kernelname for bootinfo structure (if possible), otherwise | mjacob | 2000-11-14 | 1 | -5/+13 |
* | Enable linux thread support on the alpha. The guts of linux_clone was | gallatin | 2000-11-10 | 1 | -1/+57 |
* | Simplify and correct OSF/1 signal handling. | gallatin | 2000-11-10 | 3 | -133/+16 |
* | Fix typo in END macro (END'ed enable twice) | mjacob | 2000-11-09 | 1 | -1/+1 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 5 | -3/+14 |
* | back out 1.66 -- the Elfxx_Brandinfo compat_3_brand field doesn't exist | gallatin | 2000-11-09 | 1 | -2/+0 |
* | Clean this is up a bit for multiple MIDs... We can figure out which MID | mjacob | 2000-11-08 | 1 | -40/+59 |
* | Fix CMSG and ALIGN macro usage. | asmodai | 2000-11-08 | 1 | -17/+37 |
* | (KTR debugging) Say when we're disabling a vector. | mjacob | 2000-11-07 | 1 | -2/+5 |
* | Sync with i386's GENERIC rev 1.287 (Minor ordering changes to make more | obrien | 2000-11-07 | 2 | -2/+2 |