| Commit message (Expand) | Author | Age | Files | Lines |
* | Change a data type internal to the timecounters, and remove the "delta" | Poul-Henning Kamp | 1998-05-19 | 1 | -18/+9 |
* | s/nanoruntime/nanouptime/g | Poul-Henning Kamp | 1998-05-17 | 1 | -9/+9 |
* | The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K, | Poul-Henning Kamp | 1998-05-13 | 1 | -1/+2 |
* | There is no dump routine for fd so give it an explicit NULL entry | Julian Elischer | 1998-05-06 | 1 | -2/+3 |
* | Add dump support to the DEVFS/slice code. | Julian Elischer | 1998-05-06 | 1 | -3/+3 |
* | Detect USR PnP x2 modem. | Poul-Henning Kamp | 1998-05-04 | 1 | -1/+2 |
* | close() is no longer a SLICE method. | Julian Elischer | 1998-04-22 | 1 | -4/+10 |
* | Add changes and code to implement a functional DEVFS. | Julian Elischer | 1998-04-19 | 1 | -17/+269 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 2 | -4/+4 |
* | Stop the screensaver before switching consoles. | Dag-Erling Smørgrav | 1998-04-17 | 1 | -1/+7 |
* | Swapped "should we just return" and "should we stop the screensaver" | Dag-Erling Smørgrav | 1998-04-16 | 1 | -8/+11 |
* | Remove some unneeded statements that enabled interrupts. | Tor Egge | 1998-04-05 | 1 | -3/+2 |
* | More fixes to deal with fonts: | Kazutaka YOKOTA | 1998-04-04 | 1 | -23/+182 |
* | Time changes mark 2: | Poul-Henning Kamp | 1998-04-04 | 1 | -10/+12 |
* | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -3/+10 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | Bruce Evans | 1998-03-28 | 1 | -0/+1 |
* | 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 |
* | PCCARD-code related style nits, as requested. | Mike Smith | 1998-02-27 | 1 | -4/+4 |
* | Fix some style nits and remove an unused header. | Mike Smith | 1998-02-27 | 1 | -2/+1 |
* | 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 |
* | - If a PCCARD serial device is removed from the system, let the serial | Nate Williams | 1998-02-14 | 1 | -2/+2 |
* | Fix a couple of lines that dropped out in my merge yesterday. | Poul-Henning Kamp | 1998-02-13 | 1 | -3/+7 |
* | Implement the spirit but not the letter of Terrys hot-char patch. | Poul-Henning Kamp | 1998-02-13 | 1 | -11/+2 |
* | Hmm, it is generally an advantage to commit the most recent version of | Poul-Henning Kamp | 1998-02-13 | 1 | -15/+14 |
* | Don't (conditionally) override the kernel's min() and max() functions | Bruce Evans | 1998-02-13 | 1 | -7/+4 |
* | Update timer0_prescaler_count before calling hardclock() while timer0 | Bruce Evans | 1998-02-13 | 1 | -15/+22 |
* | Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate | Poul-Henning Kamp | 1998-02-12 | 2 | -60/+104 |
* | Fix a white-space nit which I happened to notice. | Poul-Henning Kamp | 1998-02-12 | 1 | -3/+2 |
* | Oops, sorry, a #define line for my debugging session slipped into | Kazutaka YOKOTA | 1998-02-12 | 1 | -3/+1 |
* | - Move the mouse cursor to the center of the screen after video | Kazutaka YOKOTA | 1998-02-11 | 1 | -16/+41 |
* | - A new semaphore: font_loading_in_progress. | Kazutaka YOKOTA | 1998-02-11 | 1 | -9/+27 |
* | - Break scrn_timer() into two pieces. Now screen update is done in a | Kazutaka YOKOTA | 1998-02-11 | 1 | -85/+97 |
* | - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's called | Kazutaka YOKOTA | 1998-02-11 | 1 | -9/+18 |
* | 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 |
* | Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'key | Kazutaka YOKOTA | 1998-01-28 | 1 | -5/+5 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 4 | -3/+8 |
* | - Add binary compatibility support for obsolete console/mouse ioctls | Kazutaka YOKOTA | 1998-01-20 | 1 | -1/+51 |
* | Fix illegal numeric expressions: 08 and 09. | Kazutaka YOKOTA | 1998-01-12 | 1 | -10/+10 |
* | add devfs entries for a few more syscons devices (e.g. sysmouse) | Julian Elischer | 1998-01-12 | 1 | -3/+9 |
* | - Produce the accent letter if the user hits the accent key twice. | Kazutaka YOKOTA | 1998-01-09 | 1 | -4/+28 |
* | 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffs | Atsushi Murai | 1998-01-08 | 1 | -4/+71 |
* | Added accent (dead) key support to syscons and kbdcontrol. | Kazutaka YOKOTA | 1998-01-07 | 2 | -6/+356 |
* | 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 |