summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Include the "od" driver. (Oops, forgot to cvs add the driver filejoerg1995-10-312-49/+100
* Minor correction for the "od" driver.joerg1995-10-311-2/+2
* Include the "od" driver.joerg1995-10-315-5/+12
* Make a lot of stuff static.phk1995-10-318-132/+138
* mfs_open could panic with false identification: panic("mfs_ioctl: ....peter1995-10-311-2/+2
* Reviewed by: not yetjulian1995-10-316-3/+1646
* Submitted by: Mike mitchelljulian1995-10-311-0/+72
* Submitted by: Mike Mitchelljulian1995-10-3112-131/+179
* Security fix - do not allow anyone but root to choose the interrupts usedmarkm1995-10-302-2/+18
* When moving kernel to kernel.old, also change kern.bootfile.toguido1995-10-303-3/+6
* Don't pass an extra trailing arg to some functions.bde1995-10-301-5/+14
* Removed an annoying redundant declaration that I added in the previousbde1995-10-301-2/+1
* Removed bogus statics in declarations that don't allocate storage.bde1995-10-302-8/+26
* Mask netisrs during softtty isrs. This may fix PR 798. SLIP and PPPbde1995-10-301-3/+7
* Start the 2MSL timer when the socket is closed and the TCP connection isolah1995-10-291-2/+6
* Made wcstart() non-static again. It is called from atapi.c. Thebde1995-10-291-4/+4
* Made wcdattach() non-static again. It is called from atapi.c. Thebde1995-10-291-1/+4
* Second batch of cleanup changes.phk1995-10-2966-866/+764
* Fix mmioctl() for !DEVRANDOM case. mmioctl() is a function, not abde1995-10-292-20/+24
* Use the new config(8) %SFILES token to auto-generate the SFILES list.dg1995-10-293-9/+9
* Don't include things more than once :-)phk1995-10-291-10/+3
* Initialize SXFRCTL0 with DFON|SPIOEN|ULTRAEN.gibbs1995-10-291-3/+7
* Only or in CLRCHN in SXFRCTL0. All other bits in this register aregibbs1995-10-291-5/+3
* Close out kern/46.pst1995-10-282-12/+2
* Add extra export symbols for the ATAPI generic interface.peter1995-10-281-3/+7
* Reattach atapi and wcd to the lkm Makefile, these compile for me now.peter1995-10-281-4/+4
* Repair the wcd and atapi code a little, so that it compiles and loadspeter1995-10-282-11/+20
* Fix incorrect bit definitions for SXFRCTL0 (typo). The affected bitsgibbs1995-10-281-4/+4
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-2816-40/+866
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-2846-531/+270
* Sorry.. I didn't mean to re-enable wcd yetpeter1995-10-281-3/+3
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-287-178/+151
* Rewamp the way we make sysctl variables to be easier to cope with.phk1995-10-282-73/+377
* Do a pass over the broken LKM's and update them to use the "new"peter1995-10-2819-77/+78
* Call vfs_unbusy() before error returns from sysctl_vnode(). This fixesbde1995-10-282-6/+14
* Temp. disable following modules:ache1995-10-281-4/+8
* Recognize the aic7880 and 3940 Ultra.gibbs1995-10-261-5/+25
* Properly deal with the Ultra series of adapters. We should now understandgibbs1995-10-262-85/+108
* Set SCSIGO generically before we determine the phase instead of doing itgibbs1995-10-261-12/+11
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-2652-38/+6770
* From Matt Thomas:dg1995-10-262-4/+6
* Fixed data loss in writes to pty masters. Data was almost always lostbde1995-10-251-8/+23
* Fix clist limits. They were usually one too low. E.g., for a limit ofbde1995-10-252-14/+30
* Stable matcd port to 0x230, as per request by Bruce and Frank.jkh1995-10-255-10/+10
* Bring in version 1(26) - considerably less memory usage (and may bring usjkh1995-10-253-24/+272
* Add code to properly translate signal returned in status argument of wait4()swallace1995-10-231-5/+25
* Remove COMPAT_IBCS2 option.swallace1995-10-231-17/+8
* Fix a sign extension bug that was unleashed by the previous change.bde1995-10-231-3/+9
* Reset only one necessary LC_ variableache1995-10-231-3/+2
* Simplify the pseudo-argument removal changes by not optimizing forbde1995-10-232-246/+199
OpenPOWER on IntegriCloud