| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing <sys/module.h> include. | phk | 2004-06-18 | 1 | -0/+1 |
* | Import two fixes from the OpenBSD stable branch: | mlaier | 2004-06-17 | 3 | -19/+16 |
* | Commit pf version 3.5 and link additional files to the kernel build. | mlaier | 2004-06-16 | 12 | -2385/+4856 |
* | This commit was generated by cvs2svn to compensate for changes in r130610, | mlaier | 2004-06-16 | 1 | -0/+840 |
|\ |
|
| * | Import pf from OpenBSD 3.5 (OPENBSD_3_5_BASE) | mlaier | 2004-06-16 | 11 | -1417/+4695 |
| * | Import OpenBSD 3.4-stable fixes | dhartmei | 2004-05-02 | 3 | -19/+16 |
| * | Import another fix from the OpenBSD-Stable branch: | mlaier | 2004-04-11 | 1 | -6/+11 |
| * | Import two fixes from OpenBSD's stable branch: | mlaier | 2004-03-28 | 2 | -4/+41 |
* | | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 5 | -18/+22 |
* | | Disable "bulk dequeue" when enabling ALTQ so it does not irritate the | mlaier | 2004-06-15 | 1 | -0/+1 |
* | | Transform tbr_dequeue into a function pointer in order to build drivers with | mlaier | 2004-06-15 | 2 | -3/+7 |
* | | Remove some more leftover from the old pfaltq_module hack to allow for | mlaier | 2004-06-14 | 2 | -24/+8 |
* | | #if out an old leftover in the KAME code. opt_cpu.h is no longer useful here | mlaier | 2004-06-13 | 1 | -0/+2 |
* | | Prepare pf for building with ALTQ: | mlaier | 2004-06-13 | 3 | -56/+4 |
* | | Add an additional queue which will be "owned by the driver". This allows to | mlaier | 2004-06-12 | 1 | -0/+7 |
* | | FreeBSD-ify ALTQ: | mlaier | 2004-06-12 | 9 | -21/+164 |
* | | This commit was generated by cvs2svn to compensate for changes in r130365, | mlaier | 2004-06-12 | 21 | -0/+14567 |
|\ \ |
|
| * | | Import parts of the ALTQ framework from latest KAME snapshot (which is up to | mlaier | 2004-06-12 | 21 | -0/+14567 |
| / |
|
* | | Recognise NOINET6 as an indication to not build IPv6 enabled source even | darrenr | 2004-06-08 | 1 | -1/+2 |
* | | "Get rid of the nested include of <sys/module.h> from <sys/kernel.h>" or | mlaier | 2004-05-31 | 3 | -0/+3 |
* | | Add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r129694, | njl | 2004-05-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove a warning of a constant that is too large. Change submitted to | njl | 2004-05-25 | 1 | -1/+1 |
* | | | Local change: allow usermode to compile this header. Submitted to vendor. | njl | 2004-05-25 | 1 | -7/+1 |
* | | | Local change: don't hang forever if WAK_STS is never set. | njl | 2004-05-25 | 1 | -9/+32 |
* | | | Local change: remove warnings. | njl | 2004-05-25 | 3 | -45/+66 |
* | | | Local diff: allow use of the disassembler. | njl | 2004-05-25 | 1 | -2/+33 |
* | | | Unchanged files that are off the vendor branch. | njl | 2004-05-25 | 3 | -12/+24 |
* | | | This commit was generated by cvs2svn to compensate for changes in r129684, | njl | 2004-05-25 | 49 | -1117/+2045 |
|\ \ \
| |/ / |
|
| * | | Vendor import of Intel ACPI-CA 20040514. | njl | 2004-05-25 | 58 | -1192/+2201 |
| * | | Only avoid disabling bus mastering on the sleep path. This should fix | njl | 2004-04-14 | 1 | -13/+13 |
* | | | This commit was generated by cvs2svn to compensate for changes in r129059, | marcel | 2004-05-09 | 18 | -190/+1273 |
|\ \ \ |
|
| * | | | Update to BETA 7. Besides C++ support, which is irrelevant to us, | marcel | 2004-05-09 | 18 | -190/+1273 |
* | | | | Add sys/types.h for both kernel and user compiles. | njl | 2004-05-05 | 1 | -1/+1 |
* | | | | Commit three imported bugfixes from OpenBSD 3.4-stable: | dhartmei | 2004-05-02 | 3 | -19/+16 |
* | | | | Remove warnings from vendor files. This takes some files off the vendor | njl | 2004-04-14 | 4 | -11/+11 |
* | | | | Even though the patch has been submitted to the vendor, this file is off | njl | 2004-04-14 | 1 | -13/+13 |
* | | | | Check in files with local changes: | njl | 2004-04-14 | 2 | -8/+20 |
* | | | | Check in unmodified files off the vendor branch. | njl | 2004-04-14 | 3 | -29/+42 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r128212, | njl | 2004-04-14 | 32 | -222/+808 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Import ACPI-CA 20040402 distribution. | njl | 2004-04-14 | 37 | -259/+870 |
* | | | | Add another cleanfile for future imports. | njl | 2004-04-14 | 1 | -2/+2 |
* | | | | Staticize <if>_clone_{create,destroy} functions. | brooks | 2004-04-14 | 2 | -8/+8 |
* | | | | Commit import of OpenBSD-stable fix: | mlaier | 2004-04-11 | 1 | -6/+11 |
* | | | | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | | | | Unbreak the bootloader build by excluding ctype.h. | njl | 2004-04-05 | 1 | -0/+2 |
* | | | | Add #include for ctype.h to cover strupr() in the !_KERNEL case. | njl | 2004-04-05 | 1 | -0/+1 |
* | | | | Shut up a couple of annoying gcc warnings. Do not enclose the fixes with | mlaier | 2004-03-30 | 1 | -14/+16 |
* | | | | Eliminate support for FreeBSD 3.x and earlier now that we're in the | imp | 2004-03-29 | 1 | -203/+0 |
* | | | | Commit two fixes from OpenBSD's stable branch: | mlaier | 2004-03-28 | 2 | -6/+41 |