| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back out over-aggressive locking of p->p_cred. | John Baldwin | 2001-01-25 | 1 | -16/+3 |
| * | Remove prototype for child_return(). | John Baldwin | 2001-01-24 | 1 | -1/+0 |
| * | - Change fork_exit() to take a pointer to a trapframe as its 3rd argument | John Baldwin | 2001-01-24 | 3 | -36/+9 |
| * | - Remove some unused and unneeded atomic operations sitting in mp_machdep.c | John Baldwin | 2001-01-24 | 2 | -61/+13 |
| * | Oops, when converting if (foo) panic() to a KASSERT(), you have to invert | John Baldwin | 2001-01-24 | 1 | -3/+4 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 2 | -125/+7 |
| * | Proc locking. | John Baldwin | 2001-01-24 | 4 | -6/+36 |
| * | Use queue macros. | John Baldwin | 2001-01-24 | 1 | -2/+1 |
| * | Add a prototype for isa_irq_mask() to quiet a warning. | John Baldwin | 2001-01-24 | 1 | -0/+1 |
| * | Wrap the IPI definitions and function prototypes in #ifdef SMP. | John Baldwin | 2001-01-24 | 1 | -0/+2 |
| * | - Rename the gd_cpuno member of struct globaldata to gd_cpuid. | John Baldwin | 2001-01-24 | 2 | -8/+12 |
| * | - Proc locking. | John Baldwin | 2001-01-24 | 1 | -2/+6 |
| * | - Change userret() to take a struct trapframe * as its second argument and | John Baldwin | 2001-01-24 | 1 | -59/+61 |
| * | - Proc locking. | John Baldwin | 2001-01-24 | 1 | -4/+24 |
| * | - Proc locking. | John Baldwin | 2001-01-24 | 1 | -38/+47 |
| * | - Adjust some whitespace to reduce diffs with the i386 version. | John Baldwin | 2001-01-24 | 1 | -103/+102 |
| * | - Initialize curproc, proc0.p_heldmtx, and proc0.p_contested earlier so | John Baldwin | 2001-01-24 | 1 | -2/+48 |
| * | - Wrap the IPI interrupt handler in #ifdef SMP. | John Baldwin | 2001-01-24 | 1 | -2/+4 |
| * | cpuno -> cpuid. | John Baldwin | 2001-01-24 | 1 | -1/+1 |
| * | Don't import the nonexistent astpending variable. | John Baldwin | 2001-01-24 | 1 | -2/+0 |
| * | Wrap the startup code used by secondary processors in #ifdef SMP. | John Baldwin | 2001-01-24 | 1 | -0/+2 |
| * | Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex | Jason Evans | 2001-01-21 | 1 | -0/+6 |
| * | First step towards an MP-safe zone allocator: | Dag-Erling Smørgrav | 2001-01-21 | 1 | -2/+2 |
| * | Make intr_nesting_level per-process, rather than per-cpu. Setup | Jake Burkholder | 2001-01-21 | 5 | -12/+8 |
| * | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | Jason Evans | 2001-01-21 | 1 | -4/+4 |
| * | This conf file seems to have rotted quite a bit.. | Peter Wemm | 2001-01-19 | 1 | -7/+2 |
| * | Remove the now-empty ipl_funcs.c file on all platforms. | Peter Wemm | 2001-01-19 | 1 | -30/+0 |
| * | Remove the static splXXX functions and replace them by static __inline | Peter Wemm | 2001-01-19 | 1 | -5/+0 |
| * | Implement MTX_RECURSE flag for mtx_init(). | Bosko Milekic | 2001-01-19 | 1 | -3/+3 |
| * | These files have been on deathrow for a couple of months, no appeal. | Poul-Henning Kamp | 2001-01-16 | 2 | -9/+0 |
| * | Remove NOBLOCKRANDOM as a compile-time option. Instead, provide | Mark Murray | 2001-01-14 | 2 | -2/+0 |
| * | Remove unused per-cpu variables inside_intr and ss_eflags. | Jake Burkholder | 2001-01-12 | 2 | -2/+0 |
| * | - Remove compatibility macros for accessing per-cpu variables. | Jake Burkholder | 2001-01-11 | 1 | -13/+0 |
| * | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | Jake Burkholder | 2001-01-10 | 5 | -27/+29 |
| * | The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really | Matt Jacob | 2001-01-09 | 1 | -4/+5 |
| * | Put VCS ids in a consistent place and form. | David E. O'Brien | 2001-01-08 | 1 | -3/+2 |
| * | Remove seconds types we don't use that came in thru the NetBSD heiratage. | David E. O'Brien | 2001-01-08 | 1 | -2/+5 |
| * | Implement accessors for per-cpu variables which don't depend on the | Jake Burkholder | 2001-01-06 | 1 | -0/+1 |
| * | Sort some of the _BSD_* types. | David E. O'Brien | 2001-01-01 | 1 | -4/+4 |
| * | Add a dopey makefile to do the tags dance, which is probably not perfect | Matt Jacob | 2000-12-31 | 1 | -0/+29 |
| * | Move all VCS ids to a consistent location. | David E. O'Brien | 2000-12-28 | 2 | -6/+4 |
| * | Add multiple inclusion protection. | David E. O'Brien | 2000-12-28 | 2 | -0/+10 |
| * | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder | 2000-12-23 | 2 | -0/+16 |
| * | Fix ypo in essage about isabling EISA nterrupt ector | Matt Jacob | 2000-12-15 | 1 | -1/+1 |
| * | Remove the "machine dependent" KTR trace buffer ddb commands. The code was | John Baldwin | 2000-12-14 | 1 | -101/+0 |
| * | Add route interrupt method. | Matt Jacob | 2000-12-13 | 1 | -0/+2 |
| * | Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI". | David E. O'Brien | 2000-12-13 | 2 | -2/+0 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -9/+7 |
| * | enable the proper cascade irq on as1000a | Andrew Gallatin | 2000-12-12 | 1 | -1/+1 |
| * | fix AS1000/AS1000A support. It turns out the that iobus depends on the | Andrew Gallatin | 2000-12-12 | 1 | -2/+10 |