summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Close PR misc/75. I thought this was done long time ago...phk1995-11-061-0/+4
* On working the new sysctl vars a bit I realized that I needed more generality.phk1995-11-062-201/+248
* All:dg1995-11-0610-235/+239
* Initialize lock struct entries explicitly rather than calling bzero().dg1995-11-061-2/+7
* Initialize the 3 remaining elements of the scsi_cmd struct rather thandg1995-11-061-2/+2
* -Wall fixes.gibbs1995-11-061-8/+8
* Probe all slots even if an EISA main board isn't found. This catchesgibbs1995-11-064-166/+230
* Omitted a '#if FIFO' in ext2_vnops.cdyson1995-11-062-0/+4
* This commit causes UFS to perform at Linux EXT2FS metadata rates. Afterdyson1995-11-061-4/+20
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-0612-152/+328
* Changes to existing files for ext2fs support. The UFS mods need reworkdyson1995-11-0510-16/+162
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-0535-0/+13232
* Fix ufs_bmap so that triple indirect blocks might work.dyson1995-11-053-6/+6
* Make MNT_ASYNC more effective for UFS. It should not be too much moredyson1995-11-054-7/+14
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-057-133/+100
* Replaced bogus macros for entry points to unconfigured line disciplinesbde1995-11-054-82/+138
* Add eisa0 and remove ISA configuration line for ahc0.gibbs1995-11-055-10/+54
* Workaround for conflicting kernel prototypes in user mode breaking make worldpeter1995-11-052-6/+6
* Conform to new probe/attach interface exported by aic7xxx.c.gibbs1995-11-051-28/+30
* Move aic7xxx register definitions to sys/dev/aic7xxx/aic7xxx_reg.h.gibbs1995-11-052-604/+121
* Remove old eisaconf cruft from the eisa files. The old eisaconf kludgedgibbs1995-11-053-84/+3
* Modifications for the new eisaconf.gibbs1995-11-053-11/+21
* This is a totally new implementation of eisaconf. It will hopefullygibbs1995-11-055-501/+1177
* Move aic7770.c to i386/eisa. It is the first driver to use the new eisaconf.gibbs1995-11-052-8/+6
* Move aic7xxx register definitions from i386/scsi/aic7xxx.c to this file.gibbs1995-11-051-0/+514
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-0446-93/+72
* Remove the #ifdev DEVRANDOM's, as promised.markm1995-11-0411-75/+11
* Fixed the type of feaintr(). The type of an EISA interrupt handler isbde1995-11-041-2/+10
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isbde1995-11-043-7/+20
* Always declare vga_move_charset(). It doesn't depend on option XSERVER.bde1995-11-041-2/+0
* Finished(?) moving prototypes for devswitch functions to <machine/conf.h>.bde1995-11-042-22/+24
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-0435-530/+342
* Fixed the type of sscstrategy() (return void).bde1995-11-041-4/+2
* Moved a nested extern declaration to a less bogus place to hide a warning.bde1995-11-041-1/+2
* Return EINVAL if the number of groups is less than 1 in setgroups().dg1995-11-041-2/+3
* Prototype getvnode() in the right place (where ibcs2_stat.c can see it).bde1995-11-043-5/+4
* Suggested by: bdejulian1995-11-0422-22/+66
* Submitted by: bdejulian1995-11-041-1/+1
* Cosmetic changes to processing of segments in the SYN_SENT state:olah1995-11-032-20/+20
* Setting the TF_ACKNOW flag was redundant in the REXMT timeout becauseolah1995-11-031-5/+1
* Fix a logical error in T/TCP: when we actively open a connection, weolah1995-11-033-12/+25
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxwollman1995-11-033-8/+18
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxwollman1995-11-031-2/+6
* Fix the incomplete merge for the IPX code - the internals are different.peter1995-11-031-1/+9
* When the sync-on-shutdown fails to clear all buffers, this bit of codepeter1995-11-022-2/+22
* Make putc and b_to_q deal with clists with no reserved blocks in a morepeter1995-11-022-26/+10
* Move page fixups (pmap_clear_modify, etc) that happen after paging inputdg1995-11-022-5/+7
* Instrument the IP input queue with two new read-only MIB entries:wollman1995-11-012-3/+12
* Clean up the previous commit I did on this file.peter1995-11-012-10/+18
* Add a DRIVER_S= definition that config wants to use for assemblerpeter1995-11-013-3/+6
OpenPOWER on IntegriCloud