summaryrefslogtreecommitdiff
path: root/lib/libarch
AgeCommit message (Expand)Author
2021-09-17sys/param.h was only used for PAGE_MASK. use getpagesize() atTheo de Raadt
2021-09-17sys/param.h is not needed by this fileTheo de Raadt
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2018-07-09Delete the VM86 kernel option and i386_vm86(3) API: it's requiredPhilip Guenther
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2018-01-07amd64_{get,set}_fsbase() are superfluous and unused; delete them.Philip Guenther
2017-10-08Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon.Visa Hankala
2017-10-08Fix typo.Visa Hankala
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-24no more i386_get_ioperm(2);Jason McIntyre
2016-03-24Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.Philip Guenther
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
2016-02-01ansify amd64_iopl()Jeremie Courreges-Anglas
2016-02-01ansify; ok sthen@ kettenis@Jeremie Courreges-Anglas
2015-09-14in the SYNOPSIS, make void function arguments explicitIngo Schwarze
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-05-30Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compilerMiod Vallat
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.Anthony J. Bentley
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-12-13Provide our own copy of {round,trunc}_page() now that uvm's is unreachable fromMiod Vallat
2014-11-15remove useless casts (and the comments saying lint complains about them)Ted Unangst
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-09-14- bit clearer about sysctls/securelevel (text lifted from i386_iopl(2))Jason McIntyre
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-05-05since i386_{g,s}et_ioperm(2) are the same page, do not list them both inJason McIntyre
2013-05-05remove never implemented amd64 get/set ioperm sysarch. ok guentherTed Unangst
2012-12-20include machine/cpu.h now that is isn't any longer pulled in indirectlyChristian Weisgerber
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-04-12tweak previous;Jason McIntyre
2012-04-12Clarify thread-localness in the wake of rfork's removalPhilip Guenthe
2011-12-25Missing architecture on the .Dt line; found with mandocdb(8); ok jmc@.Ingo Schwarze
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-04-13Unrevert the FS.base diff: the issues were actually elsewherePhilip Guenthe
2011-04-10Revert bulk of the FS.base diff, as it causes issues on some machinesPhilip Guenthe
2011-04-05Add support for per-rthread base-offset for the %fs selector on amd64.Philip Guenthe
2011-03-12Provide wrappers for the new I386_{GET,SET}_{FS,GS}BASE sysarch() calls.Philip Guenthe
2010-09-26add mips64 tags; ok miodJason McIntyre
2010-09-25fix Xrs;Jason McIntyre
2010-09-24tweak previous;Jason McIntyre
2010-09-24Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, althoughMiod Vallat
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-10-01Do not `return' in void functions.Miod Vallat
2009-09-27Add an implementation of IRIX-compatible cacheflush() routine to mips ports,Miod Vallat
2009-09-24Test for MACHINE_ARCH to decide whether to build stuff in libarch/arm, insteadMiod Vallat