summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add an adapter_softc field to the scsi_link struct.gibbs1996-01-071-1/+2
* Write the cahesize and latency timer values back into configurationgibbs1996-01-072-12/+10
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-073-42/+21
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-075-224/+224
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-79/+66
* Add comment about only needing on of either ahc, ncr, or ahb typegibbs1996-01-072-4/+6
* aic7xxx.seq:gibbs1996-01-072-10/+21
* The second cast wasn't needed.phk1996-01-071-2/+2
* Add NMSS to the list of things that local.h checks for when decdingwpaul1996-01-072-3/+4
* Print out the queue index if it's found to be inconsistent.dg1996-01-061-4/+7
* Document the ``BOOT_HD'' make option for the bootblocks.joerg1996-01-061-2/+7
* Rework vm_hold_{load,free}_pages to calculate an index once and use that.dg1996-01-061-11/+13
* Detach fpu and gnufpu from Makefile.. These lkm's build (or used to)peter1996-01-061-2/+5
* Choose a different name to hold the option definition.. The original onepeter1996-01-065-10/+10
* Add opt_sysvipc.h rules similar as in ibcs2 Makefileache1996-01-061-2/+6
* Fix the asami&phk bug. This was a sign-extension bug, where a longphk1996-01-061-2/+2
* Don't rely on the card 'automatically' powering up when we probe it.nate1996-01-062-2/+3
* Eliminate the dramatic TCP performance decrease observed for writes inwollman1996-01-052-4/+12
* Finally demolished the last, tottering remnants of GATEWAY. If you wantwollman1996-01-056-54/+27
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-0517-14/+44
* The Linux emulator depends on SYSV IPC but doesn't actually referencewollman1996-01-052-2/+6
* Remove -fno-strength-reduce, gcc bug recently fixedache1996-01-051-2/+2
* Added multicast support, currently #ifdef LNC_MULTICAST.paul1996-01-052-28/+170
* Convert QUOTA to new-style option.wollman1996-01-0519-42/+46
* Delete a couple of unnecessary dependencies on Makefile.wollman1996-01-053-9/+9
* Increased default SOMAXCONN from 32 to 128. 128 is the largest value Idg1996-01-051-2/+2
* convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the newwollman1996-01-053-3/+27
* Somehow managed to miss these four files when converting the SYSV IPCwollman1996-01-054-4/+12
* The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT.gibbs1996-01-051-2/+2
* Bring back the more heavy-weight version of the mesgin inb routines. Davidg'sgibbs1996-01-051-4/+12
* Null terminate execl's argument list.gibbs1996-01-053-6/+6
* Reverse the modification which caused the annoying m_copydata crash: setolah1996-01-041-1/+5
* Convert DDB to new-style option.wollman1996-01-0433-294/+75
* Automatically create an empty opt_sysvipc.h to mimic old optionwollman1996-01-041-2/+6
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-0421-23/+48
* convert the math emulation to use the new-style options.wollman1996-01-045-3/+13
* Increased vm_object_cache_max by about 50% to yield better utilization ofdg1996-01-041-2/+2
* Fixed minor struct cred leak. Discovered while looking for the oppositedg1996-01-041-5/+8
* Convert PROCFS to the new style of options by the simple expedient ofwollman1996-01-031-0/+1
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-0324-44/+54
* Try to make multicast routing work correctly over point-to-pointwollman1996-01-031-1/+8
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-031-8/+374
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-032-733/+465
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-033-12/+132
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-032-10/+10
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-035-1006/+1252
* Reworked the stop/reset code to properly run-down allocated buffers anddg1996-01-032-72/+150
* Prepare to add support for parity. Report the post-parity size,asami1996-01-022-8/+40
* Fix the number of ports created for devfs.. it had been only creatingpeter1996-01-022-4/+4
* Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negativedg1996-01-022-6/+6
OpenPOWER on IntegriCloud