| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080, | mjg | 2017-03-16 | 1 | -0/+34 |
* | MFC r313194: | kib | 2017-02-11 | 1 | -2/+0 |
* | MFC 307332,312086: Drop support for using mmap() with /dev/kmem. | jhb | 2017-01-18 | 1 | -1/+1 |
* | MFC r305213,305319,305398 | alc | 2016-10-01 | 1 | -1/+14 |
* | MFC r303891, r303892: | pfg | 2016-09-08 | 1 | -3/+3 |
* | Remove GENERIC-NODEBUG kernel configurations, missed during | gjb | 2016-07-14 | 1 | -38/+0 |
* | - Remove debugging from GENERIC* kernel configurations | gjb | 2016-07-08 | 1 | -9/+0 |
* | Update comments for the MD functions managing contexts for new | kib | 2016-06-16 | 1 | -3/+3 |
* | Add macro to convert errno and use it when appropriate. | dchagin | 2016-05-22 | 1 | -7/+1 |
* | Add new bus methods for mapping resources. | jhb | 2016-05-20 | 1 | -0/+1 |
* | Use OF_prop_free instead of direct call to free(9) | gonzo | 2016-05-18 | 9 | -28/+28 |
* | sys/sparc64: minor spelling fixes. | pfg | 2016-05-04 | 2 | -2/+2 |
* | Move 'device pci' for the PCI bus driver to the MI NOTES file. | jhb | 2016-04-29 | 1 | -1/+0 |
* | Add a bus_null_rescan() method that always fails with an error. | jhb | 2016-04-27 | 1 | -1/+1 |
* | Add a pcib_attach_child() method to manage adding the child "pci" device. | jhb | 2016-04-27 | 1 | -2/+1 |
* | Implement a PCI bus rescan method. | jhb | 2016-04-27 | 1 | -0/+1 |
* | Use our nitems() macro when param.h is available. | pfg | 2016-04-20 | 3 | -5/+4 |
* | sparc64: for pointers replace 0 with NULL. | pfg | 2016-04-15 | 1 | -1/+1 |
* | Add a new PCI bus interface method to alloc the ivars (dinfo) for a device. | jhb | 2016-04-15 | 1 | -4/+15 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -2/+2 |
* | Since r296250 it is no longer possible for devices to use bus space | marius | 2016-04-10 | 1 | -1/+1 |
* | Convert pci_delete_child() to a bus_child_deleted() method. | jhb | 2016-04-06 | 1 | -0/+12 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | jhibbits | 2016-03-22 | 7 | -13/+13 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 1 | -5/+5 |
* | Correct the memory rman ranges to be to BUS_SPACE_MAXADDR | jhibbits | 2016-03-01 | 1 | -1/+1 |
* | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | skra | 2016-02-22 | 3 | -3/+0 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | jhibbits | 2016-02-20 | 8 | -8/+8 |
* | Introduce bus_get_bus_tag() method | zbb | 2016-02-18 | 1 | -0/+9 |
* | POSIX states that #include <signal.h> shall make both mcontext_t and | kib | 2016-02-12 | 1 | -5/+5 |
* | Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a | glebius | 2016-02-09 | 1 | -1/+0 |
* | Fix build. | br | 2016-02-04 | 1 | -0/+1 |
* | Convert ss_sp in stack_t and sigstack to void *. | jhb | 2016-01-27 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 13 | -30/+30 |
* | Add an atomic_fetchadd_64() wrapper on sparc64. | jhb | 2016-01-22 | 1 | -0/+1 |
* | Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall | dchagin | 2016-01-09 | 1 | -0/+1 |
* | Make using the #address-cells property on the interrupt parent in device | nwhitehorn | 2016-01-02 | 1 | -0/+3 |
* | Make the 'env' directive described in config(5) work on all architectures, | ian | 2016-01-02 | 1 | -1/+2 |
* | Change the - hopefully - last piece of ktr(9) to use PCPU_GET(cpuid) | marius | 2015-12-30 | 1 | -1/+1 |
* | - (Ab)use udivx for dividing the u_int pc_cpuid when implementing | marius | 2015-12-30 | 5 | -89/+68 |
* | Adapt CATR() to r283283. | marius | 2015-12-30 | 1 | -3/+3 |
* | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | kib | 2015-11-28 | 1 | -3/+0 |
* | Add support to libkvm for reading vmcores from other architectures. | jhb | 2015-11-27 | 1 | -8/+9 |
* | Fix whitespace on addition of IPSEC option | emaste | 2015-11-26 | 1 | -1/+1 |
* | Merge from r290547: | marius | 2015-11-21 | 3 | -32/+32 |
* | - Unbreak dumpsys(9) on sparc64 after r276772 | marius | 2015-11-16 | 2 | -25/+7 |
* | Fix an alignment check that is wrong in half the busdma implementations. | ian | 2015-11-02 | 1 | -2/+2 |
* | Add support for weak symbols to the kernel linkers. It means that | kib | 2015-09-20 | 1 | -2/+3 |
* | - Sanity check that the parent ranges given in the "ranges" property | marius | 2015-09-13 | 1 | -11/+24 |
* | Merge r286374 from x86: | marius | 2015-09-13 | 1 | -9/+11 |
* | - Factor out the common and generic parts of the sparc64 host-PCI-bridge | marius | 2015-09-12 | 11 | -966/+614 |