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