summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change this to do what it should have done from the start.phk1995-07-121-3/+3
* Optimize the zeroing of quotes. b_to_q() was always taking about 20% ofbde1995-07-112-64/+92
* Rearrange the inner loop of scanc() to get better code on i*86'sbde1995-07-111-2/+10
* Fix races in scstart(). q_to_b() wasn't called at spltty(), so therebde1995-07-116-84/+42
* Speed up the inner loop of ansi_put() by a few percent.bde1995-07-113-6/+30
* Enable pcvt in LINT and don't generate a compile time error if sysconsbde1995-07-114-18/+18
* Release summary: (detailed descriptions in Edit History in matcd.c)jkh1995-07-113-68/+150
* ICMP messages received from broken hosts which reply to multicast packetswollman1995-07-101-4/+8
* tcp_input.c - keep track of how many times a route contained a cached rttwollman1995-07-104-17/+61
* When adding a route, set rt_ifa and rt_ifp a little earlier so thatwollman1995-07-101-4/+13
* swapout_threads() -> swapout_procs().dg1995-07-103-6/+6
* Increased global RSS limit to total RAM.dg1995-07-101-2/+2
* Killed bogus sparc #ifdef.dg1995-07-101-10/+1
* Fixed panic that occurs on certain firewall rejected packets that wasdg1995-07-094-9/+8
* PR #kern/572:joerg1995-07-091-6/+8
* Move some struct definitions outside of struct's, so their scopes forjoerg1995-07-091-35/+40
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-097-54/+77
* This implements enough of the BSDI extensions to the net-2 ogetkerninfo()peter1995-07-091-1/+112
* Correct a typo in a comment.ats1995-07-081-2/+2
* Several constants have been missing in the SysV IPC header files thatjoerg1995-07-082-7/+14
* PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAYjoerg1995-07-081-1/+10
* Improve negative usecount diagnostic a little.dg1995-07-082-8/+8
* Added missing splx() in DIAGNOSTIC code.dg1995-07-082-2/+4
* The generated VCALL always uses the first vp which in the case of /link/dg1995-07-074-9/+127
* Put back second case of CC handler in NCR script.se1995-07-071-3/+6
* Use a consistent blocksize for sizing bufs to avoid panicing the bio system.dfr1995-07-074-14/+46
* Worked around a bug with if.c setting the interface up even when we don'tdg1995-07-071-1/+14
* Modified joerg's last change to only set the interface "up" when settingdg1995-07-061-4/+9
* Fixed an object allocation race condition that was causing a "objectdg1995-07-062-23/+46
* Multiplex the soft tty interrupt some more to support the cy driver.bde1995-07-051-1/+5
* Fix error logging:bde1995-07-053-12/+30
* Rewrite:bde1995-07-057-3896/+6942
* Killed "maxmem" declaration. We don't have that variable in FreeBSD.dg1995-07-051-2/+1
* Protected entire epioctl routine with splimp(). In this case, it is betterdg1995-07-052-2/+12
* Add PCI Id for the 3940 controller.gibbs1995-07-041-2/+9
* Dan Eischen's serial eeprom code.gibbs1995-07-042-0/+227
* First pass cleanup of this driver. This pass does not include the sequencergibbs1995-07-044-71/+399
* Add entry for i386/scsi/93cx6.c, the file that handles serial eepromgibbs1995-07-042-2/+4
* Change SCB_LIST_NULL to 0xff from 0x10 to allow for 255 commands. Thisgibbs1995-07-041-7/+8
* Added some spaces for KNF. Moved some zero-initialized pointers into thedg1995-07-041-14/+11
* This is the end result of about a dozen passes through this code to fixdg1995-07-041-729/+696
* Define TRUE and FALSE.dg1995-07-041-0/+7
* 1) Removed bogus #includedg1995-07-041-46/+25
* Slightly modify my previous change to return EINVAL instead ofjoerg1995-07-021-4/+2
* Revision 1.21 of if_sl.c broke the traditional behaviour thatjoerg1995-07-021-1/+4
* I saw a very low-key commit message on the netbsd mailing lists andjoerg1995-07-011-2/+4
* The PCI config mechanism 1 test failed for the Intel Aries.se1995-06-306-12/+12
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-295-21/+23
* Removed "GATEWAY" consideration when calculating number of mbuf clusters.dg1995-06-292-10/+2
* Killed "TIMEZONE" and "DST" options. They have been forced to 0 by configdg1995-06-293-7/+7
OpenPOWER on IntegriCloud