| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed restoral of nsscons variable. The tty for /dev/console was lost. | bde | 1996-08-28 | 1 | -2/+2 |
* | restore nsccons variable from rev 1.115 that was deleted in rev 1.136 | peter | 1996-08-16 | 1 | -1/+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 |
* | Fix GIO_ATTR ioctl return to match SYSV | ache | 1996-07-30 | 1 | -2/+2 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 1 | -13/+3 |
* | 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 |
* | some internal modems need LOTS of time to generate an interrupt | julian | 1996-07-17 | 1 | -2/+2 |
* | Fixed adjustment of `time' when timer0 is released. 27465 was 27645 in | bde | 1996-07-17 | 1 | -2/+2 |
* | Staticized a few variables. | bde | 1996-07-12 | 1 | -4/+7 |
* | Added or restored #include of <machine/md_var.h>. Some declarations | bde | 1996-07-01 | 1 | -1/+2 |
* | Use the standard timer (interrupt) frequency while calibrating the clocks. | bde | 1996-07-01 | 1 | -7/+4 |
* | Bump various timeouts in scprobe(). This finally fixes the broken | joerg | 1996-06-27 | 1 | -6/+6 |
* | Fixed bug in pasting 8bit char (ache). | sos | 1996-06-26 | 2 | -81/+57 |
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 1 | -1/+2 |
* | Change the way moused talk to syscons, now its only delivering mouseevents | sos | 1996-06-25 | 2 | -116/+216 |
* | Moved declarations of static functions to the correct file. This fixes | bde | 1996-06-23 | 2 | -37/+37 |
* | Oops, fix a bug that caused updates to the screen to happen, without | sos | 1996-06-21 | 1 | -2/+6 |
* | Some news for syscons (long overdue): | sos | 1996-06-21 | 2 | -101/+182 |
* | Stomp another compiler warning: sc_devfs_token[] should only be declared | wpaul | 1996-06-17 | 1 | -1/+3 |
* | Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise). | bde | 1996-06-17 | 1 | -36/+15 |
* | 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 |
* | Fix the warnings about "cant inline call to xxx" by reordering two | peter | 1996-05-27 | 1 | -46/+49 |
* | Fix the "well-known retries bug" (a logic-o). | joerg | 1996-05-12 | 1 | -2/+2 |
* | Give up waiting for a successful keyboard reset after some | joerg | 1996-05-11 | 1 | -5/+7 |
* | Typo. | phk | 1996-05-03 | 1 | -2/+2 |
* | Move from the old buf.b_actf to the new TAILQ(buf.b_act). | phk | 1996-05-03 | 2 | -19/+14 |
* | Fix ^[[1K (clear from beginning of line to cursor) and | ache | 1996-05-02 | 1 | -4/+4 |
* | KGDB is dead. It may come back one day if somebody does it. | phk | 1996-05-02 | 1 | -57/+1 |
* | Added calibration the i8254 and the i586 clocks agains the RTC at boot | bde | 1996-05-01 | 1 | -43/+249 |
* | Fixed a race that caused panics in kernel printfs when the screen timeout | bde | 1996-05-01 | 1 | -2/+5 |
* | Removed options MAXCONS & HARDFONT, they are no longer in use | sos | 1996-04-26 | 1 | -2/+1 |
* | Format the already applied PCCARD additions to use KNF form. No | nate | 1996-04-23 | 1 | -42/+40 |
* | - add apm to the GENERIC kernel (disabled by default), and add some comments | nate | 1996-04-22 | 1 | -5/+23 |
* | Another try: fixed bogus change of the fifo settings for the non-speed of 0. | bde | 1996-04-13 | 1 | -3/+3 |
* | Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile. | bde | 1996-04-11 | 1 | -2/+4 |
* | removed RS_IBUFSIZE #ifndef - have been informed it was a bad idea | scrappy | 1996-04-10 | 1 | -3/+1 |
* | Placed an #ifndef around RS_IBUFSIZE so that it can be changed in the | scrappy | 1996-04-10 | 1 | -1/+3 |
* | Update drivers to use isa_dma_acquire() and isa_dma_release() | smpatel | 1996-04-08 | 1 | -1/+3 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | bde | 1996-04-07 | 1 | -2/+1 |
* | Fixed devfs device names and numbers. | bde | 1996-04-07 | 1 | -35/+71 |
* | 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 |
* | changed from using dev_link() to devfs_link() | scrappy | 1996-04-02 | 1 | -3/+3 |
* | Fetch the (dummy) READY CHANGED condition interrupt stati that | joerg | 1996-03-31 | 1 | -1/+8 |
* | Moved rtcin() to clock.c. | bde | 1996-03-31 | 1 | -1/+14 |
* | Fixed group of some more disk devices. | bde | 1996-03-29 | 1 | -9/+9 |