| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Include the "od" driver. (Oops, forgot to cvs add the driver file | joerg | 1995-10-31 | 2 | -49/+100 |
* | Minor correction for the "od" driver. | joerg | 1995-10-31 | 1 | -2/+2 |
* | Include the "od" driver. | joerg | 1995-10-31 | 5 | -5/+12 |
* | Make a lot of stuff static. | phk | 1995-10-31 | 8 | -132/+138 |
* | mfs_open could panic with false identification: panic("mfs_ioctl: .... | peter | 1995-10-31 | 1 | -2/+2 |
* | Reviewed by: not yet | julian | 1995-10-31 | 6 | -3/+1646 |
* | Submitted by: Mike mitchell | julian | 1995-10-31 | 1 | -0/+72 |
* | Submitted by: Mike Mitchell | julian | 1995-10-31 | 12 | -131/+179 |
* | Security fix - do not allow anyone but root to choose the interrupts used | markm | 1995-10-30 | 2 | -2/+18 |
* | When moving kernel to kernel.old, also change kern.bootfile.to | guido | 1995-10-30 | 3 | -3/+6 |
* | Don't pass an extra trailing arg to some functions. | bde | 1995-10-30 | 1 | -5/+14 |
* | Removed an annoying redundant declaration that I added in the previous | bde | 1995-10-30 | 1 | -2/+1 |
* | Removed bogus statics in declarations that don't allocate storage. | bde | 1995-10-30 | 2 | -8/+26 |
* | Mask netisrs during softtty isrs. This may fix PR 798. SLIP and PPP | bde | 1995-10-30 | 1 | -3/+7 |
* | Start the 2MSL timer when the socket is closed and the TCP connection is | olah | 1995-10-29 | 1 | -2/+6 |
* | Made wcstart() non-static again. It is called from atapi.c. The | bde | 1995-10-29 | 1 | -4/+4 |
* | Made wcdattach() non-static again. It is called from atapi.c. The | bde | 1995-10-29 | 1 | -1/+4 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 66 | -866/+764 |
* | Fix mmioctl() for !DEVRANDOM case. mmioctl() is a function, not a | bde | 1995-10-29 | 2 | -20/+24 |
* | Use the new config(8) %SFILES token to auto-generate the SFILES list. | dg | 1995-10-29 | 3 | -9/+9 |
* | Don't include things more than once :-) | phk | 1995-10-29 | 1 | -10/+3 |
* | Initialize SXFRCTL0 with DFON|SPIOEN|ULTRAEN. | gibbs | 1995-10-29 | 1 | -3/+7 |
* | Only or in CLRCHN in SXFRCTL0. All other bits in this register are | gibbs | 1995-10-29 | 1 | -5/+3 |
* | Close out kern/46. | pst | 1995-10-28 | 2 | -12/+2 |
* | Add extra export symbols for the ATAPI generic interface. | peter | 1995-10-28 | 1 | -3/+7 |
* | Reattach atapi and wcd to the lkm Makefile, these compile for me now. | peter | 1995-10-28 | 1 | -4/+4 |
* | Repair the wcd and atapi code a little, so that it compiles and loads | peter | 1995-10-28 | 2 | -11/+20 |
* | Fix incorrect bit definitions for SXFRCTL0 (typo). The affected bits | gibbs | 1995-10-28 | 1 | -4/+4 |
* | Theodore Ts'po's random number gernerator for Linux, ported by me. | markm | 1995-10-28 | 16 | -40/+866 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 46 | -531/+270 |
* | Sorry.. I didn't mean to re-enable wcd yet | peter | 1995-10-28 | 1 | -3/+3 |
* | Sorry, the last commit screwed up for me, this is the right one (I hope!) | phk | 1995-10-28 | 7 | -178/+151 |
* | Rewamp the way we make sysctl variables to be easier to cope with. | phk | 1995-10-28 | 2 | -73/+377 |
* | Do a pass over the broken LKM's and update them to use the "new" | peter | 1995-10-28 | 19 | -77/+78 |
* | Call vfs_unbusy() before error returns from sysctl_vnode(). This fixes | bde | 1995-10-28 | 2 | -6/+14 |
* | Temp. disable following modules: | ache | 1995-10-28 | 1 | -4/+8 |
* | Recognize the aic7880 and 3940 Ultra. | gibbs | 1995-10-26 | 1 | -5/+25 |
* | Properly deal with the Ultra series of adapters. We should now understand | gibbs | 1995-10-26 | 2 | -85/+108 |
* | Set SCSIGO generically before we determine the phase instead of doing it | gibbs | 1995-10-26 | 1 | -12/+11 |
* | Reviewed by: julian and jhay@mikom.csir.co.za | julian | 1995-10-26 | 52 | -38/+6770 |
* | From Matt Thomas: | dg | 1995-10-26 | 2 | -4/+6 |
* | Fixed data loss in writes to pty masters. Data was almost always lost | bde | 1995-10-25 | 1 | -8/+23 |
* | Fix clist limits. They were usually one too low. E.g., for a limit of | bde | 1995-10-25 | 2 | -14/+30 |
* | Stable matcd port to 0x230, as per request by Bruce and Frank. | jkh | 1995-10-25 | 5 | -10/+10 |
* | Bring in version 1(26) - considerably less memory usage (and may bring us | jkh | 1995-10-25 | 3 | -24/+272 |
* | Add code to properly translate signal returned in status argument of wait4() | swallace | 1995-10-23 | 1 | -5/+25 |
* | Remove COMPAT_IBCS2 option. | swallace | 1995-10-23 | 1 | -17/+8 |
* | Fix a sign extension bug that was unleashed by the previous change. | bde | 1995-10-23 | 1 | -3/+9 |
* | Reset only one necessary LC_ variable | ache | 1995-10-23 | 1 | -3/+2 |
* | Simplify the pseudo-argument removal changes by not optimizing for | bde | 1995-10-23 | 2 | -246/+199 |