summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the 3C595 as a supported device for vx0. Delete the rest of the lineats1996-01-093-9/+9
* Add the pci-numbers for the 3c595 10/100Mb card to the driver.ats1996-01-091-0/+2
* Add back nncr and ncrp for now. ncrcontrol relies on them.se1996-01-091-4/+7
* Don't bother setting the DSCommand register. Adaptec's own BIOS doesn't.gibbs1996-01-091-4/+1
* Change the inb and outb routines slightly. It seems that waiting forgibbs1996-01-091-13/+5
* Fix logic bug (!= should be ==) in recent P2P/multicast kludge.dg1996-01-091-2/+2
* Fix the 'extraneous newline' problem a little more sensibly: just takingwpaul1996-01-091-1/+4
* clean up si_dprintf a bit so that it uses vararg argument parsing that doespeter1996-01-092-12/+34
* Fix a bug where having a process listening to both a INADDR_ANY and aguido1996-01-081-2/+8
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-085-70/+60
* MTRETENS for the wt driver. This patch got lost withjoerg1996-01-082-39/+14
* Implement the MTRETENS command.joerg1996-01-082-6/+8
* No longer generate empty opt_sysvipc.h, and no longer issue -DSYSVSHM etcpeter1996-01-081-7/+3
* No longer generate empty opt_sysvipc.h..peter1996-01-081-6/+2
* Reran makesyscalls.sh..peter1996-01-083-4/+3
* Oops. forgot to remove #include "opt_sysvipc.h"peter1996-01-081-2/+1
* sysv_ipc.c now "standard" as it contains #if defined(...) blockspeter1996-01-081-3/+1
* reran makesyscallspeter1996-01-0811-59/+11
* reran makesyscalls..peter1996-01-083-88/+3
* (gulp!) reran makesyscalls..peter1996-01-085-83/+236
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubspeter1996-01-082-47/+2
* Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we changepeter1996-01-083-3/+6
* It's bad if the blockno is negative.phk1996-01-071-1/+4
* Only change the sysctl variable if it presently points to /kernel.phk1996-01-073-6/+12
* 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
OpenPOWER on IntegriCloud