summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When using m_dup(9) to copy more than MHLEN bytes of data, don't create anemaste2005-12-141-1/+2
* Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() tomux2005-12-144-10/+10
* Fix stale comment.jhb2005-12-142-4/+2
* Whitespace.jhb2005-12-141-2/+2
* make packet bursting configurable (default to on if device is capable)sam2005-12-145-1/+17
* Add support for the nForce2/3/4 SMBus controllers which all contain twojhb2005-12-141-25/+160
* Add RAID0+1 and RAID5 support to VIA RAID code.sos2005-12-142-3/+28
* Add support for VIA VT8251 southbridge.sos2005-12-142-23/+20
* Correct calculation of RAID0 sizes on VIA RAID arrays.sos2005-12-142-7/+9
* Mega update to the LSI MegaRAID driver:scottl2005-12-147-286/+950
* Add support for creating span ports so that one can snoop bridged trafficthompsa2005-12-142-1/+152
* When creating neighbor entries for an ahdemo bss apply the localsam2005-12-141-0/+9
* when creating an ahdemo bss use any requested bssid; otherwise use zerosam2005-12-141-0/+5
* allow setting the bssid in any modesam2005-12-141-3/+0
* Eradicate caddr_t from the VFS API.des2005-12-1413-33/+33
* Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawndes2005-12-142-8/+1
* Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert itscottl2005-12-142-99/+347
* Add a new 'show lock' command to ddb. If the argument has a valid lockjhb2005-12-133-3/+111
* Hide DDB-specific functions inside check for #ifdef DDB.rodrigc2005-12-131-3/+2
* Assert that the page that is given to vm_page_free_toq() does not have anyalc2005-12-131-0/+2
* MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked brokenpeter2005-12-132-0/+30
* Revert previous commit. The BIOS braindamage is even worse than Ijhb2005-12-132-9/+6
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDdelphij2005-12-131-5/+5
* Don't check the CPUID_APIC bit in the cpu_features flags field to determinejhb2005-12-132-6/+9
* Add a new feature for optimizining ipfw rulesets - substitution of theglebius2005-12-132-5/+18
* In bge_link_upd(), rewrite the logic so that status is assignedmarcel2005-12-131-4/+2
* Inherit system-wide BLKDEV_IOSIZE definition.rodrigc2005-12-131-13/+1
* Improve upon rev 1.133 where NFS/TCP would not reconnect.ps2005-12-121-13/+2
* For the amd64 platform, we can depend on the TSC being present. This patchpeter2005-12-121-0/+15
* Make uart_getenv() not be ns8250 dependent. This will allow, in the future,imp2005-12-126-1/+5
* - Polling can be used on SMP.glebius2005-12-121-5/+0
* disallow module unload when there are dynamic referencessam2005-12-123-3/+42
* propagate current bss state on sta join so, in particular, authmodesam2005-12-121-2/+4
* Bandaid ieee80211_set_chan to handle a channel parameter of "any";sam2005-12-121-1/+3
* o correct auto mode logic for avoiding turbo channelssam2005-12-121-9/+9
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-125-0/+47
* add some useful definitions that'll be used soonsam2005-12-121-0/+6
* add fixed rate for sending multicast framessam2005-12-124-0/+10
* change malloc when setting an optional ie to use M_NOWAITsam2005-12-121-2/+1
* correct parameter check when retrieving the current channel listsam2005-12-121-1/+1
* Fix a bug introduced in rev. 1.5; for retrieving the device_t of themarius2005-12-121-2/+2
* Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.mux2005-12-121-0/+1
* Add support for writing SiS metadata.sos2005-12-121-7/+109
* Don't flood kernel logs with "invalid _PSS package" messages.bruno2005-12-121-1/+5
* Remove all redundant option file names that don't hurt readability.ru2005-12-124-11/+11
* Make nve(4) work for people with nf3/nf4 who never got itbz2005-12-121-2/+3
* Stop fiddling thread priority with msleep, eliminating unnecessarydavidxu2005-12-121-2/+2
* #define __user to nothingrodrigc2005-12-121-0/+4
* Add read-only XFS to LINT.rodrigc2005-12-121-0/+6
* Build xfs before xl.rodrigc2005-12-121-2/+2
OpenPOWER on IntegriCloud