summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Use CTLFLAG_RDTUN for tunable sysctls.pjd2007-09-012-4/+4
* Fix races in msdosfs_lookup() and msdosfs_readdir(). These functionsbde2007-08-314-62/+64
* Close a race that snuck in with the recent changes to fix a LOR betweenjhb2007-08-311-13/+27
* Add missing newline in the log message of the previous commit.dds2007-08-311-1/+1
* Don't panic. When encountering a negative value call log(LOG_NOTICE, ...)dds2007-08-311-1/+7
* Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This isnjl2007-08-301-7/+32
* Show the ACTIVE flag in ifconfig for the single interface that is actaullythompsa2007-08-301-1/+5
* Remove the lock assert from iwi_newstate, this function does not need the lockthompsa2007-08-291-1/+0
* Partially revert the previous change. I failed to notice that wherejhb2007-08-291-2/+0
* A port of the zyd driver from NetBSD by . This supports the ZyDASimp2007-08-293-0/+5125
* Makefile for building zyd kernel module.imp2007-08-291-0/+10
* Add devices for the forthcoming zyd driver, ported from NetBSD, byimp2007-08-291-0/+45
* Repair ALTQ-tagging rules in IPFW which got broken in the last PFgreen2007-08-291-1/+0
* Rework the routines to convert a 5.x+ statfs structure (with fixed-sizejhb2007-08-283-13/+56
* Regenerate.kib2007-08-286-8/+38
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-283-2/+25
* Fix off-by-two errors.jkim2007-08-281-2/+2
* - During shutdown pending, when the last sack came in andrrs2007-08-2721-519/+832
* o Fix bug I introduced in the previous commit (ipfw set extention):maxim2007-08-261-1/+4
* Off-by-one bug in country ie construction, which will make HOSTAP send outsephe2007-08-261-1/+3
* Fix following nits:sephe2007-08-261-1/+2
* Update the MFI driver to support new "1078" series of hardware. Thisscottl2007-08-254-24/+221
* Fixes for 4 port and small packet optimizationkmacy2007-08-255-76/+125
OpenPOWER on IntegriCloud