| Commit message (Expand) | Author | Age | Files | Lines |
* | CTL LUN mapping rewrite. | mav | 2015-02-01 | 15 | -477/+644 |
* | Add a quirk to limit AHCI MSI vectors to one | smh | 2015-02-01 | 2 | -27/+37 |
* | Do not skip setting the memory 'reg' property if the fdt data already | ian | 2015-02-01 | 1 | -11/+0 |
* | Remove a stale comment. The logic that deleted the map before other | ian | 2015-02-01 | 1 | -2/+0 |
* | FreeBSD expects _Unwind_GetGR, _Unwind_SetGR, and _Unwind_SetIP to be | andrew | 2015-02-01 | 2 | -11/+24 |
* | Allow this to work with disks greater than 4 GB and with names not beginning | nwhitehorn | 2015-02-01 | 3 | -12/+19 |
* | Import libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f983e258dcc. | dim | 2015-01-31 | 1 | -2/+2 |
* | Fix mktemp(1) usage. | markj | 2015-01-31 | 1 | -1/+1 |
* | Use syscall::exit instead of the nonexistent syscall::rexit. | markj | 2015-01-31 | 1 | -1/+1 |
* | Revert r256642, not only to reduce diffs against upstream libcxxrt, but | dim | 2015-01-31 | 1 | -9/+1 |
* | Remove hard-coded invocations of gcc; use cc(1) instead. | markj | 2015-01-31 | 4 | -13/+7 |
* | Remove a makefile that isn't present upstream. | markj | 2015-01-31 | 1 | -13/+0 |
* | Fix a number of DTrace scripting tests: | markj | 2015-01-31 | 11 | -27/+27 |
* | Fix some proc provider tests: | markj | 2015-01-31 | 3 | -12/+14 |
* | Constify a number of accesses in drm2's radeon drivers to avoid | dim | 2015-01-31 | 2 | -9/+9 |
* | Do not qualify the mcontext_t *mcp argument for set_mcontext(9) as | kib | 2015-01-31 | 9 | -16/+16 |
* | Update directory times immediately after an entry is created or | kib | 2015-01-31 | 1 | -0/+2 |
* | Stop using load-multiple with lr and pc. This has been deprecated in ARMv7 | andrew | 2015-01-31 | 1 | -1/+6 |
* | Relocate kernel to high address space (a static + 64 MB for now) to avoid | nwhitehorn | 2015-01-31 | 4 | -10/+29 |
* | Implement GPIO_GET_BUS() method for all GPIO drivers. | loos | 2015-01-31 | 21 | -68/+320 |
* | Add FDT reservations for memory areas used by OPAL or RTAS runtime firmware. | nwhitehorn | 2015-01-31 | 1 | -5/+25 |
* | Build the powerpc64 kernel as a position-independent executable. At startup, | nwhitehorn | 2015-01-31 | 2 | -0/+10 |
* | Fix whitespace glitch from prior comit. | ian | 2015-01-31 | 1 | -1/+1 |
* | Add code to support loading relocatable kernels at offsets that are not | nwhitehorn | 2015-01-31 | 1 | -5/+8 |
* | Correctness improvements for removing FDT excluded memory areas. | nwhitehorn | 2015-01-31 | 1 | -5/+5 |
* | Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX. | jilles | 2015-01-31 | 1 | -0/+2 |
* | MFV r277981: | pfg | 2015-01-31 | 2 | -5/+25 |
* | Implement a new method to retrieve the gpiobus reference from a GPIO | loos | 2015-01-31 | 1 | -0/+14 |
* | Prevent access to an uninitialized variable | pfg | 2015-01-31 | 1 | -1/+1 |
* | Use proper module name in MODULE_VERSION(). | trasz | 2015-01-31 | 1 | -1/+1 |
* | Drop unneeded include. | trasz | 2015-01-31 | 1 | -1/+0 |
* | Fix build with "device iscsi" in kernel config. | trasz | 2015-01-31 | 1 | -0/+1 |
* | Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by | dim | 2015-01-31 | 1 | -3/+3 |
* | sh: Abort a wait builtin on any trapped signal. | jilles | 2015-01-31 | 2 | -5/+6 |
* | Remove single-use boolean. | kib | 2015-01-31 | 1 | -3/+1 |
* | Replace spaces with tabs, this will easier future changes on softc | loos | 2015-01-31 | 3 | -17/+17 |
* | The dependency chain for priority-inheritance mutexes could be | kib | 2015-01-31 | 1 | -0/+50 |
* | POSIX states that write(2) "shall mark for update the last data | kib | 2015-01-31 | 2 | -2/+3 |
* | Clean up and fix the device detach routine and the failure path on GPIO | loos | 2015-01-31 | 10 | -51/+76 |
* | Add two files missed in r277963. | trasz | 2015-01-31 | 2 | -0/+203 |
* | Add kobj interface between ICL and the rest of the iSCSI stack. | trasz | 2015-01-31 | 8 | -1333/+1689 |
* | Add support for booting relocatable kernels on PowerPC. | nwhitehorn | 2015-01-31 | 1 | -19/+27 |
* | Stop iterating and return if the caller-supplied callback function returns | markj | 2015-01-31 | 1 | -4/+8 |
* | Add a WITNESS_WARN check to STOPEVENT() to match the one in _STOPEVENT(). | jhb | 2015-01-31 | 1 | -0/+2 |
* | Fix backlight for ivybridge based laptops (and whatever else comes through | adrian | 2015-01-31 | 1 | -1/+1 |
* | ti_pruss: make sure the mmap'ed memory region is uncacheable. | rpaulo | 2015-01-31 | 1 | -0/+1 |
* | Fix order of functions in smbios.c (corrects r277949), since this corrects | grembo | 2015-01-31 | 1 | -23/+23 |
* | Fix 7-year-old typo: The default directory searched for fortunes is | cperciva | 2015-01-30 | 1 | -1/+1 |
* | Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. No | dim | 2015-01-30 | 1 | -2/+2 |
* | Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. No | dim | 2015-01-30 | 1 | -2/+3 |