summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: Greg Ungerer <gerg@stallion.oz.au>davidn1997-03-131-25/+36
* Submitted by: Greg Ungerer <gerg@stallion.oz.au>davidn1997-03-131-34/+34
* Change `#ifdef FreeBSD' to `#ifdef __FreeBSD__'.kato1997-03-131-3/+3
* Added `\' (backslash) at the end of line in the CFLAGS definition.kato1997-03-131-2/+2
* Activate CMD640 workaroundse1997-03-122-2/+4
* Add option CMD640 which is required to use both channels of thatse1997-03-123-3/+21
* Add wdc_p.c for support of the CMD640 PCI EIDE chip.se1997-03-121-0/+1
* Fixed setting of default kernel name when there is no boot.config file.bde1997-03-121-3/+3
* Since i don't see that anybody is implementing a more correct EISAjoerg1997-03-127-7/+43
* Add support for the buggy CMD640B PCI EIDE controller chip, whichse1997-03-113-1/+223
* Fixed clist limits. I got them wrong several years ago in rev.1.9bde1997-03-111-5/+5
* Retrofit Bruce's changes from rev 1.7.joerg1997-03-111-4/+9
* Synchronize with sys/i386/i386/userconfig.c revision 1.84.kato1997-03-111-3/+3
* Synchronize with sys/i386/conf/majors.i386 revision 1.14.kato1997-03-111-1/+2
* Avoid double-s when #conflicts drops from 10 to 9.msmith1997-03-111-3/+3
* Add a quirk entry for the HP6020i, after John has just confirmed thatjoerg1997-03-101-1/+5
* Add char#80 xdcp, assigned to Chris Ficklin <chris@serengeti.com>phk1997-03-102-2/+4
* Move this files* entry for the Brooktree TV driver toi the right 'files*'.markm1997-03-103-4/+3
* Initial import of the Brooktree PCI-TV drivers. I have not testedmarkm1997-03-1010-2/+5418
* Makefile generates boths IBM-PC and PC-98 version of object code inkato1997-03-094-22/+194
* Added PC-98 specific function to get battery status.kato1997-03-091-1/+9
* Moved userland assembler macros from <machine/asmacros.h> tobde1997-03-094-180/+166
* Cloned src/lib/libc/i386/DEFS.h to create <machine/asm.h> for the i386.bde1997-03-092-0/+240
* YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK forbde1997-03-092-4/+4
* Update a number of routines to reflect the actual namempp1997-03-096-20/+20
* Update a number of panic messages to reflect the actual namempp1997-03-093-11/+11
* Use the common nchstats struct instead of a private one for ncs_2passesbde1997-03-082-10/+6
* Fixed missing initialisation of vp->v_type for types Pfile and Pmembde1997-03-082-2/+4
* Synchronize with sys/i386/boot/biosboot/Makefile revision 1.55.kato1997-03-081-1/+2
* Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hashbde1997-03-081-14/+14
* Fix style bugs and other bugs in the NFS fix.guido1997-03-081-6/+5
* When removing IN_RECURSE support during the Lite/2 merge, read/writedyson1997-03-081-2/+2
* Remove unnecessary check for vp->v_mount being null. Pointeddyson1997-03-071-2/+2
* Made set_controller_command_byte() less verbose. It used to print ayokota1997-03-072-12/+4
* Fix a bogon in pcvt that caused a characterset designation to not takejoerg1997-03-073-23/+23
* Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2joerg1997-03-071-0/+8
* Fix (I hope) the NFS hole. This is only compile tested.gpalmer1997-03-071-2/+7
* Move pcvt towards using kbdio (finally!).joerg1997-03-065-8/+387
* Merge Jason Thorpe's updated changer stuff into the actual system.joerg1997-03-064-533/+1114
* Added missing i8251 code.kato1997-03-062-18/+42
* improve pcibus_check: Only assume PCI if at least one PCI to anything bridgese1997-03-056-36/+114
* Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, thenbde1997-03-052-4/+14
* Made FPU stuff conditional on npx as well as I586_CPU.bde1997-03-053-45/+54
* Synchronize with sys/i386/isa/clock.c revision 1.79.kato1997-03-053-24/+48
* Added -mno-486 to CFLAGS to force smaller code in case someone compilesbde1997-03-051-1/+2
* make the netatalk output routine matcy the prtotype used in thejulian1997-03-054-4/+9
* Only print clock calibration messages if the system was booted with -v.bde1997-03-055-40/+80
* add a bunch of comments to describe what's going on.julian1997-03-051-16/+123
* Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixeddg1997-03-052-10/+10
* Supply the mount point given to mfs_mount when getting a vnode for themsmith1997-03-051-2/+2
OpenPOWER on IntegriCloud