| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 2 | -2/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 4 | -8/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 2 | -2/+2 |
| * | Avoid dump_avail[] redefinition. | Konstantin Belousov | 2020-10-14 | 1 | -0/+1 |
| * | mips: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 3 | -4/+0 |
| * | beri: correct kernel printf typo | Ed Maste | 2020-02-05 | 1 | -1/+1 |
| * | Move phys_avail definition into MI code. It is consumed in the MI layer and | Jeff Roberson | 2019-08-16 | 1 | -0/+2 |
| * | o Add support for BERI IOMMU device | Ruslan Bukin | 2019-07-22 | 2 | -0/+238 |
| * | Add SMP support for BERI CPU. | Ruslan Bukin | 2018-04-12 | 4 | -0/+396 |
| * | sys/mips: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 2 | -0/+4 |
| * | Remove a couple variables that are unused after r325790. | Brooks Davis | 2017-11-20 | 1 | -2/+0 |
| * | Convert BERI to use ofw_parse_bootargs() | Justin Hibbits | 2017-11-14 | 1 | -43/+2 |
| * | Switch BERI Programmable Interrupt Controller to INTRNG. | Ruslan Bukin | 2017-04-18 | 4 | -1233/+200 |
| * | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 1 | -2/+2 |
| * | Make the memory size returned from fdt_get_mem_regions a 64-bit type. This | Andrew Turner | 2016-03-01 | 1 | -1/+1 |
| * | Fix fdt_get_mem_regions() to work with 64-bit addresses | Wojciech Macek | 2016-02-29 | 1 | -1/+2 |
| * | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits | 2016-02-20 | 1 | -1/+1 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -2/+2 |
| * | Make the 'env' directive described in config(5) work on all architectures, | Ian Lepore | 2016-01-02 | 1 | -1/+1 |
| * | preload_search_info: make sure mod is set | Roger Pau Monné | 2015-08-21 | 1 | -4/+1 |
| * | Provide the number of interrupt resources added to the list | Ruslan Bukin | 2015-05-15 | 1 | -1/+1 |
| * | Correct the end address of the memory regions. | Ruslan Bukin | 2014-12-19 | 1 | -2/+2 |
| * | Add configuration files for BERI soft-core synthesized on | Ruslan Bukin | 2014-12-17 | 1 | -0/+1 |
| * | Use memory regions information provided in FDT. | Ruslan Bukin | 2014-12-17 | 1 | -0/+28 |
| * | Merge from CheriBSD: | Brooks Davis | 2014-11-21 | 1 | -1/+2 |
| * | Convert remaining {g,s}etenv->kern_{g,s}etenv | Davide Italiano | 2014-10-17 | 1 | -2/+2 |
| * | Replace multiple nearly-identical copies of code to walk through an FDT | Ian Lepore | 2014-09-25 | 1 | -1/+1 |
| * | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | Ian Lepore | 2014-09-01 | 1 | -1/+1 |
| * | After r264897 restore the ability to add bootoptions from FDT for | Bjoern A. Zeeb | 2014-04-29 | 1 | -1/+50 |
| * | Fix beri_simplebus probing. It's not allowed to have two modules on the | Brooks Davis | 2014-04-24 | 1 | -3/+4 |
| * | Merge from CheriBSD: | Brooks Davis | 2014-04-24 | 1 | -50/+31 |
| * | Based on xlp_machdep.c and completed the list of options based on | Bjoern A. Zeeb | 2014-04-17 | 1 | -0/+49 |
| * | Add the initial version of if_nf10bmac(4), a driver to support an | Bjoern A. Zeeb | 2014-04-17 | 1 | -0/+2 |
| * | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | Nathan Whitehorn | 2014-02-05 | 1 | -1/+1 |
| * | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore | 2014-02-02 | 2 | -0/+6 |
| * | Provide a simpler and more standards-compliant simplebus implementation to | Nathan Whitehorn | 2014-02-01 | 3 | -0/+693 |
| * | Use correct value pointing to previously selected FDT DTB. | Bjoern A. Zeeb | 2013-12-12 | 1 | -1/+1 |
| * | Remove a bit of debugging output that slipped into r256911. | Brooks Davis | 2013-10-22 | 1 | -6/+0 |
| * | MFP4: | Brooks Davis | 2013-10-22 | 1 | -0/+2 |
| * | MFP4: 223121 (PIC portion), 225861, 227822, 229692 (PIC only), 229693, | Brooks Davis | 2013-10-22 | 2 | -0/+707 |
| * | MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801, | Brooks Davis | 2013-10-18 | 1 | -0/+3 |
| * | MFP4: | Brooks Davis | 2013-10-18 | 1 | -3/+8 |
| * | Merge from vmobj-rwlock branch: | Attilio Rao | 2013-02-26 | 1 | -1/+0 |
| * | Partially merge Perforce changeset 219938 to head: | Robert Watson | 2013-01-13 | 1 | -0/+1 |
| * | Merge Perforce changeset 219922 to head: | Robert Watson | 2013-01-13 | 1 | -0/+1 |
| * | Merge Perforce changeset 219918 to head: | Robert Watson | 2013-01-13 | 1 | -0/+1 |
| * | Merge Perforce change @219948 to head: | Robert Watson | 2013-01-12 | 1 | -2/+24 |
| * | Merge Perforce change @219935 to head: | Robert Watson | 2013-01-12 | 1 | -11/+11 |
| * | Merge @219932 from Perforce: | Robert Watson | 2013-01-01 | 1 | -0/+2 |