summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate. Was that a bug? :-)philip2007-06-121-5/+0
* - add myselfchinsan2007-06-121-0/+3
* - 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
* Xref altq(4).yongari2007-06-121-1/+2
* nfe(4) supports altq(4).yongari2007-06-121-1/+2
* Add nfe(4) to the list of device drivers use the miibus interface.yongari2007-06-121-1/+4
* Bring overhauled nfe(4) into tree.yongari2007-06-123-909/+2103
* Reset the pointer to the ioctl buffer after it gets changed.thompsa2007-06-121-0/+2
* 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
* - Validate incoming addresses and sizes for connectx and bindx.rrs2007-06-111-5/+16
* Bump __FreeBSD_version for TCP LRO support.andre2007-06-111-1/+1
* Add reporting and toggling of TCP LRO (large receive offload) support toandre2007-06-112-1/+11
* 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
* Exclude inet_addr.c from the build.cognet2007-06-111-1/+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
* Create group ftp by default. This is gid 14 as this is the historicalceri2007-06-112-3/+4
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-113-5/+2
* Check against maxsegsz being zero in bus_dma_tag_create and return EINVALmjacob2007-06-112-0/+8
* Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.mjacob2007-06-111-2/+6
* Silence a gcc warning in a more canonical way (evl = NULL rather than &evl).imp2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassgallatin2007-06-113-2/+5
* Small LRO related fixes for mxge:gallatin2007-06-112-5/+39
* When we return from a "show" function without printing anything exceptbde2007-06-111-6/+6
* Add missing \n to printfphk2007-06-111-1/+1
* MFp4 (missed in net80211 megaupdate)thompsa2007-06-112-7/+25
* Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.thompsa2007-06-114-0/+8
* Fix what seems to be a copy-paste buglet (`moused_type' is usedkeramida2007-06-111-3/+30
* Fix an aliasing bug which was finally detected by gcc-4.2. fdlibm hasbde2007-06-111-1/+1
* Add new files in the net80211 changes.thompsa2007-06-111-1/+3
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isdelphij2007-06-115-2/+25
* Use tabs after #define.stefanf2007-06-111-5/+5
* Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminateimp2007-06-112-9/+6
OpenPOWER on IntegriCloud