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
Commit message (
Expand
)
Author
Age
Files
Lines
*
iso88025_ifattach() changes:
mdodd
2003-03-15
2
-3
/
+22
*
- Style(9) changes.
mdodd
2003-03-15
1
-4
/
+11
*
Stray } forgotten by manual merging.
mdodd
2003-03-15
1
-1
/
+0
*
- Remove stray ).
mdodd
2003-03-15
1
-2
/
+6
*
One devstat_start_transaction_bio() is enough.
phk
2003-03-15
1
-7
/
+0
*
Revert part of 1.37; use bcopy() like if_fddisubr.c.
mdodd
2003-03-15
1
-3
/
+1
*
- Increment ifp->if_noproto when appropriate.
mdodd
2003-03-15
1
-11
/
+19
*
Run a revision of the devstat interface:
phk
2003-03-15
4
-114
/
+90
*
Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.
mdodd
2003-03-15
1
-6
/
+6
*
- Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packets
mdodd
2003-03-15
1
-5
/
+20
*
Add MAC support.
mdodd
2003-03-15
1
-0
/
+12
*
Use llc_control rather than llc_snap.control.
mdodd
2003-03-15
1
-1
/
+1
*
- Add comment.
mdodd
2003-03-15
1
-2
/
+5
*
Reduce code differences.
mdodd
2003-03-15
3
-19
/
+20
*
Use ISO88025_ADDR_LEN where appropriate.
mdodd
2003-03-15
1
-6
/
+6
*
Don't use etherbroadcastaddr; use iso88025_broadcastaddr.
mdodd
2003-03-15
1
-4
/
+6
*
- Remove definition of senderr() from iso88025.h.
mdodd
2003-03-15
3
-3
/
+3
*
Remove duplicate line introduced in the previous commit.
sobomax
2003-03-15
1
-1
/
+0
*
Some whitespace/style/readability changes.
mdodd
2003-03-15
1
-16
/
+29
*
Add iso88025_resolvemulti().
mdodd
2003-03-15
1
-0
/
+87
*
Fix formatting of iso88025_ifattach().
mdodd
2003-03-15
1
-9
/
+9
*
Re-order and prune includes.
mdodd
2003-03-15
2
-17
/
+9
*
- Add minimal support for TI16754 4xUART chip into sio(4) driver and remove
sobomax
2003-03-15
4
-41
/
+146
*
Add module data and version.
mdodd
2003-03-15
2
-0
/
+18
*
s/llc_un.type_snap/llc_snap/g
mdodd
2003-03-15
1
-9
/
+9
*
Formatting and whitespace changes.
mdodd
2003-03-15
1
-9
/
+9
*
Add module dependency. This makes udbp.ko to be loaded.
takawata
2003-03-15
1
-0
/
+1
*
Fix a bug I introduced by overlooking the fact that "unit number" can
phk
2003-03-15
2
-1
/
+2
*
Don't use the devstat->busy_count for state decisions in the device
phk
2003-03-15
2
-8
/
+13
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction().
phk
2003-03-15
1
-1
/
+1
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction()
phk
2003-03-15
8
-8
/
+8
*
Use devstat_{start,end}_transaction_bio().
phk
2003-03-15
1
-10
/
+3
*
Add a devstat_start_transaction_bio() to match the
phk
2003-03-15
2
-0
/
+8
*
Add a 'verrevpath' option that verifies the interface that a packet
cjc
2003-03-15
2
-0
/
+52
*
Add missing types, update standard namespaces, and use variable types
mike
2003-03-14
1
-46
/
+91
*
Bah, get it right this time and add sys/lock.h before sys/mutex.h.
mux
2003-03-14
1
-0
/
+1
*
lock.h must be included before mutex.h.
jake
2003-03-14
1
-0
/
+1
*
- Add a forgotten BUF_LOCK()
jeff
2003-03-14
1
-0
/
+1
*
Export current time when returning from never blocked syscall.
davidxu
2003-03-14
2
-2
/
+16
*
Oops, add missing includes. Pass me the pointy hat.
mux
2003-03-14
2
-0
/
+2
*
Trim some trailing whitespace.
jhb
2003-03-13
1
-2
/
+2
*
Now that bus_dmamem_alloc() handles its Giant mutex requirements itself,
scottl
2003-03-13
1
-2
/
+0
*
- Change the linux_[gs]et_os{name, release, s_version}() functions to
jhb
2003-03-13
5
-115
/
+109
*
Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flag
jhb
2003-03-13
2
-1
/
+13
*
- Cache a reference to the credential of the thread that starts a ktrace in
jhb
2003-03-13
6
-24
/
+60
*
Grab Giant around calls to contigmalloc() and contigfree() so
mux
2003-03-13
6
-6
/
+44
*
Memory allocated with contigmalloc() should be freed with
mux
2003-03-13
1
-1
/
+4
*
This corrects a longstanding endian bug in processing LLC/SNAP encoded
harti
2003-03-13
2
-5
/
+5
*
Greatly simplify the unlocking logic by holding the TCP protocol lock until
hsu
2003-03-13
2
-16
/
+4
*
Remove the check for more than one open if one is a write op.
sos
2003-03-13
1
-5
/
+0
[next]