aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* linux: remove the always curthread argument from lconvpathMateusz Guzik2021-11-251-1/+1
* twa: RemoveWarner Losh2021-11-252-8/+0
* esp: RemoveWarner Losh2021-11-251-1/+0
* amr: removeWarner Losh2021-11-251-1/+0
* iir: RemoveWarner Losh2021-11-251-1/+0
* mly: Remove.Warner Losh2021-11-251-1/+0
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-11-242-0/+3
* netinet: Remove in_cksum_update()Mark Johnston2021-11-241-19/+0
* syscalls: regenBrooks Davis2021-11-221-886/+887
* syscalls: regenBrooks Davis2021-11-221-20/+20
* syscalls: struct ucontext4 -> struct freebsd4_ucontextBrooks Davis2021-11-223-5/+5
* minidump: Use the provided dump bitsetMitchell Horne2021-11-191-5/+7
* minidump: Use provided msgbuf pointerMitchell Horne2021-11-191-3/+6
* minidump: reduce the amount direct accesses to page tablesMitchell Horne2021-11-191-17/+28
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-193-9/+10
* Add a COMPAT_FREEBSD13 kernel optionKristof Provost2021-11-172-0/+2
* tcp: better congestion control defaultsWarner Losh2021-11-123-4/+3
* Update MINIMAL to have CC optionsWarner Losh2021-11-121-0/+2
* tcp: Congestion control cleanup.Randall Stewart2021-11-111-0/+2
* sysbeep: Adjust interface to take a duration as a sbtWarner Losh2021-11-031-2/+2
* linux: mv sys/i386/linux/linux_ptrace{,_machdep}.cEdward Tomasz Napierala2021-11-031-0/+0
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-222-527/+1
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-10-201-2/+2
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-29/+15
* cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use itMark Johnston2021-10-181-3/+1
* i386: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-083-1391/+1475
* minidump: De-duplicate the progress barMitchell Horne2021-09-291-11/+2
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-291-18/+3
* f00f: We don't need giant to create IDT for workaround.Warner Losh2021-09-291-2/+0
* Drop cloudabiKonstantin Belousov2021-09-212-212/+0
* Revert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it"Mark Johnston2021-09-211-1/+3
* cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use itMark Johnston2021-09-211-3/+1
* x86: duplicate acpi_wakeup.c per i386 and amd64Konstantin Belousov2021-09-131-0/+391
* vmd(4): Major driver refactoringAlexander Motin2021-09-031-0/+4
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-305-5/+3
* StyleKonstantin Belousov2021-08-281-0/+1
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* i386: retire bcopyMateusz Guzik2021-08-241-9/+0
* i386: retire bzeroMateusz Guzik2021-08-231-20/+0
* i386: retire bcmpMateusz Guzik2021-08-231-25/+0
* kvm_clock: KVM paravirtual clock supportAdam Fenn2021-08-143-0/+9
* x86: cpufunc: Add rdtsc_ordered()Adam Fenn2021-08-141-0/+14
* x86: cpufunc: Add rdtscp_aux()Adam Fenn2021-08-141-0/+9
* 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