summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Try to make the `syn' blocking code act a bit more sensibly - don'tgpalmer1995-07-311-2/+2
* Fix panic("ifpromisc failed") when shutting down a bpf tap when the attachedpeter1995-07-311-7/+7
* Remove a redundant `if' from tcp_reass().olah1995-07-312-8/+4
* Fix the sysctl string routines to return as much of thempp1995-07-311-13/+25
* Fix some incorrect comments that make reference to /dev/fd.mpp1995-07-311-4/+4
* Return the correct number of I/O ports as part of the probe so that thedufault1995-07-311-1/+1
* Fix various kernfs file system problems, which can result inmpp1995-07-311-42/+61
* Long overdue, more complete, reset code. These changes implement agibbs1995-07-311-180/+592
* Pause the sequencer when message only requests complete. This allows thegibbs1995-07-311-2/+8
* Ignore trailing slashes in pathnames that "refer to a directory",bde1995-07-314-5/+50
* Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL evendg1995-07-303-9/+9
* Rewrote shutdown_nice() to fix the init-not-yet-started panic().dg1995-07-301-3/+3
* Don't swap the queue headers to implement concatenation of thebde1995-07-301-14/+23
* Split TS_ASLEEP (sleep on output [below low water])into TS_SO_OLOWAT (sleepbde1995-07-302-39/+31
* Add connection drop capability for persist timeouts.dg1995-07-292-2/+19
* Add new ``SNAPDATE=""'' for use in snapshot building.rgrimes1995-07-291-1/+5
* Initialize "name" to quiet compiler.dg1995-07-292-4/+4
* Fix enough of the recently introduced brokenness for LINT to compile.bde1995-07-296-5/+16
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-295-35/+11
* The lemac driver didn't pass transmitted packets to bpf. Now it does.paul1995-07-291-1/+7
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-2980-277/+316
* Removed the poorly named unused bogus common variable `total'. It wasbde1995-07-292-6/+3
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFbde1995-07-298-57/+41
* Always wake up writers after clearing TS_BUSY. This will soon bebde1995-07-298-95/+31
* This file got left out for some reason - merge it in with the rest ofjkh1995-07-281-0/+12
* Merge in changes for VOXWARE 3.05jkh1995-07-283-119/+334
* Support for voxware 3.05.jkh1995-07-282-2/+6
* Update the sound driver to VOXWARE 3.05 with one GUS patch fromjkh1995-07-2860-1754/+7481
* Fixed panic in fill_eproc() caused by inadequate checking for NULL pointers.dg1995-07-281-5/+6
* Fixed bug where a bogus packet length could cause a panic if the lengthdg1995-07-282-6/+10
* Fixed bug I introduced with the memory-size code rewrite that brokedg1995-07-284-10/+8
* Add a few chip set IDs.se1995-07-271-4/+21
* Add config messages for the Intel 82378 chip.se1995-07-271-1/+32
* Add a few vendor IDs.se1995-07-272-16/+42
* Get rid of references to the linker supplied set length field.se1995-07-272-30/+30
* Fix test for determining when RSVP is inactive in a router. (In thiswollman1995-07-263-6/+7
* Corrected a comment.dg1995-07-261-2/+2
* Change bogus `extern inline' to `static inline'.bde1995-07-251-1/+1
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedbde1995-07-254-18/+18
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedbde1995-07-251-2/+2
* Change `extern inline' to `static inline' so that several functionsbde1995-07-252-18/+18
* Fix bogus constraint "i" that only worked with -O. The cases where itbde1995-07-252-6/+18
* Restore the the fix in revision 1.23 that was blown away by a later commit:bde1995-07-251-3/+1
* First step of fixing the remaining sloppy common-style declarations.bde1995-07-253-6/+6
* Killed bogus casts in tsleep/wakeup calls.dg1995-07-251-15/+15
* Fixed broken offset use in vfs_unbusy_pages() which resulted in severaldg1995-07-251-5/+15
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-3/+3
* Declare rsvp_input() to take the correct set of arguments and figure outwollman1995-07-241-5/+12
* Slightly better fix than previous revision.dfr1995-07-242-8/+6
* Completely turn off RSVP intercept when a socket being used for that purposewollman1995-07-241-1/+2
OpenPOWER on IntegriCloud