summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)julian1995-10-3125-44/+55
* Include a prerequisite header (so this is consistent again with thejoerg1995-10-316-6/+18
* We no longer need the spltty() == splimp() hack if PPP is configured intopeter1995-10-312-12/+20
* Pad out MSDOS boot block to 512 bytes (bugfix only)pst1995-10-312-4/+4
* Update if_ppp lkm to pull in the new files...peter1995-10-311-3/+3
* Remove the old pppcompress files (btw: these look net-2 derived)peter1995-10-313-773/+9
* Drat.. Missed this one, which #includes ppp-comp.h, not ppp_comp.hpeter1995-10-311-2/+2
* Update the file list for the new ppp files..peter1995-10-311-1/+3
* Merge/update ppp-2.2 kernel parts onto mainline.peter1995-10-316-1220/+1061
* Initial revisionpeter1995-10-315-0/+2540
* Fixed initialization of TS_CONNECTED bit in t_state. It wasn'tbde1995-10-311-1/+4
* slcompress: split one of the functions into two parts, to allow use by bothpeter1995-10-313-38/+88
* Add a simplistic netisr register routine - I need this now for ppp-2.2.peter1995-10-313-9/+42
* Make a putc()/b_to_q() to a clist that hasn't had cblocks reservedpeter1995-10-312-10/+30
* Cleanup, make things static.phk1995-10-3110-205/+214
* Get pccard stuff into LINT.phk1995-10-316-9/+276
* The "od" driver. While the name is suggesting the use forjoerg1995-10-311-0/+802
* 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
OpenPOWER on IntegriCloud