| Commit message (Expand) | Author | Age | Files | Lines |
* | Pre 3.0 branch cleanup sos#1: wcd | sos | 1998-12-27 | 1 | -2/+2 |
* | Pre 3.0 branch cleanup sos#1: wcd | sos | 1998-12-27 | 7 | -1418/+9 |
* | Pre 3.0 branch cleanup casualty #6: ft | phk | 1998-12-27 | 7 | -2765/+6 |
* | forgot to remote options here. | phk | 1998-12-27 | 1 | -17/+1 |
* | Delete stale config. | phk | 1998-12-27 | 1 | -114/+0 |
* | Add commented out SMP stuff in GENERIC, remove stale configs. | phk | 1998-12-27 | 3 | -384/+10 |
* | Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uha | phk | 1998-12-27 | 10 | -5317/+8 |
* | Pre 3.0 branch cleanup casualty #4: pcvt | phk | 1998-12-27 | 14 | -17350/+4 |
* | Pre 3.0 branch cleanup casualty #3: 3c505 ethernet support | phk | 1998-12-27 | 5 | -900/+3 |
* | Pre 3.0 branch cleanup casualty #2: Transputer support | phk | 1998-12-27 | 5 | -829/+3 |
* | Pre 3.0 branch cleanup casualty #1: DSI_SOFT_MODEM support. | phk | 1998-12-27 | 3 | -162/+3 |
* | According to the author.. | julian | 1998-12-24 | 1 | -9/+4 |
* | Flush the fifos at the correct place in cyopen(). Various things | bde | 1998-12-24 | 1 | -31/+17 |
* | Correct the wrong PCI-IDE probing on AcerLabs Aladdin-V chipset. It won't | foxfair | 1998-12-24 | 1 | -4/+14 |
* | Don't leave the CDROM tray locked if an attempt to mount it is made and | msmith | 1998-12-23 | 1 | -1/+2 |
* | Add entries for DUMMYNET and BRIDGE | luigi | 1998-12-22 | 2 | -2/+16 |
* | Staticize the overrun buffer so that they are not shared between | gibbs | 1998-12-22 | 2 | -8/+8 |
* | The result of running make linux_sysent.c on the new syscalls.master | sos | 1998-12-22 | 3 | -4/+5 |
* | Fix NOIMPL -> NOPROTO as per bruce. | sos | 1998-12-22 | 1 | -2/+2 |
* | The result of running make linux_sysent.c on the new syscall.master file | sos | 1998-12-21 | 3 | -4/+4 |
* | Syscall 168 (poll) is not implemented in the Linux emulator. This | sos | 1998-12-21 | 1 | -2/+3 |
* | Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having | sos | 1998-12-21 | 1 | -2/+2 |
* | As promised, cleanup the #if __FreeBSD_version mess. | joerg | 1998-12-21 | 1 | -41/+3 |
* | Include rdp(4). | joerg | 1998-12-21 | 3 | -3/+8 |
* | This commit was generated by cvs2svn to compensate for changes in r41980, | joerg | 1998-12-21 | 2 | -0/+1680 |
|\ |
|
| * | This is my first cut on a driver for the RealTek RTL 8002 pocket | joerg | 1998-12-21 | 2 | -0/+1680 |
* | Regrettably, you can't take setdef0.c out of order, or, surprise, | msmith | 1998-12-21 | 1 | -3/+3 |
* | Fixed building elf kernels without a `make depend' step. The magic | bde | 1998-12-20 | 1 | -3/+3 |
* | Move the "generic" SMP options from options.i386 to conf/options | msmith | 1998-12-19 | 1 | -7/+2 |
* | Make it compile again. | sos | 1998-12-19 | 1 | -5/+5 |
* | Wait for channel commands to complete after issuing the commands. | bde | 1998-12-19 | 1 | -15/+29 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 8 | -18/+206 |
* | Little reorganization: | dt | 1998-12-19 | 2 | -24/+17 |
* | Removed unused (slightly wrong) stub functions. | bde | 1998-12-18 | 1 | -21/+5 |
* | Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3)) | bde | 1998-12-17 | 1 | -3/+4 |
* | Fixed handling of BREAK in input. BREAK was not being converted into an | bde | 1998-12-17 | 1 | -3/+7 |
* | Oops, this should have been in the previous commit (ensure atomic update | bde | 1998-12-17 | 1 | -1/+3 |
* | Implemented sending of BREAKs. This is quite complicated because the | bde | 1998-12-17 | 2 | -15/+171 |
* | Straigthen out the use of the tls and tlf callbacks. | phk | 1998-12-16 | 3 | -29/+2 |
* | Removed the cast to a pointer in the definition of PS_STRINGS and | bde | 1998-12-16 | 4 | -7/+7 |
* | Removed bogus casts of USRSTACK and/or the other operand in binary | bde | 1998-12-16 | 2 | -11/+8 |
* | Best version so far. Flicker floor is now 2e-12. | phk | 1998-12-16 | 1 | -15/+28 |
* | Oops, I forgot to commit two diffs to fe driver. | kato | 1998-12-15 | 1 | -15/+1 |
* | PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged, | kato | 1998-12-15 | 1 | -1282/+2341 |
* | Fixed misformatted error messages. wderror() was broken way back | bde | 1998-12-15 | 1 | -3/+3 |
* | Pull in new ccb_hdr list types. | gibbs | 1998-12-15 | 1 | -1/+2 |
* | Moved the declaration of another non-SMP variable into the non-SMP section. | bde | 1998-12-14 | 1 | -2/+2 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 3 | -8/+12 |
* | Ifdefed the declarations of conditionally used variables. | bde | 1998-12-14 | 1 | -3/+6 |
* | Fixed LINT breakage in previous commit. Option FDC_YE enabled a | bde | 1998-12-14 | 1 | -6/+6 |