summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check that vp->v_mount is non-null in fsync() before dereferencing it tomsmith1997-03-052-4/+6
* Back out the patch to break up the clock probe lines. Instead, followgpalmer1997-03-055-20/+20
* Fixed connection of vfs.ffs node to the sysctl tree.bde1997-03-041-2/+2
* Attach vfs_sysctl() one level lower so that only the levels belowbde1997-03-043-23/+22
* Split the rather long and line-wrapping clock probe messages on boot.gpalmer1997-03-045-25/+25
* Fixed devfs code. Old code remained in pc98 tree.kato1997-03-042-14/+48
* Synchronize with sys/i386/isa/syscons.c revision 1.205.kato1997-03-041-8/+18
* Oops, fix typo.ache1997-03-031-2/+2
* Don't copy more than MAXLOGNAME bytes in getlogin() syscall,ache1997-03-031-3/+3
* Don't export kernel interfaces to applications. msdosfs_mount probablybde1997-03-032-2/+18
* Fixed struct access bug and style bugs in previous revision. The samebde1997-03-031-6/+7
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.bde1997-03-033-9/+3
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsbde1997-03-033-25/+1
* Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD'sbde1997-03-033-46/+101
OpenPOWER on IntegriCloud