summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove vat_audio driver supportpst1995-07-202-4/+2
* vnode_pager_alloc() never returns NULL, so don't check for it.dg1995-07-205-15/+10
* #if 0'd one of the DIAGNOSTIC checks in vm_page_alloc(). It was toodg1995-07-201-1/+3
* Rewrote memory sizing code to generally deal with holes in extended memory.dg1995-07-194-100/+202
* Change the compile-time option of DIRECTED_BROADCAST into a sysctlpeter1995-07-182-7/+13
* Allow the specification of the controller bus when wiring down scsi buses.gibbs1995-07-172-32/+54
* Specify the controller bus in the scsi_link structure to allow hardwiredgibbs1995-07-171-2/+3
* Add examples for wiring down scbuses to drivers as well as specifyinggibbs1995-07-173-18/+30
* Return EDESTADDRREQ rather than EADDRNOTAVAIL if the user attempts towollman1995-07-171-2/+2
* Fixed "bufspace" calculation. It was lossy in some circumstances of thedg1995-07-171-14/+5
* Added crdselect definition for !NCRD case.dg1995-07-161-1/+2
* This fixes a compiler warning, and a cosmetic problem with the linuxpeter1995-07-163-18/+6
* 1) Merged swpager structure into vm_object.dg1995-07-164-172/+134
* Reviewed by: phkphk1995-07-164-6/+42
* Make the bootinfo structure visible from sysctl.phk1995-07-164-6/+16
* Include ``options POWERFAIL_NMI'' for owners of older (non-apm)joerg1995-07-166-18/+138
* Protect TTYHOG by #ifndef so it can be overridden from the configjoerg1995-07-161-1/+3
* There is a small bug in the cd9660 code that prevents stating ofjoerg1995-07-162-2/+4
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-1614-25/+16
* Fix compiler warnings (systm.h wasn't included).bde1995-07-162-1/+7
* Do not set SCSI_NOSLEEP on every tape command (the exception being duringgibbs1995-07-161-2/+2
* Add tw.bde1995-07-163-6/+15
* Truncate the fault address to a page boundry when calling vm_fault(). Thedg1995-07-163-9/+9
* Resize buffers if they aren't the correct size. Several months ago wedg1995-07-151-7/+2
* Fixed bug that caused page tables to be faulted twice instead of once.dg1995-07-143-12/+21
* I believe that the following fix to nfs_vnops.c should do the trick w.r.t.dfr1995-07-132-20/+16
* Fix benign function type mismatch.bde1995-07-131-4/+5
* The following patch for v1.8 (2.0.5R) of seagate.c allows it to work withjkh1995-07-131-87/+163
* This is a major rework of newvers.sh to put it back much closer torgrimes1995-07-131-22/+18
* Added a copyright to this file.dg1995-07-131-0/+33
* Oops, forgot to add the "default" pager files...dg1995-07-132-0/+143
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-1354-3165/+1131
* 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
OpenPOWER on IntegriCloud