aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Second pass on this. Sentinal device node was an uneeded complication.Justin T. Gibbs1995-11-093-586/+556
* Fix some of the sysctl broke, and add a lot more to it.Poul-Henning Kamp1995-11-085-47/+138
* Add qsort() to libkern, taken from libc.Poul-Henning Kamp1995-11-082-1/+175
* Export a symbol that ext2fs wants (insmntque.)John Dyson1995-11-081-1/+2
* Cleaned up some lint and some obvious prototyping errors.John Dyson1995-11-0814-76/+52
* missed one static thingie.Poul-Henning Kamp1995-11-072-4/+4
* staticize private parts.Poul-Henning Kamp1995-11-0712-70/+70
* Make a lot of private stuff static.Poul-Henning Kamp1995-11-0710-156/+156
* Fix typo in QUEUE_FULL_SUPPORTED section.Justin T. Gibbs1995-11-071-2/+2
* Remove uneccessary increment of the unit number.Justin T. Gibbs1995-11-071-2/+1
* Properly print out the chip type again. ahc_init really needs a rewrite.Justin T. Gibbs1995-11-071-7/+19
* Fix the long dreaded Wide bug and enable WIDEODD for reads.Justin T. Gibbs1995-11-071-3/+4
* This is a modification missed by me in the msync fixes a few days ago.John Dyson1995-11-072-4/+4
* Close PR misc/75. I thought this was done long time ago...Poul-Henning Kamp1995-11-061-0/+4
* On working the new sysctl vars a bit I realized that I needed more generality.Poul-Henning Kamp1995-11-062-197/+244
* All:David Greenman1995-11-0610-235/+239
* Initialize lock struct entries explicitly rather than calling bzero().David Greenman1995-11-061-2/+7
* Initialize the 3 remaining elements of the scsi_cmd struct rather thanDavid Greenman1995-11-061-2/+2
* -Wall fixes.Justin T. Gibbs1995-11-061-8/+8
* Probe all slots even if an EISA main board isn't found. This catchesJustin T. Gibbs1995-11-064-160/+224
* Omitted a '#if FIFO' in ext2_vnops.cJohn Dyson1995-11-062-0/+4
* This commit causes UFS to perform at Linux EXT2FS metadata rates. AfterJohn Dyson1995-11-061-4/+20
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-0612-152/+328
* Changes to existing files for ext2fs support. The UFS mods need reworkJohn Dyson1995-11-0510-16/+162
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOJohn Dyson1995-11-0535-0/+13232
* Fix ufs_bmap so that triple indirect blocks might work.John Dyson1995-11-053-6/+6
* Make MNT_ASYNC more effective for UFS. It should not be too much moreJohn Dyson1995-11-054-7/+14
* Greatly simplify the msync code. Eliminate complications in vm_pageoutJohn Dyson1995-11-057-133/+100
* Replaced bogus macros for entry points to unconfigured line disciplinesBruce Evans1995-11-054-82/+138
* Add eisa0 and remove ISA configuration line for ahc0.Justin T. Gibbs1995-11-055-10/+54
* Workaround for conflicting kernel prototypes in user mode breaking make worldPeter Wemm1995-11-052-6/+6
* Conform to new probe/attach interface exported by aic7xxx.c.Justin T. Gibbs1995-11-051-28/+30
* Move aic7xxx register definitions to sys/dev/aic7xxx/aic7xxx_reg.h.Justin T. Gibbs1995-11-052-604/+121
* Remove old eisaconf cruft from the eisa files. The old eisaconf kludgedJustin T. Gibbs1995-11-053-84/+3
* Modifications for the new eisaconf.Justin T. Gibbs1995-11-053-11/+21
* This is a totally new implementation of eisaconf. It will hopefullyJustin T. Gibbs1995-11-055-473/+1149
* Move aic7770.c to i386/eisa. It is the first driver to use the new eisaconf.Justin T. Gibbs1995-11-052-8/+6
* Move aic7xxx register definitions from i386/scsi/aic7xxx.c to this file.Justin T. Gibbs1995-11-051-0/+514
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-0446-93/+72
* Remove the #ifdev DEVRANDOM's, as promised.Mark Murray1995-11-0411-75/+11
* Fixed the type of feaintr(). The type of an EISA interrupt handler isBruce Evans1995-11-041-2/+10
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isBruce Evans1995-11-043-7/+20
* Always declare vga_move_charset(). It doesn't depend on option XSERVER.Bruce Evans1995-11-041-2/+0
* Finished(?) moving prototypes for devswitch functions to <machine/conf.h>.Bruce Evans1995-11-042-22/+24
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-0435-530/+342
* Fixed the type of sscstrategy() (return void).Bruce Evans1995-11-041-4/+2
* Moved a nested extern declaration to a less bogus place to hide a warning.Bruce Evans1995-11-041-1/+2
* Return EINVAL if the number of groups is less than 1 in setgroups().David Greenman1995-11-041-2/+3
* Prototype getvnode() in the right place (where ibcs2_stat.c can see it).Bruce Evans1995-11-043-5/+4
* Suggested by: bdeJulian Elischer1995-11-0422-22/+66