| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was generated by cvs2svn to compensate for changes in r153200, | obrien | 2005-12-07 | 4 | -630/+671 |
|\ |
|
| * | Update the nForce MCP NIC bits. This is version 1.0-0310 23-Nov-2005. | obrien | 2005-12-07 | 4 | -630/+671 |
* | | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 5 | -0/+58 |
* | | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 5 | -21/+26 |
* | | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+2 |
* | | - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another | ru | 2005-11-11 | 1 | -2/+1 |
* | | Move the cloned interface list management in to if_clone. For some drivers the | thompsa | 2005-11-08 | 2 | -6/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r152069, | jkim | 2005-11-04 | 2 | -8/+5 |
|\ \ |
|
| * | | - Fix more resource parsing problems. The previous commit was imcomplete. | jkim | 2005-11-04 | 2 | -8/+5 |
* | | | This commit was generated by cvs2svn to compensate for changes in r152058, | njl | 2005-11-04 | 1 | -5/+3 |
|\ \ \
| |/ / |
|
| * | | Account for the minimum resource size when parsing the end tag resource | njl | 2005-11-04 | 1 | -5/+3 |
* | | | Fix build breakage on tinderbox. | jkim | 2005-11-03 | 1 | -1/+1 |
* | | | Update to reflect import of ACPI-CA 20051021 with includes fixups | jkim | 2005-11-01 | 1 | -27/+30 |
* | | | Local change: remove unnecessary __cdecl | jkim | 2005-11-01 | 2 | -2/+2 |
* | | | Local change: remove compilation warnings | jkim | 2005-11-01 | 4 | -10/+10 |
* | | | Fix conflicts from import of Intel ACPI-CA 20051021 | jkim | 2005-11-01 | 8 | -497/+968 |
* | | | Unchanged files that are off the vendor branch | jkim | 2005-11-01 | 13 | -1679/+639 |
* | | | This commit was generated by cvs2svn to compensate for changes in r151940, | jkim | 2005-11-01 | 2 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Fix few compilation problems on vendor branch. | jkim | 2005-11-01 | 3 | -1/+6 |
* | | | This commit was generated by cvs2svn to compensate for changes in r151937, | jkim | 2005-11-01 | 175 | -14401/+22437 |
|\ \ \
| |/ / |
|
| * | | Vendor import of Intel ACPI-CA 20051021 | jkim | 2005-11-01 | 196 | -16596/+24058 |
| * | | Remove old ACPICA files from the INTEL vendor branch. They were removed | jhb | 2005-10-27 | 141 | -84217/+0 |
* | | | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | | | Add a commented out version of what was done for the r20041119sysinc import. | obrien | 2005-10-24 | 1 | -0/+12 |
* | | | Fix conflicts of import of Intel ACPI-CA 20041119 with system includes fixups. | obrien | 2005-10-24 | 18 | -71/+71 |
* | | | This commit was generated by cvs2svn to compensate for changes in r151600, | obrien | 2005-10-24 | 112 | -378/+378 |
|\ \ \
| |/ / |
|
| * | | Vendor import of Intel ACPI-CA 20041119 with system includes fixups. | obrien | 2005-10-24 | 130 | -449/+449 |
* | | | In detach method, move if_free() after bus_teardown_intr(). | ru | 2005-10-13 | 1 | -1/+2 |
* | | | Change the reference counting to count the number of cloned interfaces for each | thompsa | 2005-10-12 | 2 | -2/+3 |
* | | | Fix "struct ifnet" leak if attach() fails in the middle. | ru | 2005-09-16 | 1 | -0/+2 |
* | | | Per a request from Nick Triantos of nVidia, nVidia's legal department asked | obrien | 2005-09-11 | 2 | -0/+104 |
* | | | Stop leaking a lock. This used to cause a propagate_priority() page fault | mlaier | 2005-09-11 | 1 | -3/+3 |
* | | | Unbreak the build. Committed from the wrong directory. | mlaier | 2005-09-08 | 1 | -4/+5 |
* | | | Commit imported changes to HEAD: | mlaier | 2005-09-08 | 2 | -21/+67 |
* | | | Wrap the new world order in __FreeBSD__ to ease future imports. | mlaier | 2005-08-09 | 2 | -0/+14 |
* | | | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 4 | -14/+15 |
* | | | Prevent a race condition. As pf_send_tcp() - called for expired synproxy | mlaier | 2005-07-20 | 2 | -0/+8 |
* | | | move RFC3542 related definitions into ip6.h. | ume | 2005-07-20 | 1 | -42/+0 |
* | | | Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them with | mlaier | 2005-07-14 | 1 | -1/+5 |
* | | | Properly initialize ifq_maxlen for the defered send queue and make it | mlaier | 2005-06-26 | 1 | -1/+2 |
* | | | Fix some minor problems before release: | darrenr | 2005-06-23 | 2 | -15/+54 |
* | | | locking on exit of reading from ip_sync is not correct for all instances | darrenr | 2005-06-14 | 1 | -4/+9 |
* | | | Mark pf callouts as NET_MPSAFE. | mlaier | 2005-06-12 | 2 | -15/+5 |
* | | | Defer ip_output of pfsync updates to an independent callout thread instead | mlaier | 2005-06-10 | 2 | -7/+30 |
* | | | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 8 | -17/+40 |
* | | | This commit was generated by cvs2svn to compensate for changes in r146539, | harti | 2005-05-23 | 3 | -4/+5 |
|\ \ \ |
|
| * | | | Virgin import of NgATM kernel part 1.2 | harti | 2005-05-23 | 3 | -4/+5 |
* | | | | Enable building /sbin/ipf (but not the rescue version) with the ability to | darrenr | 2005-05-16 | 1 | -0/+4 |
* | | | | Enable IPFilter to correctly determine if BPF has been optioned into the | darrenr | 2005-05-15 | 1 | -2/+2 |
* | | | | if_mtu not ifp_mtu. | mlaier | 2005-05-04 | 1 | -1/+1 |