summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-045-21/+26
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+2
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-2/+1
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-082-6/+0
* This commit was generated by cvs2svn to compensate for changes in r152069,jkim2005-11-042-8/+5
|\
| * - Fix more resource parsing problems. The previous commit was imcomplete.jkim2005-11-042-8/+5
* | This commit was generated by cvs2svn to compensate for changes in r152058,njl2005-11-041-5/+3
|\ \ | |/
| * Account for the minimum resource size when parsing the end tag resourcenjl2005-11-041-5/+3
* | Fix build breakage on tinderbox.jkim2005-11-031-1/+1
* | Update to reflect import of ACPI-CA 20051021 with includes fixupsjkim2005-11-011-27/+30
* | Local change: remove unnecessary __cdecljkim2005-11-012-2/+2
* | Local change: remove compilation warningsjkim2005-11-014-10/+10
* | Fix conflicts from import of Intel ACPI-CA 20051021jkim2005-11-018-497/+968
* | Unchanged files that are off the vendor branchjkim2005-11-0113-1679/+639
* | This commit was generated by cvs2svn to compensate for changes in r151940,jkim2005-11-012-1/+3
|\ \ | |/
| * Fix few compilation problems on vendor branch.jkim2005-11-013-1/+6
* | This commit was generated by cvs2svn to compensate for changes in r151937,jkim2005-11-01175-14401/+22437
|\ \ | |/
| * Vendor import of Intel ACPI-CA 20051021jkim2005-11-01196-16596/+24058
| * Remove old ACPICA files from the INTEL vendor branch. They were removedjhb2005-10-27141-84217/+0
* | Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* | Add a commented out version of what was done for the r20041119sysinc import.obrien2005-10-241-0/+12
* | Fix conflicts of import of Intel ACPI-CA 20041119 with system includes fixups.obrien2005-10-2418-71/+71
* | This commit was generated by cvs2svn to compensate for changes in r151600,obrien2005-10-24112-378/+378
|\ \ | |/
| * Vendor import of Intel ACPI-CA 20041119 with system includes fixups.obrien2005-10-24130-449/+449
* | In detach method, move if_free() after bus_teardown_intr().ru2005-10-131-1/+2
* | Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-122-2/+3
* | Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-0/+2
* | Per a request from Nick Triantos of nVidia, nVidia's legal department askedobrien2005-09-112-0/+104
* | Stop leaking a lock. This used to cause a propagate_priority() page faultmlaier2005-09-111-3/+3
* | Unbreak the build. Committed from the wrong directory.mlaier2005-09-081-4/+5
* | Commit imported changes to HEAD:mlaier2005-09-082-21/+67
* | Wrap the new world order in __FreeBSD__ to ease future imports.mlaier2005-08-092-0/+14
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-094-14/+15
* | Prevent a race condition. As pf_send_tcp() - called for expired synproxymlaier2005-07-202-0/+8
* | move RFC3542 related definitions into ip6.h.ume2005-07-201-42/+0
* | Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them withmlaier2005-07-141-1/+5
* | Properly initialize ifq_maxlen for the defered send queue and make itmlaier2005-06-261-1/+2
* | Fix some minor problems before release:darrenr2005-06-232-15/+54
* | locking on exit of reading from ip_sync is not correct for all instancesdarrenr2005-06-141-4/+9
* | Mark pf callouts as NET_MPSAFE.mlaier2005-06-122-15/+5
* | Defer ip_output of pfsync updates to an independent callout thread insteadmlaier2005-06-102-7/+30
* | Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-108-17/+40
* | This commit was generated by cvs2svn to compensate for changes in r146539,harti2005-05-233-4/+5
|\ \
| * | Virgin import of NgATM kernel part 1.2harti2005-05-233-4/+5
* | | Enable building /sbin/ipf (but not the rescue version) with the ability todarrenr2005-05-161-0/+4
* | | Enable IPFilter to correctly determine if BPF has been optioned into thedarrenr2005-05-151-2/+2
* | | if_mtu not ifp_mtu.mlaier2005-05-041-1/+1
* | | Bring back fix from rev. 1.28 which was lost during the import.mlaier2005-05-041-2/+2
* | | Combine rev. 1.29 and 1.30 to something that will make sense for futuremlaier2005-05-041-1/+6
* | | Make LINT happy.mlaier2005-05-042-9/+9
OpenPOWER on IntegriCloud