summaryrefslogtreecommitdiffstats
path: root/lib/libarch/i386 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete the VM86 kernel option and i386_vm86(3) API: it's requiredguenther2018-07-093-159/+3
| | | | | | | a custom kernel for over 20 years. testing mlarkin@ ok deraadt@ phessler@ jca@ matthieu@
* some Xr adjustment to catch up with MLINKS removal;jmc2016-03-302-10/+10
|
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-3/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* no more i386_get_ioperm(2);jmc2016-03-241-3/+2
|
* Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.guenther2016-03-244-220/+4
| | | | | | | They're no longer used by anything and should let us simplify the TSS handling. ok mikeb@ naddy@
* Remove option USER_LDT and everything depending on it.naddy2016-03-034-221/+4
| | | | | | | | Remove machdep.userldt sysctl. Remove i386_[gs]et_ldt syscall stub from libi386. Remove i386_[gs]et_ldt regression test. ok mlarkin@ millert@ guenther@
* ansify; ok sthen@ kettenis@jca2016-02-016-20/+10
|
* use .In rather than .Fd #includeschwarze2015-09-106-28/+28
|
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-3/+3
| | | | | | | Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@
* remove useless casts (and the comments saying lint complains about them)tedu2014-11-156-16/+10
|
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
|
* - bit clearer about sysctls/securelevel (text lifted from i386_iopl(2))jmc2013-09-141-4/+17
| | | | | | | - EPERM only applies to _set_ioperm help kettenis original diff From: Paul Kelly
* since i386_{g,s}et_ioperm(2) are the same page, do not list them both injmc2013-05-051-3/+2
| | | | SEE ALSO;
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-0510-18/+8
| | | | ok guenther millert kettenis
* tweak previous;jmc2012-04-122-8/+8
|
* Clarify thread-localness in the wake of rfork's removalguenther2012-04-122-12/+18
|
* Provide wrappers for the new I386_{GET,SET}_{FS,GS}BASE sysarch() calls.guenther2011-03-127-1/+366
| | | | In some sense, these are mainly to give names to hang manpages from.
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-267-59/+10
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* convert to new .Dd format;jmc2007-05-314-8/+8
|
* various improvements;jmc2006-10-161-15/+26
| | | | | | | | | based on -r1.22 from freebsd (i386 version anyway), submitted by andreas fuchs, improved by ru@freebsd, then again by myself and mickey ok mickey
* slightly reword [EPERM] section; ok djmjmc2006-02-241-2/+2
|
* document that this call needs securelevel <= 0, ordjm2006-02-241-4/+13
| | | | machdep.allowapeture > 0; feedback naddy@ and jmc@, ok deraadt@
* add archs to .Dt lines here too;jmc2004-03-124-8/+8
| | | | spotted by miod@
* don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)david2003-07-191-2/+2
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* tweak;jmc2003-05-291-2/+2
| | | | ok mickey@
* mention that this has to be enabled via sysctl before usemickey2003-05-291-0/+7
|
* document that the i386* functions have to be compiled with -li386;jmc2003-03-144-4/+32
| | | | | | | from er, Charlie Root; Fixes PR 3114; ok tholo@
* typos;jmc2003-02-253-16/+25
| | | | intro(2): help deraadt@
* install all man pages on all archderaadt2002-07-121-9/+11
|
* o) We always close .Bl and .Bd tags;mpech2001-08-061-1/+2
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* Some cleanup.aaron2001-02-111-18/+18
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-182-8/+10
| | | | breaks and getting rid of short lines, making these files easier to work with.
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-152-6/+6
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.
* add NOPIC= in order to avoid to build the shared version of thematthieu2000-01-011-1/+2
| | | | library.
* do not make excessive shared libraries for these tiny libraries..deraadt1999-07-181-2/+0
|
* i386 man pages in cat2/i386/deraadt1999-07-091-1/+2
|
* - remove all trailing whitespaceaaron1999-07-093-11/+11
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-074-7/+7
| | | | it's not supposed to be a hyphen/dash
* spellingderaadt1999-07-031-1/+1
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* EACESS -> EACCES; garath@code.ridgefield.orgaaron1999-03-021-1/+1
|
* spellingderaadt1998-06-051-1/+1
|
* lean up lint warningstholo1998-02-036-4/+13
|
* tabifykstailey1997-07-237-19/+19
|
* Attempt at cleanup.michaels1996-10-084-7/+7
|
* typo in i386_iopl(2) manpage; netbsd pr#2461; gary@wheel.tiac.netderaadt1996-06-161-2/+2
|
* From NetBSD: merge of 960317niklas1996-03-1910-103/+299
|
* update from jtk@kolvir.arlington.ma.us; netbsd pr#1650deraadt1996-01-063-3/+37
|
* initial import of NetBSD treederaadt1995-10-189-0/+492