Home | History | Annotate | Download | only in altq
History log of /src/sys/altq/altq_conf.h
RevisionDateAuthorComments
 1.10  04-Mar-2007  christos Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.9  12-Oct-2006  peter branches: 1.9.4;
Merge the peter-altq branch.

(sync with KAME & add support for using ALTQ with pf(4)).
 1.8  11-Dec-2005  christos branches: 1.8.12; 1.8.20; 1.8.22;
merge ktrace-lwp.
 1.7  06-Jun-2005  christos branches: 1.7.2;
add a missing const.
 1.6  29-Jun-2003  fvdl branches: 1.6.2;
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.
 1.5  28-Jun-2003  darrenr Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
 1.4  06-Sep-2002  gehenna Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.3  29-Jan-2001  itojun branches: 1.3.2; 1.3.4; 1.3.16;
remove variable names from prototype. sync with kame.
 1.2  14-Dec-2000  thorpej branches: 1.2.2;
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.2.3  11-Feb-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_conf.h was added on branch thorpej_scsipi on 2001-01-05 17:39:36 +0000
 1.3.16.1  16-May-2002  gehenna Fix compile conditions.
 1.3.4.1  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.3.2.1  17-Sep-2002  nathanw Catch up to -current.
 1.6.2.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.6.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.6.2.1  02-Jul-2003  darrenr Apply the aborted ktrace-lwp changes to a specific branch. This is just for
others to review, I'm concerned that patch fuziness may have resulted in some
errant code being generated but I'll look at that later by comparing the diff
from the base to the branch with the file I attempt to apply to it. This will,
at the very least, put the changes in a better context for others to review
them and attempt to tinker with removing passing of 'struct lwp' through
the kernel.
 1.7.2.3  03-Sep-2007  yamt sync with head.
 1.7.2.2  30-Dec-2006  yamt sync with head.
 1.7.2.1  21-Jun-2006  yamt sync with head.
 1.8.22.1  22-Oct-2006  yamt sync with head
 1.8.20.1  18-Nov-2006  ad Sync with head.
 1.8.12.1  18-Mar-2006  peter Sync with KAME.
 1.9.4.1  12-Mar-2007  rmind Sync with HEAD.

RSS XML Feed