summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Major changes to the generic device framework for FreeBSD/alpha:dfr1998-06-1432-754/+801
* Don't define away __attribute__() for the non-gcc and old-gcc cases.bde1998-06-141-7/+7
* Elf64_Shdr.sh_size should be Elf64_Size not Elf64_Word.dfr1998-06-141-2/+2
* Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.bde1998-06-142-20/+12
* Avoid a 64-bit division in kernfs_readdir(). Fixed related overflowsbde1998-06-141-3/+8
* Avoid 64-bit divisions and modulos. Fixed related overflows for weirdbde1998-06-141-9/+19
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsbde1998-06-142-54/+28
* Add a macro tweak.steve1998-06-134-8/+10
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSsteve1998-06-133-3/+9
* Merge changes from vendor branch;peter1998-06-136-52/+98
OpenPOWER on IntegriCloud