summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build with NFS_LEGACYRPC enabled after the socket upcall lockingjhb2009-06-302-3/+4
* Dynamically allocate the gidset field in audit record.sson2009-06-293-2/+13
* Remove support for the /dev/net/* per-interface devices. They servebrooks2009-06-295-181/+14
* Make the structure definitions in the man pages match the real code, andkib2009-06-293-25/+7
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):sam2009-06-296-2251/+2390
* Type problem when FreeBSD is in a virtualized environment, thejfv2009-06-291-1/+1
* Free struct ucreds allocated in vfs_hang_addrlist() when deletingkib2009-06-291-4/+14
* Fix copyrights to reflect the origin of these files.imp2009-06-294-4/+4
* Don't assume a default (currently 15) value for preloaded klds whenattilio2009-06-291-39/+19
* Fix "options VIMAGE_GLOBALS" build following introduction ofrwatson2009-06-291-1/+1
* Add libjail to the boot_crunch binaries (for ifconfig).jamie2009-06-297-7/+7
* Disable Rx checksum offload until I find more clue why it breaksyongari2009-06-291-0/+8
* Back out previous revision until better tested fix is ready.kan2009-06-298-20/+12
* Eliminate .text relocations in shared libraries compiled with stack protector.kan2009-06-288-12/+20
* - Work around the broken loader behavior of not demapping no longermarius2009-06-283-28/+37
* - Turn the third (islocked) argument of the knote call into flags parameter.stas2009-06-285-13/+32
* Don't pick up Giant inside ucom(4).ed2009-06-281-4/+6
* Add FIONWRITE support to TTYs.ed2009-06-281-3/+4
* Revert a local change that should not have been in the last commit.phk2009-06-281-1/+1
* There are a number of ways an application can check if there arephk2009-06-283-1/+7
* Add ids of Sitecom USB wlan gadget.phk2009-06-281-0/+1
* - release/* update to use freebsd-doc-* packages instead of buildingblackend2009-06-288-42/+255
* Eliminiate code duplication by calling vm_object_destroy()kib2009-06-281-18/+4
* Correct a long-standing performance bug in cluster_rbuild(). Specifically,alc2009-06-271-4/+15
* Sync to p4thompsa2009-06-2713-23/+82
* Use the correct mutex in umidi_open()thompsa2009-06-271-4/+4
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):sam2009-06-277-7/+31
* Catch missed AUDIT_ARG() -> AUDIT_ARG_CMD() on amd64.rwatson2009-06-271-1/+1
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-2720-135/+291
* In in6_update_ifa(), jump to 'cleanup' rather than returning directlyrwatson2009-06-271-4/+7
* Remove unnecessary include of kdb.h that snuck in during ifaddr refcountrwatson2009-06-271-1/+0
* Update ObsoleteFiles.inc:antoine2009-06-271-47/+62
* Add stub vm.h for pc98.nyan2009-06-271-0/+6
* - Don't zero data field in case of MSR write operation. Before this changestas2009-06-261-4/+7
* Add quirks for Actions MP4 player.delphij2009-06-262-0/+8
* In light of DPCPU use by netisr, revise various for loops from usingrwatson2009-06-261-17/+16
* - 'burst' description rewritten.oleg2009-06-261-5/+10
* Return ENOSYS instead of EINVAL for invalid function codes to match thejhb2009-06-261-4/+1
* Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access torwatson2009-06-261-3/+2
* Use if_addr_rlock/if_addr_runlock for if_spp when iterating if_addrhead,rwatson2009-06-261-8/+8
* Note that as a result of the SYSV IPC changes, COMPAT_FREEBSD[456] nowjhb2009-06-262-0/+9
* Correct the #endif comment.alc2009-06-268-8/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-2674-169/+165
* Add support for MacBook4,1.rpaulo2009-06-262-46/+143
* On special systems where the MBR and the GPT are in sync (up to the 4thrpaulo2009-06-261-1/+1
* Correct some minor nits with the 2BSD and 3BSD series of releasesimp2009-06-261-5/+6
* o Kill grammar nits.maxim2009-06-261-2/+2
* This change is the next step in implementing the cache control functionalityalc2009-06-2615-8/+338
* provides a extra write buffer when the NDIS driver want to send aweongyo2009-06-261-2/+3
* rtsol should not be run on the wireless NIC interfaces directly,dougb2009-06-261-0/+3
OpenPOWER on IntegriCloud