dyoung
5204966a96
Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to
...
identify sockaddr_dl abuse that remains in the kernel, especially
the potential for overwriting memory past the end of a sockaddr_dl
with, e.g., memcpy(LLADDR(), ...).
Use sockaddr_dl_setaddr() in a few places.
2007-08-26 22:59:08 +00:00
dyoung
59d43281b6
Use sockaddr_dl_measure() and sockaddr_dl_init(). Erase unnecessary
...
cast.
2007-08-07 04:27:44 +00:00
yamt
cf51ee04a5
don't forget to maintain ama_addrs. reported by Coverity via Arnaud Lacombe.
2007-08-02 12:37:47 +00:00
yamt
5e1e651c3e
agrport_mc_del_callback: s/SIOCADDMULTI/SIOCDELMULTI/
2007-08-02 12:34:23 +00:00
ad
88ab7da936
Merge some of the less invasive changes from the vmlocking branch:
...
- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
2007-07-09 20:51:58 +00:00
yamt
a5e5b20e90
use mutex.
2007-05-20 07:57:03 +00:00
yamt
3c8e37e03e
agrether_hashmbuf: feed ipv6 flowlabel to hash calculation.
2007-05-05 18:23:23 +00:00
christos
53524e44ef
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
thorpej
7cc07e11dc
TRUE -> true, FALSE -> false
2007-02-22 06:16:03 +00:00
thorpej
712239e366
Replace the Mach-derived boolean_t type with the C99 bool type. A
...
future commit will replace use of TRUE and FALSE with true and false.
2007-02-21 22:59:35 +00:00
yamt
d566a2d50f
make agr headers include lock.h and queue.h by themselves.
2006-10-29 22:14:14 +00:00
yamt
fb3b846458
agr_setconfig: ensure ifname is NUL terminated. PR/34894 from Michael Pounov.
2006-10-29 11:38:56 +00:00
elad
f808f29d05
Kill KAUTH_GENERIC_ISSUSER use.
2006-10-25 22:56:14 +00:00
uebayasi
3d643c0f73
const static -> static const
2006-10-22 03:39:43 +00:00
yamt
7d19947ffd
make a multiple inclusion protection macro match with the filename.
2006-07-08 05:57:41 +00:00
yamt
85d844ab45
agr_ioctl: wrap a long line after kauth merge.
2006-07-08 05:56:48 +00:00
yamt
fd1132d079
include sys/kauth.h for kauth_authorize_generic.
2006-05-15 09:07:59 +00:00
elad
874fef3711
integrate kauth.
2006-05-14 21:19:33 +00:00
christos
95e1ffb156
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
elad
976bf6cfdd
Multiple inclusion protection, as suggested by christos@ on tech-kern@
...
few days ago.
2005-12-10 23:21:38 +00:00
yamt
11aa556068
fix a typo in a comment.
2005-11-23 09:43:37 +00:00
yamt
03661e8f33
include callout.h explicitly.
2005-08-12 10:02:31 +00:00
yamt
9019b2a550
make lacp_timer_funcs static.
2005-06-01 13:34:48 +00:00
yamt
88b65022bb
constify.
2005-06-01 11:25:01 +00:00
yamt
5240b887db
add agr(4), a pseudo network device driver for link aggregation.
2005-03-18 11:11:50 +00:00