| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Small style and comment adjustments. | andre | 2006-09-29 | 1 | -4/+6 |
* | | Remove manual vlan header insertion in em_encap(). It is unnecessary as the | andre | 2006-09-29 | 1 | -36/+5 |
* | | Change em_transmit_checksum_setup() to deal with already inserted vlan headers, | andre | 2006-09-29 | 1 | -47/+107 |
* | | Change em_tso_setup() to deal with already inserted vlan headers, IP options | andre | 2006-09-29 | 1 | -36/+120 |
* | | Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported. | andre | 2006-09-29 | 1 | -4/+4 |
* | | Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are: | andre | 2006-09-29 | 1 | -5/+21 |
* | | Remove mrouted from -CURRENT. | bms | 2006-09-29 | 43 | -18634/+0 |
* | | Remove mrouted and its utilities from the base system. | bms | 2006-09-29 | 3 | -1/+12 |
* | | Belatedly document the size change of "struct x?tcpcb". | ru | 2006-09-29 | 1 | -0/+5 |
* | | Free tty struct after last close. This should fix the pty-leak by numbers. | mbr | 2006-09-29 | 1 | -1/+15 |
* | | Free tty struct after last close. This should fix the pty-leak by numbers. | mbr | 2006-09-29 | 1 | -12/+17 |
* | | SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument. | ru | 2006-09-29 | 1 | -4/+8 |
* | | The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, from | ru | 2006-09-29 | 1 | -3/+3 |
* | | o Check for a required "pathname" argument presence. | maxim | 2006-09-29 | 1 | -0/+2 |
* | | o Convert w/spaces to tabs in the previous commit. | maxim | 2006-09-29 | 2 | -6/+6 |
* | | Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5, | silby | 2006-09-29 | 2 | -16/+48 |
* | | Move the -l option processing to where it belongs. | ru | 2006-09-29 | 1 | -4/+4 |
* | | Do not chdir(2) until after setuid(2), otherwise "su - username" would fail | luoqi | 2006-09-29 | 1 | -6/+4 |
* | | Fix two minor style(9) nits in v1.313 which were noticed during an | kensmith | 2006-09-29 | 1 | -2/+2 |
* | | Set txrx_error to 1 when we reach abort. This makes the program correctly set... | matteo | 2006-09-28 | 1 | -0/+2 |
* | | Tweak the code to handle intercepting BIOS calls to int 0x15 to shave | jhb | 2006-09-28 | 1 | -17/+10 |
* | | Optimize the int 15/87 handler for space to shave another 16 bytes off of | jhb | 2006-09-28 | 1 | -31/+17 |
* | | Add an 'smap' command that dumps out the BIOS SMAP. | jhb | 2006-09-28 | 2 | -0/+22 |
* | | Ignore a sub-topic match if it is inside the command description. | jhb | 2006-09-28 | 1 | -0/+3 |
* | | When tcp_output() receives an error upon sending a packet it reverts parts | andre | 2006-09-28 | 1 | -2/+15 |
* | | Various fixups, especially for the upcomming High Definition Audio | ariff | 2006-09-28 | 8 | -80/+264 |
* | | A couple of simple tweaks that trim BTX by 6 bytes. Since BTX is | jhb | 2006-09-28 | 1 | -3/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r162735, | roberto | 2006-09-28 | 2 | -0/+4 |
|\ \ |
|
| * | | Fix compilation with gcc 4.1. This is imported on the vendor branch as it | roberto | 2006-09-28 | 2 | -0/+4 |
* | | | New release notes: SA-06:21.gzip, SA-06:23.openssl. | bmah | 2006-09-28 | 2 | -0/+22 |
* | | | New release notes: id(1) -a (+MFC), tcpslice removed, ARM binary | bmah | 2006-09-28 | 2 | -2/+26 |
* | | | When doing TSO correctly do the check to prevent a maximum sized IP packet | andre | 2006-09-28 | 1 | -1/+1 |
* | | | Note the removal of tcpslice | bms | 2006-09-28 | 1 | -0/+3 |
* | | | Initializate "offset" variable to zero; otherwise, if not using | ru | 2006-09-28 | 2 | -0/+3 |
* | | | Fix the IPv4 multicast routing detach path. On interface detach whilst | bms | 2006-09-28 | 1 | -5/+87 |
* | | | The IPv4 code should clean up multicast group state when an interface | bms | 2006-09-28 | 2 | -2/+33 |
* | | | Add -march=i386 to fix amd64 build by generating the same code | ru | 2006-09-28 | 2 | -2/+2 |
* | | | Remove 120.clean-kvmdb. | delphij | 2006-09-28 | 1 | -0/+2 |
* | | | Retire macros for the old kernel memory allocator. | ru | 2006-09-28 | 1 | -22/+0 |
* | | | Extend comment explaining why code is conditional at !defined(SCHED_ULE). | sobomax | 2006-09-27 | 2 | -0/+8 |
* | | | Revert my previous change as it does not seem to be entirely correct and | danger | 2006-09-27 | 1 | -6/+8 |
* | | | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 27 | -53/+421 |
* | | | Emulate moving cr0, cr2, cr3, or cr4 into any i386 general register | jhb | 2006-09-27 | 1 | -7/+19 |
* | | | Correct typo. | schweikh | 2006-09-27 | 2 | -2/+2 |
* | | | Since ULE doesn't honor hlt_cpus_mask don't compile code that prevents | sobomax | 2006-09-27 | 2 | -2/+2 |
* | | | Move Giant up even further since P_CONTROLT isn't really fully locked | mbr | 2006-09-27 | 1 | -1/+1 |
* | | | Use ctty instead of just returning. ctty just has a simple open that | mbr | 2006-09-27 | 1 | -1/+1 |
* | | | Bump MAX_INITIATORS to 1024- the LSI-Logic can go even higher than | mjacob | 2006-09-27 | 3 | -96/+150 |
* | | | - Removed a copyright from makefile. | ru | 2006-09-27 | 6 | -34/+10 |
* | | | Put back NO_WERROR= to fix sparc64 build. | ru | 2006-09-27 | 1 | -0/+1 |