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
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+9
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+3
*
Remove unintended growth of bt848_card_signature.
orion
2003-02-03
1
-1
/
+1
*
Add BCTV3/PCI entry.
orion
2003-02-02
3
-67
/
+95
*
Add tuner code for WinTV Go FM (Hauppauge Model 44811 C133). Patch
orion
2003-01-31
1
-0
/
+1
*
Fix a panic unloading the bktr driver when devfs is in use.
roger
2002-12-09
1
-10
/
+2
*
Fix a bug which caused signals on YUV images to fail.
roger
2002-12-07
1
-7
/
+6
*
More int != pointer stuff.
jhb
2002-11-06
1
-2
/
+3
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
2
-10
/
+11
*
Remove abuse of NBKTR - this was always a NOP on freebsd. We never
peter
2002-07-21
3
-11
/
+1
*
Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2
imp
2002-07-21
2
-447
/
+0
*
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
peter
2002-05-24
1
-12
/
+12
*
Separate "seperate" from kernel source.
eric
2002-05-16
1
-1
/
+1
*
sysctl -w -> sysctl
dd
2002-05-11
1
-1
/
+1
*
Fix bktr and pcf compilation with LINT
nsouch
2002-03-25
3
-16
/
+8
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
4
-215
/
+158
*
Remove __P.
alfred
2002-03-20
1
-3
/
+3
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-1
/
+1
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-3
/
+3
*
o Add #include <sys/systm.h> to fix a warning about printf() being
rwatson
2001-11-26
1
-0
/
+1
*
Don't call cdevsw_add().
phk
2001-11-04
1
-16
/
+0
*
The kernel doesn't have <stdio.h> or <string.h>. Remove these.
jlemon
2001-10-09
1
-2
/
+0
*
KSE Milestone 2
julian
2001-09-12
3
-21
/
+21
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
1
-0
/
+6
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
- Lock the process while sending it a signal.
jhb
2001-03-07
1
-2
/
+13
*
Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.
wollman
2001-01-20
1
-0
/
+5
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Fix typo in comments
roger
2000-10-31
1
-2
/
+2
*
Upgrade to driver 2.18
roger
2000-10-31
5
-15
/
+140
*
Add new ioctls for userland access to the MSP device
roger
2000-10-26
1
-0
/
+10
*
Fix typo
roger
2000-10-26
1
-1
/
+1
*
Add missing 'unit' code
roger
2000-10-20
1
-0
/
+4
*
Add Daniel's name and fix release data
roger
2000-10-19
1
-2
/
+2
*
Update to driver 2.17
roger
2000-10-19
8
-76
/
+201
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
6
-6
/
+0
*
Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when we
roger
2000-09-11
1
-4
/
+5
*
Change to SI_ORDER_FIRST to make sure this module runs before
roger
2000-09-11
1
-1
/
+2
*
Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load the
roger
2000-09-11
2
-1
/
+3
*
Update to driver 2.15.
roger
2000-09-10
7
-26
/
+307
*
Replace previous change by a move of a #include since something else
peter
2000-09-03
1
-5
/
+3
*
If we are going to test NSMBUS, we had better #include the file that
peter
2000-09-03
1
-0
/
+1
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
2
-2
/
+0
*
Fix newbus resource allocations
roger
2000-08-24
2
-10
/
+16
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-14
/
+0
*
Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cards
roger
2000-06-28
4
-77
/
+126
*
Update to driver 2.13.
roger
2000-06-26
9
-240
/
+306
*
Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/
peter
2000-05-28
1
-2
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
2
-3
/
+0
[next]