| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove some unneeded statements that enabled interrupts. | Tor Egge | 1998-04-05 | 1 | -3/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -3/+10 |
* | Be less draconian about the TSC if APM is configured, use it for | Poul-Henning Kamp | 1998-03-16 | 1 | -8/+31 |
* | On SMP systems, initially follow the MP spec with regard to which pin | Tor Egge | 1998-03-14 | 1 | -38/+90 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | Tor Egge | 1998-03-05 | 1 | -6/+6 |
* | Prevent the TSC from being used on APM machines, we have no idea if | Poul-Henning Kamp | 1998-02-28 | 1 | -2/+6 |
* | Quick fix for the i8254 timecounter often gaining 10 msec. | Bruce Evans | 1998-02-23 | 1 | -1/+2 |
* | Add missing CLOCK_UNLOCK() before write_eflags(). | Jordan K. Hubbard | 1998-02-21 | 1 | -1/+2 |
* | Replace TOD clock code with more systematic approach. | Poul-Henning Kamp | 1998-02-20 | 1 | -68/+115 |
* | Update timer0_prescaler_count before calling hardclock() while timer0 | Bruce Evans | 1998-02-13 | 1 | -15/+22 |
* | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -2/+2 |
* | APM calls inittodr(0) which is stupid, but at least stop setting the | Poul-Henning Kamp | 1998-01-28 | 1 | -5/+7 |
* | More cleanup relating to our use of the TSC. | Poul-Henning Kamp | 1997-12-28 | 1 | -40/+30 |
* | wash, sort and put in order various nits from the i586_ctr -> tsc | Poul-Henning Kamp | 1997-12-28 | 1 | -11/+11 |
* | Rename "i586_ctr" to "tsc" (both upper and lower case instances). | Poul-Henning Kamp | 1997-12-26 | 1 | -28/+28 |
* | Removed #unused includes. | Bruce Evans | 1997-11-18 | 1 | -3/+4 |
* | Don't include <machine/cputypes.h> or declare cputype/class interfaces | Bruce Evans | 1997-10-28 | 1 | -2/+5 |
* | General cleanup of the sub-system locking macros. | Steve Passe | 1997-09-01 | 1 | -35/+12 |
* | Another round of lock pushdown. | Steve Passe | 1997-08-30 | 1 | -12/+43 |
* | #include <machine/limits.h> explicitly in the few places that it is required. | Bruce Evans | 1997-08-21 | 1 | -1/+2 |
* | Made PEND_INTS default. | Steve Passe | 1997-08-21 | 1 | -34/+6 |
* | clock.c: | Steve Passe | 1997-07-26 | 1 | -54/+23 |
* | Last commit didn't take, operator error??? | Steve Passe | 1997-07-22 | 1 | -29/+6 |
* | Developed a new strategy for handling the 8254/8259/APIC issue. | Steve Passe | 1997-07-20 | 1 | -30/+64 |
* | Minor cleanup. | Steve Passe | 1997-07-20 | 1 | -11/+8 |
* | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -2/+1 |
* | Added #code to support define APIC_PIN0_TIMER. | Steve Passe | 1997-07-19 | 1 | -8/+24 |
* | SMP or APIC_IO: | Steve Passe | 1997-07-19 | 1 | -8/+23 |
* | Made the printing of the APIC INTs depend on bootverbose. | Steve Passe | 1997-07-18 | 1 | -6/+8 |
* | Cleanup old stop_cpus/restart_cpus() cruft. | Steve Passe | 1997-07-13 | 1 | -6/+22 |
* | Modified to use merged/renamed functions: | Steve Passe | 1997-06-25 | 1 | -34/+30 |
* | Move interrupt handling code from isa.c to a new file. This should make | Doug Rabson | 1997-06-02 | 1 | -2/+2 |
* | Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add | Peter Wemm | 1997-05-31 | 1 | -1/+2 |
* | No longer need opt_smp.h here | Peter Wemm | 1997-05-29 | 1 | -2/+1 |
* | Made the array vec[] a global. | Steve Passe | 1997-05-25 | 1 | -4/+4 |
* | correct the order of the variables | Peter Wemm | 1997-05-05 | 1 | -3/+5 |
* | Don't remove i586_ctr_freq from scope, leave it defined as zero. This | Peter Wemm | 1997-05-04 | 1 | -3/+5 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm | 1997-04-26 | 1 | -11/+90 |
* | Prevent wedging of the stat clock because of missed interrupts. | Stephen McKay | 1997-04-06 | 1 | -5/+10 |
* | Only print clock calibration messages if the system was booted with -v. | Bruce Evans | 1997-03-05 | 1 | -8/+16 |