summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-2714-118/+18
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-2765-60/+8
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-2723-23/+0
* Fix build after r257162.nwhitehorn2013-10-261-1/+1
* Maximize available kva space by doing static device mapping from the topian2013-10-266-192/+312
* Make devices with registers into the KVA region work reliably. Without this,nwhitehorn2013-10-261-6/+18
* Try even harder to find a console before giving up.nwhitehorn2013-10-261-6/+11
* Fix build with GCC.bdrewery2013-10-261-1/+2
* Handle (in a slightly ugly way) ePAPR-type loaders that just place anwhitehorn2013-10-261-4/+36
* Bump initial TLB size. The kernel is not necessarily less than 16 MB anynwhitehorn2013-10-261-1/+1
* Fix an itt instruction. We need to execute both the mov and b instructionsandrew2013-10-261-1/+1
* Start splitting pfvar.h into internal and external parts.glebius2013-10-2612-186/+279
* The MII layer shouldn't care about administrative status of anglebius2013-10-2633-293/+9
* Be a bit more flexible in how we find the console from the properties onnwhitehorn2013-10-261-10/+23
* bump date forgotten in r257165jmg2013-10-261-1/+1
* Add some extra sanity checking and checks to printf format specifiers.nwhitehorn2013-10-261-11/+11
* Provide includes that are needed in these files, and before were readglebius2013-10-2621-2/+42
* Interrelated improvements to early boot mappings:nwhitehorn2013-10-2610-41/+96
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-26326-7/+409
* Clean up missed header references.nwhitehorn2013-10-263-3/+3
* Remove unsigned < 0 comparison.glebius2013-10-261-1/+1
* Move includes from if_bcereg.h to .c files.glebius2013-10-262-45/+48
* Enable SATA interface on Armada XPzbb2013-10-262-0/+8
* Enable UART busy detection handling for Armada XP - based boardzbb2013-10-261-0/+4
* Wait for DesignWare UART transfers completion before accessing line controlzbb2013-10-262-1/+26
* Fix concurrency issues with TLB1 updates and make pmap_kextract() searchnwhitehorn2013-10-261-11/+27
* Fix indentationbdrewery2013-10-261-5/+5
* Switch to using ofw_bus_search_compatible() table-driven compat lookup.ian2013-10-261-23/+42
* Document that -a will output the device name when -u is not specified..jmg2013-10-261-6/+12
* Add missing /etc/pkg to BSD.root.distbdrewery2013-10-261-0/+2
* The old trap.h (then trap_aim.h) actually had trap ID codes for Book-E CPUs.nwhitehorn2013-10-263-192/+125
* Add pmap_mapdev_attr() and pmap_kenter_attr() interfaces. pmap_set_memattr()nwhitehorn2013-10-261-5/+66
* Queisce warnings for gperf -Wlogical-op-parentheses with parens tosbruno2013-10-261-2/+4
* Disable fingerprint checking for now as the pkg repository mirrors willbdrewery2013-10-261-1/+1
* Link in libcrypto as well to fix build in some cases.bdrewery2013-10-261-2/+3
* machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks tonwhitehorn2013-10-261-1/+0
* Make hastctl list command output current queue sizes.trociny2013-10-265-1/+92
* Merging local and remote bitmaps must be protected by hr_amp lock.trociny2013-10-261-1/+1
* Do some cleanup of the SDT code. In particular,markj2013-10-262-73/+69
* Document /var/cache/pkg into hier(7) which pkg(8) uses.bdrewery2013-10-261-0/+8
* Add infrastructure for installing pkg(8) keys into /etc/keys/pkg and addbdrewery2013-10-267-1/+44
* Add support to check the signature of a local pkg.txz file beingbdrewery2013-10-261-12/+47
* Tell which fingerprint pkg is being validated against.bdrewery2013-10-261-14/+29
* Support checking signature for pkg bootstrap.bdrewery2013-10-265-45/+615
* Be verbose and tell where pkg(8) is being bootstrapped from.bdrewery2013-10-261-1/+2
* Add support for reading configuration files from /etc/pkg.bdrewery2013-10-265-31/+122
* Fix build after r257111 by including headers with definition of pmap_kextract().nwhitehorn2013-10-261-0/+4
* Fix a couple of bugs in the fasttrap emulation of a "push %rbp" instruction:markj2013-10-261-7/+6
* Wrap long linesbdrewery2013-10-262-6/+12
* add 0x8b, lifted from Linux iwlegacy/commands.hadrian2013-10-261-0/+1
OpenPOWER on IntegriCloud