| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make TSO (TCP segmentation offload) capabilities visible and accessible with | andre | 2006-09-06 | 2 | -1/+20 |
* | Unbreak in the case when device apic is compiled into non-SMP kernel. | sobomax | 2006-09-06 | 2 | -0/+4 |
* | Use sysctl_handle_long() instead of duplicating it's logic for | jhb | 2006-09-06 | 1 | -8/+4 |
* | Remove the portibility layer goo. | imp | 2006-09-06 | 1 | -158/+71 |
* | First step of TSO (TCP segmentation offload) support in our network stack. | andre | 2006-09-06 | 9 | -27/+82 |
* | Mostly re-write man page to reflect current state of this interface. | imp | 2006-09-06 | 1 | -7/+109 |
* | This commit was generated by cvs2svn to compensate for changes in r162079, | dougb | 2006-09-06 | 4 | -28/+42 |
|\ |
|
| * | Vendor import of BIND 9.3.2-P1, which addresses the following security | dougb | 2006-09-06 | 4 | -28/+42 |
| * | Remove files from the vendor branch that are no longer present | dougb | 2006-01-14 | 31 | -23572/+0 |
* | | jhb points out that these mallocs don't need to be checked because | imp | 2006-09-06 | 1 | -16/+0 |
* | | While convenient, avoid using alloca() for reasons specified in | ru | 2006-09-06 | 1 | -4/+20 |
* | | MFp4: check the return value of malloc and report an error when invalid. | imp | 2006-09-06 | 1 | -0/+16 |
* | | Check inp_flags instead of inp_vflag for INP_ONESBCAST flag. | andre | 2006-09-06 | 2 | -3/+3 |
* | | Improve description of if_capabilities, if_capenable and ifi_hwassist. | andre | 2006-09-06 | 3 | -4/+22 |
* | | Fix stateful filtering of loopback IPv6 traffic to an address not configured | mlaier | 2006-09-06 | 1 | -2/+8 |
* | | Fix the socket option IP_ONESBCAST by giving it its own case in ip_output() | andre | 2006-09-06 | 3 | -2/+39 |
* | | Remove leading zeros | brian | 2006-09-06 | 1 | -1/+1 |
* | | Remove call to fdfree() for the AIO daemons to prevent kernel panics | mp | 2006-09-06 | 1 | -6/+0 |
* | | Refine previous revision to allow acpi_wakecode.h to be safely built | ru | 2006-09-06 | 1 | -1/+7 |
* | | o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremely | glebius | 2006-09-06 | 5 | -31/+20 |
* | | Remove __DATE__ so that compiling the same source produces the same binary | brian | 2006-09-06 | 2 | -4/+5 |
* | | If the peer REJects our MRU request and that request is for a value | brian | 2006-09-06 | 1 | -0/+3 |
* | | Replace internal usage of struct umtx with umutex which can supports | davidxu | 2006-09-06 | 14 | -158/+94 |
* | | The poison pill of death: adding a target mode reply handler and target | mjacob | 2006-09-05 | 1 | -5/+5 |
* | | Fix problems with destroy and forcible destroy functionality: | pjd | 2006-09-05 | 2 | -75/+47 |
* | | Coverity: initialize some variables before potential use. | mjacob | 2006-09-05 | 1 | -0/+2 |
* | | - Move descriptions of BOOT_COMCONSOLE_PORT, BOOT_COMCONSOLE_SPEED, | ru | 2006-09-05 | 1 | -24/+44 |
* | | - Include <sys/reboot.h> to get the RB_* defines. | ru | 2006-09-05 | 1 | -6/+4 |
* | | Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decision | jhay | 2006-09-05 | 1 | -1/+1 |
* | | The FreeBSD by default "disables" hyper-threading cores, by not scheduling | sobomax | 2006-09-05 | 2 | -0/+20 |
* | | Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 Express | anholt | 2006-09-05 | 2 | -1/+2 |
* | | alloca() cannot check if the allocation is valid; mention the consequences. | ru | 2006-09-05 | 1 | -4/+13 |
* | | GC dead code. If we want to stay polite to the foreign compilers, | ru | 2006-09-05 | 2 | -63/+1 |
* | | New release notes: libpcap 0.9.4, tcpdump 3.9.4. | bmah | 2006-09-05 | 2 | -0/+12 |
* | | Same as pthread_setschedparam, use sizeof(struct sched_param) instead. | davidxu | 2006-09-05 | 1 | -2/+2 |
* | | Pass correct parameter size. | davidxu | 2006-09-05 | 1 | -2/+2 |
* | | Finally fix rev. 1.256 | glebius | 2006-09-05 | 2 | -6/+8 |
* | | Remove extra parenthesis in last commit. | glebius | 2006-09-05 | 2 | -4/+4 |
* | | Document 'show vnode'. | pjd | 2006-09-05 | 1 | -0/+5 |
* | | - Make net.inet.tcp.maxtcptw modifiable at run time. | glebius | 2006-09-05 | 2 | -14/+56 |
* | | Merge all code of do_lock_normal, do_lock_pi and do_lock_pp into | davidxu | 2006-09-05 | 1 | -120/+52 |
* | | Some minor corrections: | kientzle | 2006-09-05 | 10 | -41/+127 |
* | | Add lines to remove pccardd(8) stuff (binary and manuals). | matusita | 2006-09-05 | 1 | -0/+4 |
* | | Add 'show vnode <addr>' DDB command. | pjd | 2006-09-04 | 1 | -2/+18 |
* | | bump version for libpcap+tcpdump imports | sam | 2006-09-04 | 2 | -1/+4 |
* | | update for v3.9.4 | sam | 2006-09-04 | 1 | -4/+4 |
* | | resolve merge conflicts | sam | 2006-09-04 | 19 | -293/+557 |
* | | sigh, put back buffer overflow fix of 1.1.11 that seems to have | sam | 2006-09-04 | 1 | -1/+3 |
* | | This commit was generated by cvs2svn to compensate for changes in r162017, | sam | 2006-09-04 | 97 | -314/+6192 |
|\ \ |
|
| * | | Import of tcpdump v3.9.4 | sam | 2006-09-04 | 114 | -599/+6747 |