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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability to suspend as well as hibernate to the system. This
imp
1998-07-06
1
-2
/
+21
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
6
-56
/
+135
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
2
-6
/
+6
*
Fix some strange errors of shutting transmitter up when start
semenu
1998-07-04
1
-578
/
+561
*
Don't use a struct buf (malloc'd) without first initialising all the fields
julian
1998-07-04
1
-1
/
+5
*
Some revisions of the aic7880 have a problem where, if the
gibbs
1998-06-28
1
-2
/
+10
*
Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENT
yokota
1998-06-24
1
-5
/
+2
*
Avoid some panics in sio_unload which gets called with various dirt
phk
1998-06-24
1
-1
/
+9
*
Removed unused includes.
bde
1998-06-21
4
-7
/
+3
*
Removed unused includes.
bde
1998-06-21
1
-10
/
+6
*
Removed unused includes.
bde
1998-06-21
4
-12
/
+4
*
Renambed sbintr to sb_intr to avoid a conflict with the (now
bde
1998-06-17
4
-20
/
+20
*
Don't declare isa device structs or isa interrupt handlers in <sys/conf>,
bde
1998-06-17
1
-2
/
+1
*
Include <i386/isa/pnp.h> after including its prerequisite
bde
1998-06-17
1
-5
/
+5
*
Added used include of <i386/isa/isa_device.h> - don't depend on
bde
1998-06-17
4
-4
/
+8
*
Don't log "unexpected" events on never-opened devices. Events left
bde
1998-06-16
1
-11
/
+4
*
Horrible hack to allow newfs to work again in SLICE kernels.
julian
1998-06-14
1
-1
/
+4
*
[Add missing files from previous commit]
dfr
1998-06-14
1
-0
/
+46
*
Major changes to the generic device framework for FreeBSD/alpha:
dfr
1998-06-14
5
-148
/
+36
*
Add a macro tweak.
steve
1998-06-13
2
-4
/
+5
*
Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFS
steve
1998-06-13
1
-1
/
+3
*
Merge changes from vendor branch;
peter
1998-06-13
3
-26
/
+49
*
Introduce std_pps_ioctl() to automagically DTRT.
phk
1998-06-13
1
-32
/
+2
*
Update to draft-mogul-pps-api-02.txt as submitted to IETF
phk
1998-06-12
1
-6
/
+15
*
Correct name and number for sxdc modules
phk
1998-06-10
1
-3
/
+3
*
Add initial support for the FreeBSD/alpha kernel. This is very much a
dfr
1998-06-10
5
-0
/
+632
*
Fixed pedantic semantics errors (bitfields not of type int, signed int
bde
1998-06-08
4
-30
/
+30
*
Correct even more ioctl breakage :(
sos
1998-06-08
6
-6
/
+6
*
Fix spelling in printf().
jkoshy
1998-06-08
1
-2
/
+2
*
Fixed an ioctl which grew overnight.
bde
1998-06-08
1
-2
/
+2
*
Fix another DEVFS/SLICE ioctl.
dfr
1998-06-07
1
-2
/
+2
*
This is a prototype implementation of the draft-mogul-pps-api-##.txt
phk
1998-06-07
2
-50
/
+62
*
Fix some more ioctls which I missed becausese they were hidden by options
dfr
1998-06-07
4
-10
/
+10
*
Fix the retyping of the ioctl cmd parm from int to u_long.
sos
1998-06-07
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
39
-85
/
+92
*
keymap -> key_map so that the kernel will compile with
steve
1998-06-06
1
-2
/
+2
*
Reviewed by: hasty@star-gate.com
ahasty
1998-06-05
1
-0
/
+2
*
Force success of the probe (after doing it as before except in one
bde
1998-06-03
1
-4
/
+5
*
Fixed a printf() arg botch in the previous commit.
bde
1998-06-03
1
-7
/
+6
*
o Return error when the controller can't accept commands.
eivind
1998-06-02
3
-12
/
+11
*
Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into
bde
1998-05-31
1
-22
/
+27
*
Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...
paul
1998-05-27
1
-2
/
+2
*
This time add an Id string that'll actually get expanded :-)
paul
1998-05-27
1
-1
/
+1
*
Add an ID string (can't believe it never had one!)
paul
1998-05-27
1
-0
/
+1
*
Reviewed by: hasty@freebsd.org
ahasty
1998-05-24
1
-7
/
+0
*
LoadSoftModem() routine at sio.c does not trap general serial I/Os.
phk
1998-05-20
1
-2
/
+2
*
Reviewed by: ahasty@freebsd.org
ahasty
1998-05-19
1
-6
/
+35
*
Include "eisa.h" and only provide code if NEISA > 0.
gibbs
1998-05-17
1
-1
/
+4
*
s/nanoruntime/nanouptime/g
phk
1998-05-17
1
-9
/
+9
*
1.31 Randall Hopper <rhh@ct.picker.com>
ahasty
1998-05-16
3
-279
/
+441
[next]