| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-07-09 | Delete the VM86 kernel option and i386_vm86(3) API: it's required |  guenther | 3 | -159/+3 |
| 2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland |  guenther | 1 | -4/+4 |
| 2018-01-07 | amd64_{get,set}_fsbase() are superfluous and unused; delete them. |  guenther | 4 | -184/+3 |
| 2017-10-08 | Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon. |  visa | 1 | -2/+2 |
| 2017-10-08 | Fix typo. |  visa | 1 | -3/+3 |
| 2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken |  guenther | 1 | -2/+2 |
| 2016-08-27 | Pull in <stdio.h> for NULL |  guenther | 1 | -2/+2 |
| 2016-08-10 | armish handled some early-gen arm machines, which required tons of |  deraadt | 1 | -2/+2 |
| 2016-03-30 | some Xr adjustment to catch up with MLINKS removal; |  jmc | 3 | -15/+15 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 4 | -16/+4 |
| 2016-03-24 | no more i386_get_ioperm(2); |  jmc | 1 | -3/+2 |
| 2016-03-24 | Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits. |  guenther | 4 | -220/+4 |
| 2016-03-03 | Remove option USER_LDT and everything depending on it. |  naddy | 4 | -221/+4 |
| 2016-02-01 | ansify amd64_iopl() |  jca | 1 | -3/+2 |
| 2016-02-01 | ansify; ok sthen@ kettenis@ |  jca | 6 | -20/+10 |
| 2015-09-14 | in the SYNOPSIS, make void function arguments explicit |  schwarze | 2 | -6/+6 |
| 2015-09-10 | use .In rather than .Fd #include |  schwarze | 8 | -36/+36 |
| 2015-05-30 | Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compiler |  miod | 1 | -2/+2 |
| 2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. |  bentley | 1 | -3/+3 |
| 2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 1 | -5/+4 |
| 2014-12-13 | Provide our own copy of {round,trunc}_page() now that uvm's is unreachable from |  miod | 1 | -2/+4 |
| 2014-11-15 | remove useless casts (and the comments saying lint complains about them) |  tedu | 9 | -23/+16 |
| 2014-07-16 | zap trailing newlines; "go for it" deraadt |  okan | 2 | -4/+2 |
| 2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2 | -7/+7 |
| 2013-09-14 | - bit clearer about sysctls/securelevel (text lifted from i386_iopl(2)) |  jmc | 1 | -4/+17 |
| 2013-08-14 | no longer any need to quote macro lines with >9 args; |  jmc | 1 | -3/+3 |
| 2013-05-05 | since i386_{g,s}et_ioperm(2) are the same page, do not list them both in |  jmc | 1 | -3/+2 |
| 2013-05-05 | remove never implemented amd64 get/set ioperm sysarch. ok guenther |  tedu | 5 | -216/+6 |
| 2012-12-20 | include machine/cpu.h now that is isn't any longer pulled in indirectly |  naddy | 2 | -2/+4 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 19 | -37/+17 |
| 2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 1 | -2/+1 |
| 2012-04-12 | tweak previous; |  jmc | 3 | -12/+12 |
| 2012-04-12 | Clarify thread-localness in the wake of rfork's removal |  guenther | 3 | -18/+28 |
| 2011-12-25 | Missing architecture on the .Dt line; found with mandocdb(8); ok jmc@. |  schwarze | 1 | -3/+3 |
| 2011-12-24 | formatting errors, found using freebsd's "igor"; |  jmc | 1 | -3/+4 |
| 2011-04-13 | Unrevert the FS.base diff: the issues were actually elsewhere |  guenther | 1 | -4/+7 |
| 2011-04-10 | Revert bulk of the FS.base diff, as it causes issues on some machines |  guenther | 1 | -7/+4 |
| 2011-04-05 | Add support for per-rthread base-offset for the %fs selector on amd64. |  guenther | 4 | -4/+186 |
| 2011-03-12 | Provide wrappers for the new I386_{GET,SET}_{FS,GS}BASE sysarch() calls. |  guenther | 7 | -1/+366 |
| 2010-09-26 | add mips64 tags; ok miod |  jmc | 2 | -6/+6 |
| 2010-09-25 | fix Xrs; |  jmc | 1 | -14/+9 |
| 2010-09-24 | tweak previous; |  jmc | 1 | -10/+10 |
| 2010-09-24 | Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, although |  miod | 2 | -2/+71 |
| 2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 1 | -3/+3 |
| 2009-10-01 | Do not `return' in void functions. |  miod | 1 | -4/+4 |
| 2009-09-27 | Add an implementation of IRIX-compatible cacheflush() routine to mips ports, |  miod | 3 | -2/+96 |
| 2009-09-24 | Test for MACHINE_ARCH to decide whether to build stuff in libarch/arm, instead |  miod | 1 | -2/+2 |
| 2009-09-09 | Palm: Integration into the tree |  marex | 1 | -2/+2 |
| 2009-08-13 | We do not do vm86 mode on amd64 |  deraadt | 2 | -158/+0 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 14 | -118/+20 |