| Commit message (Expand) | Author | Age | Files | Lines |
* | Beginnings of support for loadable protocol domains. In particular, | wollman | 1994-09-14 | 2 | -18/+53 |
* | 1. adjkerntz variable added for preparation to resettodr() implementation | ache | 1994-09-14 | 2 | -4/+8 |
* | Increase transfer speed by waiting much less than 10ms after request | ache | 1994-09-14 | 1 | -2/+11 |
* | Added a bit of missing functionality to make this work correctly on a | wollman | 1994-09-14 | 5 | -86/+164 |
* | Reversed my patch from yesterday. "eisa" if >= 0x1000. | phk | 1994-09-13 | 1 | -2/+2 |
* | Two minor nits, a printf wasn't #ifdef PAS_DEBUG'ed and probe should return 4. | phk | 1994-09-13 | 1 | -2/+4 |
* | Only say eisa if ((ioaddr & 0xfff) >= 0x400) | phk | 1994-09-13 | 1 | -2/+2 |
* | Added DSI_SOFT_MODEM | phk | 1994-09-13 | 2 | -2/+4 |
* | Digicom Systems Inc, makes "softmodems". What this means is simply that | phk | 1994-09-13 | 1 | -2/+164 |
* | Eliminated a whole pile of ancient (we're taking 4.3BSD) VM system | dg | 1994-09-12 | 4 | -118/+10 |
* | Deleted the pccons driver from the files.i386, added the seagate driver | ats | 1994-09-11 | 3 | -16/+10 |
* | Better definitions for the NCR 5380 chip. | phk | 1994-09-11 | 1 | -23/+109 |
* | ProAudioSpectrum 16 {Zilog|Ncr} 5380 based SCSI-driver. | phk | 1994-09-11 | 1 | -529/+469 |
* | Be more careful about dereferencing curproc, p_vmspace, and curpcb, | dg | 1994-09-11 | 1 | -12/+20 |
* | Change "asm" to "__asm" - makes it possible to compile code with | csgr | 1994-09-10 | 1 | -6/+6 |
* | Brought over two fixes from 1.1.5; this now makes this driver "up to date" | dg | 1994-09-10 | 1 | -3/+6 |
* | Define new MIB variable, hw.floatingpoint, which is true if FP hardware | wollman | 1994-09-09 | 1 | -3/+4 |
* | Remove *_SAVER syscons options - I don't know how they go in here: | csgr | 1994-09-09 | 4 | -14/+4 |
* | Don't include options MULTICAST or MROUTING in generic kernels. MULTICAST | wollman | 1994-09-09 | 3 | -7/+8 |
* | Added the psm driver from 1.1.5. | dfr | 1994-09-09 | 2 | -0/+506 |
* | Recycle cdev 20, sound blaster driver is long since deceased. | jkh | 1994-09-08 | 1 | -12/+17 |
* | Quote the first arg to _IO(). Not quoting it didn't matter because | bde | 1994-09-08 | 1 | -4/+5 |
* | Get all the definitions from DEFS.h and not directly from asmacros.h | bde | 1994-09-08 | 1 | -4/+12 |
* | Remove <machine/eflags.h> and all dependencies on it. eflags.h is just | bde | 1994-09-08 | 2 | -16/+13 |
* | Removed MULTICAST ifdef's; it's no longer optional. Cleaned up code a | dg | 1994-09-07 | 1 | -196/+96 |
* | unifdef -DMULTICAST, since multicast support is always enabled in 4.4. | wollman | 1994-09-07 | 1 | -20/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r2528, | se | 1994-09-06 | 1 | -0/+310 |
|\ |
|
| * | Reviewed by: Stefan Esser <se> | se | 1994-09-06 | 1 | -0/+310 |
* | | Reviewed by: Stefan Esser <se> | se | 1994-09-06 | 1 | -2/+3 |
* | | Reviewed by: Stefan Esser <se> | se | 1994-09-06 | 1 | -2/+2 |
* | | Reviewed by: | ats | 1994-09-05 | 3 | -8/+5 |
* | | Reviewed by: | ats | 1994-09-05 | 1 | -4/+68 |
* | | Get rid of a superfluous echo. | jkh | 1994-09-05 | 1 | -2/+1 |
* | | Remove symlink before remaking it for libkern.a | jkh | 1994-09-05 | 1 | -2/+3 |
* | | Fix comments. | bde | 1994-09-05 | 1 | -6/+5 |
* | | DOn't allow I/O register access in process 1 (oops). | dg | 1994-09-05 | 1 | -6/+2 |
* | | Improved some comments. | dg | 1994-09-04 | 2 | -4/+4 |
* | | Detect if we're running on a Cyrix 486DLC and enable automatic cache | pst | 1994-09-04 | 4 | -5/+90 |
* | | Rewrote last vestige of code that used gs (copyinstr). The use of gs in | dg | 1994-09-04 | 1 | -48/+35 |
* | | Added pmap_mapdev() function to map device memory. | dg | 1994-09-04 | 1 | -1/+35 |
* | | Initialize eflags register - brought over from 1.1.5. | dg | 1994-09-04 | 1 | -2/+7 |
* | | Make it possible to run lptcontrol on a printer port which does not | csgr | 1994-09-03 | 1 | -5/+23 |
* | | Reviewed by: | ats | 1994-09-03 | 2 | -77/+247 |
* | | Newly implemented ioctls list: | ache | 1994-09-03 | 2 | -246/+345 |
* | | make id_iobase an int - the change to a u_short broke lpt, | csgr | 1994-09-03 | 1 | -2/+2 |
* | | Reviewed by: | ats | 1994-09-02 | 1 | -1/+3 |
* | | Reviewed by: | ats | 1994-09-02 | 3 | -6/+6 |
* | | Restore some explicit dependencies for locore.s so that "make clean; make" | bde | 1994-09-02 | 1 | -2/+2 |
* | | Added entry for if_lnc.c, soon to be added new Lancef amily ethernet | paul | 1994-09-02 | 1 | -1/+2 |
* | | Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization. | dg | 1994-09-02 | 2 | -64/+59 |