| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | jasone | 2001-01-21 | 1 | -4/+4 |
* | This conf file seems to have rotted quite a bit.. | peter | 2001-01-19 | 1 | -7/+2 |
* | Remove the now-empty ipl_funcs.c file on all platforms. | peter | 2001-01-19 | 1 | -30/+0 |
* | Remove the static splXXX functions and replace them by static __inline | peter | 2001-01-19 | 1 | -5/+0 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -3/+3 |
* | These files have been on deathrow for a couple of months, no appeal. | phk | 2001-01-16 | 2 | -9/+0 |
* | Remove NOBLOCKRANDOM as a compile-time option. Instead, provide | markm | 2001-01-14 | 2 | -2/+0 |
* | Remove unused per-cpu variables inside_intr and ss_eflags. | jake | 2001-01-12 | 2 | -2/+0 |
* | - Remove compatibility macros for accessing per-cpu variables. | jake | 2001-01-11 | 1 | -13/+0 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 5 | -27/+29 |
* | The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really | mjacob | 2001-01-09 | 1 | -4/+5 |
* | Put VCS ids in a consistent place and form. | obrien | 2001-01-08 | 1 | -3/+2 |
* | Remove seconds types we don't use that came in thru the NetBSD heiratage. | obrien | 2001-01-08 | 1 | -2/+5 |
* | Implement accessors for per-cpu variables which don't depend on the | jake | 2001-01-06 | 1 | -0/+1 |
* | Sort some of the _BSD_* types. | obrien | 2001-01-01 | 1 | -4/+4 |
* | Add a dopey makefile to do the tags dance, which is probably not perfect | mjacob | 2000-12-31 | 1 | -0/+29 |
* | Move all VCS ids to a consistent location. | obrien | 2000-12-28 | 2 | -6/+4 |
* | Add multiple inclusion protection. | obrien | 2000-12-28 | 2 | -0/+10 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 2 | -0/+16 |
* | Fix ypo in essage about isabling EISA nterrupt ector | mjacob | 2000-12-15 | 1 | -1/+1 |
* | Remove the "machine dependent" KTR trace buffer ddb commands. The code was | jhb | 2000-12-14 | 1 | -101/+0 |
* | Add route interrupt method. | mjacob | 2000-12-13 | 1 | -0/+2 |
* | Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI". | obrien | 2000-12-13 | 2 | -2/+0 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -9/+7 |
* | 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 |