aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove some commented-out upstream code for handling traps from usermodeMark Johnston2015-05-102-224/+0
* msecs_to_jiffies() is implemented using tvtohz(9), which always returns aMark Johnston2015-05-101-1/+1
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-1010-12/+22
* find_next_bit() and find_next_zero_bit(): if the caller-specified offsetMark Johnston2015-05-101-0/+4
* Merge bmake-20150505 improve detection of malformed conditionals.Simon J. Gerraty2015-05-1015-30/+111
|\
| * Import bmake-20150505 detect typo's in .if variable references.vendor/NetBSD/bmake/20150505Simon J. Gerraty2015-05-1013-26/+106
* | ctf_add_type(): when looking up an integer or floating point type in theMark Johnston2015-05-101-4/+17
* | Unbreak build following rev. 282726Thomas Quinot2015-05-107-0/+133
* | Fix typo introduced in previous commit.Adrian Chadd2015-05-101-1/+1
* | synaptics: more support for semi-MT trackpads.Rui Paulo2015-05-102-70/+179
* | Create a relocatable instance of ubldr for ARM. The original ubldr,Ian Lepore2015-05-102-25/+63
* | Ensure the result from signed subtraction under modulus does notHans Petter Selasky2015-05-101-1/+1
* | recv(),send(): Directly call interposing entry instead of going through PLT.Jilles Tjoelker2015-05-102-2/+10
* | Don't check the return value from self_reloc(), it can't fail and doesn'tIan Lepore2015-05-101-2/+0
* | The self-relocation code is not efi-specific, move it to boot/common.Ian Lepore2015-05-107-21/+16
* | Ensure libmd symbols do not clash with libcryptoThomas Quinot2015-05-1014-1/+195
* | Put recycle pointer in own memory area which is not mmap'able.Hans Petter Selasky2015-05-101-5/+9
* | Use the new gic option on all configs that need it.Andrew Turner2015-05-1016-8/+24
* | For half and reverse line feeds, recognize both SUSv2-style escape-digitBaptiste Daroussin2015-05-102-7/+33
* | Remove extendline definitionBaptiste Daroussin2015-05-101-3/+0
* | Use calloc(3) instead of malloc(3) + memset(3)Baptiste Daroussin2015-05-101-2/+4
* | The initial logic for allocating the new string was wrong, the conversionBaptiste Daroussin2015-05-101-5/+2
* | Use strndup(3) instead of malloc(3) + memcpy(3)Baptiste Daroussin2015-05-101-7/+11
* | Use the new gic option. While here remove extra whitespace from the ned ofAndrew Turner2015-05-102-4/+6
* | Remove useless call to extendarrayBaptiste Daroussin2015-05-101-1/+0
* | Add the gic to files.arm under "device gic" and use it with theAndrew Turner2015-05-103-2/+4
* | First pass clenup over the Marvell db-88f6xxx kernel configs.Andrew Turner2015-05-104-124/+120
* | The pwdb function is only used once to check the database rename itBaptiste Daroussin2015-05-101-10/+4
* | if the check of the pw db fails return the failed valueBaptiste Daroussin2015-05-101-37/+35
* | Initialize pcids array for the proc0 pmap.Konstantin Belousov2015-05-101-0/+5
* | Tweak assert to also print the thread address.Konstantin Belousov2015-05-101-2/+2
* | Some style(9) fixesBaptiste Daroussin2015-05-101-9/+16
* | On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-107-51/+119
* | Clean up the style to use "options<space><tab>".Andrew Turner2015-05-101-3/+3
* | Satisfy vm_object uma zone destructor requirements after r282660 whenKonstantin Belousov2015-05-101-0/+6
* | Turn ieee80211_start_scan_locked() into a swscan module private method.Adrian Chadd2015-05-103-80/+77
* | Attempt to address Bug #176201 - don't advertise what the AP announcedAdrian Chadd2015-05-101-1/+18
* | Fix a couple bugs in 64-bit powerpc fasttrap argument retrieval.Justin Hibbits2015-05-101-3/+3
* | Remove unnecessary code and make use of generic implementations forLuiz Otavio O Souza2015-05-102-69/+4
* | Replace sprintf(3) with snprintf(3)Baptiste Daroussin2015-05-091-7/+7
* | Use snprintf(3) instead of sprintf(3)Baptiste Daroussin2015-05-091-8/+7
* | Remove now unused LNBUFSZ buffer sizeBaptiste Daroussin2015-05-091-3/+0
* | Return from the function as early as possibleBaptiste Daroussin2015-05-091-117/+116
* | Correct the assertion. We should compare the pmap' curcpu pcid valueKonstantin Belousov2015-05-091-1/+2
* | Pass over the at91 kernels to reduce the diff between them.Andrew Turner2015-05-0910-356/+468
* | Merge ^/projects/release-arm-redux into ^/head.Glen Barber2015-05-0920-848/+642
|\ \
| * | Use the IMX6 kernel configuration for the WANDBOARD build,Glen Barber2015-05-086-169/+1
| * | Strip the KERNEL from the mount paths, working around the followingGlen Barber2015-05-087-14/+14
| * | Fix path to the u-boot.imx file, which is relative to the root ofGlen Barber2015-05-083-3/+3
| * | Touch '/firstboot' so the growfs rc(8) script runs.Glen Barber2015-05-087-0/+7