Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | o instead of a list of mbufs use a list of m_tag structures a la openbsd o for netgraph et. al. extend the stock openbsd m_tag to include a 32-bit ABI/module number cookie o for openbsd compatibility define a well-known cookie MTAG_ABI_COMPAT and use this in defining openbsd-compatible m_tag_find and m_tag_get routines o rewrite KAME use of aux mbufs in terms of packet tags o eliminate the most heavily used aux mbufs by adding an additional struct inpcb parameter to ip_output and ip6_output to allow the IPsec code to locate the security policy to apply to outbound packets o bump __FreeBSD_version so code can be conditionalized o fixup ipfilter's call to ip_output based on __FreeBSD_version Reviewed by: julian, luigi (silent), -arch, -net, darren Approved by: julian, silence from everyone else Obtained from: openbsd (mostly) MFC after: 1 month | ||||
* | Resolve conflicts arising from the ACPI CA 20021002 import. | iwasaki | 2002-10-04 | 6 | -36/+50 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r104470, | iwasaki | 2002-10-04 | 48 | -1408/+1995 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import of the Intel ACPI CA 20021002 drop. | iwasaki | 2002-10-04 | 54 | -1444/+2045 |
| | | |||||
* | | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and predictable way, and I apologize if I have gotten it wrong anywhere, getting prior review on a patch like this is not feasible, considering the number of people involved and hardware availability etc.) If struct disklabel is the messenger: kill the messenger. Inside struct disk we had a struct disklabel which disk drivers used to communicate certain metrics to the disklayer above (GEOM or the disk mini-layer). This commit changes this communication to use four explicit fields instead. Amongst the benefits is that the fields do not get overwritten by wrong or bogus on-disk disklabels. Once that is clear, <sys/disk.h> which is included in the drivers no longer need to pull <sys/disklabel.h> and <sys/diskslice.h> in, the few places that needs them, have gotten explicit #includes for them. The disklabel inside struct disk is now only for internal use in the disk mini-layer, so instead of embedding it, we malloc it as we need it. This concludes (modulus any mistakes) the series of disklabel related commits. I belive it all amounts to a NOP for all the rest of you :-) Sponsored by: DARPA & NAI Labs. | ||||
* | | Don't call dkunit() to find our unit number, it is in our softc. | phk | 2002-09-20 | 1 | -1/+1 |
| | | | | | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | | Fix kernel build breakage when ACPI_DEBUG option is specified. | iwasaki | 2002-08-29 | 1 | -2/+4 |
| | | |||||
* | | Resolve conflicts arising from the ACPI CA 20020815 import. | iwasaki | 2002-08-29 | 16 | -154/+147 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r102550, | iwasaki | 2002-08-29 | 77 | -892/+3736 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import of the Intel ACPI CA 20020815 drop. | iwasaki | 2002-08-29 | 90 | -1043/+3876 |
| | | |||||
* | | Finally merge in the changes from ipfilter 3.4.29 to freebsd-current. | darrenr | 2002-08-28 | 13 | -73/+298 |
| | | | | | | | | Main changes here are related to the ftp proxy and making that work better. | ||||
* | | Don't use "NULL" when "0" is really meant. | archie | 2002-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | But in this case, "-1" is really meant. Reviewed by: darrenr | ||||
* | | Prepare for importing newer version of ACPI CA. | iwasaki | 2002-08-22 | 1 | -3/+10 |
| | | |||||
* | | Resolve conflicts arising from the ACPI CA 20020725 import. | iwasaki | 2002-07-30 | 14 | -1747/+341 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r100966, | iwasaki | 2002-07-30 | 64 | -1655/+8457 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import of the Intel ACPI CA 20020725 drop. | iwasaki | 2002-07-30 | 75 | -2377/+8799 |
| | | |||||
* | | Resolve conflicts arising from the ACPI CA 20020611 import. | iwasaki | 2002-07-09 | 15 | -577/+809 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r99679, | iwasaki | 2002-07-09 | 116 | -3394/+4522 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import of the Intel ACPI CA 20020611 drop. | iwasaki | 2002-07-09 | 128 | -3956/+5162 |
| | | |||||
* | | Resolve conflicts arising from the ACPI CA 20020404 import. | iwasaki | 2002-06-30 | 11 | -251/+309 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r99146, | iwasaki | 2002-06-30 | 64 | -825/+1394 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import of the Intel ACPI CA 200200404 drop. | iwasaki | 2002-06-30 | 74 | -1083/+1701 |
| | | |||||
* | | - Add sanity check for argument. | iwasaki | 2002-06-12 | 1 | -2/+7 |
| | | | | | | | | | | - Add new entry to stripdirs. The `generate' directory appeared in acpica-unix-20020517. | ||||
* | | Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28 | darrenr | 2002-06-07 | 10 | -24/+67 |
| | | |||||
* | | Merge updates from 3.4.26 - 3.4.27. | darrenr | 2002-04-27 | 8 | -65/+115 |
| | | |||||
* | | bring in changes from 3.4.26. | darrenr | 2002-04-25 | 14 | -160/+338 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r95415, | darrenr | 2002-04-25 | 1 | -0/+275 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Import IPFilter 3.4.26 kernel sources, including H.323 proxy. | darrenr | 2002-04-25 | 1 | -0/+275 |
| | | | | | | | | | | | | | | | | | | Include the licence file for both IPFilter and the H.323 proxy (from QNX), for convienence. | ||||
| * | | Import IPFilter 3.4.26 kernel sources, including H.323 proxy. | darrenr | 2002-04-25 | 14 | -186/+378 |
| | | | | | | | | | | | | | | | Include the licence file for both IPFilter and the H.323 proxy (from QNX), for convienence. | ||||
| * | | Import IPFilter 3.4.25 (last version 3.4.20) | darrenr | 2002-03-19 | 20 | -869/+2077 |
| | | | |||||
* | | | We don't need ip_ipsec_pxy.c in userland. | ru | 2002-03-26 | 1 | -1/+1 |
| | | | |||||
* | | | fix blockno printf formatting warnings. | alfred | 2002-03-19 | 1 | -4/+6 |
| | | | |||||
* | | | do not include the missing ip_h323_pxy.c | darrenr | 2002-03-19 | 1 | -1/+0 |
| | | | |||||
* | | | fix conflicts (mostly damn rcs id's) generated by import | darrenr | 2002-03-19 | 20 | -854/+2055 |
| | | | |||||
* | | | This file is being removed pending the all clear on its licence by someone | darrenr | 2002-03-19 | 1 | -275/+0 |
| | | | | | | | | | | | | else. | ||||
* | | | This commit was generated by cvs2svn to compensate for changes in r92680, | darrenr | 2002-03-19 | 3 | -0/+676 |
|\ \ \ | |/ / | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Import IPFilter 3.4.25 (last version 3.4.20) | darrenr | 2002-03-19 | 3 | -0/+676 |
| | | | |||||
| * | | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-09-12 | 1 | -0/+29 |
| | | | | | | | | | | | | 'VENDOR-sys-ipfilter'. | ||||
| * | | Import version 3.4.20 of IPFilter | darrenr | 2001-07-28 | 18 | -510/+862 |
| | | | |||||
| * | | Update IP Filter kernel source | darrenr | 2001-02-04 | 14 | -119/+259 |
| | | | |||||
| * | | Import IP filter 3.4.13 | darrenr | 2000-10-29 | 8 | -48/+58 |
| | | | |||||
| * | | Import IP Filter 3.4.12 into kernel source tree | darrenr | 2000-10-26 | 14 | -192/+613 |
| | | | |||||
| * | | Import IP Filter 3.4.9 bits into the kernel | darrenr | 2000-08-13 | 10 | -102/+367 |
| | | | |||||
| * | | import ipfilter 3.4.8 | darrenr | 2000-07-19 | 13 | -112/+226 |
| | | | |||||
| * | | Import IP Filter 3.4.4 into the kernel | darrenr | 2000-05-24 | 20 | -2519/+6875 |
| | | | |||||
| * | | This commit was manufactured by cvs2svn to create branch | cvs2svn | 1999-12-06 | 3 | -0/+612 |
| | | | | | | | | | | | | 'VENDOR-sys-ipfilter'. | ||||
* | | | Remove a couple of stray linuxisms to make this work for FreeBSD/ia64. | dfr | 2002-03-18 | 1 | -6/+2 |
| | | | |||||
* | | | Merge local changes for the 20020308 ACPI CA update. | msmith | 2002-03-16 | 3 | -8/+41 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r92388, | msmith | 2002-03-16 | 18 | -50/+112 |
|\ \ \ | | |/ | |/| | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Import of the 20020308 Intel ACPI CA update. | msmith | 2002-03-16 | 21 | -58/+153 |
| | | |