| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire pmap_change_wiring(). We have never used it to wire virtual pages. | alc | 2014-08-03 | 3 | -71/+1 |
* | Allow to disable some special key combinations handled by vt(4), like debug | ray | 2014-08-03 | 1 | -0/+14 |
* | Add myself to committers-src.dot. | hiren | 2014-08-03 | 1 | -0/+2 |
* | - Spelling corrections | hselasky | 2014-08-02 | 1 | -6/+6 |
* | Add myself to calendar.freebsd and committers-src.dot | ngie | 2014-08-02 | 1 | -0/+4 |
* | Various style(9) and related fixes. | gnn | 2014-07-31 | 1 | -32/+23 |
* | - Updated SYSCTL manual pages after recent changes to the kernel | hselasky | 2014-07-31 | 4 | -482/+514 |
* | Add an example program to show how to use libpmc from a program. | gnn | 2014-07-31 | 3 | -2/+124 |
* | Remove trailing comma from ending Xref | gjb | 2014-07-30 | 1 | -1/+1 |
* | Remove trailing comma from ending Xref | gjb | 2014-07-30 | 1 | -1/+1 |
* | Remove trailing comma from ending Xref. | gjb | 2014-07-30 | 1 | -1/+1 |
* | Remove trailing comma from standalone Xref. | gjb | 2014-07-30 | 1 | -1/+1 |
* | mdoc: remove superfluous paragraph macro. | joel | 2014-07-29 | 1 | -1/+0 |
* | Silence mandoc lint. | joel | 2014-07-29 | 1 | -1/+1 |
* | Garbage collect couple of unused fields from struct ifaddr: | glebius | 2014-07-29 | 1 | -5/+1 |
* | Add VOP_GETVOBJECT.9 to obsolete files, un-xref. | pluknet | 2014-07-29 | 1 | -1/+0 |
* | We do not ever want _srcconf_included_ as MAIN target. | sjg | 2014-07-28 | 1 | -1/+1 |
* | Explicitely mention that inactivated or reclaimed vnode is locked | kib | 2014-07-27 | 1 | -1/+2 |
* | Remove man page for non-existent VOPs. | kib | 2014-07-27 | 2 | -116/+0 |
* | Correct the locking statement. | kib | 2014-07-27 | 1 | -11/+7 |
* | Reviewed by: imp | sjg | 2014-07-26 | 1 | -1/+2 |
* | Document an important, but easy to overlook without grepping the | imp | 2014-07-25 | 1 | -1/+3 |
* | Add net80211 and minor cleanup. | kevlo | 2014-07-25 | 1 | -6/+7 |
* | - Use Rs/Re mdoc macros. | pluknet | 2014-07-23 | 1 | -30/+12 |
* | Re-sort synopsis, add includes. | pluknet | 2014-07-22 | 1 | -3/+7 |
* | s/PCBGROUPS/PCBGROUP/ manpage to match "options PCBGROUP". | pluknet | 2014-07-22 | 2 | -17/+17 |
* | Grammar and spelling fixes. | pluknet | 2014-07-22 | 1 | -2/+2 |
* | bsd.lib.mk does not add OBJS etc to CLEANFILES so does not automatically | sjg | 2014-07-22 | 2 | -2/+11 |
* | Fixed fallout from previous change. | pluknet | 2014-07-21 | 1 | -1/+1 |
* | [mdoc] cleanup | pluknet | 2014-07-21 | 1 | -13/+20 |
* | Add the PCBGROUPS manpage. | adrian | 2014-07-21 | 2 | -0/+229 |
* | Older versions of flex (like the one used in FreeBSD <= 9) expect the | des | 2014-07-20 | 1 | -1/+1 |
* | Use -o (output to file) instead of -t (print to stdout) and a redirect. | des | 2014-07-19 | 1 | -1/+1 |
* | Remove obsolete man pages. The corresponding code was removed in r255608. | alc | 2014-07-18 | 2 | -173/+0 |
* | Remove an obsolete man page. | alc | 2014-07-18 | 3 | -16/+4 |
* | Fix markups. | delphij | 2014-07-17 | 2 | -2/+2 |
* | Fix markup regression introduced in r268369. | delphij | 2014-07-17 | 1 | -2/+1 |
* | Add a man page for the new function pmap_unwire(). | alc | 2014-07-17 | 3 | -0/+68 |
* | Remove the man page for a pmap function that no longer exists. | alc | 2014-07-17 | 4 | -20/+6 |
* | Correct the name of the man page for pmap_ts_referenced(). | alc | 2014-07-16 | 2 | -3/+3 |
* | Nuke the never-used RF_TIMESHARE feature, reducing the complexity of the | truckman | 2014-07-16 | 1 | -9/+4 |
* | Regen after r268778 to replace WITH_TESTS with WITHOUT_TESTS. | jmmv | 2014-07-16 | 1 | -4/+7 |
* | Enable MK_TESTS by default, take 2. | jmmv | 2014-07-16 | 1 | -1/+1 |
* | Since r202933, kthread_suspend_check() takes no arguments. Update the | gavin | 2014-07-15 | 1 | -2/+2 |
* | Also link 'show bio' to g_bio(9.) | bdrewery | 2014-07-15 | 1 | -1/+3 |
* | Document the 'show bio' command added in 2009. | bdrewery | 2014-07-15 | 1 | -10/+17 |
* | Remove bsd.dtrace.mk. | rpaulo | 2014-07-12 | 1 | -1/+0 |
* | Optimisation: replace ${_D:R} with just ${_D}. | rpaulo | 2014-07-12 | 1 | -2/+2 |
* | Automatically build and link DTrace USDT probes. | rpaulo | 2014-07-12 | 2 | -65/+19 |
* | Make MK_GNUCXX mean "build the libstdc++ and libsupc++ libraries" and | imp | 2014-07-10 | 1 | -2/+3 |