aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r314217. Commit is not match that I have approved.Dmitry Chagin2017-02-241-0/+3
* Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari2017-02-241-3/+0
* Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3).Dmitry Chagin2017-02-191-1/+0
* MFamd64 r313933: microoptimize pmap_protect_pde().Konstantin Belousov2017-02-191-3/+3
* Merge i386 and amd64 mtrr drivers.Konstantin Belousov2017-02-171-725/+0
* x86: fix MTRR initialization if EARLY_AP_STARTUP is usedRoger Pau Monné2017-02-171-1/+6
* Remove EISA bus support for add-in cards. Remove related kernel andWarner Losh2017-02-161-16/+0
* Remove Micro Channel Architecture support. Of the commonly availableWarner Losh2017-02-153-200/+0
* Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-107-7/+8
* Regen after r313284.Dmitry Chagin2017-02-055-31/+1656
* Update syscall.master to 4.10-rc6. Also fix comments, a typo,Dmitry Chagin2017-02-052-13/+149