aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* fix "ipf -Z" reporting rubbish and possibly panic'ing boxDarren Reed2006-04-181-1/+1
* Loopback pf_norm.c rev. 1.106 from OpenBSD:Max Laier2006-03-251-4/+22
* Avoid pulling in the whole <net/pfvar.h> by opaquely declaringYaroslav Tykhiy2006-03-091-2/+3
* Do not use the TSC where its known to be broken, this will cause the queueAndrew Thompson2006-03-021-1/+2
* resolve merge conflictsSam Leffler2006-02-101-4/+6
* This commit was generated by cvs2svn to compensate for changes in r155511,Sam Leffler2006-02-1065-69379/+109156
|\
| * Version 0.9.16.16:Sam Leffler2006-02-1066-69383/+109162
* | Make pflog a seperate module. As a result pflog_packet() becomes a functionMax Laier2006-02-053-0/+26
* | fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl',Daniel Hartmeier2006-01-191-1/+1
* | Move m_adj after checking that m_dup succeeded.Max Laier2006-01-141-3/+4
* | Add mcopywrap prototype to ip_compat.hGuido van Rooij2005-12-302-1/+1
* | Resolve conflictsGuido van Rooij2005-12-3021-509/+916
* | This commit was generated by cvs2svn to compensate for changes in r153872,Guido van Rooij2005-12-3013-64/+41
|\ \
| * | Import IP Filter version 4.1.10Guido van Rooij2005-12-3035-651/+1053
* | | Only decrement the max-src-conn counter for tcp connections that reachedMax Laier2005-12-252-0/+8
* | | Fix build after timeval.tv_sec changed from long to time_t.Max Laier2005-12-251-2/+5
* | | Move PFSTATE_EXPIRING from sync_flags to a new local_flags. sync_flags hasMax Laier2005-12-202-4/+6
* | | This commit was generated by cvs2svn to compensate for changes in r153200,David E. O'Brien2005-12-074-630/+671
|\ \ \
| * | | Update the nForce MCP NIC bits. This is version 1.0-0310 23-Nov-2005.vendor/nve/1.0.0310vendor/nveDavid E. O'Brien2005-12-074-630/+671
* | | | Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-055-0/+58
* | | | Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-045-21/+26
* | | | - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* | | | - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-111-2/+1
* | | | Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-082-6/+0
* | | | This commit was generated by cvs2svn to compensate for changes in r152069,Jung-uk Kim2005-11-042-8/+5
|\ \ \ \
| * | | | - Fix more resource parsing problems. The previous commit was imcomplete.Jung-uk Kim2005-11-042-8/+5
* | | | | This commit was generated by cvs2svn to compensate for changes in r152058,Nate Lawson2005-11-041-5/+3
|\| | | |
| * | | | Account for the minimum resource size when parsing the end tag resourceNate Lawson2005-11-041-5/+3
* | | | | Fix build breakage on tinderbox.Jung-uk Kim2005-11-031-1/+1
* | | | | Update to reflect import of ACPI-CA 20051021 with includes fixupsJung-uk Kim2005-11-011-27/+30
* | | | | Local change: remove unnecessary __cdeclJung-uk Kim2005-11-012-2/+2
* | | | | Local change: remove compilation warningsJung-uk Kim2005-11-014-10/+10
* | | | | Fix conflicts from import of Intel ACPI-CA 20051021Jung-uk Kim2005-11-018-497/+968
* | | | | Unchanged files that are off the vendor branchJung-uk Kim2005-11-0113-1679/+639
* | | | | This commit was generated by cvs2svn to compensate for changes in r151940,Jung-uk Kim2005-11-012-1/+3
|\| | | |
| * | | | Fix few compilation problems on vendor branch.Jung-uk Kim2005-11-013-1/+6
* | | | | This commit was generated by cvs2svn to compensate for changes in r151937,Jung-uk Kim2005-11-01175-14401/+22437
|\| | | |
| * | | | Vendor import of Intel ACPI-CA 20051021vendor/acpica/20051021Jung-uk Kim2005-11-01196-16596/+24058
| * | | | Remove old ACPICA files from the INTEL vendor branch. They were removedJohn Baldwin2005-10-27141-84217/+0
* | | | | Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* | | | | Add a commented out version of what was done for the r20041119sysinc import.David E. O'Brien2005-10-241-0/+12
* | | | | Fix conflicts of import of Intel ACPI-CA 20041119 with system includes fixups.David E. O'Brien2005-10-2418-71/+71
* | | | | This commit was generated by cvs2svn to compensate for changes in r151600,David E. O'Brien2005-10-24112-378/+378
|\| | | |
| * | | | Vendor import of Intel ACPI-CA 20041119 with system includes fixups.vendor/acpica/20041119sysincDavid E. O'Brien2005-10-24130-449/+449
* | | | | In detach method, move if_free() after bus_teardown_intr().Ruslan Ermilov2005-10-131-1/+2
* | | | | Change the reference counting to count the number of cloned interfaces for eachAndrew Thompson2005-10-122-2/+3
* | | | | Fix "struct ifnet" leak if attach() fails in the middle.Ruslan Ermilov2005-09-161-0/+2
* | | | | Per a request from Nick Triantos of nVidia, nVidia's legal department askedDavid E. O'Brien2005-09-112-0/+104
* | | | | Stop leaking a lock. This used to cause a propagate_priority() page faultMax Laier2005-09-111-3/+3
* | | | | Unbreak the build. Committed from the wrong directory.Max Laier2005-09-081-4/+5