summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - import new common code for the T304kmacy2007-06-1317-767/+1489
* Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.marcel2007-06-132-1/+2
* Add the MBR partitioning scheme to g_part. This does not yetmarcel2007-06-134-0/+373
* Options spring cleanup:sepotvin2007-06-131-2/+4
* - Fixed cookie handling to calc an RTO whenrrs2007-06-139-58/+57
* Catch up with USB cleanups and fix the worldemax2007-06-131-21/+15
* - Include opt_sched.h for SCHED_STATS.jeff2007-06-123-0/+3
* Remove compat macros. md5 the same.imp2007-06-121-6/+11
* fix cassert failure by adjusting paddingkmacy2007-06-121-1/+1
* - Fix kse by moving the upcalls list back out of the zero'd section.jeff2007-06-121-1/+3
* Use if_capenable to allow LRO enabled drivers to bypassgallatin2007-06-121-1/+2
* - Garbage collect unused concurrency functions.jeff2007-06-121-23/+0
* - Garbage collect unused concurrency functions.jeff2007-06-124-29/+20
* First pass at removing __OtherBSD__. We can't blindly remove all ofimp2007-06-127-73/+3
* Use the new IFCAP_LRO to enable/disable LRO.gallatin2007-06-121-8/+35
* Don't pretend to support !BSD systems.imp2007-06-123-22/+0
* Remove usb_kthread_create*. They are now unused.imp2007-06-121-6/+0
* unifdef -D__FreeBSD__ -U__NetBSD__ -U__OpenBSD__imp2007-06-121-100/+5
* Eliminate usb_thread_t.imp2007-06-1214-38/+37
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-1212-55/+46
* clalloc and clfree are useles. Remove them. Remove dead code that'simp2007-06-122-9/+2
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-1219-716/+2230
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-1233-137/+130
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-1210-240/+296
* The maximum size of the sum of all segment lengths in a given DMA mappingyongari2007-06-122-2/+2
* - Move some common code out of sched_fork_exit() and back into fork_exit().jeff2007-06-123-30/+20
* non-functional cleanupthompsa2007-06-124-142/+108
* Solve a complex exit race introduced with thread_lock:jeff2007-06-122-15/+34
* Nuke duplicated __FBSDID.yongari2007-06-121-4/+0
* Add checks for contigmalloc(9) failure.yongari2007-06-121-0/+10
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-122-2/+4
* Add nfe(4) to the list of drivers supported by GENERIC kernel.yongari2007-06-122-2/+4
* Allow nfe(4) override nve(4).yongari2007-06-121-1/+1
* Bring overhauled nfe(4) into tree.yongari2007-06-123-909/+2103
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-1244-258/+144
* - Add a missing PROC_SUNLOCK() in tdsignal()jeff2007-06-111-1/+3
* Clean up, and sometimes remove, a number of audit-related implementationrwatson2007-06-113-32/+3
* - Move p_ru to the zero'd section of the proc to keep stats accurate.jeff2007-06-111-1/+1
* Add CPU_XSCALE_81342 before I forget again.cognet2007-06-111-1/+2
* Introduce pmap_kenter_supersection(), which maps 16MB super-sections intocognet2007-06-113-2/+97
* Re-acquire the PROC_SLOCK before calling calcru(), and release it after,cognet2007-06-111-0/+2
* Bump __FreeBSD_version for TCP LRO support.andre2007-06-111-1/+1
* Correct corrupt read when the read starts at a non-aligned offset.remko2007-06-111-4/+6
* Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offloadandre2007-06-111-0/+1
* Fix a spacing nit.imp2007-06-111-1/+0
* Prefer __packed to __attribute__((__packed__)).imp2007-06-111-1/+1
* Exclude wlan_scan_* from PAE like the rest of wlan.thompsa2007-06-111-0/+2
* Remove some ioctls that were ill-thought out. There is no usermjacob2007-06-112-128/+14
* Move the oversize ethernet frame size check into DIAGNOSTIC,gallatin2007-06-111-0/+2
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-113-5/+2
OpenPOWER on IntegriCloud