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
/
altq
/
altq_red.c
Age
Commit message (
Expand
)
Author
2021-12-05
s/failes/fails/ in comment.
msaitoh
2021-09-21
Remove FreeBSD blocks that did not compile anyway, and use l->l_cred
christos
2021-09-03
fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/
andvar
2019-12-26
s/lenght/length/
msaitoh
2018-11-15
Remove the 't' argument from m_tag_find().
maxv
2016-04-20
IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantation
knakahara
2011-11-19
First step of random number subsystem rework described in
tls
2008-06-18
merge yamt-pf42 branch.
yamt
2008-01-20
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
joerg
2007-03-26
Remove duplicate #include <sys/kauth.h>
hubertf
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-20
Kill some KAUTH_GENERIC_ISSUSER.
elad
2006-10-13
Only compile in pf specific code when pf is configured.
peter
2006-10-12
Merge the peter-altq branch.
peter
2006-10-12
- sprinkle __unused on function decls.
christos
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-06-07
fix timecounter fallout
christos
2006-05-15
kauth fallout
christos
2006-05-14
integrate kauth.
elad
2006-04-23
Complete the FREE -> free transition and add more NULL checks for malloc
christos
2006-04-23
Use malloc/free instead of MALLOC/FREE and M_ZERO instead of memset.
christos
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2004-02-13
Spell length with h after t. Inspired by a commit by brad@openbsd.
wiz
2003-11-09
- kill bzero/bcopy
christos
2003-10-07
There is NO reason to use arc4random() here, and it needlessly slows down the
mycroft
2003-09-05
use arc4random. sync w/ kame
itojun
2002-03-05
bring in latest ALTQ from kjc. ALTQify some of the drivers.
itojun
2001-11-12
add RCSIDs
lukem
2001-07-05
Fix typo. s/extention/extension/
toshii
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2000-12-14
Add NetBSD RCS IDs.
thorpej
2000-12-14
Import ALTQ from KAME.
thorpej