]> Cypherpunks.ru repositories - gostls13.git/history - src/syscall
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / syscall /
2023-11-10 Tobias Klausersyscall: regen zsyscall_{aix_ppc64,solaris_amd64}.go
2023-11-08 Tobias Klausersyscall: use fchmodat2 in Fchmodat
2023-11-07 Joel Singsyscall: provide and use ioctlPtr for all BSD platforms
2023-11-07 Joel Singsyscall: provide and use fcntlPtr for all BSD platforms
2023-11-06 Tobias Klausersyscall: fix syntax error in mkall.sh
2023-11-02 Dmitri Shuralyovsyscall: copy rlimit.go's build constraint to rlimit_te...
2023-11-02 Joel Singsyscall: call getfsstat via libc on openbsd
2023-11-01 Joel Singsyscall: regen zsyscall for openbsd/riscv64
2023-11-01 Joel Singsyscall: regenerate zsyscall for dragonfly/freebsd...
2023-10-20 F Ysyscall: stop counting trailing NUL for abstract addres...
2023-10-04 Joel Singsyscall: add syscall support for openbsd/riscv64 port
2023-10-03 Ian Lance Taylorsyscall: return pointer from test function OrigRlimitNofile
2023-10-02 Michael Prattsyscall: copy original rlimit before modifying
2023-09-29 Jes Coksyscall: make origRlimitNofile atomic.Pointer[Rlimit]
2023-09-28 qmuntalsyscall: simplify and optimize environment block creati...
2023-09-27 qmuntalsyscall: remove Windows 7 console handle workaround
2023-09-27 cui fliterall: fix misuses of "a" vs "an"
2023-09-22 Jes Cokall: clean unnecessary casts for test files
2023-09-20 Bryan C. Millssyscall: skip TestDeathSignalSetuid if exec fails with...
2023-09-20 Tobias Klausersyscall: remove unused writelen
2023-09-19 Tobias Klausersyscall: correctly generate accept on linux/arm
2023-09-18 Jes Cokall: clean unnecessary casts
2023-09-18 Bryan C. Millsnet: enable most tests on wasip1 and js
2023-09-14 Tobias Klausersyscall: remove unused ptracePtr on openbsd
2023-09-13 Tobias Klausersyscall: use SYS_SETRLIMIT in //sysnb setrlimit1 on...
2023-09-12 Jes Cokall: calculate the median uniformly
2023-09-12 qmuntalall: fix Microsoft links
2023-09-08 Dmitri Shuralyovsyscall: skip unshare tests if mount syscall is not...
2023-09-07 Tobias Klausersyscall: remove unused ptracePtr on darwin
2023-09-07 Kir Kolyshkinsyscall: improve linux SysProcAttr documentation
2023-09-07 Kir Kolyshkinsyscall: add support to get pidfd from ForkExec on...
2023-09-05 Dmitri Shuralyovall: use ^TestName$ regular pattern for invoking a...
2023-09-05 Kir Kolyshkinsyscall: fixup TestUseCgroupFD error checking
2023-09-03 Kir Kolyshkinsyscall: inline TestUseCgroupFDHelper
2023-09-01 Kir Kolyshkinsyscall: fix skipping TestUseCgroupFD
2023-08-24 Bryan C. Millssyscall: skip TestUnshareMountNameSpaceChroot on platfo...
2023-08-22 Joel Singsyscall: add support for openbsd/ppc64
2023-08-17 Tobias Klausersyscall: don't check non-existent return code in GetSta...
2023-08-16 Ian Lance Taylorsyscall: remove deprecation notice
2023-08-10 Andy Pansyscall: avoid setting O_NONBLOCK needlessly by checkin...
2023-08-05 Joel Singruntime,syscall: invert openbsd architecture tests
2023-07-28 Dmitri Shuralyovsyscall, cmd/cgo: skip tests that shouldn't run under...
2023-07-28 Dmitri Shuralyovsyscall: skip TestUnshare if there's nothing more to...
2023-07-20 qmuntalnet: remove sysSocket fallback for Windows 7
2023-07-10 Bryan C. Millssyscall: serialize locks on ForkLock on platforms where...
2023-07-06 Achille Rousselos: do not skip directory entries with zero inodes...
2023-07-04 Oleksandr Redkoos, syscall: update unreachable link about =C: envs
2023-06-29 Chris O'Harasyscall: stub Getrlimit on wasip1
2023-06-27 qmuntalsyscall: clarify which handles are affected by SysProcA...
2023-06-27 Chris O'Harasyscall: try non-blocking stdio on wasip1
2023-06-14 Qi Xiaosyscall: Fix Getwd on Windows to correctly handle long...
2023-06-14 Alexander Yastrebovall: fix spelling errors
2023-06-10 chenguoqisyscall: implement Ptrace{Set,Get}Regs using PTRACE_...
2023-06-05 Roland Shoemakersyscall: don't panic when argv is nil on freebsd
2023-05-30 qmuntalsyscall: fix ComputerName on Windows
2023-05-25 Chris O'Haranet: implement wasip1 FileListener and FileConn
2023-05-23 Ian Lance Taylorsyscall: avoid serializing forks on ForkLock
2023-05-22 Garet Hallidaywasm: remove redundant calls to setTimeout and clearTimeout
2023-05-16 Ian Lance Tayloros, syscall: permit setting mtime to Unix 0 on Windows
2023-05-15 qmuntalos, syscall: support ill-formed UTF-16 strings on Windows
2023-05-11 Chris O'Harasyscall: implement wasip1 SetNonblock and IsNonblock
2023-05-11 Constantin Konstan... os: make Chtimes accept empty time values to skip file...
2023-05-10 cui fliterall: fix a lot of comments
2023-05-09 qmuntalsyscall,internal/poll: move pipe check from syscall...
2023-05-04 Frediano Zigliosyscall: reduce memory allocated by UTF16FromString
2023-04-30 Achille Rousselsyscall: fix opening of directories on wasip1
2023-04-28 Achille Rousselsyscall: remove wasip1 O_DIRECTORY workaround
2023-04-18 Brad Fitzpatricksyscall: add a sync.Pool for a NetlinkRIB scratch buffer
2023-04-13 Achille Rousselwasm: restrict supported types in go:wasmimport functio...
2023-04-12 qmuntalsyscall: implement Fchdir on Windows
2023-04-11 rootsyscall: add a Go directive "go:nocheckptr" to forkAndE...
2023-04-07 Johan Brandhorst... internal: add wasip1 support
2023-04-06 Johan Brandhorst... syscall: add remaining wasip1 files
2023-04-04 cui fliterall: fix misuses of "a" vs "an"
2023-03-16 Tobias Klausersyscall: let errors.ErrUnsupported match ERROR_NOT_SUPP...
2023-03-16 Tobias Klausersyscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement...
2023-03-15 Tobias Klausersyscall: let EPLAN9 and EWINDOWS implement errors.ErrUn...
2023-03-15 Ian Lance Taylorsyscall: restore original NOFILE rlimit in child process
2023-03-15 Ian Lance Tayloros, syscall: move rlimit code to syscall
2023-03-15 Tobias Klauserinternal/testenv, syscall: move isNotSupported to inter...
2023-03-15 Tobias Klausersyscall: handle errors.ErrUnsupported in isNotSupported
2023-03-13 Tobias Klausersyscall: use clone3 syscall with CLONE_NEWTIME
2023-03-09 millersyscall: avoid race in plan9 while syncing Chdir across...
2023-03-02 Michael Prattall: move //go: function directives directly above...
2023-03-02 Evan Phoenixall: implement wasmimport directive
2023-02-28 Tobias Klausersyscall: use unsafe.Slice in (*RawSockaddrAny).Sockaddr...
2023-02-27 Cuong Manh Lesyscall: fix invalid unsafe.Pointer conversion on Windows
2023-02-27 Cuong Manh Lesyscall: use unsafe.Slice in anyToSockaddr
2023-02-24 qmuntalruntime: use explicit NOFRAME on netbsd/amd64
2023-02-23 qmuntalruntime: use explicit NOFRAME on dragonfly/amd64
2023-02-23 Dmitri Goutniksyscall: add ptracePtr that accepts pointer arg as...
2023-02-22 Harald Böhmsyscall: add jail support to ForkExec on FreeBSD
2023-02-21 Dmitri Goutniksyscall: introduce IoctlPtr for exec_unix tests
2023-02-17 Kir Kolyshkinsyscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux
2023-02-01 qmuntalsyscall: regenerate zsyscall_windows.go
2023-01-31 qmuntalruntime: always use LoadLibraryEx to load system libraries
2023-01-27 Bryan C. Millssyscall: avoid making assumptions about syscall permissions
2023-01-25 Bryan C. Millssyscall: clean up variable declarations in forkAndExecI...
2023-01-25 Bryan C. Millssyscall: export X__ifi_pad and X_f on s390x and riscv64
2023-01-24 cui fliterall: fix some comments
next