| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | From: Jim Babb <babb@sedhps01.mdc.com> | nate | 1994-02-14 | 1 | -3/+6 |
* | Tentative fdc patches... | alm | 1994-02-07 | 2 | -39/+2 |
* | Change all siointr (expect in Vsio, of course) to comintr1 | ache | 1994-02-07 | 1 | -16/+9 |
* | Fixed bug in probe that was causing it to always probe true. | dg | 1994-02-07 | 1 | -2/+2 |
* | Add floppy tape driver - fd => fdc | alm | 1994-02-07 | 2 | -98/+182 |
* | From: Chris Wiener <cwiener@CRLABS.COM> | dg | 1994-02-07 | 1 | -2/+2 |
* | 1) Proper fix for suspended output in multiport case | ache | 1994-02-06 | 1 | -6/+8 |
* | Update for new format of cd_toc_entry that was changed in sys/cdio.h. | rgrimes | 1994-02-06 | 1 | -4/+4 |
* | Make the screen savers runtime switchable. Everybody wants a | chmr | 1994-02-04 | 1 | -26/+57 |
* | if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into "" | dg | 1994-02-03 | 3 | -36/+32 |
* | Make BLANK_SAVER default to stop best saver war. | ache | 1994-02-02 | 1 | -2/+2 |
* | Fix error in multiport part: | ache | 1994-02-02 | 1 | -5/+4 |
* | Added 8003EB board type. Clue from Gerard J van der Grinten (gvdg@cdc.com) | dg | 1994-02-02 | 2 | -12/+8 |
* | Added type code for 8003W. | dg | 1994-02-02 | 2 | -3/+9 |
* | Moved paren in sgetc to where it belongs. (My fault, I must have wiped it | nate | 1994-02-01 | 1 | -2/+2 |
* | Add missing arg to Debugger() call. | rich | 1994-02-01 | 1 | -3/+3 |
* | Make old SNAKE_SAVER code compile with new syscons changes. | ache | 1994-02-01 | 1 | -15/+15 |
* | 1) Restore removed SNAKE_SAVER (Nate, WHY you do it?) | ache | 1994-02-01 | 1 | -7/+71 |
* | Russian keymap is broken after last commit (fixed) | ache | 1994-02-01 | 1 | -11/+11 |
* | Comment #define STAR_SAVER, it is configuration "options" | ache | 1994-02-01 | 1 | -2/+2 |
* | From: sos@login.dkuug.dk (S|ren Schmidt) | nate | 1994-02-01 | 2 | -583/+575 |
* | Remove CALLOUTMASK, if non-bidir case. | ache | 1994-01-31 | 1 | -1/+5 |
* | 1) Set ipending back to 4, because (16 + 4) bit not in | ache | 1994-01-31 | 1 | -151/+91 |
* | Patch from dcjm@cs.ed.ac.uk (Dave Matthews)... | dg | 1994-01-31 | 1 | -1/+10 |
* | Patch from Brian Smith (modified a little by me) to allow kernel config | dg | 1994-01-31 | 1 | -2/+7 |
* | Whoops, syntax error where I forgot a parenthesis. | nate | 1994-01-26 | 1 | -2/+2 |
* | FreeBSD modifications to driver. | nate | 1994-01-26 | 1 | -73/+110 |
* | Newer version of Herb Peyerl's 3C509 driver straight from NetBSD-current. | nate | 1994-01-26 | 1 | -400/+455 |
* | Fix error with tsleep loop | ache | 1994-01-25 | 1 | -41/+20 |
* | Put some more info about the toshiba ethernet cards into if_edreg.h. | ats | 1994-01-25 | 2 | -12/+29 |
* | Do my fix that I have done to all the other ethernet drivers to use | rgrimes | 1994-01-25 | 1 | -28/+27 |
* | Add Ctrl-Altr-Esc DBG key to RUKEYMAP (russian keymap) | ache | 1994-01-24 | 1 | -3/+3 |
* | Added the correct typecast's to the untimeout calls. Added a missing | ats | 1994-01-22 | 1 | -4/+5 |
* | Changed the default 'reboot' routine from cpu_reset() to shutdown_nice(). | nate | 1994-01-18 | 1 | -2/+2 |
* | Changed the default syscons keymap to have <CTL-ALT-ESC> enter the | nate | 1994-01-18 | 1 | -4/+4 |
* | Reduced the delay amounts per patch submitted by gclarkii@netport.neosoft.com | nate | 1994-01-18 | 1 | -4/+4 |
* | From Gary Clark II: | jkh | 1994-01-16 | 2 | -72/+46 |
* | "New" VM system from John Dyson & myself. For a run-down of the | dg | 1994-01-14 | 1 | -5/+5 |
* | Added the support for the Toshiba ethernet cards. It is only | ats | 1994-01-11 | 1 | -3/+36 |
* | Thrown out the obsolete drivers in the TODO list. | ats | 1994-01-11 | 1 | -1/+7 |
* | From ache: | ache | 1994-01-11 | 1 | -139/+187 |
* | First beta version of the 3C509 driver changed for FreeBSD. Known | ats | 1994-01-10 | 1 | -102/+124 |
* | Committed the original NetBSD version of this driver to get the changes | ats | 1994-01-10 | 2 | -0/+1144 |
* | Yanked out history section as it is unlikely there will be any further | dg | 1994-01-03 | 1 | -154/+64 |
* | Convert syscall to trapframe. Based on work done by John Brezak. | dg | 1994-01-03 | 1 | -7/+1 |
* | Temporary plug CLOCAL security hole, while sticky bits | ache | 1994-01-02 | 1 | -1/+11 |
* | Use separate fields for format GAP and read/write GAP. | ache | 1993-12-21 | 1 | -19/+16 |
* | Don't cast 2nd arg to fillw() per David's comments. The cast | rich | 1993-12-21 | 1 | -23/+20 |
* | cast arg 2 of fillw() calls to type caddr_t as in pccons. | rich | 1993-12-21 | 1 | -25/+29 |
* | Make everything compile with -Wtraditional. Make it easier to distribute | wollman | 1993-12-19 | 3 | -16/+23 |