summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused thread argument to vrecycle().trasz2012-04-2315-23/+16
* Remove unused thread argument from vtruncbuf().trasz2012-04-2318-38/+31
* Add names for all primary RAID levels defined by DDF 2.0 specification.mav2012-04-234-19/+180
* Add sos@ copyrights to RAID metadata modules, respecting his efforts inmav2012-04-235-0/+5
* Add my birthday and place of birth.jlh2012-04-231-0/+1
* Add my informations.jlh2012-04-231-0/+2
* Fix class malloc init for mips and powerpc that was not convertedfabient2012-04-232-6/+2
* Revert r234356 for now, as it leads to run-time problems on 32-bitdim2012-04-233-9/+1
* Fix a missed file in r234580: replace the now-obsolete powerpc_mb() withnwhitehorn2012-04-231-2/+2
* Provide a clearer split between read/write and acquire/release barriers.nwhitehorn2012-04-221-19/+24
* Correctly specify assembler constrains for synchronization instructions.nwhitehorn2012-04-221-3/+3
* Bugfix: Include whitespace characters in the count of the number ofdas2012-04-221-1/+1
* Bugfix: Correctly count the number of characters read for %l[ conversions.das2012-04-221-7/+4
* Bugfix: %n doesn't count as a conversion, sodas2012-04-222-2/+0
* Refactor scanf to improve modularity. Conversions are now performeddas2012-04-222-668/+843
* Clarify what we are doing in r234583 a little better: eieio and isync donwhitehorn2012-04-221-15/+23
* On non-64-bit systems (which generally don't have lwsync), use eieio andnwhitehorn2012-04-221-0/+5
* Use lwsync to provide memory barriers on systems that support it insteadnwhitehorn2012-04-222-22/+20
* Remove dead code. The routines in atomic.S did not work properly anyway, andnwhitehorn2012-04-223-148/+0
* Replace eieio; sync for creating bus-space memory barriers with sync.nwhitehorn2012-04-223-61/+75
* Fix some incorrect symbol versions.theraven2012-04-221-4/+4
* Remove duplicate -l description.brueffer2012-04-221-5/+1
* Avoid a lock order reversal in pmap_extract_and_hold() from relockingnwhitehorn2012-04-222-2/+33
* Sort nm in order.imp2012-04-221-4/+4
* Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.melifaro2012-04-221-1/+1
* Fix a bug caused by some misplaced brackets.theraven2012-04-221-2/+2
* Do not require radix write lock to be held while dumping route tablemelifaro2012-04-221-2/+2
* Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch,jasone2012-04-2215-152/+100
* The .Fx macro needs the version number be in its own word separated bydelphij2012-04-221-1/+1
* - Use quote when tab is used;delphij2012-04-221-2/+3
* - Correct a typo which prevents 'lzjb' be displayed;delphij2012-04-221-7/+7
* Use 10.0 instead of 10 for FreeBSD version number. The latter undefined.delphij2012-04-221-2/+2
* MFi386: revisions 234074 and 234105nyan2012-04-221-0/+7
* Interrupts must be disabled while handling a partial cache line flush,marius2012-04-221-20/+27
* - Add support for MCI1 revision 2xx controllers and a work-around for theirmarius2012-04-222-7/+51
* When MAP_STACK mapping is created, the map entry is created only tokib2012-04-211-2/+4
* As documented in vm_page.h, updates to the vm_page's flags no longeralc2012-04-211-7/+4
* Fix partially merged patch from my external compiler tree in r234546.imp2012-04-211-0/+4
* Replace a bare use of nm with ${NM} for easier cross compilation inimp2012-04-211-2/+2
* Import jemalloc 606f1fdc3cdbc700717133ca56685313caea24bb (dev branch,jasone2012-04-2125-158/+262
* Organize some members of ucontext_t in the same order they are in thenwhitehorn2012-04-211-3/+3
* Add support for the SIMCom SIM5218, tested by me.kevlo2012-04-212-0/+2
* Fix the following clang warning in dpt(4):dim2012-04-211-1/+1
* Fix check used by stream reset related events.tuexen2012-04-211-3/+3
* Minor mdoc fixes.joel2012-04-211-6/+6
* Fix use-after-free introduced in r234036.trasz2012-04-211-1/+5
* As noted by Peter Jeremy, r234528 only partially fixed the infinitedas2012-04-211-1/+1
* If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1das2012-04-215-6/+29
* - Fix the claim that the output is always null-terminated. This isn'tdas2012-04-211-17/+29
* Ensure that the {,v}swprintf functions always null-terminate thedas2012-04-211-0/+3
OpenPOWER on IntegriCloud