summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-Zap unused variables in their new location.. :-)peter1995-11-012-7/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)julian1995-10-3125-44/+55
* Include a prerequisite header (so this is consistent again with thejoerg1995-10-316-6/+18
* We no longer need the spltty() == splimp() hack if PPP is configured intopeter1995-10-312-12/+20
* Pad out MSDOS boot block to 512 bytes (bugfix only)pst1995-10-312-4/+4
* Update if_ppp lkm to pull in the new files...peter1995-10-311-3/+3
* Remove the old pppcompress files (btw: these look net-2 derived)peter1995-10-313-773/+9
* Drat.. Missed this one, which #includes ppp-comp.h, not ppp_comp.hpeter1995-10-311-2/+2
* Update the file list for the new ppp files..peter1995-10-311-1/+3
* Merge/update ppp-2.2 kernel parts onto mainline.peter1995-10-316-1220/+1061
* Initial revisionpeter1995-10-315-0/+2540
* Fixed initialization of TS_CONNECTED bit in t_state. It wasn'tbde1995-10-311-1/+4
* slcompress: split one of the functions into two parts, to allow use by bothpeter1995-10-313-38/+88
* Add a simplistic netisr register routine - I need this now for ppp-2.2.peter1995-10-313-9/+42
* Make a putc()/b_to_q() to a clist that hasn't had cblocks reservedpeter1995-10-312-10/+30
* Cleanup, make things static.phk1995-10-3110-205/+214
* Get pccard stuff into LINT.phk1995-10-316-9/+276
* The "od" driver. While the name is suggesting the use forjoerg1995-10-311-0/+802
OpenPOWER on IntegriCloud