aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Retire procfs-based process debugging.John Baldwin2020-04-012-10/+4
* Expand generic subword atomic primitivesConrad Meyer2020-03-251-0/+1
* retire cx,ctau driversEd Maste2020-03-201-8/+0
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-181-1/+1
* Finish removal of bktrWarner Losh2020-03-012-84/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-266-31/+45
* Fix IBRS for machines with IBRS_ALL capability.Konstantin Belousov2020-02-251-1/+1
* i386: remove no longer needed atomic_load_ptr castsMateusz Guzik2020-02-141-1/+1
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-2/+2
* regen linuxulator sysent after r357577Ed Maste2020-02-055-5/+75
* linuxulator: implement sendfileEd Maste2020-02-052-3/+4
* uma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG & tag othersRyan Libby2020-02-041-1/+1
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-6/+0
* Fix 64-bit syscall argument fetching in 32-bit Linux syscall handlers.Mark Johnston2020-01-211-7/+0
* Add support for Hygon Dhyana Family 18h processor.Konstantin Belousov2020-01-211-2/+3
* sysent targets: further cleanup and deduplicationKyle Evans2020-01-181-23/+2
* Set .ORDER for makesyscalls generated filesKyle Evans2020-01-101-0/+3
* Define a unified pmap structure for i386.Mark Johnston2020-01-074-24/+10
* Consistently use pmap_t instead of struct pmap *.Mark Johnston2020-01-071-4/+2
* When a copy-on-write fault occurs, pmap_enter() is called on to replace theAlan Cox2020-01-041-3/+9
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* Add basic getcpu(2) support to linuxulator. The purpose of thisEdward Tomasz Napierala2019-12-311-2/+0
* Regen after r356229.Edward Tomasz Napierala2019-12-313-3/+25
* Fix definitions for Linux getcpu(2).Edward Tomasz Napierala2019-12-311-1/+2
* linux(4): implement copy_file_range(2)Pawel Biernacki2019-12-301-2/+0
* Implement Linux syslog(2) syscall; just enough to make Linux dmesg(8)Edward Tomasz Napierala2019-12-291-1/+0
* Correctly implement PMAP_ENTER_NOREPLACE in pmap_enter_{l2,pde}() on kernelAlan Cox2019-12-291-32/+60
* [PowerPC] Implement Secure-PLT jump table processing for ppc32.Brandon Bergren2019-12-241-0/+7
* Repeat the spinlock_enter/exit pattern from amd64 on other architectures toJeff Roberson2019-12-161-3/+4
* Add compat.linux.emul_path, so it can be set to something otherEdward Tomasz Napierala2019-12-161-3/+3
* Add sync_file_range(2) implementation to linux(4); it's a thin wrapperEdward Tomasz Napierala2019-12-141-1/+0
* Regen after r355752.Edward Tomasz Napierala2019-12-143-3/+30
* Fix definitions for linuxulator's sync_file_range(2).Edward Tomasz Napierala2019-12-141-1/+2
* bitset: rename confusing macro NAND to ANDNOTRyan Libby2019-12-131-1/+1
* Introduce vm_page_astate.Mark Johnston2019-12-102-2/+2
* Copy out aux args after the argument and environment vectors.John Baldwin2019-12-091-8/+17
* sysent: Reduce duplication and improve readability.Brooks Davis2019-12-061-4/+12
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-033-54/+64
* Remove the trm(4) driverScott Long2019-11-281-1/+0
* Convert in-tree sysent targets to use new makesyscalls.luaKyle Evans2019-11-181-2/+4
* Check for errors from copyout() and suword*() in sv_copyout_args/strings.John Baldwin2019-11-181-24/+44
* Set MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configurations.Mark Johnston2019-11-181-1/+1
* Use a sv_copyout_auxargs hook in the Linux ELF ABIs.John Baldwin2019-11-151-19/+16
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-151-0/+1
* Add the pvscsi driver to the tree.Josh Paetzel2019-11-141-0/+1
* Tidy syscall declerations.Brooks Davis2019-11-141-1/+1
* i386: stop guessing the address of the trap frame in ddb backtrace.Konstantin Belousov2019-11-122-24/+31
* teach db_nextframe/x86 about [X]xen_intr_upcall interrupt handlerAndriy Gapon2019-11-121-1/+2
* db_nextframe/i386: reduce the number of special frame typesAndriy Gapon2019-11-111-20/+25