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
/
bktr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace cvsweb link wihg svnweb URL in bktr(4) release notes.
gavin
2014-08-30
1
-1
/
+1
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-1
/
+1
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-4
/
+1
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
1
-2
/
+5
*
Pass a format string to kproc_create() [1] and thus fix the build with
pluknet
2013-04-30
1
-10
/
+1
*
Fix white spaces.
jkim
2013-04-23
1
-1
/
+1
*
Make temp, temp1 the same type that they will later be used for.
eadler
2013-04-23
1
-1
/
+1
*
- Corrrect mispellings of word useful
gabor
2013-04-17
2
-2
/
+2
*
Clean some 'svn:executable' properties in the tree.
pfg
2013-01-26
1
-0
/
+0
*
Fix typo; s/ouput/output
kevlo
2012-11-07
1
-1
/
+1
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Remove a few bits of FreeBSD 2.x compatibility code.
rmh
2011-11-14
1
-4
/
+0
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Fix build on architectures where PAGE_SIZE is a long (sparc64, powerpc).
nwhitehorn
2010-07-13
1
-4
/
+3
*
Use standard types in preference to BSD types so that these header files
gibbs
2010-03-28
2
-20
/
+20
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-1
/
+2
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-9
/
+2
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-2
/
+9
*
Unbreak bktr(4).
ed
2009-05-26
1
-1
/
+1
*
Free the memory correctly in the error case
benjsc
2009-05-26
1
-1
/
+1
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-14
/
+14
*
Add locking to the various iicbus(4) bridge drivers:
jhb
2008-08-04
1
-0
/
+1
*
Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmb
jhb
2008-06-06
1
-1
/
+26
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-4
/
+4
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
remove delays that have been unnecessary since 2002... The iicbb driver
jmg
2006-12-31
1
-7
/
+0
*
Update prototype for smbus callback change.
jhb
2006-09-18
1
-1
/
+1
*
Minor overhaul of SMBus support:
jhb
2006-09-11
1
-1
/
+3
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Housekeeping. Update for maintainers who have handed in their commit bits
markm
2006-07-01
1
-5
/
+0
*
don't require a buffer if all we are doing is manipulating the GPIO pins...
jmg
2006-05-26
1
-0
/
+9
*
if we are compiling with smbus support, properly depend upon the iic and
jmg
2006-01-27
1
-0
/
+7
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
2
-3
/
+3
*
Add some cards:
netchild
2005-11-13
4
-5
/
+67
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
6
-6
/
+0
*
Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined or
cognet
2005-05-24
1
-1
/
+4
*
Fix one more misuse of u_long when uint32_t is actually meant.
cognet
2005-05-24
1
-1
/
+1
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-4
/
+4
*
Remove lots of tab/space errors introduced by massive cut-n-paste action.
julian
2005-02-10
1
-234
/
+234
*
Take into account that Pinnacle screwed up their PCI ID in the beginning..
julian
2005-02-10
1
-4
/
+5
*
Fix a few printf problems on ia64 (and other 64-bit platforms).
imp
2005-01-27
1
-4
/
+4
*
Add code to do better auto detection of tuner types etc.
julian
2005-01-23
3
-53
/
+51
*
Use uint32_t instead of u_long when appropriate.
cognet
2005-01-09
1
-64
/
+64
*
Remove support for FreeBSD < 4.recent from this driver.
imp
2005-01-08
7
-35
/
+1
*
Remove vnode.h and adjust includes to compensate for pollution.
imp
2005-01-08
5
-6
/
+13
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
9
-9
/
+9
[next]