summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Use the packet's address family instead of the rule's when selecting adhartmei2005-01-201-1/+1
* Prohibit ruleset changes at securelevel > 2, not > 1. It's documenteddhartmei2005-01-191-1/+1
* This commit was generated by cvs2svn to compensate for changes in r140216,njl2005-01-141-0/+7
|\
| * Clean up a small memory leak introduced with the previous commit tonjl2005-01-141-0/+7
* | This commit was generated by cvs2svn to compensate for changes in r140094,njl2005-01-121-1/+2
|\ \ | |/
| * Fix handling of the implicit return case for methods called from annjl2005-01-121-1/+2
* | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter wheredarrenr2005-01-081-25/+2
* | * Remove some code that's in a #ifndef FreeBSD that's no longer used.darrenr2004-12-261-5/+0
* | * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickdarrenr2004-12-262-19/+4
* | Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKSscottl2004-12-251-1/+1
* | Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tscottl2004-12-253-3/+6
* | Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowingdarrenr2004-12-249-27/+81
* | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,dhartmei2004-12-191-3/+5
* | Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.xmlaier2004-12-181-1/+1
* | Move two variables that are unused if LARGE_NAT is defined inside an #ifdefdarrenr2004-12-171-1/+4
* | Allow ipnat redirect rules to work for non-TCP/UDP packets.darrenr2004-12-171-3/+5
* | Using just m_pullup to get all of the interesting bits in packet into onedarrenr2004-12-161-1/+6
* | Compile pfsync w/o bpf.mlaier2004-12-101-0/+2
* | clear old files now in publicsam2004-12-082-3562/+0
* | resolve merge conflictsam2004-12-081-6/+26
* | This commit was generated by cvs2svn to compensate for changes in r138583,sam2004-12-0856-132/+74779
|\ \
| * | Version 0.9.14.12:sam2004-12-0857-138/+74806
* | | IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6dhartmei2004-12-051-3/+6
* | | This commit was generated by cvs2svn to compensate for changes in r138298,marks2004-12-021-1/+1
|\ \ \ | | |/ | |/|
| * | Oops, remove unnecessary cast in original, out-commented code.marks2004-12-021-1/+1
* | | This commit was generated by cvs2svn to compensate for changes in r138296,marks2004-12-021-1/+9
|\ \ \ | |/ /
| * | Local change: Supporting code not yet available, use previous behaviormarks2004-12-021-1/+9
* | | Local change: Remove warnings from vendor files.marks2004-12-013-62/+54
* | | Local change: In the resume path, give up after waiting for a whilemarks2004-12-011-7/+8
* | | Local change: Put various debugging options under ACPI_DISASSEMBLER.marks2004-12-011-1/+83
* | | Unchanged files that are off the vendor branch.marks2004-12-019-177/+182
* | | This commit was generated by cvs2svn to compensate for changes in r138287,marks2004-12-0185-1658/+3570
|\ \ \ | |/ /
| * | Vendor import of Intel ACPI-CA 20041119marks2004-12-0198-1854/+3896
* | | fix a bug that leads to a crash when binat rules of the formdhartmei2004-11-241-1/+1
* | | Removed the remnants of gx(4).ru2004-11-081-1/+1
* | | Improved interface handling. This should fix the use of renamed interfacesmlaier2004-11-031-17/+12
* | | Fix a panic discovered with some apache2 configure test (that seemed tomlaier2004-10-241-0/+5
* | | Fix some warnings that only triggered in LINT.scottl2004-10-241-1/+1
* | | Embed the correct name.scottl2004-10-241-1/+1
* | | Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint forscottl2004-10-2413-0/+6514
* | | Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-294-16/+137
* | | Protect sockaddr_union definitions with a protecting define. This allows tomlaier2004-09-231-10/+9
* | | Break out altq_enable/disable from DIOC{START,STOP}ALTQ into sepratemlaier2004-09-171-41/+83
* | | Reactivate skipping over bogus IPCP addresses on ppp interfaces. Be moremlaier2004-09-141-2/+10
* | | Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it ismlaier2004-09-143-3/+3
* | | One more round on the H/W supported checksum code: Fix NICs that can't domlaier2004-09-111-3/+2
* | | From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel andandre2004-08-272-2/+3
* | | Use securelevel_gt instead of reading global securelevel unprotected.mlaier2004-08-221-0/+5
* | | This commit was generated by cvs2svn to compensate for changes in r133931,njl2004-08-181-1/+2
|\ \ \ | |/ /
| * | Add a padding member to the header overlaid on data allocated in thenjl2004-08-181-1/+2
OpenPOWER on IntegriCloud