OpenGrok
Cross Reference: altq_var.h
xref
: /
src
/
sys
/
altq
/
altq_var.h
Home
|
History
|
Annotate
|
Download
|
only in
altq
History log of
/src/sys/altq/altq_var.h
Revision
Date
Author
Comments
1.13
07-Dec-2024
andvar
s/functiuon/function/ in comment.
1.12
25-Nov-2008
tsutsui
In machclk functions always emulate 1GHz counter using nanotime(9)
since it has enough resolution via timecounter(9).
Using machine dependent cpu_counter() is not MP safe
and it won't work even on UP with Speedstep etc.
No particular comment on tech-kern, and also closes PR kern/39835.
1.11
09-Jul-2007
ad
branches: 1.11.28; 1.11.32; 1.11.38; 1.11.42; 1.11.44;
Merge some of the less invasive changes from the vmlocking branch:
- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
1.10
15-Oct-2006
peter
branches: 1.10.8; 1.10.10;
Don't enable ALTQ in altq_pfattach. Enabling/disabling of ALTQ is already
done in the pf(4) code (pf_ioctl.c).
From OpenBSD.
1.9
12-Oct-2006
peter
Merge the peter-altq branch.
(sync with KAME & add support for using ALTQ with pf(4)).
1.8
16-Feb-2006
perry
branches: 1.8.6; 1.8.14; 1.8.16;
Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.
As per core@.
1.7
24-Dec-2005
perry
branches: 1.7.2; 1.7.4; 1.7.6;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
1.6
11-Dec-2005
christos
merge ktrace-lwp.
1.5
09-Nov-2003
christos
branches: 1.5.16;
- kill bzero/bcopy
- defopt stats and settings, removing their definitions from the files
- make code compile by eliminating multicharacter constants!?! and rearranging
variable declarations so they are defined before used!?!
- help gcc with uninitialized variables
1.4
02-Nov-2002
perry
branches: 1.4.6;
/*CONTCOND*/ while (0)'ed macros
1.3
31-May-2002
itojun
define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU.
otherwise, kernel fails to compile.
report by "Federico G. Schwindt" <fgsch@olimpo.com.br>
1.2
14-Dec-2000
thorpej
branches: 1.2.2; 1.2.4; 1.2.6; 1.2.18;
Add NetBSD RCS IDs.
1.1
14-Dec-2000
thorpej
branches: 1.1.1;
Initial revision
1.1.1.1
14-Dec-2000
thorpej
Import ALTQ from KAME.
1.2.18.1
20-Jun-2002
gehenna
catch up with -current.
1.2.6.1
23-Jun-2002
jdolecek
catch up with -current on kqueue branch
1.2.4.2
11-Nov-2002
nathanw
Catch up to -current
1.2.4.1
20-Jun-2002
nathanw
Catch up to -current.
1.2.2.2
05-Jan-2001
bouyer
Sync with HEAD
1.2.2.1
14-Dec-2000
bouyer
file altq_var.h was added on branch thorpej_scsipi on 2001-01-05 17:39:38 +0000
1.4.6.3
21-Sep-2004
skrll
Fix the sync with head I botched.
1.4.6.2
18-Sep-2004
skrll
Sync with HEAD.
1.4.6.1
03-Aug-2004
skrll
Sync with HEAD
1.5.16.3
03-Sep-2007
yamt
sync with head.
1.5.16.2
30-Dec-2006
yamt
sync with head.
1.5.16.1
21-Jun-2006
yamt
sync with head.
1.7.6.1
22-Apr-2006
simonb
Sync with head.
1.7.4.1
09-Sep-2006
rpaulo
sync with head
1.7.2.1
18-Feb-2006
yamt
sync with head.
1.8.16.1
22-Oct-2006
yamt
sync with head
1.8.14.1
18-Nov-2006
ad
Sync with head.
1.8.6.1
18-Mar-2006
peter
Sync with KAME.
1.10.10.1
11-Jul-2007
mjf
Sync with head.
1.10.8.1
01-Jul-2007
ad
Adapt to callout API change.
1.11.44.1
01-Dec-2008
snj
Pull up following revision(s) (requested by tsutsui in ticket #152):
sys/altq/altq_subr.c: revision 1.26
sys/altq/altq_var.h: revision 1.12
In machclk functions always emulate 1GHz counter using nanotime(9)
since it has enough resolution via timecounter(9).
Using machine dependent cpu_counter() is not MP safe
and it won't work even on UP with Speedstep etc.
No particular comment on tech-kern, and also closes PR kern/39835.
1.11.42.1
19-Jan-2009
skrll
Sync with HEAD.
1.11.38.1
13-Dec-2008
haad
Update haad-dm branch to haad-dm-base2.
1.11.32.1
04-May-2009
yamt
sync with head.
1.11.28.1
17-Jan-2009
mjf
Sync with HEAD.
Indexes created Wed Oct 22 13:09:56 GMT 2025