aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Map DMAP as nx.Konstantin Belousov2017-04-131-2/+2
* 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-082-2/+4
* revert r315959 because it causes build problemsAndriy Gapon2017-03-275-36/+44
* 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-255-44/+36
* Implement Linux mincore() system call.Dmitry Chagin2017-03-252-2/+0
* Remove buggy adjustment of page tables in db_write_bytes().Bruce Evans2017-03-241-54/+1
* Stop providing the compat_3_brand.Ed Schouten2017-03-232-2/+0
* Update r315753 with the proper flag name.Konstantin Belousov2017-03-222-2/+2
* Add a flag BI_BRAND_ONLY_STATIC to specify that the brand onlyKonstantin Belousov2017-03-222-3/+2
* Add support for 8- and 16-bit atomic_(f)cmpset to x86.Mark Johnston2017-03-221-77/+79
* Set the interpreter path to /nonexistent.Ed Schouten2017-03-222-0/+2
* Implement getrandom() syscall.Dmitry Chagin2017-03-182-2/+0
* To reduce code duplication move socket defines to the MI path.Dmitry Chagin2017-03-182-75/+0
* Don't access the reserved registers %dr4 and %dr5 on i386.Bruce Evans2017-03-172-37/+5
* Hide the AMD MONITORX/MWAITX capability.Peter Grehan2017-03-161-0/+3
* 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-074-307/+2
* Regenerated Linuxulator syscall tables for r314782Mahdi Mokhtari2017-03-0610-290/+34
* Add UNIMPLEMENTED() placeholder macro forMahdi Mokhtari2017-03-064-33/+51
* Renumber copyright clause 4Warner Losh2017-02-2826-26/+26
* Initialize pcb_save for thread0.Konstantin Belousov2017-02-281-0/+1
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-281-21/+0
* Regen for r314312 (Linux epoll_pwait).Dmitry Chagin2017-02-264-2/+12
* Change Linux epoll_pwait syscall definition to match Linux actual one.Dmitry Chagin2017-02-262-2/+4
* Refine the fix from r312954. Specifically, add a new PDE-only flag,Alan Cox2017-02-262-31/+40
* Implement timerfd family syscalls.Dmitry Chagin2017-02-262-8/+0
* Regen after r314291 (timerfd definition).Dmitry Chagin2017-02-266-18/+140
* Change Linuxulator timerfd syscalls definition to match actual Linux one.Dmitry Chagin2017-02-262-6/+12
* 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-244-7/+4
* Revert r314217. Commit is not match that I have approved.Dmitry Chagin2017-02-243-46/+6
* Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari2017-02-243-6/+46
* sys: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-222-7/+7
* ddb show pte: use pmap of kdb_threadMark Johnston2017-02-211-4/+9
* Reimplement linux_arch_prctl() as a wrapper around sysarch(2).Edward Tomasz Napierala2017-02-201-14/+21
* In pmap_enter(), set the PG_MANAGED flag on the new PTE in one place,Alan Cox2017-02-191-8/+6
* Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3).Dmitry Chagin2017-02-192-2/+0
* Microoptimize amd64/pmap.c pmap_protect_pde().Konstantin Belousov2017-02-191-3/+3
* Bring back r313037, with fixes for mips:Jason A. Harmening2017-02-191-0/+10
* Merge i386 and amd64 mtrr drivers.Konstantin Belousov2017-02-171-759/+0
* x86: fix MTRR initialization if EARLY_AP_STARTUP is usedRoger Pau Monné2017-02-171-1/+6
* Implement linux version of ptrace(2). It's nowhere near complete,Edward Tomasz Napierala2017-02-162-1/+414
* Regen after r313769.Edward Tomasz Napierala2017-02-152-6/+6
* Fix definition of linux64 ptrace syscall.Edward Tomasz Napierala2017-02-151-1/+1
* Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-108-8/+0
* ixl(4): Update to 1.7.12-kEric Joyner2017-02-102-0/+2
* Regen after r313284.Dmitry Chagin2017-02-0510-105/+2788
* Update syscall.master to 4.10-rc6. Also fix comments, a typo,Dmitry Chagin2017-02-054-29/+292