| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use devfs_add_devswf and avoid local variable. | phk | 1996-02-13 | 1 | -5/+3 |
* | Close kern/627 - panic if syscons not attached | pst | 1996-02-08 | 1 | -1/+3 |
* | Deliver all bells to current console, use different pitch | ache | 1996-02-05 | 1 | -11/+13 |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 1 | -2/+2 |
* | No longer use the cyclecounter to attempt to correct for late or missed | wollman | 1996-01-30 | 1 | -1/+2 |
* | First attempt at creating devfs entries for sliced devices. Doesn't | bde | 1996-01-27 | 1 | -9/+12 |
* | Allocate DMA bounce buffers only when requested by drivers. Only the | bde | 1996-01-27 | 1 | -1/+2 |
* | Change RUKEYMAP sligtly | ache | 1996-01-25 | 1 | -3/+3 |
* | Avoid local sprintfs and other printf'isms. | phk | 1996-01-25 | 1 | -22/+18 |
* | Since new bcd* macros not argument range overflow resistant, | ache | 1996-01-16 | 1 | -4/+2 |
* | My wife is busy making me a new conical hat, so you don't need to | phk | 1996-01-15 | 1 | -23/+12 |
* | Soren called an said that I screwed up badly, so I backup until | phk | 1996-01-15 | 1 | -11/+22 |
* | Make bin2bcd and bcd2bin global macroes instead of having local | phk | 1996-01-15 | 1 | -23/+12 |
* | Fixed handling of Feb 29 in resettodr(). | bde | 1996-01-12 | 1 | -5/+11 |
* | Replace ugly year/month calculations in resettodr to more clean | ache | 1996-01-08 | 1 | -14/+12 |
* | Convert DDB to new-style option. | wollman | 1996-01-04 | 3 | -3/+9 |
* | Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support at | bde | 1995-12-30 | 1 | -1/+3 |
* | Oops, this should have been committed with the other Hayes ESP changes. | bde | 1995-12-29 | 1 | -0/+76 |
* | Added support for the Hayes ESP serial card. | bde | 1995-12-29 | 1 | -1/+120 |
* | Add Pentium Pro CPU detection and special handling. For now, all the | dg | 1995-12-24 | 1 | -4/+4 |
* | Fixed bugs introduced in rev. 1.127 (some broken 16650 support was | bde | 1995-12-22 | 1 | -70/+54 |
* | Increase Pentium cyclecounter calibration time to 131072 us. This | wollman | 1995-12-20 | 1 | -2/+2 |
* | Completed function declarations and/or added prototypes and/or added | bde | 1995-12-15 | 1 | -3/+2 |
* | Fixed staticization of DDB functions. | bde | 1995-12-14 | 1 | -2/+2 |
* | Removed my devsw access functions [un]register_cdev() and | bde | 1995-12-14 | 1 | -6/+9 |
* | Replaced nxreset by noreset (if the reset function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Removed new alias d_size_t for d_psize_t. | bde | 1995-12-10 | 2 | -6/+6 |
* | Staticize and cleanup. | phk | 1995-12-10 | 8 | -104/+86 |
* | clean a few DEVFS things.. | julian | 1995-12-09 | 1 | -8/+8 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 3 | -6/+6 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 4 | -108/+166 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |
* | Replaced #includes of <sys/user.h> by less gross headers, usually | bde | 1995-12-06 | 1 | -2/+4 |
* | Removed unnecessary #includes of <sys/user.h>. Some of these were just | bde | 1995-12-06 | 1 | -2/+1 |
* | Fix my color/attr separation patch. | ache | 1995-11-30 | 1 | -3/+3 |
* | Fix Pentium CPU rate diagnosis: | wollman | 1995-11-29 | 1 | -8/+8 |
* | Removed builtin list of port addresses. The address for sio3 | bde | 1995-11-29 | 1 | -10/+5 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 2 | -3/+3 |
* | OK, that's it.. | julian | 1995-11-29 | 2 | -28/+46 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 3 | -2/+102 |
* | Separate colors & attributes as Terry points | ache | 1995-11-28 | 2 | -74/+148 |
* | Fixed a comment. | bde | 1995-11-24 | 1 | -2/+2 |
* | Restored static variable `nsio_tty' which is used only by pstat(8). Made | bde | 1995-11-21 | 1 | -1/+3 |
* | Mega commit for sysctl. | phk | 1995-11-20 | 1 | -13/+4 |
* | Fix compiler warnings. | phk | 1995-11-20 | 2 | -29/+28 |
* | Fixed (nonexistent) initialization of bp->b_pblkno. disksort() for | bde | 1995-11-18 | 1 | -14/+2 |