| Commit message (Expand) | Author | Age | Files | Lines |
* | These files have been on deathrow for a couple of months, no appeal. | phk | 2001-01-16 | 2 | -8/+0 |
* | Remove NOBLOCKRANDOM as a compile-time option. Instead, provide | markm | 2001-01-14 | 1 | -1/+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 | -12/+0 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 2 | -5/+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/+0 |
* | Implement accessors for per-cpu variables which don't depend on the | jake | 2001-01-06 | 1 | -0/+1 |
* | Don't include <stddef.h> for offsetof() - its also defined in <sys/types.h> | dfr | 2000-12-30 | 1 | -2/+0 |
* | Merge ALIGN changes from alpha code. | dfr | 2000-12-30 | 1 | -3/+24 |
* | Fix typo. | dfr | 2000-12-30 | 1 | -1/+0 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -0/+12 |
* | Resolve RAW dependency violation between tbit and adds. | marcel | 2000-12-20 | 2 | -0/+2 |
* | Remove the "machine dependent" KTR trace buffer ddb commands. The code was | jhb | 2000-12-14 | 1 | -75/+0 |
* | Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI". | obrien | 2000-12-13 | 1 | -1/+0 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -3/+3 |
* | - Add code to detect if a system call returns with locks other than Giant | jake | 2000-12-12 | 1 | -0/+14 |
* | o Remove mcclock | marcel | 2000-12-10 | 1 | -7/+4 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 2 | -25/+19 |
* | Remove the last of the MD netisr code. It is now all MI. Remove | jake | 2000-12-05 | 2 | -28/+0 |
* | remove unneded sys/ucred.h includes | alfred | 2000-11-30 | 1 | -1/+0 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | marcel | 2000-11-30 | 2 | -2/+10 |
* | Add 'mpsafe' parameter to callout_init() in MD bits. | jlemon | 2000-11-26 | 1 | -1/+1 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+3 |
* | Add a consistent API to a feature that most modern CPUs have; a fast | markm | 2000-11-21 | 1 | -0/+10 |
* | Make programs which still #include <machine/{mouse,console}.h> fail | phk | 2000-11-20 | 2 | -14/+2 |
* | - 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 |
* | Don't perform an mi_switch() when we release Giant during cpu_exit(). We | jhb | 2000-11-15 | 1 | -1/+2 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 1 | -0/+6 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 2 | -2/+5 |
* | As the blocking model has seems to be troublesome for many, disable | markm | 2000-10-27 | 1 | -0/+1 |
* | Minor build fixes. | dfr | 2000-10-26 | 4 | -3/+4 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 6 | -71/+4 |
* | Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr() | jhb | 2000-10-25 | 1 | -12/+26 |
* | * Various fixes to breakage introduced by the atomic and mutex reorgs. | dfr | 2000-10-24 | 14 | -86/+173 |
* | Adjust comments | obrien | 2000-10-24 | 2 | -8/+20 |
* | CURTHD now defines in globals.h | mjacob | 2000-10-23 | 1 | -0/+2 |
* | Define the mtx_legal2block() macro used in the witness code that managed | jhb | 2000-10-20 | 1 | -0/+2 |
* | - machine/mutex.h -> sys/mutex.h | jhb | 2000-10-20 | 1 | -1/+1 |
* | - machine/mutex.h -> sys/mutex.h | jhb | 2000-10-20 | 1 | -4/+4 |
* | - Make the mutex code almost completely machine independent. This greatly | jhb | 2000-10-20 | 2 | -1032/+14 |
* | - Expand the set of atomic operations to optionally include memory barriers | jhb | 2000-10-20 | 1 | -57/+207 |
* | Axe the barrier_{read,write,rw}() helper functions as this method of | jhb | 2000-10-20 | 1 | -23/+0 |
* | Don't force bootverbose anymore. | dfr | 2000-10-19 | 1 | -2/+1 |
* | Decrease the number of ticks between clock interrupts by a factor of ten | dfr | 2000-10-19 | 1 | -1/+1 |
* | * Disable interrupts when restoring a trapframe. | dfr | 2000-10-19 | 2 | -4/+8 |
* | Add in a simple API for memory barriers to machine/bus.h: | jhb | 2000-10-18 | 1 | -0/+22 |
* | Implement write combining for crashdumps. This is useful when | ps | 2000-10-17 | 2 | -2/+3 |