Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | amd64_{get,set}_fsbase() are superfluous and unused; delete them. | 2018-01-07 | 4 | -184/+3 | |
| | | | | | | | Delete unused/never-implemented sysarch defines and structs while here. ports check and ok naddy@ ok deraadt@ mlarkin@ | ||||
* | some Xr adjustment to catch up with MLINKS removal; | 2016-03-30 | 1 | -5/+5 | |
| | |||||
* | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -2/+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 | ||||
* | ansify amd64_iopl() | 2016-02-01 | 1 | -3/+2 | |
| | |||||
* | use .In rather than .Fd #include | 2015-09-10 | 2 | -8/+8 | |
| | |||||
* | remove useless casts (and the comments saying lint complains about them) | 2014-11-15 | 1 | -3/+2 | |
| | |||||
* | zap trailing newlines; "go for it" deraadt | 2014-07-16 | 1 | -2/+1 | |
| | |||||
* | remove never implemented amd64 get/set ioperm sysarch. ok guenther | 2013-05-05 | 5 | -216/+6 | |
| | |||||
* | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 5 | -10/+5 | |
| | | | | ok guenther millert kettenis | ||||
* | tweak previous; | 2012-04-12 | 1 | -4/+4 | |
| | |||||
* | Clarify thread-localness in the wake of rfork's removal | 2012-04-12 | 1 | -6/+10 | |
| | |||||
* | Unrevert the FS.base diff: the issues were actually elsewhere | 2011-04-13 | 1 | -4/+7 | |
| | | | | Additional testing by jasper@ and pea@ | ||||
* | Revert bulk of the FS.base diff, as it causes issues on some machines | 2011-04-10 | 1 | -7/+4 | |
| | | | | and the problem isn't obvious yet. | ||||
* | Add support for per-rthread base-offset for the %fs selector on amd64. | 2011-04-05 | 4 | -4/+186 | |
| | | | | | | | | | | | Add pcb_fsbase to the PCB for tracking what the value for the thread is, and ci_cur_fsbase to struct cpu_info for tracking the CPU's current value for FS.base, then on return to user-space, skip the setting if the CPU has the right value already. Non-threaded processes without TLS leave FS.base zero, which can be conveniently optimized: setting %fs zeros FS.base for fewer cycles than wrmsr. ok kettenis@ | ||||
* | We do not do vm86 mode on amd64 | 2009-08-13 | 2 | -158/+0 | |
| | | | | ok kettenis | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 7 | -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@ | ||||
* | Remove an arch-specific API that wasn't available in the first place, and | 2008-06-09 | 4 | -237/+4 | |
| | | | | | | will be converted to a more generic one soon. ok deraadt, oga | ||||
* | - remove USER_LDT, it was never in a state where it would copile, nor will | 2008-05-23 | 4 | -229/+4 | |
| | | | | | | | we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 5 | -9/+9 | |
| | |||||
* | prefer `buses' to `busses' for the noun plural; | 2006-10-28 | 1 | -1/+1 | |
| | |||||
* | various improvements; | 2006-10-16 | 1 | -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 djm | 2006-02-24 | 1 | -2/+2 | |
| | |||||
* | amd64_iopl() needs securelevel <= 0, or machdep.allowapeture > 0 | 2006-02-24 | 1 | -4/+13 | |
| | | | | just like i386_iopl() | ||||
* | typos; | 2004-03-12 | 1 | -9/+12 | |
| | | | | | new sentence, new line; kill whitespace; | ||||
* | correct .Dt lines, and remove .Lb stuff; | 2004-03-12 | 5 | -11/+9 | |
| | | | | ok deraadt@ | ||||
* | mtrr calls | 2004-02-28 | 4 | -4/+235 | |
| | |||||
* | pretty | 2004-02-28 | 1 | -5/+4 | |
| | |||||
* | bye bye | 2004-02-28 | 10 | -754/+0 | |
| | |||||
* | change to amd_*() functions | 2004-02-27 | 11 | -7/+761 | |
| | |||||
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | 2004-02-27 | 1 | -3/+3 | |
| | | | | | | reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | ||||
* | x86_64 libarch | 2004-02-26 | 11 | -0/+774 | |