aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* i386: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-096-18/+7
* geode: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* linux(4): Regen for prctl fix.Dmitry Chagin2022-05-092-3/+3
* linux(4): Fix 039e98e6.Dmitry Chagin2022-05-091-1/+1
* linux(4): Return native error from futex_atomic_op to avoid conversion by the...Dmitry Chagin2022-05-091-5/+5
* linux(4): Regen for prctl syscall.Dmitry Chagin2022-05-092-12/+12
* linux(4): Change prctl syscall definition to match Linux actual one.Dmitry Chagin2022-05-091-4/+4
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-05-083-0/+26
* linux(4): Refactor vdso_gettc_x86 includes.Dmitry Chagin2022-05-081-0/+1
* linux(4): Implement semtimedop syscalls.Dmitry Chagin2022-05-062-1/+9
* linux(4): Regen for semtimedop syscalls.Dmitry Chagin2022-05-063-3/+30
* linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin2022-05-061-1/+6
* linux(4): Retire linux_semop implementation.Dmitry Chagin2022-05-061-5/+2
* xen: Prevent buffer overflow in privcmd ioctlDan Carpenter2022-05-061-0/+3
* smapi: Use devclass_find to lookup smapi devclass in unload handler.John Baldwin2022-05-051-16/+17
* smapi: Store softc pointer in si_drv1 of cdev.John Baldwin2022-05-051-13/+11
* linux(4): Implement recvmmsg_time64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for recvmmsg_time64 syscall.Dmitry Chagin2022-05-043-3/+35
* linux(4): Change recvmmsg_time64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+7
* linux(4): Implement timerfd_gettime64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for timerfd_gettime64 syscall.Dmitry Chagin2022-05-043-3/+20
* linux(4): Change timerfd_gettime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+4
* linux(4): Implement timerfd_settime64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for timerfd_settime64 syscall.Dmitry Chagin2022-05-043-3/+30
* linux(4): Change timerfd_settime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+6
* linux(4): Implement timer_settime64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for timer_settime64 syscall.Dmitry Chagin2022-05-043-3/+30
* linux(4): Change timer_settime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+6
* linux(4): Implement timer_gettime64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for timer_gettime64 syscall.Dmitry Chagin2022-05-043-3/+20
* linux(4): Change timer_gettime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+4
* linux(4): Implement sched_rr_get_interval_time64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for sched_rr_get_interval_time64 syscall.Dmitry Chagin2022-05-043-4/+21
* linux(4): Change sched_rr_get_interval_time64 syscall definition to match Lin...Dmitry Chagin2022-05-041-2/+5
* Remove dead code.Dmitry Chagin2022-04-261-25/+0
* linux(4): Regen for epoll_pwait2 syscall.Dmitry Chagin2022-04-265-11/+48
* linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+8
* linux(4): Regen for rseq syscall.Dmitry Chagin2022-04-263-3/+30
* linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+6
* FB_INSTALL_CDEV: Remove this option and related code.John Baldwin2022-04-211-2/+0
* i386 getmemsize: Use __diagused for a variable only used in KASSERT().John Baldwin2022-04-131-1/+1
* 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-128-285/+6
* x86: Remove silly checks for <sys/cdefs.h>.John Baldwin2022-04-121-4/+0
* i386: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* NOTES: Remove a double word in commentsGordon Bergling2022-04-091-1/+1
* i386 linux: Remove unused variables.John Baldwin2022-04-091-6/+1