aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of one more possible exception on return to usermode.Konstantin Belousov2017-07-081-4/+3
* Garbage collect kernel option TWA_FLASH_FIRMWARESean Bruno2017-07-031-1/+0
* Add support for musl consumers to the Linuxulator.Dmitry Chagin2017-07-031-0/+13
* When "force" is specified to pmap_invalidate_cache_range(), the givenAlan Cox2017-07-011-1/+1
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+1
* Fix indent.Konstantin Belousov2017-06-241-1/+1
* Correct translations between abridged and full x87 tags.Konstantin Belousov2017-06-171-3/+8
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-123-9/+16
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-121-7/+7
* Remove the BSD/OS 2.1 system call gate LDT entry.John Baldwin2017-05-231-4/+0
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-1710-159/+67
* Use kmem_malloc() instead of malloc(9) for the native amd64 filter.Jung-uk Kim2017-04-171-2/+14
* Move declarations for a machine-dependent function to the header file.Jung-uk Kim2017-04-171-2/+0
* Reduce diff with amd64 version.Jung-uk Kim2017-04-171-1/+1
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-174-5/+7
* Remove unused assembly symbols pointing to vmmeter.Gleb Smirnoff2017-04-171-3/+0
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-092-3/+3
* Trying to be more compatible with Linux if.h definitions:Tai-hwa Liang2017-04-081-1/+2
* Adjust the constraint for "src" in atomic_(f)cmpset_8.Mark Johnston2017-03-271-6/+6
* revert r315959 because it causes build problemsAndriy Gapon2017-03-272-31/+22
* Fix printing of negative offsets (typically from frame pointers) again.Bruce Evans2017-03-261-15/+0
* specific end of interrupt implementation for AMD Local APICAndriy Gapon2017-03-252-22/+31
* Implement Linux mincore() system call.Dmitry Chagin2017-03-251-1/+0
* Remove buggy adjustment of page tables in db_write_bytes().Bruce Evans2017-03-241-52/+2
* Remove Solaris 2.6 syscalls selector.Gleb Smirnoff2017-03-231-1/+0
* Stop providing the compat_3_brand.Ed Schouten2017-03-231-1/+0
* Update r315753 with the proper flag name.Konstantin Belousov2017-03-221-1/+1
* Add a flag BI_BRAND_ONLY_STATIC to specify that the brand onlyKonstantin Belousov2017-03-221-1/+1
* Add support for 8- and 16-bit atomic_(f)cmpset to x86.Mark Johnston2017-03-221-37/+74
* Set the interpreter path to /nonexistent.Ed Schouten2017-03-221-0/+1
* Implement getrandom() syscall.Dmitry Chagin2017-03-181-1/+0
* To reduce code duplication move socket defines to the MI path.Dmitry Chagin2017-03-181-31/+0
* Don't access the reserved registers %dr4 and %dr5 on i386.Bruce Evans2017-03-173-45/+7
* Remove i915drm and radeondrm from NOTES and conf.Emmanuel Vadot2017-03-121-2/+0
* Reduce code duplication between MD Linux code by moving SYSV IPC 64-bitDmitry Chagin2017-03-072-155/+0
* Regenerated Linuxulator syscall tables for r314782Mahdi Mokhtari2017-03-065-72/+8
* Add UNIMPLEMENTED() placeholder macro forMahdi Mokhtari2017-03-062-8/+22
* Revert r314669, r314670:Pedro F. Giffuni2017-03-061-0/+1
* Drop i486 from the default i386 GENERIC kernel configuration.Pedro F. Giffuni2017-03-041-1/+0
* Renumber copyright clause 4Warner Losh2017-02-2830-30/+30
* Initialize pcb_save for thread0.Konstantin Belousov2017-02-281-0/+1
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-285-806/+0
* Regen for r314312 (Linux epoll_pwait).Dmitry Chagin2017-02-262-1/+6
* Change Linux epoll_pwait syscall definition to match Linux actual one.Dmitry Chagin2017-02-261-1/+2
* Refine the fix from r312954. Specifically, add a new PDE-only flag,Alan Cox2017-02-262-29/+41
* Implement timerfd family syscalls.Dmitry Chagin2017-02-261-4/+0
* Regen after r314291 (timerfd definition).Dmitry Chagin2017-02-263-9/+70
* Change Linuxulator timerfd syscalls definition to match actual Linux one.Dmitry Chagin2017-02-261-3/+6
* Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala2017-02-251-1/+3
* Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari2017-02-241-3/+0