summaryrefslogtreecommitdiffstats
path: root/lib/libarch (follow)
Commit message (Expand)AuthorAgeFilesLines
* use .In rather than .Fd #includeschwarze2015-09-108-36/+36
* Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compilermiod2015-05-301-2/+2
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-3/+3
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-5/+4
* Provide our own copy of {round,trunc}_page() now that uvm's is unreachable frommiod2014-12-131-2/+4
* remove useless casts (and the comments saying lint complains about them)tedu2014-11-159-23/+16
* zap trailing newlines; "go for it" deraadtokan2014-07-162-4/+2
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-182-7/+7
* - bit clearer about sysctls/securelevel (text lifted from i386_iopl(2))jmc2013-09-141-4/+17
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* since i386_{g,s}et_ioperm(2) are the same page, do not list them both injmc2013-05-051-3/+2
* remove never implemented amd64 get/set ioperm sysarch. ok guenthertedu2013-05-055-216/+6
* include machine/cpu.h now that is isn't any longer pulled in indirectlynaddy2012-12-202-2/+4
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-0519-37/+17
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
* tweak previous;jmc2012-04-123-12/+12
* Clarify thread-localness in the wake of rfork's removalguenther2012-04-123-18/+28
* Missing architecture on the .Dt line; found with mandocdb(8); ok jmc@.schwarze2011-12-251-3/+3
* formatting errors, found using freebsd's "igor";jmc2011-12-241-3/+4
* Unrevert the FS.base diff: the issues were actually elsewhereguenther2011-04-131-4/+7
* Revert bulk of the FS.base diff, as it causes issues on some machinesguenther2011-04-101-7/+4
* Add support for per-rthread base-offset for the %fs selector on amd64.guenther2011-04-054-4/+186
* Provide wrappers for the new I386_{GET,SET}_{FS,GS}BASE sysarch() calls.guenther2011-03-127-1/+366
* add mips64 tags; ok miodjmc2010-09-262-6/+6
* fix Xrs;jmc2010-09-251-14/+9
* tweak previous;jmc2010-09-241-10/+10
* Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, althoughmiod2010-09-242-2/+71
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-3/+3
* Do not `return' in void functions.miod2009-10-011-4/+4
* Add an implementation of IRIX-compatible cacheflush() routine to mips ports,miod2009-09-273-2/+96
* Test for MACHINE_ARCH to decide whether to build stuff in libarch/arm, insteadmiod2009-09-241-2/+2
* Palm: Integration into the treemarex2009-09-091-2/+2
* We do not do vm86 mode on amd64deraadt2009-08-132-158/+0
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-2614-118/+20
* Remove an arch-specific API that wasn't available in the first place, andphessler2008-06-094-237/+4
* we only do static libarch; ok drahnderaadt2008-05-231-4/+0
* - remove USER_LDT, it was never in a state where it would copile, nor willjasper2008-05-234-229/+4
* "arm" is not a valid .Dt arch; remove it, as this page is for bothjmc2007-11-172-6/+6
* More cats stuff leaving the boat to join the boat anchor.miod2007-08-011-3/+3
* convert to new .Dd format;jmc2007-05-3112-23/+23
* prefer `buses' to `busses' for the noun plural;jmc2006-10-281-1/+1
* various improvements;jmc2006-10-162-30/+52
* System build pieces for armish arch.drahn2006-06-061-3/+3
* slightly reword [EPERM] section; ok djmjmc2006-02-242-4/+4
* amd64_iopl() needs securelevel <= 0, or machdep.allowapeture > 0djm2006-02-241-4/+13
* document that this call needs securelevel <= 0, ordjm2006-02-241-4/+13
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* use cats/zaurus and install the manpages in the appropriate places,drahn2005-03-151-4/+4
* build libarch for arm.drahn2005-02-031-2/+2
* libarch for arm, to allow for cache flushing.drahn2005-02-036-0/+239