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
*
o track either_ifattach/ether_ifdetach API changes
sam
2002-11-14
6
-107
/
+43
*
Remove the remaining calls to free(), they are not needed anymore now
cognet
2002-11-14
1
-9
/
+0
*
Fix printf() format errors.
mux
2002-11-14
2
-2
/
+2
*
Pass correct parameters to bus_space_barrier() instead of 0
mux
2002-11-14
1
-2
/
+4
*
MFp4:
imp
2002-11-14
1
-0
/
+12
*
MFp4:
imp
2002-11-14
1
-4
/
+7
*
MFp4:
imp
2002-11-14
1
-4
/
+4
*
Remove an impossible condition. pf->dev is always non-null here.
imp
2002-11-14
1
-2
/
+1
*
MFp4:
imp
2002-11-14
1
-10
/
+7
*
minor correction to comment
imp
2002-11-14
1
-1
/
+1
*
Add second and thrid bus-toaster IDs
imp
2002-11-14
1
-0
/
+2
*
regen to 1.37
imp
2002-11-14
1
-2
/
+5
*
Add a third aic-based bustoaster.
imp
2002-11-14
1
-1
/
+2
*
When parsing the CIS, if a BAR tuple is encountered, enable the corresponding
scottl
2002-11-13
1
-0
/
+5
*
Remove a bunch of #include "opt_pci.h".
mux
2002-11-13
7
-7
/
+0
*
Unbreak kernel build.
mux
2002-11-13
1
-1
/
+0
*
Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to
mdodd
2002-11-13
1
-33
/
+49
*
Staticize local variable.
mdodd
2002-11-13
1
-1
/
+1
*
- Add fwmem_xfer_req() and use this in other functions.
simokawa
2002-11-12
1
-51
/
+47
*
- Remove unused code.
simokawa
2002-11-12
1
-183
/
+21
*
fix wording.
simokawa
2002-11-12
1
-1
/
+1
*
Split userland services to fwdev.c.
simokawa
2002-11-12
3
-871
/
+923
*
Use struct fw_device in fwmem.c
simokawa
2002-11-12
4
-31
/
+97
*
Add a prototype for suspend/resume.
simokawa
2002-11-12
1
-0
/
+16
*
Change interface of fwmem_read_*() functions to be usable from other part
simokawa
2002-11-12
1
-4
/
+4
*
Change interface of fwmem_read_*() functions to be usable from other part
simokawa
2002-11-12
1
-37
/
+36
*
Use better return types and a couple of casts to eliminate warnings on
scottl
2002-11-12
1
-7
/
+7
*
- clean up
simokawa
2002-11-12
1
-15
/
+3
*
Fix two typos from the previous commit. This code is definitely infectious.
scottl
2002-11-12
1
-2
/
+2
*
Step one of cleaning and fixing cardbus:
scottl
2002-11-12
1
-65
/
+92
*
- Remove unused code.
simokawa
2002-11-12
2
-394
/
+178
*
Restrict process count in fwohci_arcv() and fwohci_ircv().
simokawa
2002-11-12
1
-12
/
+18
*
Capitalize the first letter of device descriptions
mux
2002-11-11
1
-2
/
+2
*
Declare the snp ioctl()s to work on udev_t, since that is what they
tmm
2002-11-11
1
-1
/
+1
*
Warning fixes.
mux
2002-11-11
1
-3
/
+4
*
Warning fix.
mux
2002-11-11
1
-2
/
+2
*
Replace {disable,enable}_intr() with critical_{enter,exit}().
mdodd
2002-11-10
2
-6
/
+6
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
8
-50
/
+52
*
Fix some sizeof(int) != sizeof(void *) warnings.
jhb
2002-11-08
1
-2
/
+2
*
- Move opt_fb.h earlier so it covers included headers.
jhb
2002-11-08
1
-6
/
+5
*
Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined in
jhb
2002-11-08
1
-2
/
+2
*
Fix printf warnings with %j and uintmax_t.
jhb
2002-11-08
1
-2
/
+3
*
Use critical_enter/exit instead of disable/enable_intr to make this
jhb
2002-11-08
1
-18
/
+18
*
- Change the ATM stack functions to use intptr_t instead of int for opaque
jhb
2002-11-08
2
-4
/
+4
*
- Set RS (Report Status) bit on all descriptors of a packet instead of just t...
pdeuskar
2002-11-08
6
-515
/
+763
*
Use %z to print a size_t value.
jhb
2002-11-08
1
-1
/
+1
*
Reviewed by: n_hibma
mr
2002-11-08
1
-8
/
+16
*
- Use %p to print pointers instead of casting pointers to an int and using
jhb
2002-11-07
1
-6
/
+6
*
Use [u]intmax_t and %j instead of long long and %ll to better fix warnings
jhb
2002-11-07
4
-7
/
+11
*
Make 'rclk' a uintptr_t to quiet warnings.
jhb
2002-11-07
1
-3
/
+3
[next]