summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Port dtruss to FreeBSD.rpaulo2010-08-241-9/+6
* Make RTLD work on powerpc64 again. If there is a sub-directory namednwhitehorn2010-08-241-7/+10
* Merge dtracetoolkit/dtruss from the vendor.rpaulo2010-08-241-0/+467
|\
| * Import dtruss from Brendan Gregg's DTraceToolkit.rpaulo2010-08-211-0/+467
* Remove this directory for an attempt to merge from the vendor tree.rpaulo2010-08-240-0/+0
* s/ithread/interrupt thread/trasz2010-08-241-2/+2
* Fix an accidental sed...imp2010-08-241-2/+2
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-249-32/+35
* Unify 32-bit and 64-bit PowerPC libthr support. This reduces codenwhitehorn2010-08-246-147/+16
* Remove unnecessary controller reinitialization.yongari2010-08-241-1/+9
* Remove unnecessary controller reinitialization.yongari2010-08-241-2/+12
* vr_init_locked() will stop and reset the controller. Removeyongari2010-08-241-4/+0
* Remove unnecessary controller reinitialization.yongari2010-08-241-0/+6
* Add PNP id for Compex RL2000.yongari2010-08-241-0/+1
* When ACPI reports current battery consumption rate in mAmps, print it alsomav2010-08-241-16/+21
* zfs arc_reclaim_thread: no need to call arc_reclaim_needed whenavg2010-08-241-3/+3
* Change the logic here to match Makefile.inc1. Having it in two placesimp2010-08-241-1/+3
* The order was correct before. I'd talked to Nathan about this before,imp2010-08-241-4/+2
* Enable timer interrupt before starting timer. This allows to handle verymav2010-08-241-8/+7
* Some fixes so we can build libstdc++ with clang:rpaulo2010-08-243-8/+10
* Enable fasttrap and make dtraceall depend on fasttrap when building i386rpaulo2010-08-242-1/+2
* Add two DTrace trap type values. Used by fasttrap.rpaulo2010-08-242-0/+4
* Add a trap code for DTrace induced traps.rpaulo2010-08-241-0/+1
* Remove extra FreeBSD tag.kib2010-08-241-1/+0
* Remove exports table. Export control by the version script is enough.kib2010-08-241-50/+4
* Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition intokib2010-08-243-4/+22
* Replace structure assignments with explicity memcpy calls. This allowsrpaulo2010-08-241-4/+9
* Update for the recent location of the fasttrap code.rpaulo2010-08-241-2/+3
* Replace a pksignal() call with tdksignal().rpaulo2010-08-241-1/+1
* MD fasttrap implementation.rpaulo2010-08-241-112/+275
* Remove unused source.kib2010-08-241-57/+0
* The __hidden definition is provided by sys/cdefs.h.kib2010-08-241-4/+0
* Use preferred spelling for the __attribute__.kib2010-08-241-2/+2
* Port the fasttrap provider to FreeBSD. This provider is responsible forrpaulo2010-08-241-208/+321
* Add wrapper for setcontext() and swapcontext(), the wrappersdavidxu2010-08-243-14/+55
* Bump __FreeBSD_version for revision 211732.davidxu2010-08-241-1/+1
* Optimize thr_suspend, if timeout is zero, don't call msleep, justdavidxu2010-08-241-9/+14
* - According to specification, SI_USER code should only be generated bydavidxu2010-08-242-2/+3
* Create a checklist and call one of the *printw() functions from theimp2010-08-241-0/+18
* Indent things consistentlyimp2010-08-2432-1506/+1620
* Mark the following static variables as __used__ instead of __unused__:rpaulo2010-08-241-6/+6
* MFtbemd:imp2010-08-2354-150/+155
* Use real atomic operations for sparc64.marius2010-08-231-1/+1
* Fix a possible unaligned access to savebyte array.yongari2010-08-231-6/+9
* Implement basic WOL support. Note, not all xl(4) controllersyongari2010-08-232-10/+80
* Move xl_reset() to xl_init_locked(). This will make driveryongari2010-08-231-6/+3
* Add powerpc64 to the list of architectures with real atomic operations.nwhitehorn2010-08-231-1/+1
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-239-4/+109
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-235-10/+48
* Style.kib2010-08-232-3/+3
OpenPOWER on IntegriCloud