| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Use __FBSDID(). | Yoshihiro Takahashi | 2018-04-20 | 1 | -11/+4 |
| * | MFC efivar(8) (by imp): | Konstantin Belousov | 2017-05-20 | 1 | -0/+14 |
| * | Remove GENERIC-NODEBUG kernel configurations, missed during | Glen Barber | 2016-07-14 | 1 | -38/+0 |
| * | Move 'device pci' for the PCI bus driver to the MI NOTES file. | John Baldwin | 2016-04-29 | 1 | -5/+0 |
| * | Use our nitems() macro when param.h is available. | Pedro F. Giffuni | 2016-04-20 | 3 | -5/+4 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
| * | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 1 | -3/+3 |
| * | Another convert to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-03-03 | 1 | -3/+2 |
| * | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 1 | -6/+6 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -4/+5 |
| * | Add asynchronous command support to the pass(4) driver, and the new | Kenneth D. Merry | 2015-12-03 | 1 | -0/+6 |
| * | Disconnect iBCS2 emulator from the build. The ibcs2 option, the build | Konstantin Belousov | 2015-11-28 | 1 | -1/+1 |
| * | Fix whitespace on addition of IPSEC option | Ed Maste | 2015-11-26 | 1 | -1/+1 |
| * | Remove compatibility shims for legacy ATA device names. | Alexander Motin | 2015-10-11 | 1 | -1/+0 |
| * | Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too. | Warner Losh | 2015-08-28 | 1 | -0/+6 |
| * | Remove unused i386 header privatespace.h. For the native kernel, its | Konstantin Belousov | 2015-08-07 | 1 | -6/+0 |
| * | Spell crypto correctly. | Christian Brueffer | 2015-07-14 | 1 | -1/+1 |
| * | Fix up tabs vs. spaces | George V. Neville-Neil | 2015-07-04 | 1 | -1/+1 |
| * | Enable IPSEC in all GENERIC kernels. | George V. Neville-Neil | 2015-07-04 | 1 | -0/+4 |
| * | Build GENERIC with RACCT/RCTL support by default. Note that it still | Edward Tomasz Napierala | 2015-05-14 | 1 | -0/+3 |
| * | Fix kernel build ${MACHINE} path | Ed Maste | 2015-04-16 | 1 | -0/+3 |
| * | Factor out duplicated code from dumpsys() on each architecture into generic | Mark Johnston | 2015-01-07 | 1 | -0/+6 |
| * | Remove "New" label from NFSCL/NFSD now that they are the only NFS | John Baldwin | 2015-01-06 | 1 | -2/+2 |
| * | This configuration file removes several debugging options, including | George V. Neville-Neil | 2014-12-02 | 1 | -0/+38 |
| * | Renove faith(4) and faithd(8) from base. It looks like industry | Alexander V. Chernikov | 2014-11-09 | 1 | -1/+0 |
| * | Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that | John Baldwin | 2014-10-24 | 1 | -0/+2 |
| * | Merge pc98's machdep.c into i386/i386/machdep.c. | Yoshihiro Takahashi | 2014-10-04 | 1 | -2999/+0 |
| * | MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc. | Yoshihiro Takahashi | 2014-09-28 | 1 | -0/+5 |
| * | - Cosmetic changes. | Yoshihiro Takahashi | 2014-09-28 | 1 | -107/+109 |
| * | Merge the PC98 fdc(4) driver into the MI driver. While here, replace | John Baldwin | 2014-09-25 | 4 | -3025/+0 |
| * | Use callout(9) instead of timeout(9). | John Baldwin | 2014-09-25 | 1 | -3/+5 |
| * | Use callout() instead of timeout(). This is almost identical to the | John Baldwin | 2014-09-25 | 1 | -13/+22 |
| * | ddb: allow specifying the exact address of the symtab and strtab | Roger Pau Monné | 2014-09-25 | 1 | -6/+1 |
| * | MFamd64: Use initializecpu() to set various model-specific registers on | John Baldwin | 2014-09-10 | 1 | -0/+1 |
| * | - Move prototypes for various functions into out of C files and into | John Baldwin | 2014-09-04 | 1 | -4/+0 |
| * | Compile fixes: | Hans Petter Selasky | 2014-06-28 | 1 | -3/+2 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 3 | -5/+3 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 3 | -3/+5 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 3 | -5/+3 |
| * | lindev(4): finish the partial commit in r265212 | Eitan Adler | 2014-05-02 | 1 | -3/+0 |
| * | MFi386: r257858 (by kib) | Yoshihiro Takahashi | 2014-04-20 | 1 | -0/+2 |
| * | Rename global cnt to vm_cnt to avoid shadowing. | Bryan Drewery | 2014-03-22 | 1 | -2/+2 |
| * | Remove vestiges of knowing the ISA bus, which we gave up on around 20 | Warner Losh | 2014-03-19 | 2 | -45/+4 |
| * | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 1 | -1/+0 |
| * | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -1/+0 |
| * | xen: implement an early timer for Xen PVH | Roger Pau Monné | 2014-03-11 | 1 | -1/+8 |
| * | Don't waste a page of KVA for the boot-time memory test on x86. For amd64, | John Baldwin | 2014-02-11 | 1 | -2/+2 |
| * | Move <machine/apicvar.h> to <x86/apicvar.h>. | John Baldwin | 2014-01-23 | 2 | -7/+1 |
| * | Fix a typo. | John Baldwin | 2013-12-05 | 1 | -1/+1 |
| * | Make process descriptors standard part of the kernel. rwhod(8) already | Pawel Jakub Dawidek | 2013-11-30 | 1 | -1/+0 |