Home | History | Annotate | Download | only in altq
History log of /src/sys/altq/altq_fifoq.c
RevisionDateAuthorComments
 1.19  08-Jan-2025  joe return: remove parenthesis from return statements
 1.18  21-Sep-2021  christos branches: 1.18.6;
Remove FreeBSD blocks that did not compile anyway, and use l->l_cred
consistently.
 1.17  20-Apr-2016  knakahara IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantation
 1.16  04-Mar-2007  christos branches: 1.16.86; 1.16.106;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.15  16-Nov-2006  christos branches: 1.15.4;
__unused removal on arguments; approved by core.
 1.14  20-Oct-2006  elad Kill some KAUTH_GENERIC_ISSUSER.
 1.13  12-Oct-2006  peter Merge the peter-altq branch.

(sync with KAME & add support for using ALTQ with pf(4)).
 1.12  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.11  21-Jul-2006  ad branches: 1.11.4; 1.11.6;
- Use the LWP cached credentials where sane.
- Minor cosmetic changes.
 1.10  15-May-2006  christos kauth fallout
 1.9  14-May-2006  elad integrate kauth.
 1.8  23-Apr-2006  christos Use malloc/free instead of MALLOC/FREE and M_ZERO instead of memset.
 1.7  11-Dec-2005  christos branches: 1.7.4; 1.7.6; 1.7.8; 1.7.10; 1.7.12;
merge ktrace-lwp.
 1.6  26-Feb-2005  perry branches: 1.6.4;
nuke trailing whitespace
 1.5  09-Nov-2003  christos branches: 1.5.8; 1.5.10;
- 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  12-Nov-2001  lukem branches: 1.4.16;
add RCSIDs
 1.3  13-Apr-2001  thorpej branches: 1.3.2; 1.3.4;
Remove the use of splimp() from the NetBSD kernel. splnet()
and only splnet() is allowed for the protection of data structures
used by network devices.
 1.2  14-Dec-2000  thorpej branches: 1.2.2; 1.2.4;
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.4.2  14-Nov-2001  nathanw Catch up to -current.
 1.2.4.1  21-Jun-2001  nathanw Catch up to -current.
 1.2.2.3  21-Apr-2001  bouyer Sync with HEAD
 1.2.2.2  05-Jan-2001  bouyer Sync with HEAD
 1.2.2.1  14-Dec-2000  bouyer file altq_fifoq.c was added on branch thorpej_scsipi on 2001-01-05 17:39:36 +0000
 1.3.4.1  10-Oct-2001  fvdl Convert all remaining devices.
 1.3.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.16.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.4.16.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.16.3  18-Sep-2004  skrll Sync with HEAD.
 1.4.16.2  12-Aug-2004  skrll Adapt to new world order.
 1.4.16.1  03-Aug-2004  skrll Sync with HEAD
 1.5.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.5.8.1  29-Apr-2005  kent sync with -current
 1.6.4.3  03-Sep-2007  yamt sync with head.
 1.6.4.2  30-Dec-2006  yamt sync with head.
 1.6.4.1  21-Jun-2006  yamt sync with head.
 1.7.12.3  25-Sep-2006  peter sync with head.
 1.7.12.2  09-Jun-2006  peter Merge 2006-05-24 NetBSD-current into the peter-altq branch.
 1.7.12.1  18-Mar-2006  peter Sync with KAME.
 1.7.10.3  11-May-2006  elad sync with head
 1.7.10.2  10-Mar-2006  elad generic_authorize() -> kauth_authorize_generic().
 1.7.10.1  08-Mar-2006  elad Adapt to kernel authorization KPI.
 1.7.8.2  11-Aug-2006  yamt sync with head
 1.7.8.1  24-May-2006  yamt sync with head.
 1.7.6.1  01-Jun-2006  kardel Sync with head.
 1.7.4.1  09-Sep-2006  rpaulo sync with head
 1.11.6.2  10-Dec-2006  yamt sync with head.
 1.11.6.1  22-Oct-2006  yamt sync with head
 1.11.4.1  18-Nov-2006  ad Sync with head.
 1.15.4.1  12-Mar-2007  rmind Sync with HEAD.
 1.16.106.1  22-Apr-2016  skrll Sync with HEAD
 1.16.86.1  03-Dec-2017  jdolecek update from HEAD
 1.18.6.1  11-Nov-2023  thorpej Mostly de-tangle ifnet::if_snd from ifaltq, in a way that's minimally-
invasive to the ALTQ code itself.

The point of this is to lay the groundwork for future changes to ifqueue,
which among other benefits, will also hide the ALTQ ABI from drivers.

RSS XML Feed