summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert the entry about pf and ipfw starting before netifdougb2009-06-261-6/+0
* Reverse the effect of r193198 for pf and ipfw which will once againdougb2009-06-266-6/+6
* Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() insteadrwatson2009-06-262-5/+5
* Update various IPFW-related modules to use if_addr_rlock()/rwatson2009-06-263-10/+10
* Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() ratherrwatson2009-06-262-5/+5
* Define four wrapper functions for interface address locking,rwatson2009-06-262-0/+44
* Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizingrwatson2009-06-261-21/+40
* Implement %z for strptime.delphij2009-06-251-0/+28
* Correct a typo (which you can use to in order -> which you can use in orderdelphij2009-06-251-1/+1
* Fix dynamic (re)allocation logic in jailparam_set and jailparam_get.jamie2009-06-251-34/+72
* mvec routines should have no knowledge of the SG engine.np2009-06-253-17/+17
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadattilio2009-06-252-7/+19
OpenPOWER on IntegriCloud