aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix a common typo in source code commentsGordon Bergling2021-08-141-1/+1
* Merge common parts of i386 and amd64's ieeefp.h into x86/x86_ieeefp.hNagaChaitanya Vellanki2021-08-121-103/+2
* linux(4): Regen for clone3 system call.Dmitry Chagin2021-08-123-3/+20
* linux(4): Implement clone3 system call.Dmitry Chagin2021-08-121-1/+4
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2021-08-122-0/+2
* linux(4): Regen for clone syscall.Dmitry Chagin2021-08-122-15/+15
* linux(4): Change clone syscall definition to match Linux actual one.Dmitry Chagin2021-08-121-5/+5
* fork: Allow ABI to specify fork return values for child.Dmitry Chagin2021-08-124-3/+26
* linux(4): Regen for faccessat2 system call.Dmitry Chagin2021-08-123-3/+30
* linux(4): Implement faccessat2 system call.Dmitry Chagin2021-08-121-1/+6
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-088-8/+0
* xen/timer: fix amd64 LINT kernel buildRoger Pau Monné2021-08-021-0/+1
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-07-311-0/+2
* amd64: stop doing special allocation for the AP startup trampolineKonstantin Belousov2021-07-291-0/+55
* linux(4): Eliminating an accidental comment.Dmitry Chagin2021-07-291-5/+0
* linux(4): Reimplement futexes using umtx.Dmitry Chagin2021-07-291-5/+0
* linux(4): Fix gcc buld.Dmitry Chagin2021-07-291-1/+0
* xen/timer: make xen timer optionalJulien Grall2021-07-281-1/+3
* linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala2021-07-273-31/+3
* linux: implement rt_sigsuspend(2) on arm64Edward Tomasz Napierala2021-07-231-18/+0
* linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin2021-07-201-1/+2
* linux(4): Fixup the vDSO initialization order.Dmitry Chagin2021-07-201-2/+11
* linux(4): Constify vdso install/deinstall.Dmitry Chagin2021-07-201-4/+4
* linux(4); Almost complete the vDSO.Dmitry Chagin2021-07-205-43/+297
* linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin2021-07-201-2/+12
* acpi: Fix a repeated comment typoJessica Clarke2021-07-191-1/+1
* acpi: Fix a repeated vm_offset_t that should be a vm_size_tJessica Clarke2021-07-191-1/+1
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-164-0/+4
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-151-1/+4
* pccard: remove pccard device from all kernelsWarner Losh2021-07-141-1/+0
* igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan2021-07-122-0/+3
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-104-4/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-104-0/+4
* x86: use ANSI C definition style for trap_fatalKonstantin Belousov2021-07-101-3/+1
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+2
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-292-0/+6
* linux(4): Retire unused declaration.Dmitry Chagin2021-06-221-2/+0
* linux(4): Retire a now unused include.Dmitry Chagin2021-06-221-1/+0
* linux(4): Do not specify shared page for aout binaries.Dmitry Chagin2021-06-221-2/+0
* linux(4): Retire linux_kplatform.Dmitry Chagin2021-06-222-35/+10
* linux(4): Get rid of Linuxulator kernel build options.Dmitry Chagin2021-06-221-15/+1
* linux(4): Regen for linux_poll system call.Dmitry Chagin2021-06-225-7/+14
* linux(4): Implement poll system call via linux_common_ppol()Dmitry Chagin2021-06-221-2/+2
* linux(4): Rework Linux ppoll system call.Dmitry Chagin2021-06-221-21/+0
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-151-2/+4
* an: Remove driverOlivier Houchard2021-06-111-1/+0
* linux(4): Regen for ppoll_time64 system call.Dmitry Chagin2021-06-103-3/+35
* linux(4): Implement ppoll_time64 system call.Dmitry Chagin2021-06-102-2/+7
* linux(4): Regen for pselect6_time64 system call.Dmitry Chagin2021-06-103-3/+40
* linux(4): Implement pselect6_time64 system call.Dmitry Chagin2021-06-102-2/+8