index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pre 3.0 branch cleanup casualty #6: ft
phk
1998-12-27
1
-82
/
+2
*
Fixed LINT breakage in previous commit. Option FDC_YE enabled a
bde
1998-12-14
1
-6
/
+6
*
Add support for the YE-Data external PCMCIA floppy driver. This
imp
1998-12-12
1
-7
/
+360
*
Rename one of the two devfs_link's to devfs_makelink.
eivind
1998-12-10
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+1
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+3
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Nuke uninitialized varible fd from retrier(). Change the devstat code
gibbs
1998-09-15
1
-3
/
+2
*
Update system to new device statistics code.
gibbs
1998-09-15
1
-20
/
+30
*
Remove the SLICE code.
sos
1998-09-14
1
-245
/
+1
*
Fixed error handling:
bde
1998-07-29
1
-56
/
+61
*
Fixed error handling after a seek error that can't happen. When the
bde
1998-07-18
1
-1
/
+3
*
The ioctl request arg is unsigned long, so don't attempt to pass it
bde
1998-07-15
1
-2
/
+2
*
SLICE probing becomes asynchronous. It can now be triggered by
julian
1998-07-13
1
-6
/
+3
*
Don't pretend to support ix86's with 7-bit ints by using longs just to
bde
1998-07-11
1
-4
/
+4
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-8
/
+27
*
Fix some more ioctls which I missed becausese they were hidden by options
dfr
1998-06-07
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
There is no dump routine for fd so give it an explicit NULL entry
julian
1998-05-06
1
-2
/
+3
*
Add dump support to the DEVFS/slice code.
julian
1998-05-06
1
-3
/
+3
*
close() is no longer a SLICE method.
julian
1998-04-22
1
-4
/
+10
*
Add changes and code to implement a functional DEVFS.
julian
1998-04-19
1
-17
/
+269
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+2
*
In all such uses of struct buf: 's/b_un.b_addr/b_data/g'
phk
1997-12-02
1
-5
/
+5
*
Introduce a device flags value of 0x1 to always pretend a 1.44 MB
joerg
1997-10-19
1
-2
/
+15
*
Fix a call to timeout that wasn't properly saving it's callout handle.
gibbs
1997-09-23
1
-2
/
+2
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-13
/
+17
*
Enable the FIFO on enhanced floppy controllers. This reduces the
tegge
1997-09-17
1
-1
/
+56
*
Make FDC_DEBUG a supported option.
joerg
1997-09-16
1
-10
/
+21
*
Removed unused #includes.
bde
1997-07-20
1
-2
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
2
-2
/
+2
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
2
-2
/
+2
*
Disabled half-baked disk statistics support. It didn't actually generate
bde
1996-12-18
1
-1
/
+7
*
Fix the broken EOF handling in the floppy driver. The most obvious
joerg
1996-11-02
1
-28
/
+36
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-112
/
+1
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-13
/
+3
*
Staticized a few variables.
bde
1996-07-12
1
-4
/
+7
*
Typo.
phk
1996-05-03
1
-2
/
+2
*
Move from the old buf.b_actf to the new TAILQ(buf.b_act).
phk
1996-05-03
1
-17
/
+12
*
Update drivers to use isa_dma_acquire() and isa_dma_release()
smpatel
1996-04-08
1
-1
/
+3
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-2
/
+1
*
Fixed devfs device names and numbers.
bde
1996-04-07
1
-35
/
+71
*
changed from using dev_link() to devfs_link()
scrappy
1996-04-02
1
-3
/
+3
*
Fetch the (dummy) READY CHANGED condition interrupt stati that
joerg
1996-03-31
1
-1
/
+8
*
Fixed group of some more disk devices.
bde
1996-03-29
1
-9
/
+9
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-8
/
+9
[next]