summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for SMP. This uses the FDT data to find the CPUs to start on,andrew2015-07-097-10/+549
* Add logging of synchronous exceptions.andrew2015-07-091-0/+8
* Add the definition of the shareable bits in the pagetablesandrew2015-07-091-0/+4
* Clean up the types used in <machine/ucontext.h> on arm64. As some portsandrew2015-07-092-14/+14
* Don't clobber td->td_retval[0] in proc_reap().ed2015-07-091-5/+8
* Rework CPU identification on ARM64zbb2015-07-093-36/+64
* Cover a race between doselwakeup() and selfdfree(). If doselwakeup()kib2015-07-091-2/+9
* Add forward declaration of struct thread.ed2015-07-091-0/+1
* Generate CloudABI system call table with proper $FreeBSD$ tags.ed2015-07-095-0/+2339
* Import the CloudABI datatypes and create a system call table.ed2015-07-0924-2/+1976
* MFV r285292:pkelsey2015-07-081-1/+4
* upon further examination, it turns out that _unregister_all alreadyjmg2015-07-081-3/+0
* yet more documentation improvements... Many changes were made to thejmg2015-07-081-18/+36
* Fix typo which breaks build of manpages when WITHOUT_MANCOMPRESS is setbapt2015-07-081-1/+1
* seq: use seq_consistent_nomb in seq_consistentmjg2015-07-081-4/+4
* Style cleanups after r285270zbb2015-07-081-4/+4
* Now that aesni won't reuse fpu contexts (D3016), add seatbelts to thejmg2015-07-082-4/+20
* address an issue where consumers, like IPsec, can reuse the samejmg2015-07-082-26/+102
* Address review.markm2015-07-081-4/+4
* Reimplement the ordering requirements for the timehands updates, andkib2015-07-081-70/+68
* Use atomic_fence_fence_rel() to ensure ordering in thekib2015-07-081-33/+6
* only enable immintrin when clang is used. The base gcc does not support it.luigi2015-07-081-1/+2
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-087-0/+218
* The intention of r254304 was to scan the active queue continuously.alc2015-07-082-15/+20
* add an extra tty for picobsd buildsluigi2015-07-081-0/+1
* trap some errors when building picobsdluigi2015-07-081-2/+3
* Implement PF_IMMUTABLE flag and apply it to "name" and "jid" inhrs2015-07-082-2/+8
* cosmetic: whitespaces-tab before EOLpfg2015-07-081-1/+1
* Use the __sentinel attribute.pfg2015-07-081-2/+2
* MFV r285191: tcpdump 4.7.4.pkelsey2015-07-0898-2070/+4458
|\
| * Vendor import of tcpdump 4.7.4.pkelsey2015-07-06158-2353/+6224
| * Upstream fixes for issues found with afl (Issue #417).pfg2015-01-312-5/+25
| * Merge some cherry-picked fixes originating in OpenBSDpfg2015-01-272-5/+8
* | Correctly set __WCHAR_MIN, there is no __UINT_MIN, it's 0.andrew2015-07-081-1/+1
* | Replace use of .Po Pc with the preferred .Pq for single linepkelsey2015-07-084-11/+11
* | Add support for ipi_all_but_self on arm64.andrew2015-07-081-2/+10
* | Add an implementation of savectx that doesn't just call panic.andrew2015-07-081-4/+25
* | Add memory barrier to bus_dmamap_sync()zbb2015-07-081-1/+13
* | Handle copyout for the fcntl(F_OGETLK) using oflock structure.kib2015-07-081-5/+6
* | Send the correct signal when vm_fault fails. While here also set the codeandrew2015-07-081-8/+11
* | Document r283961, pw(8) '-R' option.gjb2015-07-081-0/+4
* | Add myself to committers-src.dotcem2015-07-081-0/+3
* | Fix offset calculation in variable substitutionhrs2015-07-081-8/+8
* | Since the case where secflavor < 0 indicates the security flavor isrmacklem2015-07-071-2/+2
* | pw: fail if an invalid entry is found while parsing master.passwd and groupbapt2015-07-072-0/+33
* | unroll the loop slightly... This improves performance enough tojmg2015-07-071-5/+17
* | - Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6hrs2015-07-072-31/+18
* | Fix an incorrect assertion in witness.markj2015-07-071-1/+1
* | Fix markup.trasz2015-07-071-3/+3
* | Add the Banana Pi DTS.loos2015-07-072-0/+80
OpenPOWER on IntegriCloud