summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove superfluous paragraph macro.joel2012-03-2438-57/+0
* Given that this is a host-PCI-Express bridge driver, create the parentmarius2012-03-241-1/+1
* Fix the following clang warning in sys/dev/dcons/dcons.c, caused by thedim2012-03-241-3/+3
* Document the show alias and add an EXAMPLES section.joel2012-03-241-1/+36
* Remap PMC interrupt for all coresgonzo2012-03-243-11/+12
* Build CTF tools as a part of toolchain for cross-compilation casegonzo2012-03-241-2/+4
* Enable build of DTrace-related userland parts for MIPSgonzo2012-03-243-3/+11
* Add stub file for pid probe. It's required although pid probe is not supportedgonzo2012-03-241-0/+75
* Build libproc and librtld_db for MIPSgonzo2012-03-241-0/+5
* Add DTrace-related part to machine-dependent code:gonzo2012-03-242-0/+75
* Jusy use i386 version of cyclic_machdep.c on all supported architectures.gonzo2012-03-241-1/+1
* Make lockstat and profile modules x86-onlygonzo2012-03-241-3/+1
* Add device part of DTrace/MIPS codegonzo2012-03-246-1/+1274
* Add MIPS support to cddl/contrib part:gonzo2012-03-243-2/+80
* Maintain target's byte order for multi-byte fields in CTF structures.gonzo2012-03-244-3/+121
* - Avoid using deprecated heimdal functions in pam_krb5.stas2012-03-242-69/+102
* - Apply binutils workaround on mips.mips as well. Though this TARGET_ARCHstas2012-03-241-1/+2
* As it turns out, mpi_cnfg.h already is included by mpt.h.marius2012-03-241-2/+0
* - Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.marius2012-03-242-151/+82
* Make libproc compilable for MIPSgonzo2012-03-232-0/+11
* Add handler for MIPS.options sectiongonzo2012-03-231-0/+2
* Add define for MIPS.optionsgonzo2012-03-231-0/+1
* Disable IRIX compatibility flags for DWARF code generator. IRIX-compatiblegonzo2012-03-231-1/+2
* Fix typo.trociny2012-03-231-7/+7
* Revert ABI breakage in libsupc++.theraven2012-03-231-6/+6
* When displaying binary information show also osreldate.trociny2012-03-232-3/+17
* Add a sysctl to set and retrieve binary osreldate of another process.trociny2012-03-232-0/+51
* Make default ABI for as(1) to be the same as target platform.gonzo2012-03-232-1/+11
* Use suspend/resume methods provided by net80211. This ensures that thebschmidt2012-03-234-35/+16
* Also fix the parameter usage in set80211meshpeering().bschmidt2012-03-231-1/+1
* Fix pmap_kextract prototype to align it with pmap.c changegonzo2012-03-231-1/+1
* Before jumping to application's entry point set ra == pc in ordergonzo2012-03-231-1/+2
* Call xpt_bus_register during attach context, then freeze and do not releasejimharris2012-03-233-12/+43
* Expand contraction.pluknet2012-03-231-1/+1
* Don't cast a bus address to a uint8_t pointer just to add an offset tojhb2012-03-231-1/+1
* Remove superfluous extern keywords.kib2012-03-231-10/+10
* Centralize the calculation of the top source directory. Thiskib2012-03-231-2/+3
* Implement xstrdup() using strlen()/xmalloc()/memcpy() alreadykib2012-03-231-7/+8
* Work around the following clang warning in mps(4):dim2012-03-233-1/+6
* Silence alignment warnings from clang in libarchive's ppmd code (whichdim2012-03-231-0/+1
* Update IFCAP_* macro descriptions.pluknet2012-03-231-12/+39
* Clean up from the old kern.polling.pluknet2012-03-231-48/+10
* Clean up of fs/fifofs include directory after fifo.h removal.pluknet2012-03-231-2/+0
* Make utmpx(3) thread safe if we support TLS.ed2012-03-232-0/+9
* - Actually fill the date of the Heimdal update.stas2012-03-231-1/+1
* - Take krb5_verify_user.3.gz out of ObsoleteFiles as it's still beingstas2012-03-231-2/+10
* Check that scheme is not already registered. This may happens when aae2012-03-231-7/+16
* Remove archive_entry_*_w(3) entries from ObsoleteFiles.inc. Since thepluknet2012-03-231-2/+0
* Document IFT_USB referenced by IFF_CANTCONFIG since the previous change,pluknet2012-03-231-0/+2
* Update IFF_* macro descriptions.pluknet2012-03-231-8/+33
OpenPOWER on IntegriCloud