| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 44 | -258/+144 |
* | - Add a missing PROC_SUNLOCK() in tdsignal() | jeff | 2007-06-11 | 1 | -1/+3 |
* | Clean up, and sometimes remove, a number of audit-related implementation | rwatson | 2007-06-11 | 3 | -32/+3 |
* | - Move p_ru to the zero'd section of the proc to keep stats accurate. | jeff | 2007-06-11 | 1 | -1/+1 |
* | Add CPU_XSCALE_81342 before I forget again. | cognet | 2007-06-11 | 1 | -1/+2 |
* | Introduce pmap_kenter_supersection(), which maps 16MB super-sections into | cognet | 2007-06-11 | 3 | -2/+97 |
* | Re-acquire the PROC_SLOCK before calling calcru(), and release it after, | cognet | 2007-06-11 | 1 | -0/+2 |
* | Bump __FreeBSD_version for TCP LRO support. | andre | 2007-06-11 | 1 | -1/+1 |
* | Correct corrupt read when the read starts at a non-aligned offset. | remko | 2007-06-11 | 1 | -4/+6 |
* | Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offload | andre | 2007-06-11 | 1 | -0/+1 |
* | Fix a spacing nit. | imp | 2007-06-11 | 1 | -1/+0 |
* | Prefer __packed to __attribute__((__packed__)). | imp | 2007-06-11 | 1 | -1/+1 |
* | Exclude wlan_scan_* from PAE like the rest of wlan. | thompsa | 2007-06-11 | 1 | -0/+2 |
* | Remove some ioctls that were ill-thought out. There is no user | mjacob | 2007-06-11 | 2 | -128/+14 |
* | Move the oversize ethernet frame size check into DIAGNOSTIC, | gallatin | 2007-06-11 | 1 | -0/+2 |
* | Back out the previous commit which added an M_LRO mbuf flag | gallatin | 2007-06-11 | 3 | -5/+2 |
* | Check against maxsegsz being zero in bus_dma_tag_create and return EINVAL | mjacob | 2007-06-11 | 2 | -0/+8 |
* | Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4. | mjacob | 2007-06-11 | 1 | -2/+6 |
* | Silence a gcc warning in a more canonical way (evl = NULL rather than &evl). | imp | 2007-06-11 | 1 | -2/+1 |
* | Allow drivers, such as cxgb and mxge, which support LRO to bypass | gallatin | 2007-06-11 | 3 | -2/+5 |
* | Small LRO related fixes for mxge: | gallatin | 2007-06-11 | 2 | -5/+39 |
* | Add missing \n to printf | phk | 2007-06-11 | 1 | -1/+1 |
* | MFp4 (missed in net80211 megaupdate) | thompsa | 2007-06-11 | 2 | -7/+25 |
* | Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan. | thompsa | 2007-06-11 | 4 | -0/+8 |
* | Add new files in the net80211 changes. | thompsa | 2007-06-11 | 1 | -1/+3 |
* | Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminate | imp | 2007-06-11 | 2 | -9/+6 |
* | Eliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They are no longer in | imp | 2007-06-11 | 1 | -9/+0 |
* | Prefer device_printf over printf. | imp | 2007-06-11 | 2 | -45/+34 |
* | Minor tweak. | imp | 2007-06-11 | 1 | -4/+2 |
* | Prefer device_printf to printf | imp | 2007-06-11 | 1 | -44/+41 |
* | Prefer device_printf to printf | imp | 2007-06-11 | 2 | -40/+36 |
* | Get rid of useless devinfo stuff | imp | 2007-06-11 | 1 | -40/+28 |
* | Prefer device_printf to printf where sane. | imp | 2007-06-11 | 2 | -33/+29 |
* | - Don't force to be the GDB port since dcons(4) is in GENERIC now. | simokawa | 2007-06-11 | 1 | -1/+5 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 69 | -4853/+13028 |
* | Conditionally acquire Giant in vm_contig_launder_page(). | alc | 2007-06-11 | 1 | -0/+4 |
* | Connect icsphy(4) to the build. | yongari | 2007-06-11 | 2 | -1/+2 |
* | Add icsphy(4), Integrated Circuit Systems PHY driver, ported from | yongari | 2007-06-11 | 2 | -0/+438 |
* | Add ICS1889/ICS1892/ICS1893 PHY. | yongari | 2007-06-11 | 1 | -0/+3 |
* | Increase a maximum segment size of DMA to 4096. Previously it used | yongari | 2007-06-11 | 2 | -2/+4 |
* | Disable automatic IP ID increment. Due to a hardware bug the automatic | yongari | 2007-06-11 | 1 | -15/+0 |
* | Filter/compress the amount of channel trigger. This should reduce | ariff | 2007-06-11 | 29 | -31/+75 |
* | Use default options for default partitioning schemes, rather than | marcel | 2007-06-11 | 10 | -20/+21 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-10 | 2 | -1/+31 |
* | - Add codec id for ALC660 [1] | ariff | 2007-06-10 | 1 | -1/+10 |
* | Optimize vmmeter locking. | attilio | 2007-06-10 | 9 | -91/+74 |
* | Fix a case in tcp_do_segment() where tcp_update_sack_list() would | andre | 2007-06-10 | 1 | -2/+1 |
* | Fix style for comments, be more verbose and add some more. | andre | 2007-06-10 | 1 | -23/+34 |
* | Now pam_nologin(8) will provide an account management function | yar | 2007-06-10 | 1 | -1/+1 |
* | Work around a firmware bug in the HP rx2660, where in ACPI an I/O port | marcel | 2007-06-10 | 2 | -3/+12 |