aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update elftoolchain to upstream rev 3136Ed Maste2014-12-307-70/+139
|\
| * Import elftoolchain rev 3136vendor/elftoolchain/elftoolchain-r3136Ed Maste2014-12-307-70/+139
* | Add a new locore.S that #includes the right (v4 or v6) implementation.Ian Lepore2014-12-301-0/+41
* | Rename locore.S to locore-v4.S and add a new locore-v6.S for starting upIan Lepore2014-12-303-27/+538
* | Export MAXCPU to the assembler code, needing by upcoming changes to locore.S.Ian Lepore2014-12-301-0/+1
* | Add armv6 implementations of these cache operations to avoid duplicatingIan Lepore2014-12-301-24/+32
* | Add arm option ARM_NEW_PMAP, to allow us to begin adding the new pmapIan Lepore2014-12-301-0/+1
* | Inject #UD into the guest when it executes either 'MONITOR' or 'MWAIT' onNeel Natu2014-12-302-0/+15
* | Turns out, this isn't only called from i386...Warner Losh2014-12-301-1/+1
* | The sn driver doesn't actually include microcode at the current time,Warner Losh2014-12-301-1/+0
* | Delay dropping to the mountroot prompt for 10 secondsGlen Barber2014-12-291-0/+3
* | mdoc: sort SEE ALSO.Joel Dahl2014-12-2917-25/+25
* | mdoc: sort SEE ALSO.Joel Dahl2014-12-2912-25/+25
* | - No longer exclude malo(4) and mwl(4), they have been fixed in r275870Marius Strobl2014-12-292-67/+8
* | libelf: Do not read past end of bufferEd Maste2014-12-291-0/+4
* | Rename DT_FEATURE_1 to DT_FEATUREEd Maste2014-12-291-1/+1
* | Restore r276252 mdoc fixEd Maste2014-12-291-1/+0
* | Update elftoolchain to upstream rev 3130Ed Maste2014-12-2994-1219/+3127
|\ \
| * | Update elftoolchain to upstream rev 3130Ed Maste2014-12-2489-1218/+3102
| |\|
| | * Import elftoolchain rev 3130vendor/elftoolchain/elftoolchain-r3130Ed Maste2014-12-22168-1492/+3849
| | |
| | \
| *-. \ Copy elftoolchain top-level directory from vendor at r260684Ed Maste2014-12-240-0/+0
| |\ \ \ | | | |/ | | |/|
* | | | Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64.Andrew Turner2014-12-291-0/+2
* | | | mdoc: remove EOL whitespace.Joel Dahl2014-12-2917-31/+31
* | | | symlink(7): Note that stat(1) does not follow symlinks by default.Jilles Tjoelker2014-12-291-9/+8
* | | | Allow virtio_mmio to attach to ofwbus. Qemu places these here on at leastAndrew Turner2014-12-291-0/+1
* | | | Use -Wl, to pass options to the linker for PowerPC's boot1.chrp.Dimitry Andric2014-12-291-1/+1
* | | | Remove dev/virtio/virtio.h include from BERI VirtIOBryan Venteicher2014-12-293-3/+4
* | | | In contrib/binutils/bfd/elf32-ppc.c, avoid warnings about case valuesDimitry Andric2014-12-291-1/+1
* | | | Don't use a sub-device/-vendor wildcard for probing MCS9922 as otherMarius Strobl2014-12-281-2/+2
* | | | Update comments (r4 is not used anywhere), use non-profiling entry macros.Ian Lepore2014-12-281-7/+9
* | | | r245508 modified the NFS client's Setattr RPC toRick Macklem2014-12-281-1/+8
* | | | In contrib/binutils/gas/config/tc-ppc.c, fix a few -Wformat-securityDimitry Andric2014-12-281-3/+3
* | | | Correct naming of sysctl pmtud_blackhole_activated_min_mss.Sean Bruno2014-12-281-7/+8
* | | | - Const'ify the ahci_ids table.Marius Strobl2014-12-283-9/+9
* | | | Fix the following -Werror warning from clang 3.5.0, while buildingDimitry Andric2014-12-281-1/+1
* | | | sysctl: don't modify oid_running for static nodesMateusz Guzik2014-12-281-4/+7
* | | | Fix a "decl is not a prototype" error noticed by gcc (but not clang).Ian Lepore2014-12-281-1/+1
* | | | Add cache maintenance functions which will be used by startup code toIan Lepore2014-12-282-0/+201
* | | | Eliminate an unused macro whose name clashes now with a function in theIan Lepore2014-12-281-1/+0
* | | | Add new TLB and cache maintainence functions for armv6 and armv7. TheseIan Lepore2014-12-281-0/+238
* | | | Add new code to read and parse cpu identification data using the new CPUIDIan Lepore2014-12-285-0/+374
* | | | Add ncurses to _LIBRARIES so that libmenu is correctly linkedAntoine Brodin2014-12-281-0/+1
* | | | Add PowerPC64 function descriptor support for dt_link.cJustin Hibbits2014-12-281-14/+27
* | | | Implement "special mask mode" in vatpic.Neel Natu2014-12-281-4/+25
* | | | Change the way the lcall $7,$0 is reflected to usermode. Instead ofKonstantin Belousov2014-12-272-57/+25
* | | | Improve/fix interrupt allocation/setup/release:Marius Strobl2014-12-272-22/+24
* | | | Parallelize building lib/ncursesEnji Cooper2014-12-271-0/+7
* | | | Fix the function signatures when MK_CRYPT == no for snmp_get_local_keys andEnji Cooper2014-12-271-2/+2
* | | | Build/install lib/libc/tests/hash/t_sha2 if MK_OPENSSL == yesEnji Cooper2014-12-271-1/+7
* | | | Add LIBADD to PROG_VARS, similar to DPADD/LDADDEnji Cooper2014-12-271-1/+1