| Commit message (Expand) | Author | Age | Files | Lines |
* | Digicom Systems Inc, makes "softmodems". What this means is simply that | phk | 1994-09-13 | 1 | -2/+164 |
* | Use RAW_PART=2 to trick diskerr | ache | 1994-08-29 | 1 | -2/+4 |
* | 1) Changed ddb into a option rather than a pseudo-device (use options DDB | dg | 1994-08-27 | 1 | -6/+2 |
* | Updated to final 1.1.5 version (revision 1.56). | bde | 1994-08-25 | 1 | -471/+508 |
* | Ran ft.c through ident. | paul | 1994-08-23 | 2 | -23/+22 |
* | 1) cleaned up after Garrett - fixed more redundant declarations, changed | dg | 1994-08-20 | 1 | -4/+1 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -3/+1 |
* | Bruce Evans' dynamic interrupt support. | dg | 1994-08-18 | 2 | -8/+7 |
* | Oops, changed order of include lines... | sos | 1994-08-17 | 1 | -5/+5 |
* | Updated to latest 1.1.5.1+ version | sos | 1994-08-17 | 1 | -386/+432 |
* | Add option KBD_RESET_FAIL_OK so that GCC 2.6 doesn't break my | wollman | 1994-08-15 | 1 | -1/+4 |
* | Enable use of the RTC chip for the statistical clock. While this does | wollman | 1994-08-15 | 2 | -5/+75 |
* | Change all #includes to follow the current Berkeley style. Some of these | wollman | 1994-08-13 | 5 | -63/+64 |
* | 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 |
* | Fixed a bug that was introduced in the conversion from 1.1.5 to 2.0. | dg | 1994-08-01 | 1 | -6/+14 |
* | Since we have removed com.c and renamed comreg.h to sioreg.h I need to | rgrimes | 1994-05-26 | 1 | -1/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 4 | -95/+101 |
* | Update the reprogram timer stuff, now the frequency of timer 0 | sos | 1994-05-02 | 1 | -70/+60 |
* | Updated swedish keymap. | sos | 1994-04-26 | 1 | -18/+18 |
* | Fixed missing bounds check in scroll up/down sequence, that could | sos | 1994-04-26 | 1 | -5/+11 |
* | Define new option, INACCURATE_MICROTIME_IS_OK. When this is defined, | wollman | 1994-04-23 | 1 | -1/+5 |
* | Added support for the 16 port Boca via a flag to specify that there is | dg | 1994-04-23 | 1 | -4/+9 |
* | Changed timer usage to new functions in clock.c | sos | 1994-04-21 | 1 | -6/+8 |
* | New support for sharing the timers | sos | 1994-04-21 | 1 | -23/+208 |
* | Bug fixes and performance improvements from John Dyson and myself: | dg | 1994-04-20 | 1 | -1/+2 |
* | Patch from S0ren, 80x50 font trashed after switching from X console | ache | 1994-04-12 | 1 | -1/+7 |
* | Fix arguments of CONS_GETINFO | ache | 1994-04-07 | 1 | -2/+4 |
* | Add declaration missing from previous bde's version | ache | 1994-04-03 | 1 | -1/+2 |
* | CHANGES from Bruce: | ache | 1994-04-03 | 1 | -196/+307 |
* | New interrupt code from Bruce Evans. In additional to Bruce's attached | dg | 1994-04-02 | 1 | -2/+1 |
* | Replace CAPS led with ALTGR led for ALTGR mode (soft) keyboards, | ache | 1994-04-01 | 1 | -7/+15 |
* | Change got_status/modem_status assignment per Bruce suggestion, | ache | 1994-04-01 | 1 | -4/+4 |
* | 1) Better fix for false carrier detect on bidir port | ache | 1994-03-26 | 1 | -8/+16 |
* | Fix false carrier detection on incoming bidir port. | ache | 1994-03-25 | 1 | -1/+3 |
* | 1) Change dtrwait 300 to 3 * hz (to be more kosher) | ache | 1994-03-23 | 1 | -2/+4 |
* | Add siostop to sioclose, because ttyflush called from | ache | 1994-03-21 | 1 | -1/+2 |
* | Increase default DTR wait time up to 3 secs. | ache | 1994-03-21 | 1 | -2/+2 |
* | previous optimization from John wasn't quite ready for primetime. | dg | 1994-03-21 | 1 | -9/+1 |
* | Two fixes from John Dyson to fix hangs and panics when using ctrl-T: | dg | 1994-03-20 | 1 | -13/+46 |
* | Remove ttyfree from sioclose | ache | 1994-03-18 | 1 | -6/+1 |
* | Checking l_close in unneeded (one of my previous fixes), | ache | 1994-03-14 | 1 | -3/+2 |
* | Don't call ttyclose twice into sioclose and move ttyclose | ache | 1994-03-10 | 1 | -2/+3 |
* | First open: | ache | 1994-03-08 | 1 | -4/+11 |
* | From: Jim Babb <babb@sedhps01.mdc.com> | nate | 1994-03-08 | 1 | -1/+2 |
* | Modified pccnprobe to not set cn_tp = CONSOLE_TTY if __FreeBSD__ is | dg | 1994-03-08 | 1 | -2/+2 |
* | Removed a #warning that I left here. | guido | 1994-03-06 | 1 | -4/+3 |
* | Ttys structures are now allocated dynamically via ttymalloc/ttyfree. | guido | 1994-03-02 | 2 | -25/+35 |
* | 360 DD entry speed fixed to 250KBPS | ache | 1994-03-02 | 1 | -2/+2 |
* | floppy tape support shouldn't interfere with floppy disk driver on | alm | 1994-03-02 | 1 | -3/+4 |