summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-1512-179/+76
* This driver really is for the Pro/100B and not for the Pro/100 (and in factdg1996-01-152-6/+6
* Add the bcd <-> bin and hex -> ascii tables.phk1996-01-151-0/+34
* Make the NCR driver on the boot floppy kernel not negotiate synch. SCSIse1996-01-151-3/+3
* Fixed an overflowing multiplication in vnstrategy() by replacing it withbde1996-01-141-13/+16
* Partially fixed negative and truncated "Avail" counts in df output.bde1996-01-141-3/+2
* Bump the timeout in st_load() from 5 to 15 minutes. My Tandbergjoerg1996-01-141-2/+2
* Add linux_mknod so that it will do mkfifo if needed...sos1996-01-144-44/+77
* Register our softc at attach time. I forgot to do this in my last commit,gibbs1996-01-141-1/+2
* Document NFS_NOSERVER.phk1996-01-133-3/+6
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-1320-54/+224
* Fixed renaming of private DEBUG macro. The previous revision missedbde1996-01-132-10/+10
* Avoid bzero becomming a common symbol in all .o files.phk1996-01-131-2/+2
* Fixed handling of Feb 29 in resettodr().bde1996-01-125-25/+55
* Take a different approach to the SPIORDY race condition. Simply cleargibbs1996-01-112-4/+20
* Add back initialization of "ncrp[unit]" since ncrcontrol relies on it.se1996-01-101-2/+3
* 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
OpenPOWER on IntegriCloud