summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,bde1998-06-214-8/+8
* Added a missing options include.bde1998-06-212-0/+2
* Round tickadj up. This prevents tickadj from being 0 when HZ > 500,bde1998-06-212-4/+4
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-216-136/+152
* Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.peter1998-06-2016-174/+436
*-. This commit was generated by cvs2svn to compensate for changes in r37071,peter1998-06-2010-28/+64
|\ \
| | * Import ipfilter 3.2.7 kernel componentspeter1998-06-2014-102/+251
| * | Import ipfilter 3.2.7 kernel componentspeter1998-06-2013-101/+246
* | | Zap what appears to be a relic of the older version of zlib. The otherpeter1998-06-201-5/+2
* | | Missing splx().peter1998-06-201-2/+4
* | | Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morepeter1998-06-205-27/+17
* | | ELF versions of __warn_references() and __weak_reference(). Note that thispeter1998-06-181-4/+23
* | | Converted isa_strayintr() to take a `void *' arg.bde1998-06-184-40/+44
* | | Changed the type of an isa/general interrupt handler to take abde1998-06-1815-42/+55
* | | Renambed sbintr to sb_intr to avoid a conflict with the (nowbde1998-06-175-25/+25
* | | Don't depend on <sys/conf.h> declaring isa device structs or isabde1998-06-172-2/+4
* | | Delete redundant declaration of lptintr.kato1998-06-171-7/+1
* | | Declare bsintr when PC98 is defined.kato1998-06-171-1/+4
* | | Sync with sys/i386/conf/Makefile.i386 revision 1.114.kato1998-06-172-4/+4
* | | Sync with sys/i386/i386/machdep.c revision 1.300.kato1998-06-172-2/+8
* | | Sync with sys/i386/isa/if_ed.c revision 1.142.kato1998-06-171-5/+5
* | | The isa device configuration hook was especially useless here.bde1998-06-171-11/+0
* | | Don't generate declarations for isa device structs in "ioconf.h".bde1998-06-173-6/+6
* | | Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-1710-27/+68
* | | Added used include of "ioconf.h" - don't depend on pollution inbde1998-06-178-8/+23
* | | Include <i386/isa/pnp.h> after including its prerequisitebde1998-06-172-10/+10
* | | Added used include of <i386/isa/isa_device.h> - don't depend onbde1998-06-178-7/+18
* | | Fixed a misdeclaration. This unhides type mismatches which will bebde1998-06-171-2/+2
* | | Sync with sys/i386/isa/sio.c revision 1.207.kato1998-06-172-22/+8
* | | Sync with sys/i386/isa/conf/files.i386 revision 1.198.kato1998-06-172-4/+2
* | | Backed out rev.1.183, which had nothing to do with its log message.bde1998-06-162-4/+2
* | | Use copyout() instead of bcopy() to copy the image to user space.bde1998-06-161-5/+7
* | | Don't log "unexpected" events on never-opened devices. Events leftbde1998-06-163-33/+12
* | | Sync with sys/i386/isa/syscons.c revision 1.263.kato1998-06-151-1/+3
* | | Oops, uoff_t can't be used here yet.bde1998-06-151-2/+2
* | | fix another typojulian1998-06-151-2/+2
* | | Oopsjulian1998-06-141-1/+2
* | | Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-144-9/+31
* | | Reviewed by: Amancioahasty1998-06-143-3/+15
* | | Slight change to directory cleanupjulian1998-06-141-5/+9
* | | Horrible hack to allow newfs to work again in SLICE kernels.julian1998-06-141-1/+4
* | | Oops, wrong file again.dfr1998-06-141-1/+1
* | | Add support for the Storage Dimensions SDC3222F.gibbs1998-06-141-1/+5
* | | Avoid an egcs pessimization for 64-bit signed division on i386's.bde1998-06-146-20/+20
* | | Added uoff_t.bde1998-06-141-1/+5
* | | Removed LOCORE ifdef. This header isn't used for locore stuff.bde1998-06-141-8/+5
* | | Define 64-bit types in terms of __int64_t and __uint64_t.bde1998-06-141-5/+9
* | | Added typedefs for __int64_t and __uint64_t. These will be used to avoidbde1998-06-141-9/+24
* | | Declare zs_cnattach.dfr1998-06-141-0/+29
* | | [Add missing files from previous commit]dfr1998-06-146-0/+527
OpenPOWER on IntegriCloud