summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regerate after r257138 swapped the default to WITH_NMTREE.brooks2013-10-251-5/+5
* Switch the default mtree to nmtree our new NetBSD derived mtree.brooks2013-10-253-3/+10
* vnet.h needs to be included before raw_cb.h. Now it compiles due toglebius2013-10-252-2/+2
* Begin fleshing out a knob to enable/disable bluetooth coexistence.adrian2013-10-252-2/+38
* Temporarily disable multi-rate retry (link quality) and eliminate rateadrian2013-10-251-25/+70
* Add id for GTM661W.n_hibma2013-10-252-0/+2
* Reject attempts to attack a disk device that has the old NEEDSGIANTjhb2013-10-252-0/+8
* Add a helper routine to search for a compat string in a table thatian2013-10-252-0/+30
* Remove time and date stamps from svn* binaries, in order to make thecperciva2013-10-252-5/+3
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-258-21/+0
* Make sure to get the right node when looking up #interrupt-cells.nwhitehorn2013-10-251-2/+2
* Convert e500 PCI driver to use common PPC PCI bus glue. No functionalnwhitehorn2013-10-252-278/+79
* Remove dead reference to PSL_MBO.nwhitehorn2013-10-251-1/+1
* Remove some #ifdef and duplication in the MSR bit definitions. This addsnwhitehorn2013-10-253-94/+36
* Use common OFW root code to set up fdtbus. This is an almost purelynwhitehorn2013-10-252-553/+10
* Test UARTs physical address instead of virtual.ray2013-10-251-1/+7
* Add clang-CC and CC to list of hints allowing clang to identify its operatingsmh2013-10-251-0/+2
* Disable WITH_TESTS= for now.rpaulo2013-10-251-1/+1
OpenPOWER on IntegriCloud