| Commit message (Expand) | Author | Age | Files | Lines |
* | Zyd needs be under Giant because USB is under Giant. | imp | 2007-09-15 | 1 | -1/+2 |
* | - Get rid of unsused constants for sysctl variables. | rrs | 2007-09-15 | 8 | -151/+106 |
* | It has been observed on the mailing lists that the different categories | alc | 2007-09-15 | 7 | -24/+28 |
* | Correct an assertion in vm_pageout_flush(). Specifically, if a page's | alc | 2007-09-15 | 1 | -1/+2 |
* | Add the PCI id for the Intel 7221's integrated graphics controller. It is | alc | 2007-09-15 | 2 | -0/+4 |
* | Fix typo which brokes VJ decompression | mav | 2007-09-15 | 1 | -1/+1 |
* | Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (and | rwatson | 2007-09-15 | 2 | -12/+2 |
* | Remove DIAG code that discards oversized packets. | julian | 2007-09-14 | 1 | -14/+0 |
* | During boot(before setting IP address) PHY can generate link state | yongari | 2007-09-14 | 1 | -6/+6 |
* | Fix typo. | yongari | 2007-09-14 | 1 | -2/+2 |
* | Currently the LO_NOPROFILE flag (which is masked on upper level code by | attilio | 2007-09-14 | 3 | -5/+7 |
* | Add support for a new device id (9). Mxge NICs with the new | gallatin | 2007-09-13 | 2 | -1/+3 |
* | - DF bit was on for COOKIE-ECHO chunks. This is | rrs | 2007-09-13 | 9 | -40/+60 |
* | - Incorrect error EAGAIN returned for invalid send on a locked | rrs | 2007-09-13 | 9 | -13/+36 |
* | subr_sleepqueue.c presents a thread lock missing which leads to dangerous | attilio | 2007-09-13 | 1 | -0/+2 |
* | Make the type of the memory used by the BPF filter unsigned, so it | dwmalone | 2007-09-13 | 1 | -1/+1 |
* | Reject requests to start or ack a suspend sequence on platforms that do not | njl | 2007-09-13 | 1 | -0/+10 |
* | It's probably time I learn C. | cognet | 2007-09-12 | 1 | -2/+2 |
* | When restoring the mount after umount failed, the MNTK_UNMOUNT flag | kib | 2007-09-12 | 3 | -5/+15 |
* | Update snd_emu10kx driver with recent perforce changes (and few | ariff | 2007-09-12 | 7 | -532/+1252 |
* | Fix for an infinite loop in processing ESP, IPv6 packets. | gnn | 2007-09-12 | 1 | -4/+17 |
* | Evidently setup_rss needs to happen whenever bind_qsets is done. This fixes | kmacy | 2007-09-11 | 1 | -4/+0 |
* | This is a follow-up, cleaning-up commit about recent changes involving | attilio | 2007-09-11 | 5 | -5/+5 |
* | A number of small fixes: | jfv | 2007-09-10 | 2 | -6/+5 |
* | - Removed debug code and more C++ style comments in the mobility | rrs | 2007-09-10 | 1 | -14/+1 |
* | Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the original | pjd | 2007-09-10 | 2 | -0/+82 |
* | Add PCI IDs for Intel ICH9. | simon | 2007-09-10 | 2 | -0/+8 |
* | After dfr@ vnode leak fix, we can allow ARC to consume more memory. | pjd | 2007-09-10 | 2 | -4/+4 |
* | - Added some comments to tell where the htcp | rrs | 2007-09-10 | 3 | -11/+19 |
* | Make sure that either inp is NULL or we have obtained a lock on it before | kensmith | 2007-09-10 | 1 | -13/+13 |
* | Further UDPv4 cleanup: | rwatson | 2007-09-10 | 1 | -17/+17 |
* | Fix a DIV0 in case a large value for fs_avgfilesize or fs_avgfpdir | bz | 2007-09-10 | 1 | -1/+4 |
* | Fixing invalid channel display in ifconfig(8) by implementing required | avatar | 2007-09-10 | 1 | -0/+17 |
* | pull in changes made to RELENG_6 version in the process of doing the MFC | kmacy | 2007-09-10 | 5 | -29/+36 |
* | Check for multicast destination on bpf injected packets and update the M_*CAST | thompsa | 2007-09-10 | 1 | -4/+19 |
* | Rename mac_check_vnode_delete() MAC Framework and MAC Policy entry | rwatson | 2007-09-10 | 10 | -138/+138 |
* | - Remove filter support | kmacy | 2007-09-09 | 1 | -298/+0 |
* | In __bswap16_var(), make sure the 16 upper bits are cleared; while | cognet | 2007-09-09 | 1 | -2/+4 |
* | Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVEC | kmacy | 2007-09-09 | 3 | -30/+174 |
* | Fix last-minute typo in last commit caused by pre-commit scripts | kmacy | 2007-09-09 | 1 | -1/+1 |
* | - fix qset to port binding as a proper fix for the problems encountered on t... | kmacy | 2007-09-09 | 12 | -545/+685 |
* | Do not set the RTF_GATEWAY flag if RTF_LLINFO is set, it doesn't make much | cognet | 2007-09-08 | 1 | -1/+2 |
* | - send call has a reference to uio->uio_resid in | rrs | 2007-09-08 | 20 | -655/+1268 |
* | - Locking compatiability changes. This involves adding | rrs | 2007-09-08 | 18 | -255/+925 |
* | Continue UDP/UDPv6 synchronization project: | rwatson | 2007-09-08 | 1 | -61/+55 |
* | Back out tcp_timer.c:1.93 and associated changes that reimplemented the many | rwatson | 2007-09-07 | 5 | -335/+267 |
* | - fix a bug that zyd_attach() returns 0 even if it encountered errors | sam | 2007-09-07 | 1 | -3/+11 |
* | o Revamp the sparc64 interrupt code in order to be able to interface | marius | 2007-09-06 | 11 | -545/+703 |
* | Style(9) fix - use #define<tab> consistently. | marius | 2007-09-06 | 1 | -15/+15 |
* | oops, add missing bit from last change | sam | 2007-09-06 | 1 | -0/+2 |