aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with sys/i386/isa/sio.c revision 1.207.KATO Takenori1998-06-172-22/+8
* Sync with sys/i386/isa/conf/files.i386 revision 1.198.KATO Takenori1998-06-172-4/+2
* Backed out rev.1.183, which had nothing to do with its log message.Bruce Evans1998-06-162-4/+2
* Use copyout() instead of bcopy() to copy the image to user space.Bruce Evans1998-06-161-5/+7
* Don't log "unexpected" events on never-opened devices. Events leftBruce Evans1998-06-163-33/+12
* Sync with sys/i386/isa/syscons.c revision 1.263.KATO Takenori1998-06-151-1/+3
* Oops, uoff_t can't be used here yet.Bruce Evans1998-06-151-2/+2
* fix another typoJulian Elischer1998-06-151-2/+2
* OopsJulian Elischer1998-06-141-1/+2
* Try narrow down the culprit sending undefined packet types through the loopbackJulian Elischer1998-06-144-9/+31
* Reviewed by: AmancioAmancio Hasty1998-06-143-3/+15
* Slight change to directory cleanupJulian Elischer1998-06-141-5/+9
* Horrible hack to allow newfs to work again in SLICE kernels.Julian Elischer1998-06-141-1/+4
* Oops, wrong file again.Doug Rabson1998-06-141-1/+1
* Add support for the Storage Dimensions SDC3222F.Justin T. Gibbs1998-06-141-1/+5
* Avoid an egcs pessimization for 64-bit signed division on i386's.Bruce Evans1998-06-146-20/+20
* Added uoff_t.Bruce Evans1998-06-141-1/+5
* Removed LOCORE ifdef. This header isn't used for locore stuff.Bruce Evans1998-06-141-8/+5
* Define 64-bit types in terms of __int64_t and __uint64_t.Bruce Evans1998-06-141-5/+9
* Added typedefs for __int64_t and __uint64_t. These will be used to avoidBruce Evans1998-06-141-9/+24
* Declare zs_cnattach.Doug Rabson1998-06-141-0/+29
* [Add missing files from previous commit]Doug Rabson1998-06-146-0/+527
* Major changes to the generic device framework for FreeBSD/alpha:Doug Rabson1998-06-1432-747/+794
* Don't define away __attribute__() for the non-gcc and old-gcc cases.Bruce Evans1998-06-141-7/+7
* Elf64_Shdr.sh_size should be Elf64_Size not Elf64_Word.Doug Rabson1998-06-141-2/+2
* Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.Bruce Evans1998-06-142-20/+12
* Avoid a 64-bit division in kernfs_readdir(). Fixed related overflowsBruce Evans1998-06-141-3/+8
* Avoid 64-bit divisions and modulos. Fixed related overflows for weirdBruce Evans1998-06-141-9/+19
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsBruce Evans1998-06-142-54/+28
* Add a macro tweak.Steve Price1998-06-134-8/+10
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSSteve Price1998-06-133-3/+9
* Merge changes from vendor branch;Peter Wemm1998-06-136-52/+98
* Introduce std_pps_ioctl() to automagically DTRT.Poul-Henning Kamp1998-06-134-51/+71
* Allow a protocol to specify that it does NOT want to be looped backJulian Elischer1998-06-131-3/+6
* Update to draft-mogul-pps-api-02.txt as submitted to IETFPoul-Henning Kamp1998-06-122-18/+54
* Note which version of Kirk's sources this corresponds to.Julian Elischer1998-06-122-4/+4
* Fix the case when renaming to a file that you've just created and deleted,Julian Elischer1998-06-122-44/+86
* Remove 3 occurances of __FUNCTION__Julian Elischer1998-06-122-6/+5
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.David Greenman1998-06-122-6/+6
* Go through the loopback code with a broom..Julian Elischer1998-06-128-208/+155
* include opt_ipdivert.h so we get correct optionsJulian Elischer1998-06-121-1/+2
* Allow diverted packets from the transmit side to remember if theyJulian Elischer1998-06-121-27/+26
* Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.Julian Elischer1998-06-112-8/+8
* Reimplement spl*() as function calls. Implement software interrupts.Doug Rabson1998-06-113-41/+139
* Only build this on i386 for now. I may use it for the alpha later butDoug Rabson1998-06-111-1/+10
* Add missing Id keywords.Doug Rabson1998-06-112-0/+2
* Replace 'sleep()' with 'tsleep()'Julian Elischer1998-06-102-4/+8
* Make these files compile.Doug Rabson1998-06-105-8/+10
* Add my own copyright to this file. In this case not even the commentsDoug Rabson1998-06-101-11/+7
* Fix for "live inode" panic.Julian Elischer1998-06-102-40/+54