| Commit message (Expand) | Author | Age | Files | Lines |
* | 1) Fix error with port recognition, speed initialization code | ache | 1993-12-09 | 3 | -6/+39 |
* | Fixed spelling error. Added NSIP (XNS over IP). Fixed TP class 4 over | wollman | 1993-12-06 | 3 | -9/+12 |
* | Fixed the error that a Fdopen succeeds without a found fd controller in | ats | 1993-12-04 | 3 | -6/+9 |
* | From: Jeffrey Hsu <hsu@soda.berkeley.edu> | alm | 1993-12-03 | 9 | -9/+26 |
* | Reset fdc during probe. | alm | 1993-12-03 | 3 | -3/+21 |
* | wmesg was too long (>7), fixed | ache | 1993-11-29 | 2 | -6/+6 |
* | * Revision 2.16 1993/11/29 16:55:56 davidg | dg | 1993-11-29 | 4 | -20/+56 |
* | Direct #undefs removed to allow flexible manipulation | ache | 1993-11-28 | 3 | -32/+14 |
* | Patch from Gene Stark: | dg | 1993-11-28 | 3 | -9/+15 |
* | Move soundcard.h & ultrasound.h to proper location <machine/...> | ache | 1993-11-27 | 10 | -20/+139 |
* | Declare cnopen, cnclose, and other console routines. | wollman | 1993-11-27 | 2 | -4/+32 |
* | Declared cn{open,close,read,write,ioctl,select} extern. | rich | 1993-11-27 | 1 | -1/+7 |
* | Fix conflicting prototypes and return values. | rich | 1993-11-27 | 3 | -63/+114 |
* | Fix d_write_t -> d_rdwr_t (typing error). | wollman | 1993-11-26 | 1 | -8/+4 |
* | Patch from Julian Elischer: | dg | 1993-11-25 | 1 | -2/+3 |
* | Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and | wollman | 1993-11-25 | 90 | -926/+1571 |
* | Subject: Panic - can't mount route (Soren's changes) | nate | 1993-11-23 | 1 | -2/+2 |
* | Changed return(-1) in switch_scr to return(EINVAL), because -1 is | chmr | 1993-11-23 | 3 | -6/+6 |
* | Stop gap measure until we can get Bruce's driver debugged. | nate | 1993-11-22 | 1 | -70/+101 |
* | * Revision 2.14 1993/11/22 10:55:30 davidg | dg | 1993-11-22 | 4 | -110/+294 |
* | patches from Julian Elischer - | dg | 1993-11-22 | 3 | -5/+57 |
* | added 5us delay before checking BUSY flag to conform to ATA spec - | dg | 1993-11-19 | 1 | -2/+17 |
* | New version of scsi code from Julian | rgrimes | 1993-11-18 | 30 | -11198/+10105 |
* | Fixed comments. | wollman | 1993-11-18 | 1 | -2/+2 |
* | Fix attach message, make separate line for it | ache | 1993-11-17 | 3 | -3/+9 |
* | Fixed comments that start within a comment, so code compiles cleanly with | wollman | 1993-11-17 | 11 | -21/+18 |
* | Increased symtab space and added two more options that don't do anything | wollman | 1993-11-17 | 3 | -6/+12 |
* | If netmask == 0, new value changed from 0x8000 to 0x10000 | ache | 1993-11-17 | 2 | -8/+4 |
* | new process tracing code from Sean Eric Fagen (sef@kithrup.com). | dg | 1993-11-16 | 4 | -24/+394 |
* | We don't want shared boot, so -Bstatic added to ld options | ache | 1993-11-16 | 2 | -4/+4 |
* | Changed -Z back to -z. | paul | 1993-11-16 | 3 | -6/+6 |
* | Changed -z to -Z so we create old-style ZMAGIC kernels. | paul | 1993-11-15 | 3 | -6/+6 |
* | timeout+sleep changed to tsleep | ache | 1993-11-15 | 2 | -90/+106 |
* | if netmask == 0, then the loopback code can do some really | ache | 1993-11-14 | 2 | -2/+16 |
* | New sio driver from Bruce. | ache | 1993-11-14 | 3 | -585/+633 |
* | Add _bde_exists: label so that the global is really defined. Fix spelling | rgrimes | 1993-11-14 | 3 | -9/+9 |
* | >From Charles Hannum | rgrimes | 1993-11-13 | 2 | -6/+10 |
* | First steps in rewriting locore.s, and making info useful | dg | 1993-11-13 | 30 | -5474/+6274 |
* | Fixed minor bug in M[LSN] interpretation, added octave-tracking. | ache | 1993-11-09 | 2 | -80/+136 |
* | Name of ioctl's include sys/spkr.h changed to machine/speaker.h | ache | 1993-11-09 | 2 | -0/+60 |
* | Applied David Greenman's hack to disable IRQ conflict checking | alm | 1993-11-09 | 2 | -2/+6 |
* | Change from David Greenman to return properly unsigned irq. | jkh | 1993-11-09 | 1 | -1/+1 |
* | Add missing read flush code to siostop | ache | 1993-11-08 | 3 | -3/+15 |
* | Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam David | rgrimes | 1993-11-08 | 1 | -2/+2 |
* | Added the netrmp protocol from the Net/2 tape. While of dubious utility, | wollman | 1993-11-07 | 3 | -6/+9 |
* | Get rid of WFJ's use of sleep() for more user-friendly tsleep(). | wollman | 1993-11-07 | 4 | -8/+8 |
* | Add options MACHVMCOMPAT and bump symtab space appropriately. | wollman | 1993-11-07 | 3 | -6/+9 |
* | Made all header files idempotent and moved incorrect common data from | wollman | 1993-11-07 | 2 | -8/+6 |
* | Made all header files idempotent and moved incorrect common data from | wollman | 1993-11-07 | 6 | -7/+30 |
* | Made all header files idempotent and moved incorrect common data from | wollman | 1993-11-07 | 8 | -8/+36 |