aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* - 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-14349/+22385
|\|
| * Vendor import of Intel ACPI-CA 20051021vendor/acpica/20051021Jung-uk Kim2005-11-01196-16544/+24006
| * 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
* | Commit imported changes to HEAD:Max Laier2005-09-082-21/+67
* | Wrap the new world order in __FreeBSD__ to ease future imports.Max Laier2005-08-092-0/+14
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-094-14/+15
* | Prevent a race condition. As pf_send_tcp() - called for expired synproxyMax Laier2005-07-202-0/+8
* | move RFC3542 related definitions into ip6.h.Hajimu UMEMOTO2005-07-201-42/+0
* | Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them withMax Laier2005-07-141-1/+5
* | Properly initialize ifq_maxlen for the defered send queue and make itMax Laier2005-06-261-1/+2
* | Fix some minor problems before release:Darren Reed2005-06-232-15/+54
* | locking on exit of reading from ip_sync is not correct for all instancesDarren Reed2005-06-141-4/+9
* | Mark pf callouts as NET_MPSAFE.Max Laier2005-06-122-15/+5
* | Defer ip_output of pfsync updates to an independent callout thread insteadMax Laier2005-06-102-7/+30
* | Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-108-17/+40
* | This commit was generated by cvs2svn to compensate for changes in r146539,Hartmut Brandt2005-05-233-4/+5
|\ \
| * | Virgin import of NgATM kernel part 1.2vendor/ngatm/1.2Hartmut Brandt2005-05-233-4/+5
* | | Enable building /sbin/ipf (but not the rescue version) with the ability toDarren Reed2005-05-161-0/+4
* | | Enable IPFilter to correctly determine if BPF has been optioned into theDarren Reed2005-05-151-2/+2
* | | if_mtu not ifp_mtu.Max Laier2005-05-041-1/+1
* | | Bring back fix from rev. 1.28 which was lost during the import.Max Laier2005-05-041-2/+2
* | | Combine rev. 1.29 and 1.30 to something that will make sense for futureMax Laier2005-05-041-1/+6
* | | Make LINT happy.Max Laier2005-05-042-9/+9
* | | Pass icmp_error() the MTU argument directly instead ofAndre Oppermann2005-05-041-6/+2