| Commit message (Expand) | Author | Age | Files | Lines |
* | Added timestamping to buildworld, similar to buildkernel. | ru | 2006-09-07 | 1 | -2/+12 |
* | Change the class from uint8_t to int8_t so people can filter on >0 | ambrisko | 2006-09-07 | 1 | -1/+1 |
* | New release notes: SA-06:19.openssl, SA-06:20.bind. | bmah | 2006-09-07 | 2 | -4/+24 |
* | All multicast listeners on a port should get one copy of the packet. This | jhay | 2006-09-07 | 1 | -3/+3 |
* | Change the event log dump on initial boot to use get_event versus | ambrisko | 2006-09-07 | 2 | -68/+117 |
* | Prepare for upcoming bthidd(8) update. Install vkbd(4) header into dev/vkbd. | emax | 2006-09-07 | 2 | -1/+3 |
* | Chase revision 1.10 in usage string and a comment. | ceri | 2006-09-07 | 1 | -2/+2 |
* | - Rewrite logic to guess TARGET_ARCH/TARGET to be more readable, | ru | 2006-09-07 | 1 | -6/+25 |
* | Use a single constant to define the sizes of the physmap[], phys_avail[], | jhb | 2006-09-07 | 2 | -8/+8 |
* | Back when we had T/TCP support, we used to apply different | ru | 2006-09-07 | 7 | -55/+30 |
* | Second step of TSO (TCP segmentation offload) support in our network stack. | andre | 2006-09-07 | 1 | -15/+73 |
* | Remove a microoptimization for i386 that was a micropessimization for amd64. | ru | 2006-09-07 | 1 | -2/+1 |
* | Fix the markup. | ru | 2006-09-07 | 1 | -47/+62 |
* | make "make TARGET=foo" work correctly. Before, it would fail to set | imp | 2006-09-07 | 1 | -1/+4 |
* | more usb fallout changes | mjacob | 2006-09-07 | 3 | -75/+86 |
* | Static -> static. | mjacob | 2006-09-07 | 1 | -3/+3 |
* | Catch up with USB changes, device_ptr_t was removed, we need device_t here. | trhodes | 2006-09-07 | 1 | -3/+3 |
* | Catch up to USB changes. | scottl | 2006-09-07 | 1 | -149/+149 |
* | Remove old debugging code from the interrupt handler. | scottl | 2006-09-07 | 1 | -11/+4 |
* | More removing compatibility macros. | imp | 2006-09-07 | 46 | -620/+573 |
* | Only include FreeBSD defines. This file is slated to go to the happy | imp | 2006-09-06 | 1 | -294/+0 |
* | s/Static/static/g | imp | 2006-09-06 | 47 | -1432/+1440 |
* | More antideclarification. | imp | 2006-09-06 | 1 | -31/+27 |
* | Reserve a precious 16bit gap in the mbuf pkthdr struct for ethernet 802.1pq | andre | 2006-09-06 | 1 | -0/+1 |
* | 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 |