summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixup sta inactivity handling:sam2007-09-064-6/+24
* Add missing bg scanning bits; update ic_lastdata and cancel anysam2007-09-051-0/+6
* Add missing bits that made bg scanning lame:sam2007-09-056-9/+37
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-057-3/+30
* add defs just removed from ieee80211.hsam2007-09-051-0/+10
* Update channel definition:sam2007-09-051-16/+40
* Miscellaneous fixups to 802.11 defs:sam2007-09-053-39/+64
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by thesam2007-09-052-1/+10
* There's no need to re-read PCIR_COMMAND once we set it.cognet2007-09-041-2/+0
* This is an update to the new Intel 10G 82598 driver.jfv2007-09-0411-476/+958
* In userland_sysctl(), call useracc() with the actual newlen value to berwatson2007-09-021-1/+1
* Fix a kernel panic due to a NULL pointer access on pc98.nyan2007-09-011-5/+7
* Add support for Camellia encryption algorithm.pjd2007-09-012-1/+21
OpenPOWER on IntegriCloud