| Commit message (Expand) | Author | Age | Files | Lines |
* | Attached simple external ddb commands `show rtc', `show pgrpdump' | bde | 1996-09-14 | 1 | -5/+7 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 1 | -2/+2 |
* | Eliminated i586_ctr_rate. Use i586_ctr_freq instead. | bde | 1996-08-02 | 1 | -12/+6 |
* | Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes were | bde | 1996-07-30 | 1 | -18/+41 |
* | Post-commit review by Bruce. Mostly stylistic changes. | joerg | 1996-07-21 | 1 | -51/+56 |
* | Major cleanup of the timerX_{acquire,release} stuff. In particular, | joerg | 1996-07-20 | 1 | -48/+96 |
* | Fixed adjustment of `time' when timer0 is released. 27465 was 27645 in | bde | 1996-07-17 | 1 | -2/+2 |
* | Use the standard timer (interrupt) frequency while calibrating the clocks. | bde | 1996-07-01 | 1 | -7/+4 |
* | In getit(), use read_eflags()/write_eflags() to preserve the interrupt | bde | 1996-06-17 | 1 | -3/+8 |
* | Move warning messages under bootverbose | pst | 1996-06-11 | 1 | -4/+8 |
* | Put clock calibration #defines in opt_clock.h to ease reconfiguration | pst | 1996-06-11 | 1 | -1/+2 |
* | Added calibration the i8254 and the i586 clocks agains the RTC at boot | bde | 1996-05-01 | 1 | -43/+249 |
* | - add apm to the GENERIC kernel (disabled by default), and add some comments | nate | 1996-04-22 | 1 | -5/+23 |
* | Fix adjkerntz expression priority | ache | 1996-04-05 | 1 | -3/+3 |
* | Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for | ache | 1996-04-05 | 1 | -5/+7 |
* | Moved rtcin() to clock.c. | bde | 1996-03-31 | 1 | -1/+14 |
* | Whoops, back out the last commit, which was accidentally committed at | nate | 1996-03-23 | 1 | -16/+1 |
* | Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove the | nate | 1996-03-23 | 1 | -2/+17 |
* | No longer use the cyclecounter to attempt to correct for late or missed | wollman | 1996-01-30 | 1 | -1/+2 |
* | Since new bcd* macros not argument range overflow resistant, | ache | 1996-01-16 | 1 | -4/+2 |
* | My wife is busy making me a new conical hat, so you don't need to | phk | 1996-01-15 | 1 | -23/+12 |
* | Soren called an said that I screwed up badly, so I backup until | phk | 1996-01-15 | 1 | -11/+22 |
* | Make bin2bcd and bcd2bin global macroes instead of having local | phk | 1996-01-15 | 1 | -23/+12 |
* | Fixed handling of Feb 29 in resettodr(). | bde | 1996-01-12 | 1 | -5/+11 |
* | Replace ugly year/month calculations in resettodr to more clean | ache | 1996-01-08 | 1 | -14/+12 |
* | Convert DDB to new-style option. | wollman | 1996-01-04 | 1 | -1/+3 |
* | Add Pentium Pro CPU detection and special handling. For now, all the | dg | 1995-12-24 | 1 | -4/+4 |
* | Increase Pentium cyclecounter calibration time to 131072 us. This | wollman | 1995-12-20 | 1 | -2/+2 |
* | Fixed staticization of DDB functions. | bde | 1995-12-14 | 1 | -2/+2 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -5/+5 |
* | Fix Pentium CPU rate diagnosis: | wollman | 1995-11-29 | 1 | -8/+8 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -2/+2 |
* | Reduce jitter of Pentium microtime() implementation by letting the counter | wollman | 1995-10-12 | 1 | -6/+15 |
* | Remove extra args from the calls to getit(). The bug was benign with the | bde | 1995-08-25 | 1 | -4/+4 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
* | Add variable `idelayed' and macros setdelayed() and schedsofttty() | bde | 1995-05-11 | 1 | -1/+7 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -5/+8 |
* | Submitted by: Bruce Evans | ats | 1995-01-19 | 1 | -30/+9 |
* | Work around a compiler bug in gcc2.6.3 in handling (long long) variables and | ats | 1995-01-07 | 1 | -3/+24 |
* | icu.s: | bde | 1994-12-30 | 1 | -78/+40 |
* | Revision 1.6 fix was lost: don't write 0 to RTC_DIAG | ache | 1994-11-12 | 1 | -2/+1 |
* | Use adjkerntz into inittodr too (for APM stuff) | ache | 1994-11-10 | 1 | -2/+2 |
* | Maintain a new variable `timer0_overflow_threshold' so that microtime() | bde | 1994-11-05 | 1 | -41/+87 |
* | BEWARE: Interface change of register_intr() ! | se | 1994-10-25 | 1 | -3/+7 |
* | Add disable_rtc_set variable to block resettodr() call, needed for | ache | 1994-10-04 | 1 | -2/+6 |
* | RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option, | ache | 1994-10-04 | 1 | -1/+9 |
* | Updated pcaudio.c to latest from 1.1.5.1 | sos | 1994-09-29 | 1 | -67/+49 |
* | Don't lose the RTC interrupt in resettodr(). | bde | 1994-09-20 | 1 | -2/+2 |
* | resettodr() implemented, inittodr() fixed | ache | 1994-09-20 | 1 | -70/+136 |