summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mlx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/mlx.c')
0 files changed, 0 insertions, 0 deletions
a>dyoung 2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung 2007-11-09Do not use insque/remque from libkern; they are about to be removed.plunky 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2007-10-02Delete the unused second argument to ip_stripoptions(), move itdyoung 2007-08-07Replace SDL() and SIN() with "standard" macros satocsdl() anddyoung 2007-05-02Eliminate address family-specific route caches (struct route, structdyoung 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung 2007-01-29Cosmetic: whitespace nits. Shorten a staircase. Remove unnecessarydyoung 2006-12-15Introduce new helper functions to abstract the route caching.joerg 2006-12-09Here are various changes designed to protect against bad IPv4dyoung 2006-12-06KNF.dyoung 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel 2005-12-11merge ktrace-lwp.christos 2005-05-30deal with const cast-aways.christos