aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* xen: Prevent buffer overflow in privcmd ioctlDan Carpenter2022-05-061-0/+3
* Remove checks for <sys/cdefs.h> being included.John Baldwin2022-04-123-12/+0
* Remove checks for __CC_SUPPORTS_WARNING assuming it is always true.John Baldwin2022-04-122-8/+0
* Remove checks for __CC_SUPPORTS__INLINE assuming it is always true.John Baldwin2022-04-121-74/+0
* Remove checks for __GNUCLIKE___TYPEOF assuming it is always true.John Baldwin2022-04-121-8/+0
* Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin2022-04-126-72/+6
* x86: Remove silly checks for <sys/cdefs.h>.John Baldwin2022-04-121-4/+0
* Drop an OBE MP safe comment.John Baldwin2022-03-251-4/+0
* xen: switch to use headers in contribElliott Mitchell2022-02-071-2/+2
* x86 atomic.h: remove obsoleted commentKonstantin Belousov2022-02-041-8/+0
* x86 atomics: use lock prefix unconditionallyKonstantin Belousov2022-02-041-36/+16
* x86 atomic.h: cleanup comments for preprocessor directivesKonstantin Belousov2022-02-041-2/+2
* Move struct freebsd4_ucontext to sys/i386/include/ucontext.h.John Baldwin2022-01-141-0/+8
* Rename struct sigframe4 to struct freebsd4_sigframe.John Baldwin2022-01-141-1/+1
* Rename struct mcontext4 to struct freebsd4_mcontext.John Baldwin2022-01-141-1/+1
* Simplify swi for bus_dma.John Baldwin2021-12-281-1/+0
* Add <machine/tls.h> header to hold MD constants and helpers for TLS.John Baldwin2021-12-091-0/+5
* Make struct syscall_args machine independentBrooks Davis2021-12-081-7/+0
* x86: Deduplicate clock.hMark Johnston2021-12-061-40/+2
* i386: take pcb and fpu area into account in GET_STACK_USAGEMitchell Horne2021-11-301-4/+4
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-11-241-0/+3
* netinet: Remove in_cksum_update()Mark Johnston2021-11-241-19/+0
* syscalls: struct ucontext4 -> struct freebsd4_ucontextBrooks Davis2021-11-221-1/+1
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-2/+2
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-221-519/+0
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* x86: cpufunc: Add rdtsc_ordered()Adam Fenn2021-08-141-0/+14
* x86: cpufunc: Add rdtscp_aux()Adam Fenn2021-08-141-0/+9
* Merge common parts of i386 and amd64's ieeefp.h into x86/x86_ieeefp.hNagaChaitanya Vellanki2021-08-121-103/+2
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-07-311-0/+2
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+1
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-1/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+1
* i386: Make setidt_disp a size_t instead of uintptr_tMark Johnston2021-06-011-1/+1
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-04-121-0/+1
* x86: remove gcov kernel supportKonstantin Belousov2021-04-022-171/+5
* gdb: report specific stop reason for watchpointsMitchell Horne2021-03-301-0/+1
* x86: implement kdb watchpoint functionsMitchell Horne2021-03-291-0/+3
* Remove PCPU_INCJason A. Harmening2021-03-211-24/+0
* smbios: Move smbios driver out from x86 machdep codeAllan Jude2021-02-231-32/+0
* wl(4): remove obsolete headerMarius Strobl2021-01-161-168/+0
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-111-0/+7
* x86: Add rdtscp32() into cpufunc.h.Konstantin Belousov2021-01-101-0/+9
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-4/+15
* Remove support for intel compiler from i386 in_cksumWarner Losh2020-10-241-2/+2
* Fix for mis-interpretation of PCB_KERNFPU.Konstantin Belousov2020-10-141-0/+1
* Add a per-each macro IOMMU_DOMAIN_UNLOAD_SLEEP which allows to sleepRuslan Bukin2020-10-141-0/+2
* Add support for FPU_KERN_NOCTX.John Baldwin2020-10-132-0/+2
* Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.John Baldwin2020-10-131-0/+6