aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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