]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2022-06-17 Dmitry Chaginlinux(4): Factor out the futex_wait() op into linux_fut...
2022-06-17 Dmitry Chaginlinux(4): Prevent an endless loop.
2022-06-17 Dmitry Chaginlinux(4): Eliminate bogus comment.
2022-06-17 Dmitry Chaginlinux(4): Allow musl brand to use FUTEX_REQUEUE op.
2022-06-17 Dmitry Chaginlinux(4): Factor out the FUTEX_WAKE_OP op into linux_fu...
2022-06-17 Dmitry Chaginlinux(4): Factor out the FUTEX_CMP_REQUEUE op into...
2022-06-17 Dmitry Chaginlinux(4): Factor out the FUTEX_WAKE op into linux_futex...
2022-06-17 Dmitry Chaginlinux(4): Factor out the FUTEX_WAIT op into linux_futex...
2022-06-17 Dmitry Chaginlinux(4): Refactor the struct linux_futex_args.
2022-06-17 Edward Tomasz... linux: implement sigaltstack(2) on arm64
2022-06-17 Edward Tomasz... linux: implement signal delivery on arm64
2022-06-17 Dmitry ChaginDrop rdivacky@ "All rights reserved" from linux_event.
2022-06-17 Dmitry ChaginDrop "All rights reserved" from my copyright statements.
2022-06-17 Dmitry Chaginlinux(4): Add arch name to the some printfs.
2022-06-17 Dmitry Chaginlinprocfs: Fixup vDSO name in the procmaps after 993103...
2022-06-17 Dmitry Chaginlinux(4): Fixup the vDSO initialization order.
2022-06-17 Dmitry Chaginlinux(4): Constify vdso install/deinstall.
2022-06-17 Dmitry Chaginlinux(4); Almost complete the vDSO.
2022-06-17 Dmitry Chaginlinux(4): Modify sv_onexec hook to return an error.
2022-06-17 Dmitry ChaginCall sv_onexec hook after the process VA is created.
2022-06-17 Dmitry Chaginlinux(4): Remove function prototypes from the vDSO.
2022-06-17 Edward Tomasz... linux(4): implement coredumps on arm64
2022-06-17 Edward Tomasz... linux(4): revert arm64 part of 447636e43c0
2022-06-17 Edward Tomasz... linux(4): implement coredump support
2022-06-17 Dmitry ChaginLinuxKPI: Rename a short description of the kmalloc...
2022-06-17 Dmitry ChaginLinuxKPI: Put compat code under appropriate condition.
2022-06-17 Dmitry ChaginEliminate p_elf_machine from struct proc.
2022-06-17 Dmitry ChaginLinuxKPI: Use the proper API to determine the ABI of...
2022-06-17 Dmitry ChaginAdd a link to the Elf_Brandinfo into the struc proc.
2022-06-17 Dmitry Chaginlinux(4): Make vDSO defines private.
2022-06-17 Dmitry Chaginlinux(4): Retire unused declaration.
2022-06-17 Dmitry Chaginlinux(4): Retire a now unused include.
2022-06-17 Dmitry Chaginlinux(4): Do not specify shared page for aout binaries.
2022-06-17 Dmitry Chaginlinux(4): Retire linux_kplatform.
2022-06-17 Dmitry Chaginlinux(4): Get rid of Linuxulator kernel build options.
2022-06-17 Edward Tomasz... linux: fix sigaltstack on amd64
2022-06-17 Edward Tomasz... linux: reduce differences between rt_sendsig() and...
2022-06-17 Dmitry Chaginlinux(4): Regen for linux_poll system call.
2022-06-17 Dmitry Chaginlinux(4): Implement poll system call via linux_common_p...
2022-06-17 Dmitry Chaginlinux(4): Rework Linux ppoll system call.
2022-06-17 Dmitry Chaginsg: get rid of unused include.
2022-06-17 Edward Tomasz... linux: improve reporting for unsupported syscall flags
2022-06-17 Dmitry Chaginlinux(4): Regen for ppoll_time64 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement ppoll_time64 system call.
2022-06-17 Dmitry ChaginSplit kern_poll() on two counterparts.
2022-06-17 Dmitry Chaginlinux(4): Regen for pselect6_time64 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement pselect6_time64 system call.
2022-06-17 Dmitry Chaginlinux(4): Regen for rt_sigtimedwait_time64 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement rt_sigtimedwait_time64 system call.
2022-06-17 Dmitry Chaginlinux(4): Regen for futex_time64 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement futex_time64 system call.
2022-06-17 Dmitry Chaginlinux(4): Regen for futex system call.
2022-06-17 Dmitry Chaginlinux(4): Change Linux futex syscall definition to...
2022-06-17 Dmitry ChaginFix copyright, remove "all rights reserved".
2022-06-17 Dmitry Chaginlinux(4): Fix clock_nanosleep return value for unsuppor...
2022-06-17 Dmitry Chaginlinux(4): optimize ksiginfo to siginfo conversion.
2022-06-17 Dmitry Chaginlinux(4): Properly convert linux siginfo to native...
2022-06-17 Dmitry ChaginRegen for ('0f8dab45404f347752470579feccc6d2739b9570...
2022-06-17 Dmitry Chaginlinux(4): Fix timeout parameter of rt_sigtimedwait...
2022-06-17 Dmitry ChaginRegen for ('6501370a7dfb358daf07555136742bc064e68cb7...
2022-06-17 Dmitry Chaginlinux(4): Implement clock_nanosleep_time64 system call.
2022-06-17 Dmitry ChaginRegen for ('187715a420237e1ed94dd5aef158eada7dcdc559...
2022-06-17 Dmitry Chaginlinux(4): Implement clock_getres_time64 system call.
2022-06-17 Dmitry ChaginRegen for ('19f9a0e4df54f8d1e99234146024422bdcfa09ce...
2022-06-17 Dmitry Chaginlinux(4): Implement clock_settime64 system call.
2022-06-17 Dmitry ChaginRegen for ('99b6f430698fa00a33184dd61591d8b6518ed9d3...
2022-06-17 Dmitry Chaginlinux(4): Implement clock_gettime64 system call.
2022-06-17 Dmitry ChaginRegen for ('e4bffb80bbc6a2e4b3be89aefcbd5bb2c2fc0ba0...
2022-06-17 Dmitry Chaginlinux(4): Implement utimensat_time64 system call.
2022-06-17 Dmitry Chaginlinux(4): add struct timespec64 definition and conversi...
2022-06-17 Dmitry Chaginlinux(4): Microoptimize futimesat, utimes, utime.
2022-06-17 Dmitry Chaginlinux(4): Handle AT_EMPTY_PATH in the utimensat syscall.
2022-06-17 Dmitry Chaginlinux(4): Convert flags before use in utimensat.
2022-06-17 Dmitry Chaginlinux(4): Add F_GETPIPE_SZ fcntl operation which return...
2022-06-17 Dmitry Chaginlinux(4); Retire unnecessary __packed attribute from...
2022-06-17 Dmitry Chaginlinux: remove redundant SDT tracepoints
2022-06-17 Edward Tomasz... linux(4): make linkat(2) handle AT_EMPTY_PATH
2022-06-17 Edward Tomasz... kern_linkat: modify to accept AT_ flags instead of...
2022-06-17 Thomas MunroUpdate tools/regression/poll/sockpoll.c for POLLRDPOLL.
2022-06-17 Thomas Munropoll(2): Add POLLRDHUP.
2022-06-17 Edward Tomasz... linux: drop unneeded casts
2022-06-17 Yongbo YaoLoader: support booting OS from memory disk (MD)
2022-06-17 Marc Fonvieillebsdinstall/scripts/docsinstall: Add Indonesian Document...
2022-06-16 Ed Mastesshd_config: clarify password authentication options
2022-06-16 Ed Mastegetpagesize(3): add .Xr to sysconf(3)
2022-06-16 Ed Mastesyscons: note incompatibility with UEFI
2022-06-16 Ed Mastemakefs: sort cd9660 sysid entries in man page
2022-06-16 Ed Masteloader.efi: add cross-reference to loader(8)
2022-06-16 Hans Petter... urtw(4): Adjust all pause calls to use milliseconds...
2022-06-16 Hans Petter... upgt(4): Adjust all pause calls to use milliseconds...
2022-06-15 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.5-0-gc1238...
2022-06-15 Xin LIFix mtree for usr/
2022-06-14 Hans Petter... mlx4core: Use-after-free causes a resource leak in...
2022-06-14 Hans Petter... ktls: Refer send tag pointer once.
2022-06-14 Hans Petter... ng_ubt(4): Probe USB Bluetooth per USB interface and...
2022-06-14 Ed MasteRegen src.conf.5 for recent MFCs
2022-06-13 Konstantin... fdescfs: allow chown/utime etc on fdescfs fd for underl...
2022-06-13 Dimitry AndricAlso define THR_PAGE_SIZE_MIN for mips
2022-06-13 Mark Johnstonsrc.conf.5: Update the WITHOUT_ZFS description
2022-06-13 Yuichiro NAITOsmp: Use local copies of the setup function pointer...
next