| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert mca (microchannel bus support) from something that we count | peter | 2001-01-29 | 1 | -3/+3 |
* | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | jasone | 2001-01-21 | 1 | -1/+1 |
* | Convert apm from a bogus 'count' into a plain option. Clean out some | peter | 2001-01-19 | 1 | -3/+3 |
* | Namespace cleanup. Remove some #includes in favour of an explicit | markm | 2000-12-02 | 1 | -0/+5 |
* | Revert two experimental changes which escaped from my devel machine. | phk | 2000-10-28 | 1 | -1/+1 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -1/+1 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 1 | -5/+1 |
* | - machine/mutex.h -> sys/mutex.h | jhb | 2000-10-20 | 1 | -3/+3 |
* | - Change fast interrupts on x86 to push a full interrupt frame and to | jhb | 2000-10-06 | 1 | -106/+51 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -6/+0 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 1 | -7/+7 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -52/+103 |
* | Allow use of TSC even if APM is compiled in but disabled. | phk | 2000-07-30 | 1 | -1/+6 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -2/+2 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -2/+2 |
* | Add PnP probe methods to some common AT hardware drivers. In each case, | msmith | 2000-06-23 | 1 | -0/+48 |
* | Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a | bde | 2000-05-31 | 1 | -1/+1 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 1 | -6/+7 |
* | ISA device drivers use the ISA source interrupt number in locations where | tegge | 2000-01-04 | 1 | -9/+27 |
* | Fixed races accessing the RTC. The races apparently caused | bde | 1999-12-25 | 1 | -4/+16 |
* | Remove references to register_intr() etc in comments. | peter | 1999-12-20 | 1 | -1/+1 |
* | i8254_restore is called from apm_default_resume() to reload | iwasaki | 1999-10-30 | 1 | -0/+22 |
* | This adds the i386 specific support for systems with a MicroChannel | mdodd | 1999-09-03 | 1 | -0/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -2/+2 |
* | Remove XXX from the headers (broke the build, I'm betting.) | green | 1999-07-29 | 1 | -2/+1 |
* | We're called too early to have any idea whether APM is going to be | msmith | 1999-07-28 | 1 | -11/+7 |
* | Updated acquire_timer2()'s state machine to work when the i8254 is | bde | 1999-07-18 | 1 | -23/+10 |
* | Don't let the machdep.tsc_freq sysctl proceed if the TSC is present | bde | 1999-07-18 | 1 | -6/+6 |
* | Shut up gcc. | peter | 1999-06-27 | 1 | -1/+3 |
* | This commit gives support for the Rise mP6 CPU. It has two changes: | green | 1999-06-24 | 1 | -5/+7 |
* | Remove fd driver from its old home and change files which include rtc.h | dfr | 1999-05-31 | 1 | -2/+2 |
* | Stop the TSC from being used as timecounter on K5/step0 machines. | phk | 1999-05-29 | 1 | -2/+3 |
* | Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. | bde | 1999-05-28 | 1 | -20/+21 |
* | For what it's worth, idelayed is declared as a volatile in the headers, | peter | 1999-05-09 | 1 | -2/+2 |
* | Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the | phk | 1999-04-25 | 1 | -1/+3 |
* | oops, SMP was missing includes for a typedef. | peter | 1999-04-21 | 1 | -2/+2 |
* | Stage 1 of a cleanup of the i386 interrupt registration mechanism. | peter | 1999-04-21 | 1 | -16/+12 |
* | Fix tabs that should have been spaces. Some were in kernel error messages. | mckay | 1998-12-14 | 1 | -22/+22 |
* | Update timecounters to new interface. | phk | 1998-10-23 | 1 | -11/+11 |
* | Attempt to work around a bug in the previous commit related to | bde | 1998-09-20 | 1 | -3/+3 |
* | Ensure that the i8254 timecounter doesn't go backards. It sometimes | bde | 1998-09-20 | 1 | -6/+21 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -3/+3 |
* | Add a tc_ prefix to struct timecounter members. | phk | 1998-06-09 | 1 | -6/+6 |
* | Add a member function more to the timecounters, this one is for use | phk | 1998-06-07 | 1 | -1/+3 |
* | Add a "this" style argument and a "void *private" so timecounters can | phk | 1998-06-07 | 1 | -5/+5 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -3/+3 |
* | Change a data type internal to the timecounters, and remove the "delta" | phk | 1998-05-19 | 1 | -18/+9 |
* | Remove some unneeded statements that enabled interrupts. | tegge | 1998-04-05 | 1 | -3/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+10 |