| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix some more ioctls which I missed becausese they were hidden by options | dfr | 1998-06-07 | 1 | -2/+2 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 4 | -7/+7 |
* | Add a "this" style argument and a "void *private" so timecounters can | phk | 1998-06-07 | 1 | -5/+5 |
* | keymap -> key_map so that the kernel will compile with | steve | 1998-06-06 | 1 | -2/+2 |
* | Force success of the probe (after doing it as before except in one | bde | 1998-06-03 | 1 | -4/+5 |
* | Fixed a printf() arg botch in the previous commit. | bde | 1998-06-03 | 1 | -7/+6 |
* | Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into | bde | 1998-05-31 | 1 | -22/+27 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -3/+3 |
* | LoadSoftModem() routine at sio.c does not trap general serial I/Os. | phk | 1998-05-20 | 1 | -2/+2 |
* | Change a data type internal to the timecounters, and remove the "delta" | phk | 1998-05-19 | 1 | -18/+9 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -9/+9 |
* | The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K, | phk | 1998-05-13 | 1 | -1/+2 |
* | There is no dump routine for fd so give it an explicit NULL entry | julian | 1998-05-06 | 1 | -2/+3 |
* | Add dump support to the DEVFS/slice code. | julian | 1998-05-06 | 1 | -3/+3 |
* | Detect USR PnP x2 modem. | phk | 1998-05-04 | 1 | -1/+2 |
* | close() is no longer a SLICE method. | julian | 1998-04-22 | 1 | -4/+10 |
* | Add changes and code to implement a functional DEVFS. | julian | 1998-04-19 | 1 | -17/+269 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 2 | -4/+4 |
* | Stop the screensaver before switching consoles. | des | 1998-04-17 | 1 | -1/+7 |
* | Swapped "should we just return" and "should we stop the screensaver" | des | 1998-04-16 | 1 | -8/+11 |
* | Remove some unneeded statements that enabled interrupts. | tegge | 1998-04-05 | 1 | -3/+2 |
* | More fixes to deal with fonts: | yokota | 1998-04-04 | 1 | -23/+182 |
* | Time changes mark 2: | phk | 1998-04-04 | 1 | -10/+12 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+10 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -0/+1 |
* | Be less draconian about the TSC if APM is configured, use it for | phk | 1998-03-16 | 1 | -8/+31 |
* | On SMP systems, initially follow the MP spec with regard to which pin | tegge | 1998-03-14 | 1 | -38/+90 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 1 | -6/+6 |
* | Prevent the TSC from being used on APM machines, we have no idea if | phk | 1998-02-28 | 1 | -2/+6 |
* | PCCARD-code related style nits, as requested. | msmith | 1998-02-27 | 1 | -4/+4 |
* | Fix some style nits and remove an unused header. | msmith | 1998-02-27 | 1 | -2/+1 |
* | Quick fix for the i8254 timecounter often gaining 10 msec. | bde | 1998-02-23 | 1 | -1/+2 |
* | Add missing CLOCK_UNLOCK() before write_eflags(). | jkh | 1998-02-21 | 1 | -1/+2 |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 1 | -68/+115 |
* | - If a PCCARD serial device is removed from the system, let the serial | nate | 1998-02-14 | 1 | -2/+2 |
* | Fix a couple of lines that dropped out in my merge yesterday. | phk | 1998-02-13 | 1 | -3/+7 |
* | Implement the spirit but not the letter of Terrys hot-char patch. | phk | 1998-02-13 | 1 | -11/+2 |
* | Hmm, it is generally an advantage to commit the most recent version of | phk | 1998-02-13 | 1 | -15/+14 |
* | Don't (conditionally) override the kernel's min() and max() functions | bde | 1998-02-13 | 1 | -7/+4 |
* | Update timer0_prescaler_count before calling hardclock() while timer0 | bde | 1998-02-13 | 1 | -15/+22 |
* | Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate | phk | 1998-02-12 | 2 | -60/+104 |
* | Fix a white-space nit which I happened to notice. | phk | 1998-02-12 | 1 | -3/+2 |
* | Oops, sorry, a #define line for my debugging session slipped into | yokota | 1998-02-12 | 1 | -3/+1 |
* | - Move the mouse cursor to the center of the screen after video | yokota | 1998-02-11 | 1 | -16/+41 |
* | - A new semaphore: font_loading_in_progress. | yokota | 1998-02-11 | 1 | -9/+27 |
* | - Break scrn_timer() into two pieces. Now screen update is done in a | yokota | 1998-02-11 | 1 | -85/+97 |
* | - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's called | yokota | 1998-02-11 | 1 | -9/+18 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |