summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove hostapd and wpa_supplicant from FILES so they're installed conditionallyngie2015-02-021-2/+0
* - Remove more files when MK_GPIO == noamdmi32015-02-021-0/+5
* - Remove more files when MK_DMAGENT == no and move the chunk into its alphabe...amdmi32015-02-021-7/+8
* - Remove more files when MK_BSNMP == noamdmi32015-02-021-0/+19
* - Remove more files when MK_BSD_CPIO == noamdmi32015-02-021-0/+7
* - Remove more files when MK_BOOT == noamdmi32015-02-021-3/+57
* - Remove more files when MK_BLUETOOTH == noamdmi32015-02-021-0/+7
* - Remove more files when MK_BINUTILS == noamdmi32015-02-021-0/+28
* rpc: Uninitialized pointer readpfg2015-02-021-1/+1
* Prevent inlining txg_quiescesmh2015-02-022-2/+2
* Resource leakpfg2015-02-011-0/+1
* ttyname_r(): Return actual error, not always [ENOTTY].jilles2015-02-012-5/+2
* CTL LUN mapping rewrite.mav2015-02-0115-477/+644
* Add a quirk to limit AHCI MSI vectors to onesmh2015-02-012-27/+37
* Do not skip setting the memory 'reg' property if the fdt data alreadyian2015-02-011-11/+0
* Remove a stale comment. The logic that deleted the map before otherian2015-02-011-2/+0
* FreeBSD expects _Unwind_GetGR, _Unwind_SetGR, and _Unwind_SetIP to beandrew2015-02-012-11/+24
* Allow this to work with disks greater than 4 GB and with names not beginningnwhitehorn2015-02-013-12/+19
* Import libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f983e258dcc.dim2015-01-311-2/+2
* Fix mktemp(1) usage.markj2015-01-311-1/+1
* Use syscall::exit instead of the nonexistent syscall::rexit.markj2015-01-311-1/+1
* Revert r256642, not only to reduce diffs against upstream libcxxrt, butdim2015-01-311-9/+1
* Remove hard-coded invocations of gcc; use cc(1) instead.markj2015-01-314-13/+7
* Remove a makefile that isn't present upstream.markj2015-01-311-13/+0
* Fix a number of DTrace scripting tests:markj2015-01-3111-27/+27
* Fix some proc provider tests:markj2015-01-313-12/+14
* Constify a number of accesses in drm2's radeon drivers to avoiddim2015-01-312-9/+9
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-319-16/+16
* Update directory times immediately after an entry is created orkib2015-01-311-0/+2
* Stop using load-multiple with lr and pc. This has been deprecated in ARMv7andrew2015-01-311-1/+6
* Relocate kernel to high address space (a static + 64 MB for now) to avoidnwhitehorn2015-01-314-10/+29
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-3121-68/+320
* Add FDT reservations for memory areas used by OPAL or RTAS runtime firmware.nwhitehorn2015-01-311-5/+25
* Build the powerpc64 kernel as a position-independent executable. At startup,nwhitehorn2015-01-312-0/+10
* Fix whitespace glitch from prior comit.ian2015-01-311-1/+1
* Add code to support loading relocatable kernels at offsets that are notnwhitehorn2015-01-311-5/+8
* Correctness improvements for removing FDT excluded memory areas.nwhitehorn2015-01-311-5/+5
* Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.jilles2015-01-311-0/+2
* MFV r277981:pfg2015-01-312-5/+25
* Implement a new method to retrieve the gpiobus reference from a GPIOloos2015-01-311-0/+14
* Prevent access to an uninitialized variablepfg2015-01-311-1/+1
* Use proper module name in MODULE_VERSION().trasz2015-01-311-1/+1
* Drop unneeded include.trasz2015-01-311-1/+0
* Fix build with "device iscsi" in kernel config.trasz2015-01-311-0/+1
* Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, bydim2015-01-311-3/+3
* sh: Abort a wait builtin on any trapped signal.jilles2015-01-312-5/+6
* Remove single-use boolean.kib2015-01-311-3/+1
* Replace spaces with tabs, this will easier future changes on softcloos2015-01-313-17/+17
* The dependency chain for priority-inheritance mutexes could bekib2015-01-311-0/+50
* POSIX states that write(2) "shall mark for update the last datakib2015-01-312-2/+3
OpenPOWER on IntegriCloud