aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r143439,David E. O'Brien2005-03-127-0/+1975
|\
| * Import the nForce MCP NIC bits. This is version 1.0-0301.vendor/nve/1.0.0301David E. O'Brien2005-03-127-0/+1975
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenScott Long2005-03-0213-6520/+0
* Add FreeBSD ID.David E. O'Brien2005-02-281-0/+2
* Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-2/+0
* avoid sneaky double freeSam Leffler2005-02-251-1/+5
* Do not fail to initialize callouts (on SMP only) -- it leads to crashing.Brian Feldman2005-02-221-3/+4
* Fix a terrible braino in pfi_maybe_destroy() and unbreak "$pfctl -Fall" withMax Laier2005-02-211-2/+5
* Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. ItMax Laier2005-02-212-1/+9
* Fix inteface clear time. pf printed "Thu Jan 1 09:00:01 1970"Pyun YongHyeon2005-02-171-1/+8
* Access softc embedded struct ifnet via function macro to make it easier toMax Laier2005-02-093-26/+54
* - Split out PCI support.Matthew N. Dodd2005-02-034-306/+744
* Use the packet's address family instead of the rule's when selecting aDaniel Hartmeier2005-01-201-1/+1
* Prohibit ruleset changes at securelevel > 2, not > 1. It's documentedDaniel Hartmeier2005-01-191-1/+1
* This commit was generated by cvs2svn to compensate for changes in r140216,Nate Lawson2005-01-141-0/+7
|\
| * Clean up a small memory leak introduced with the previous commit toNate Lawson2005-01-141-0/+7
* | This commit was generated by cvs2svn to compensate for changes in r140094,Nate Lawson2005-01-121-1/+2
|\|
| * Fix handling of the implicit return case for methods called from anNate Lawson2005-01-121-1/+2
* | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter whereDarren Reed2005-01-081-25/+2
* | * Remove some code that's in a #ifndef FreeBSD that's no longer used.Darren Reed2004-12-261-5/+0
* | * The #ifdef's to cause mutex's for freebsd to be declared were meant to pickDarren Reed2004-12-262-19/+4
* | Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKSScott Long2004-12-251-1/+1
* | Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tScott Long2004-12-253-3/+6
* | Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowingDarren Reed2004-12-249-27/+81
* | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,Daniel Hartmeier2004-12-191-3/+5
* | Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.xMax Laier2004-12-181-1/+1
* | Move two variables that are unused if LARGE_NAT is defined inside an #ifdefDarren Reed2004-12-171-1/+4
* | Allow ipnat redirect rules to work for non-TCP/UDP packets.Darren Reed2004-12-171-3/+5
* | Using just m_pullup to get all of the interesting bits in packet into oneDarren Reed2004-12-161-1/+6
* | Compile pfsync w/o bpf.Max Laier2004-12-101-0/+2
* | clear old files now in publicSam Leffler2004-12-082-3562/+0
* | resolve merge conflictSam Leffler2004-12-081-6/+26
* | This commit was generated by cvs2svn to compensate for changes in r138583,Sam Leffler2004-12-0856-132/+74779
|\ \
| * | Version 0.9.14.12:Sam Leffler2004-12-0857-138/+74806
* | | IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6Daniel Hartmeier2004-12-051-3/+6
* | | This commit was generated by cvs2svn to compensate for changes in r138298,Mark Santcroos2004-12-021-1/+1
|\ \ \ | | |/ | |/|
| * | Oops, remove unnecessary cast in original, out-commented code.Mark Santcroos2004-12-021-1/+1
* | | This commit was generated by cvs2svn to compensate for changes in r138296,Mark Santcroos2004-12-021-1/+9
|\| |
| * | Local change: Supporting code not yet available, use previous behaviorMark Santcroos2004-12-021-1/+9
* | | Local change: Remove warnings from vendor files.Mark Santcroos2004-12-013-62/+54
* | | Local change: In the resume path, give up after waiting for a whileMark Santcroos2004-12-011-7/+8
* | | Local change: Put various debugging options under ACPI_DISASSEMBLER.Mark Santcroos2004-12-011-1/+83
* | | Unchanged files that are off the vendor branch.Mark Santcroos2004-12-019-177/+182
* | | This commit was generated by cvs2svn to compensate for changes in r138287,Mark Santcroos2004-12-0185-1658/+3570
|\| |
| * | Vendor import of Intel ACPI-CA 20041119Mark Santcroos2004-12-0198-1854/+3896
* | | fix a bug that leads to a crash when binat rules of the formDaniel Hartmeier2004-11-241-1/+1
* | | Removed the remnants of gx(4).Ruslan Ermilov2004-11-081-1/+1
* | | Improved interface handling. This should fix the use of renamed interfacesMax Laier2004-11-031-17/+12
* | | Fix a panic discovered with some apache2 configure test (that seemed toMax Laier2004-10-241-0/+5
* | | Fix some warnings that only triggered in LINT.Scott Long2004-10-241-1/+1