summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import pf.c 1.635 and pf_lb.c 1.4 from OpenBSDbapt2013-10-272-84/+350
* Clean up the debug printing in libproc a bit. In particular:markj2013-10-276-33/+35
* Fix typo.kib2013-10-271-1/+1
* Provide forward declaration for struct ifnet. Consumersglebius2013-10-271-0/+2
* Almost all if_clone consumers do not care about if_clone_event.glebius2013-10-271-0/+2
* Include lock.h before mutex.h.glebius2013-10-271-0/+1
* Remove the last dregs of trapframe_t. It turns out only arm was usingian2013-10-275-23/+31
* Several small fixes for the amd64 minidump code.kib2013-10-271-4/+7
* Move new pf includes to the pf directory. The pfvar.h remainglebius2013-10-2718-25/+35
* When reentering kdb, typically due to a bug causing trap or assert inkib2013-10-271-0/+2
* If the initial attempt to open /dev/ksyms fails, kldload the ksyms modulemarkj2013-10-271-0/+11
* Convert the lockstat(1) man page to mdoc and make sure that it getsmarkj2013-10-272-828/+351
* Always build ubldr as a soft-float binary as there is no support for VFPandrew2013-10-271-1/+1
* Turn on VM_KMEM_SIZE_SCALE on 32-bit as well as 64-bit PowerPC.nwhitehorn2013-10-271-4/+12
* Update the hard-float version of the fenv functions to use the VFP unit.andrew2013-10-271-36/+53
* Fix a deadlock when trying to power off a USB device. The deadlockhselasky2013-10-274-18/+44
* Mention in login.conf.5 which fields may be infinite and how to specifify inf...eadler2013-10-271-0/+10
* All man pages refer to FreeBSD so there is no need to mention "In .Fx"eadler2013-10-271-3/+1
* Eliminate a compiler warning about extraneous parens.ian2013-10-271-2/+2
* Oops, one more instance of ARM_NOCACHE_KVA_SIZE was hiding under the couch.ian2013-10-271-1/+1
* 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
OpenPOWER on IntegriCloud