summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Change default grep back to GNU version. BSD grep can be built with thegabor2010-08-236-12/+12
* This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used?imp2010-08-231-2/+2
* MFtbemd:imp2010-08-2335-70/+74
* uio_resid isn't updated by VOP_READDIR for nfs filesystems. Usebrian2010-08-231-3/+2
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-236-18/+18
* MF tbemd: move to using specific architecture makefilesimp2010-08-239-20/+27
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-232-11/+11
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-238-10/+10
* It turns out that the OUTPUT_FORMAT should do the right thing for both endian...imp2010-08-232-135/+1
* MF tbemd: differentiate between arm and armebimp2010-08-232-1/+135
* Minor tweak from tbemdimp2010-08-231-1/+0
* Remove unnecessary controller reinitialization by checkingyongari2010-08-231-5/+11
* Clean up SIOCSIFCAP handler and allow RX checksum offloading couldyongari2010-08-231-31/+38
* Better wording and fix wrong explanation.yongari2010-08-231-2/+2
* Document tunable dev.rl.%unit.prefer_iomapyongari2010-08-221-1/+8
* It seems some newer RTL8139 controllers provides only memory spaceyongari2010-08-221-23/+27
OpenPOWER on IntegriCloud