aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changes to processing of segments in the SYN_SENT state:Andras Olah1995-11-032-20/+20
* Setting the TF_ACKNOW flag was redundant in the REXMT timeout becauseAndras Olah1995-11-031-5/+1
* Fix a logical error in T/TCP: when we actively open a connection, weAndras Olah1995-11-033-12/+25
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxGarrett Wollman1995-11-033-8/+18
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxGarrett Wollman1995-11-031-2/+6
* Fix the incomplete merge for the IPX code - the internals are different.Peter Wemm1995-11-031-1/+9
* When the sync-on-shutdown fails to clear all buffers, this bit of codePeter Wemm1995-11-022-2/+22
* Make putc and b_to_q deal with clists with no reserved blocks in a morePeter Wemm1995-11-022-26/+10
* Move page fixups (pmap_clear_modify, etc) that happen after paging inputDavid Greenman1995-11-022-5/+7
* Instrument the IP input queue with two new read-only MIB entries:Garrett Wollman1995-11-012-3/+12
* Clean up the previous commit I did on this file.Peter Wemm1995-11-012-10/+18
* Add a DRIVER_S= definition that config wants to use for assemblerPeter Wemm1995-11-013-3/+6
* Re-Zap unused variables in their new location.. :-)Peter Wemm1995-11-012-7/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)Julian Elischer1995-10-3125-44/+55
* Include a prerequisite header (so this is consistent again with theJoerg Wunsch1995-10-316-6/+18
* We no longer need the spltty() == splimp() hack if PPP is configured intoPeter Wemm1995-10-312-12/+20
* Pad out MSDOS boot block to 512 bytes (bugfix only)Paul Traina1995-10-312-4/+4
* Update if_ppp lkm to pull in the new files...Peter Wemm1995-10-311-3/+3
* Remove the old pppcompress files (btw: these look net-2 derived)Peter Wemm1995-10-313-773/+9
* Drat.. Missed this one, which #includes ppp-comp.h, not ppp_comp.hPeter Wemm1995-10-311-2/+2
* Update the file list for the new ppp files..Peter Wemm1995-10-311-1/+3
* Merge/update ppp-2.2 kernel parts onto mainline.Peter Wemm1995-10-316-1220/+1061
* Initial revisionPeter Wemm1995-10-315-0/+2540
* Fixed initialization of TS_CONNECTED bit in t_state. It wasn'tBruce Evans1995-10-311-1/+4
* slcompress: split one of the functions into two parts, to allow use by bothPeter Wemm1995-10-313-38/+88
* Add a simplistic netisr register routine - I need this now for ppp-2.2.Peter Wemm1995-10-313-9/+42
* Make a putc()/b_to_q() to a clist that hasn't had cblocks reservedPeter Wemm1995-10-312-10/+30
* Cleanup, make things static.Poul-Henning Kamp1995-10-3110-205/+214
* Get pccard stuff into LINT.Poul-Henning Kamp1995-10-316-9/+276
* The "od" driver. While the name is suggesting the use forJoerg Wunsch1995-10-311-0/+802
* Include the "od" driver. (Oops, forgot to cvs add the driver fileJoerg Wunsch1995-10-312-49/+100
* Minor correction for the "od" driver.Joerg Wunsch1995-10-311-2/+2
* Include the "od" driver.Joerg Wunsch1995-10-315-5/+12
* Make a lot of stuff static.Poul-Henning Kamp1995-10-318-132/+138
* mfs_open could panic with false identification: panic("mfs_ioctl: ....Peter Wemm1995-10-311-2/+2
* Reviewed by: not yetJulian Elischer1995-10-316-3/+1646
* Submitted by: Mike mitchellJulian Elischer1995-10-311-0/+72
* Submitted by: Mike MitchellJulian Elischer1995-10-3112-131/+179
* Security fix - do not allow anyone but root to choose the interrupts usedMark Murray1995-10-302-2/+18
* When moving kernel to kernel.old, also change kern.bootfile.toGuido van Rooij1995-10-303-3/+6
* Don't pass an extra trailing arg to some functions.Bruce Evans1995-10-301-5/+14
* Removed an annoying redundant declaration that I added in the previousBruce Evans1995-10-301-2/+1
* Removed bogus statics in declarations that don't allocate storage.Bruce Evans1995-10-302-8/+26
* Mask netisrs during softtty isrs. This may fix PR 798. SLIP and PPPBruce Evans1995-10-301-3/+7
* Start the 2MSL timer when the socket is closed and the TCP connection isAndras Olah1995-10-291-2/+6
* Made wcstart() non-static again. It is called from atapi.c. TheBruce Evans1995-10-291-4/+4
* Made wcdattach() non-static again. It is called from atapi.c. TheBruce Evans1995-10-291-1/+4
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-2966-866/+764
* Fix mmioctl() for !DEVRANDOM case. mmioctl() is a function, not aBruce Evans1995-10-292-20/+24
* Use the new config(8) %SFILES token to auto-generate the SFILES list.David Greenman1995-10-293-9/+9