| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 2 | -13/+12 |
* | Fixed ownerships of callout devices. | bde | 1996-03-27 | 1 | -9/+13 |
* | Moved the initialization of the devfs devices to after the initialization | bde | 1996-03-27 | 1 | -7/+9 |
* | 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 |
* | Fix the isa_device table (lkm): id_irq and id_maddr must be 0. | jmz | 1996-03-16 | 1 | -1/+1 |
* | Add code to make it a loadable kernel module | jmz | 1996-03-15 | 1 | -0/+46 |
* | Add more options into the conf/options and i386/conf/options.i386 files | peter | 1996-03-02 | 1 | -1/+2 |
* | Added some delays to the probe. This might fix some incompatible UARTs | bde | 1996-02-25 | 1 | -1/+4 |
* | Don't turn off the motor on active drives. The motor timeout may | bde | 1996-02-25 | 1 | -1/+12 |