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
/
ppbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Prevent the strange situation that after each load/unload of a ppbus
guido
2004-03-18
7
-7
/
+34
*
Device megapatch 4/6:
phk
2004-02-21
4
-0
/
+8
*
Device megapatch 1/6:
phk
2004-02-21
4
-8
/
+0
*
Apparently there's a good reason why M_WAITOK malloc() is done before
ru
2004-01-18
1
-2
/
+2
*
Fixed a memory leak.
ru
2004-01-18
1
-1
/
+2
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-12
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
Remove unused lp_unit member from softc.
brooks
2003-10-30
1
-3
/
+0
*
Use __FBSDID().
obrien
2003-08-24
13
-16
/
+40
*
Define a module version.
imp
2003-08-22
1
-0
/
+2
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-3
/
+3
*
Fix a printf warning from the recent CAM changes.
jhb
2003-05-01
1
-2
/
+2
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-2
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-10
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
4
-52
/
+24
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-6
/
+6
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
3
-4
/
+4
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
3
-4
/
+4
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
2
-14
/
+14
*
Synchronize mode for ppsX devices to that found previously in MAKEDEV
rwatson
2002-12-27
1
-2
/
+2
*
Synchronize make_dev() for pcfclock devices to the values in MAKEDEV
rwatson
2002-12-27
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
1
-21
/
+21
*
d_read_t functions return an int, not a ssize_t. (Considering the fact
jhb
2002-11-07
1
-1
/
+1
*
Warning fixes for sizeof(int) != sizeof(void *).
jhb
2002-11-07
1
-6
/
+6
*
- Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1
jhb
2002-11-07
1
-2
/
+2
*
Remove empty #if*/#endif clauses.
phk
2002-09-21
1
-3
/
+0
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Fix warnings due to macro varargs.
peter
2002-05-24
1
-1
/
+1
*
Simplify the RFC2783 and PPS_SYNC timestamp collection API.
phk
2002-04-26
1
-15
/
+7
*
This makes ppbus childs like lpt and ppi succesfully connect to more
ticso
2002-04-07
7
-7
/
+7
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-39
/
+32
*
Fix some gcc-3.1+ warnings:
peter
2002-03-19
1
-0
/
+1
*
Make this driver a better citizen by moving dev creation and
imp
2001-12-19
1
-46
/
+45
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
3
-12
/
+12
*
Give the pps driver an additional 8 inputs if we can persuade the
phk
2001-09-22
1
-43
/
+154
*
KSE Milestone 2
julian
2001-09-12
4
-11
/
+11
*
Translate various ppbus sequences into microsequences to limit
nsouch
2001-06-23
2
-109
/
+128
*
-Wunused cleanup
peter
2001-06-12
1
-2
/
+1
*
Style fixes from Sascha
phk
2001-06-06
1
-4
/
+3
*
make code use strxxx() calls
alfred
2001-04-01
1
-11
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
4
-4
/
+0
*
Discard extra status information if -1. This has been breaking the
nsouch
2001-01-25
1
-0
/
+5
*
Cleanup and improve mode detection. Now, you should get what you actually
nsouch
2001-01-02
3
-183
/
+98
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-5
/
+3
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Don't use a private malloc(9) type for something this M_DEVBUFish.
phk
2000-12-07
1
-6
/
+4
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-14
/
+10
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
10
-10
/
+0
[next]