| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new bus methods for mapping resources. | jhb | 2016-05-20 | 5 | -3/+217 |
* | Remove dangling references to rman_await_resource(). | jhb | 2016-05-20 | 2 | -22/+1 |
* | Document new net.inet.tcp.ecn.enable sysctl settings. | truckman | 2016-05-19 | 1 | -1/+12 |
* | o -f, -i, -K, -q, -v, -X flags documented. | maxim | 2016-05-19 | 1 | -2/+17 |
* | Split 'show vnets' into 'show vnet' and 'show all vnets'. | bz | 2016-05-18 | 1 | -1/+13 |
* | Revert r300003, and use proper grammar. | gjb | 2016-05-18 | 1 | -2/+2 |
* | Remove the reiserfs(5) manpage and an example of loading the kernel module. | jhb | 2016-05-17 | 2 | -84/+0 |
* | Per Ravi Pokala's suggestion, rewrite the g_reset_bio description to | imp | 2016-05-17 | 2 | -16/+17 |
* | Don't repeat the the word 'the' | eadler | 2016-05-17 | 1 | -1/+1 |
* | Add implementation of robust mutexes, hopefully close enough to the | kib | 2016-05-17 | 8 | -11/+199 |
* | Correct use of incorrect grammar. | grog | 2016-05-17 | 1 | -1/+1 |
* | Add a pcib interface for use by interrupt controllers that need to | andrew | 2016-05-16 | 1 | -0/+3 |
* | Re-commit r299467 having fixed the build: | andrew | 2016-05-16 | 2 | -1/+17 |
* | atomic: Add testandclear on i386/amd64 | sephe | 2016-05-16 | 1 | -1/+19 |
* | Revert r299467 to fix the kernel build. | cem | 2016-05-11 | 2 | -17/+1 |
* | Add a new get_id interface to pci and pcib. This will allow us to both | andrew | 2016-05-11 | 2 | -1/+17 |
* | Add a missing section to a cross-reference. | jhb | 2016-05-10 | 1 | -2/+3 |
* | Bump date. Forgotten in r299312. | imp | 2016-05-10 | 1 | -1/+1 |
* | Document g_reset_bio(). This is long overdue. g_reset_bio will reset | imp | 2016-05-10 | 1 | -1/+30 |
* | Add a new bus method to fetch device-specific CPU sets. | jhb | 2016-05-09 | 2 | -0/+103 |
* | Updates to mpr driver man page. | slm | 2016-05-09 | 1 | -41/+110 |
* | o Stop to mention the slowstart_flightsize sysctl in the tuning(7). | maxim | 2016-05-09 | 1 | -7/+1 |
* | Fix r299162 | ngie | 2016-05-06 | 1 | -1/+3 |
* | Only install NIS section 8 manpages if MK_NIS != no | ngie | 2016-05-06 | 1 | -1/+5 |
* | Warn about consequences of suspending threads in arbitrary state of | kib | 2016-05-05 | 3 | -4/+18 |
* | [bwn] [bhnd] initial support for using bhnd for if_bwn devices. | adrian | 2016-05-04 | 5 | -16/+257 |
* | Improve performance and functionality of the bitstring(3) api | asomers | 2016-05-04 | 1 | -19/+95 |
* | ioat(4): Implement CRC and MOVECRC APIs | cem | 2016-05-03 | 1 | -1/+65 |
* | kern: Add phashinit_flags(), which allows malloc(M_NOWAIT) | sephe | 2016-05-03 | 1 | -5/+19 |
* | Revert bus_get_cpus() for now. | jhb | 2016-05-03 | 2 | -102/+0 |
* | Add a new bus method to fetch device-specific CPU sets. | jhb | 2016-05-02 | 2 | -0/+102 |
* | Spelling fixes supplied by pfg@, detected with codespell, plus | wblock | 2016-05-01 | 14 | -20/+20 |
* | Clarify when happens when there is a "depend" parameter in jail.conf, | jamie | 2016-04-30 | 1 | -1/+4 |
* | Add a savecore_enable variable support for the savecore rc script | bapt | 2016-04-29 | 1 | -1/+7 |
* | Clarify build(7) instructions for alternate object directory. | wblock | 2016-04-28 | 1 | -3/+15 |
* | Add some notes about the implicit resource mapping for activated resources. | jhb | 2016-04-28 | 1 | -2/+47 |
* | Document RF_PREFETCHABLE. | jhb | 2016-04-28 | 1 | -0/+2 |
* | Document PCI_RES_BUS as a possible resource type. | jhb | 2016-04-28 | 2 | -2/+6 |
* | Remove a stale reference to the removed RF_TIMESHARE flag. | jhb | 2016-04-28 | 1 | -3/+1 |
* | Add a new rescan method to the bus interface. | jhb | 2016-04-27 | 2 | -0/+52 |
* | osd(9): Change array pointer to array pointer type from void* | cem | 2016-04-26 | 1 | -8/+9 |
* | MLINK mfi.4 to mfi_linux.4 and mfip.4 to cover these kernel modules. | brueffer | 2016-04-24 | 1 | -0/+2 |
* | Correct types for g_example_start() and g_example_access(). | brueffer | 2016-04-24 | 1 | -3/+3 |
* | The default value of MINFREE is defined to be 8% in | bcr | 2016-04-23 | 1 | -4/+4 |
* | Bump the date of the manpage after r298515 | bapt | 2016-04-23 | 1 | -1/+1 |
* | - Add two new subcommands to rc.subr: | lme | 2016-04-23 | 1 | -0/+4 |
* | Improve upon r296618 to keep lines < 80 characters. | brueffer | 2016-04-23 | 2 | -4/+9 |
* | Add the kern.vt.enable_bell sysctl, which was not documented previously. | wblock | 2016-04-18 | 1 | -5/+18 |
* | Fix the description of the first two arguments to proc:::create. | markj | 2016-04-17 | 1 | -2/+2 |
* | MFH | gjb | 2016-04-16 | 3 | -30/+63 |
|\ |
|