aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix checksum computation. Previously it didn't include carry.Pyun YongHyeon2014-05-131-2/+3
* | | | abort(3) the process in response to a VMEXIT_ABORT. This usually happens inNeel Natu2014-05-121-8/+3
* | | | Fix delete-old when WITH_TESTS is set.Julio Merino2014-05-121-1/+1
* | | | Be even more paranoid about overflow.Don Lewis2014-05-121-4/+4
* | | | Update terminal sizes in any case when new vt(4) driver arrive.Aleksandr Rybalko2014-05-121-2/+4
* | | | (NANO_CONFIG): New variable containing path of config file, so thatThomas Quinot2014-05-121-2/+13
| | | |
| \ \ \
*-. \ \ \ Upgrade our copy of llvm/clang to 3.4.1 release. This release containsDimitry Andric2014-05-1282-469/+1011
|\ \ \ \ \
| | * | | | Vendor import of llvm RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 r...vendor/llvm/llvm-release_34-r208032Dimitry Andric2014-05-11119-370/+2510
| | * | | | Vendor import of llvm RELEASE_34/final tag r197956 (effectively, 3.4 release):vendor/llvm/llvm-release_34-r197956Dimitry Andric2014-01-012-14/+15
| * | | | | Vendor import of clang RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 ...vendor/clang/clang-release_34-r208032Dimitry Andric2014-05-1128-107/+268
| * | | | | Vendor import of clang RELEASE_34/final tag r197956 (effectively, 3.4 release):vendor/clang/clang-release_34-r197956Dimitry Andric2014-01-014-17/+28
* | | | | | Bump copyright dateSteven Kreuzer2014-05-121-0/+1
* | | | | | Nuke a couple of unnecessary assigments. Nothing uses the values of rstartDon Lewis2014-05-121-2/+0
* | | | | | Build modules in parallel. This has been tested by several people atIan Lepore2014-05-121-0/+2
* | | | | | Cleanup some style nits.Ian Lepore2014-05-121-8/+4
* | | | | | Interrupts need to be disabled on entry to cpu_sleep() for ARM. GivenIan Lepore2014-05-121-2/+2
* | | | | | Disable TX checksum offload for UDP-Lite completely. It wasn't used forMichael Tuexen2014-05-121-5/+9
* | | | | | Create driver file templates, kernel module Makefile and add initialHans Petter Selasky2014-05-125-0/+301
* | | | | | units(1): call el_end()Eitan Adler2014-05-121-0/+1
* | | | | | units(1): unbreak -f option, fix some style, increase compatibility.Eitan Adler2014-05-121-6/+4
* | | | | | units(1): use common functionsEitan Adler2014-05-121-3/+2
* | | | | | Repair some races in IPI handling:Nathan Whitehorn2014-05-123-2/+23
* | | | | | s/JIRA/Jenkins/g in comments. I was confused.Warner Losh2014-05-121-2/+2
* | | | | | Attempt to walk a fine line between current usage (/usr/ports whichWarner Losh2014-05-111-0/+11
* | | | | | accept(),accept4(): Don't set *addrlen = 0 on [ECONNABORTED].Jilles Tjoelker2014-05-111-15/+2
* | | | | | Allow libstdc++ and libsupc++ to compile with clang again, after theDimitry Andric2014-05-112-4/+3
* | | | | | Minor fixes to previous change introducing switch -H, as per commentsThomas Quinot2014-05-112-16/+22
* | | | | | OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1.Nathan Whitehorn2014-05-111-1/+1
* | | | | | Fix locking. The dst_object must remain locked on the retry of theKonstantin Belousov2014-05-111-0/+1
* | | | | | With the new-and-improved vm_fault_copy_entry() (r265843), we can alwaysAlan Cox2014-05-111-2/+9
* | | | | | printf: fix regression after illumos merges.Pedro F. Giffuni2014-05-111-3/+5
* | | | | | Fix interrupt allocation after changes to nexus. This makes PS3 bootNathan Whitehorn2014-05-111-2/+12
* | | | | | include: Don't expose L_cuserid in strict C standard compliance mode.Jilles Tjoelker2014-05-111-1/+1
* | | | | | include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-1110-21/+21
* | | | | | Revert accidental commit of SUBDIR_PARALLEL for sys/modules. (It hasn'tIan Lepore2014-05-111-2/+0
* | | | | | In cf_get_method, when we don't already know what clock speed the CPU isColin Percival2014-05-111-5/+6
* | | | | | Typo fixes and some language/punctuation improvements.Christian Brueffer2014-05-111-12/+12
* | | | | | Optimise host mode data roundtrip time. When BULK data is submitted toHans Petter Selasky2014-05-112-26/+71
* | | | | | Move the PS3 framebuffer console to use vt instead of syscons and adjustNathan Whitehorn2014-05-113-629/+51
* | | | | | Add cpu_l2cache_drain_writebuf(), use it to implement generic_bs_barrier().Ian Lepore2014-05-114-1/+39
* | | | | | Enable SMP for Exynos-based platforms (i.e. Chromebook)Peter Grehan2014-05-111-1/+1
* | | | | | Use vt(4) by default on 32-bit PowerPC now that it is fully functional andNathan Whitehorn2014-05-111-5/+2
* | | | | | Port over mmap routine from syscons. This lets X11 work on PowerPC with vt.Nathan Whitehorn2014-05-111-12/+51
* | | | | | mesg: remove advertising clauseEitan Adler2014-05-111-5/+1
* | | | | | look(1): add compability with other implementations.Eitan Adler2014-05-112-1/+8
* | | | | | Make ofwfb not be painfully slow. This reduces the time for a verbose bootNathan Whitehorn2014-05-111-25/+63
* | | | | | libedit: add H_SAVE_FP which saves history to a file pointer.Eitan Adler2014-05-114-9/+35
* | | | | | Make ofwfb actually work again. Apparently the API it was written againstNathan Whitehorn2014-05-111-4/+33
* | | | | | Make the hardware memory and instruction barrier functions work on armv4Ian Lepore2014-05-112-3/+5
* | | | | | prinf: replace use of alloca with variable length array.Pedro F. Giffuni2014-05-101-3/+1