index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ofw
/
ofnet.c
Age
Commit message (
Expand
)
Author
2003-01-15
Zero out the buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN
bouyer
2002-10-22
in ofnet_read(), interpret returns of either -2 or 0 from OF_read() as
chs
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-18
use splnet() around the body of ofnet_read(). this is logically the
chs
2002-03-05
bring in latest ALTQ from kjc. ALTQify some of the drivers.
itojun
2001-11-13
add RCSIDs
lukem
2001-10-20
FCS check and padding for minimum size Ethernet packet
billc
2001-08-26
Make compile with -Wmissing-prototype -Wstrict-prototypes
matt
2000-11-15
Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().
thorpej
2000-05-16
Nuke dk_establish() from orbit except from those ports which still use
thorpej
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-05-18
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
thorpej
1999-05-04
Make this compile again.
thorpej
1998-07-05
defopt INET, NETATALK.
jonathan
1998-06-10
Missing include <sys/systm.h>.
tv
1998-02-24
Several things:
mycroft
1998-01-27
Make sure the data after the Ethernet header is aligned. (It's been
cgd
1998-01-22
fix typo: s/max-address/mac-address/
cgd
1998-01-12
Update for config changes.
thorpej
1997-04-28
Oops; forgot to GC the last mbuf allocated when out of clusters.
mycroft
1997-04-24
Fix typo in previous.
mycroft
1997-04-24
If we fail to allocate a cluster to hold a large packet, simply
mycroft
1997-04-16
- Update for no __BROKEN_INDIRECT_CONFIG.
thorpej
1997-03-15
New ARP system, supports IPv4 over any hardware link.
is
1996-10-16
Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB
ws
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-30
PowerPC port
ws