summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Zyd needs be under Giant because USB is under Giant.imp2007-09-151-1/+2
* - Get rid of unsused constants for sysctl variables.rrs2007-09-158-151/+106
* It has been observed on the mailing lists that the different categoriesalc2007-09-157-24/+28
* Correct an assertion in vm_pageout_flush(). Specifically, if a page'salc2007-09-151-1/+2
* Add the PCI id for the Intel 7221's integrated graphics controller. It isalc2007-09-152-0/+4
* Fix typo which brokes VJ decompressionmav2007-09-151-1/+1
* Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (andrwatson2007-09-152-12/+2
* Remove DIAG code that discards oversized packets.julian2007-09-141-14/+0
* During boot(before setting IP address) PHY can generate link stateyongari2007-09-141-6/+6
* Fix typo.yongari2007-09-141-2/+2
* Currently the LO_NOPROFILE flag (which is masked on upper level code byattilio2007-09-143-5/+7
* Add support for a new device id (9). Mxge NICs with the newgallatin2007-09-132-1/+3
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-139-40/+60
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-139-13/+36
* subr_sleepqueue.c presents a thread lock missing which leads to dangerousattilio2007-09-131-0/+2
* Make the type of the memory used by the BPF filter unsigned, so itdwmalone2007-09-131-1/+1
* Reject requests to start or ack a suspend sequence on platforms that do notnjl2007-09-131-0/+10
* It's probably time I learn C.cognet2007-09-121-2/+2
* When restoring the mount after umount failed, the MNTK_UNMOUNT flagkib2007-09-123-5/+15
* Update snd_emu10kx driver with recent perforce changes (and fewariff2007-09-127-532/+1252
* Fix for an infinite loop in processing ESP, IPv6 packets.gnn2007-09-121-4/+17
* Evidently setup_rss needs to happen whenever bind_qsets is done. This fixeskmacy2007-09-111-4/+0
* This is a follow-up, cleaning-up commit about recent changes involvingattilio2007-09-115-5/+5
* A number of small fixes:jfv2007-09-102-6/+5
* - Removed debug code and more C++ style comments in the mobilityrrs2007-09-101-14/+1
* Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalpjd2007-09-102-0/+82
* Add PCI IDs for Intel ICH9.simon2007-09-102-0/+8
* After dfr@ vnode leak fix, we can allow ARC to consume more memory.pjd2007-09-102-4/+4
* - Added some comments to tell where the htcprrs2007-09-103-11/+19
* Make sure that either inp is NULL or we have obtained a lock on it beforekensmith2007-09-101-13/+13
* Further UDPv4 cleanup:rwatson2007-09-101-17/+17
* Fix a DIV0 in case a large value for fs_avgfilesize or fs_avgfpdirbz2007-09-101-1/+4
* Fixing invalid channel display in ifconfig(8) by implementing requiredavatar2007-09-101-0/+17
* pull in changes made to RELENG_6 version in the process of doing the MFCkmacy2007-09-105-29/+36
* Check for multicast destination on bpf injected packets and update the M_*CASTthompsa2007-09-101-4/+19
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryrwatson2007-09-1010-138/+138
* - Remove filter supportkmacy2007-09-091-298/+0
* In __bswap16_var(), make sure the 16 upper bits are cleared; whilecognet2007-09-091-2/+4
* Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVECkmacy2007-09-093-30/+174
* Fix last-minute typo in last commit caused by pre-commit scriptskmacy2007-09-091-1/+1
* - fix qset to port binding as a proper fix for the problems encountered on t...kmacy2007-09-0912-545/+685
* Do not set the RTF_GATEWAY flag if RTF_LLINFO is set, it doesn't make muchcognet2007-09-081-1/+2
* - send call has a reference to uio->uio_resid inrrs2007-09-0820-655/+1268
* - Locking compatiability changes. This involves addingrrs2007-09-0818-255/+925
* Continue UDP/UDPv6 synchronization project:rwatson2007-09-081-61/+55
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyrwatson2007-09-075-335/+267
* - fix a bug that zyd_attach() returns 0 even if it encountered errorssam2007-09-071-3/+11
* o Revamp the sparc64 interrupt code in order to be able to interfacemarius2007-09-0611-545/+703
* Style(9) fix - use #define<tab> consistently.marius2007-09-061-15/+15
* oops, add missing bit from last changesam2007-09-061-0/+2
OpenPOWER on IntegriCloud