| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix error in synproxy connection completion. Source and | glebius | 2005-04-22 | 1 | -2/+2 |
* | Modify the alq(9) alq_open() API to accept a file creation mode, rather | rwatson | 2005-04-16 | 1 | -1/+1 |
* | Fix mss byte order, only affects synproxy code path. | glebius | 2005-04-13 | 1 | -0/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r143439, | obrien | 2005-03-12 | 7 | -0/+1975 |
|\ |
|
| * | Import the nForce MCP NIC bits. This is version 1.0-0301. | obrien | 2005-03-12 | 7 | -0/+1975 |
* | Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistaken | scottl | 2005-03-02 | 13 | -6520/+0 |
* | Add FreeBSD ID. | obrien | 2005-02-28 | 1 | -0/+2 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -2/+0 |
* | avoid sneaky double free | sam | 2005-02-25 | 1 | -1/+5 |
* | Do not fail to initialize callouts (on SMP only) -- it leads to crashing. | green | 2005-02-22 | 1 | -3/+4 |
* | Fix a terrible braino in pfi_maybe_destroy() and unbreak "$pfctl -Fall" with | mlaier | 2005-02-21 | 1 | -2/+5 |
* | Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. It | mlaier | 2005-02-21 | 2 | -1/+9 |
* | Fix inteface clear time. pf printed "Thu Jan 1 09:00:01 1970" | yongari | 2005-02-17 | 1 | -1/+8 |
* | Access softc embedded struct ifnet via function macro to make it easier to | mlaier | 2005-02-09 | 3 | -26/+54 |
* | - Split out PCI support. | mdodd | 2005-02-03 | 4 | -306/+744 |
* | Use the packet's address family instead of the rule's when selecting a | dhartmei | 2005-01-20 | 1 | -1/+1 |
* | Prohibit ruleset changes at securelevel > 2, not > 1. It's documented | dhartmei | 2005-01-19 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r140216, | njl | 2005-01-14 | 1 | -0/+7 |
|\ |
|
| * | Clean up a small memory leak introduced with the previous commit to | njl | 2005-01-14 | 1 | -0/+7 |
* | | This commit was generated by cvs2svn to compensate for changes in r140094, | njl | 2005-01-12 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix handling of the implicit return case for methods called from an | njl | 2005-01-12 | 1 | -1/+2 |
* | | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where | darrenr | 2005-01-08 | 1 | -25/+2 |
* | | * Remove some code that's in a #ifndef FreeBSD that's no longer used. | darrenr | 2004-12-26 | 1 | -5/+0 |
* | | * The #ifdef's to cause mutex's for freebsd to be declared were meant to pick | darrenr | 2004-12-26 | 2 | -19/+4 |
* | | Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKS | scottl | 2004-12-25 | 1 | -1/+1 |
* | | Sprinkle in some __FreeBSD_version checks so that this compiles again. Don't | scottl | 2004-12-25 | 3 | -3/+6 |
* | | Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowing | darrenr | 2004-12-24 | 9 | -27/+81 |
* | | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN, | dhartmei | 2004-12-19 | 1 | -3/+5 |
* | | Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x | mlaier | 2004-12-18 | 1 | -1/+1 |
* | | Move two variables that are unused if LARGE_NAT is defined inside an #ifdef | darrenr | 2004-12-17 | 1 | -1/+4 |
* | | Allow ipnat redirect rules to work for non-TCP/UDP packets. | darrenr | 2004-12-17 | 1 | -3/+5 |
* | | Using just m_pullup to get all of the interesting bits in packet into one | darrenr | 2004-12-16 | 1 | -1/+6 |
* | | Compile pfsync w/o bpf. | mlaier | 2004-12-10 | 1 | -0/+2 |
* | | clear old files now in public | sam | 2004-12-08 | 2 | -3562/+0 |
* | | resolve merge conflict | sam | 2004-12-08 | 1 | -6/+26 |
* | | This commit was generated by cvs2svn to compensate for changes in r138583, | sam | 2004-12-08 | 56 | -132/+74779 |
|\ \ |
|
| * | | Version 0.9.14.12: | sam | 2004-12-08 | 57 | -138/+74806 |
* | | | IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6 | dhartmei | 2004-12-05 | 1 | -3/+6 |
* | | | This commit was generated by cvs2svn to compensate for changes in r138298, | marks | 2004-12-02 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Oops, remove unnecessary cast in original, out-commented code. | marks | 2004-12-02 | 1 | -1/+1 |
* | | | This commit was generated by cvs2svn to compensate for changes in r138296, | marks | 2004-12-02 | 1 | -1/+9 |
|\ \ \
| |/ / |
|
| * | | Local change: Supporting code not yet available, use previous behavior | marks | 2004-12-02 | 1 | -1/+9 |
* | | | Local change: Remove warnings from vendor files. | marks | 2004-12-01 | 3 | -62/+54 |
* | | | Local change: In the resume path, give up after waiting for a while | marks | 2004-12-01 | 1 | -7/+8 |
* | | | Local change: Put various debugging options under ACPI_DISASSEMBLER. | marks | 2004-12-01 | 1 | -1/+83 |
* | | | Unchanged files that are off the vendor branch. | marks | 2004-12-01 | 9 | -177/+182 |
* | | | This commit was generated by cvs2svn to compensate for changes in r138287, | marks | 2004-12-01 | 85 | -1658/+3570 |
|\ \ \
| |/ / |
|
| * | | Vendor import of Intel ACPI-CA 20041119 | marks | 2004-12-01 | 98 | -1854/+3896 |
* | | | fix a bug that leads to a crash when binat rules of the form | dhartmei | 2004-11-24 | 1 | -1/+1 |
* | | | Removed the remnants of gx(4). | ru | 2004-11-08 | 1 | -1/+1 |