| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove some unnecessary #includes. | bde | 1994-09-18 | 1 | -18/+12 |
* | Redo Kernel NTP PLL support, kernel side. | wollman | 1994-09-18 | 1 | -22/+1 |
* | 1. adjkerntz variable added for preparation to resettodr() implementation | ache | 1994-09-14 | 1 | -2/+4 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -3/+1 |
* | Bruce Evans' dynamic interrupt support. | dg | 1994-08-18 | 1 | -7/+5 |
* | Enable use of the RTC chip for the statistical clock. While this does | wollman | 1994-08-15 | 1 | -4/+56 |
* | Change all #includes to follow the current Berkeley style. Some of these | wollman | 1994-08-13 | 1 | -11/+11 |
* | For Pentium machines, use a faster version of microtime with 8 usec | wollman | 1994-08-11 | 1 | -1/+29 |
* | Tell Pentium users their CPU speed. (More changes to make use of this | wollman | 1994-08-10 | 1 | -2/+23 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -14/+26 |
* | Update the reprogram timer stuff, now the frequency of timer 0 | sos | 1994-05-02 | 1 | -70/+60 |
* | Define new option, INACCURATE_MICROTIME_IS_OK. When this is defined, | wollman | 1994-04-23 | 1 | -1/+5 |
* | New support for sharing the timers | sos | 1994-04-21 | 1 | -23/+208 |
* | At the suggestion of Bruce Evans, don't zero RTC diag register. Doing so | dg | 1994-02-06 | 1 | -3/+1 |
* | Make everything compile with -Wtraditional. Make it easier to distribute | wollman | 1993-12-19 | 1 | -2/+2 |
* | Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and | wollman | 1993-11-25 | 1 | -4/+15 |
* | DST offset calculation removed, it is wrong in any case. | ache | 1993-11-04 | 1 | -11/+1 |
* | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | rgrimes | 1993-10-16 | 1 | -21/+2 |