aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Remove two stray references to wl driver, removed some time ago.Warner Losh2017-12-302-2/+0
* Remove a few more dangling references to ie(4).John Baldwin2017-12-282-3/+0
* sys/i386/isa/elink*: sync with (older) NetBSD.Pedro F. Giffuni2017-12-282-6/+10
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Add atomic_load(9) and atomic_store(9) operations.Konstantin Belousov2017-12-191-0/+2
* Also forgotten in the previous that removed the permanent double mappingBruce Evans2017-12-181-3/+7
* Remove the permanent double mapping of low physical memory and replaceBruce Evans2017-12-181-43/+31
* Fix the undersupported option KERNLOAD, part 2: fix crashes in locoreBruce Evans2017-12-181-3/+9
* Fix the undersupported option KERNLOAD, part 1: fix crashes in locoreBruce Evans2017-12-182-9/+9
* Minor cleanups found while fixing a bug involving double mapping of lowBruce Evans2017-12-151-7/+7
* Pass the trap frame to fasttrap hooks.Mark Johnston2017-12-111-7/+2
* i386: Bump KSTACK_PAGES default to match amd64Conrad Meyer2017-12-112-2/+2
* Move instantiation of msgbufp from 9 MD files to subr_prf.c.Bruce Evans2017-12-071-1/+0
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-302-0/+4
* It's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT fromScott Long2017-11-291-5/+0
* Disable vim syntax highlighting.Brooks Davis2017-11-282-0/+2
* Remap ENOATTR to ENODATA in the linuxulator.Fedor Uporov2017-11-271-1/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2792-0/+184
* Use TO_PTR() to convert integers to pointers.Ed Schouten2017-11-261-1/+1
* Merge ^/head r326132 through r326161.Hans Petter Selasky2017-11-242-7/+13
|\
| * Implement atomic_fetchadd_64() for i386. This function is needed by theHans Petter Selasky2017-11-241-0/+12
| * Don't let cpu_set_syscall_retval() clobber exec_setregs().Ed Schouten2017-11-241-7/+1
* | Merge ^/head r325999 through r326131.Hans Petter Selasky2017-11-2328-20/+59
|\|
| * Remove lint support from system headers and MD x86 headers.Konstantin Belousov2017-11-233-20/+5
| * sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2027-0/+54
* | Merge ^/head r325842 through r325998.Hans Petter Selasky2017-11-1915-1179/+16
|\|
| * spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-188-0/+16
| * Remove i386 XBOX support.Konstantin Belousov2017-11-1610-1179/+0
* | Remove no longer supported mthca driver.Hans Petter Selasky2017-11-131-2/+0
|/
* Remove useless DEBUG printfs in i386 sendsig() implementations.Konstantin Belousov2017-11-081-9/+0
* x86: Do not emit unused TD_TID symbols.Konstantin Belousov2017-11-041-1/+0
* Eliminate unused load.Konstantin Belousov2017-11-041-1/+0
* Consistently ensure that we do not load MXCSR with reserved bits set.Konstantin Belousov2017-11-012-5/+4
* Set the return address for stack entry points to zero.Tijl Coosemans2017-10-311-0/+3
* Update several more URLsEitan Adler2017-10-292-4/+4
* Fix the VM_NRESERVLEVEL == 0 build.Mark Johnston2017-10-231-0/+11
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-201-0/+1
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-7/+4
* Change i386_get_ldt() to return 'EOF' when the requested range ofKonstantin Belousov2017-10-091-12/+9
* Improvements to set_user_ldt().Konstantin Belousov2017-10-092-27/+30
* Reset the fs and gs bases on exec(2).Konstantin Belousov2017-10-093-18/+51
* More style.Konstantin Belousov2017-10-091-3/+7
* Improve i386_get_ldt().Konstantin Belousov2017-10-061-25/+22
* Remove unneeded cast.Konstantin Belousov2017-10-061-2/+1
* Style.Konstantin Belousov2017-10-061-3/+4
* Use ANSI C declarations.Konstantin Belousov2017-10-051-7/+3
* Correct format specifiers in the debug code. Style.Konstantin Belousov2017-10-051-4/+4
* Style.Konstantin Belousov2017-10-051-15/+8
* A different fix for the issue from r323722.Konstantin Belousov2017-09-282-2/+31
* Restore a part of r323722.Konstantin Belousov2017-09-282-17/+4