{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27522282,"defaultBranch":"master","name":"sys","ownerLogin":"golang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-04T04:04:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4314092?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720105325.0","currentOid":""},"activityList":{"items":[{"before":"bce4cf76d859904eacef4ad1c5fe647d794b0331","after":"7bb0bf703bd313f37f48995aa1cb6788e592050d","ref":"refs/heads/master","pushedAt":"2024-07-17T17:57:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64\n\nReferences:\nhttps://github.com/torvalds/linux/blob/5bbd9b249880dba032bffa002dd9cd12cd5af09c/arch/arm64/include/uapi/asm/hwcap.h#L75C9-L75C31\n\nhttps://developer.arm.com/documentation/ddi0601/2024-03/AArch64-Registers/ID-AA64ISAR1-EL1--AArch64-Instruction-Set-Attribute-Register-1\n\nChange-Id: Ic4e1cf2c23097c7e8695453b6d0b335756d474bc\nReviewed-on: https://go-review.googlesource.com/c/sys/+/595678\nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Cherry Mui ","shortMessageHtmlLink":"cpu: add Int8 matrix multiplication instructions CPU feature flag for…"}},{"before":"0eac9b5475d551041d06679d16b0f4fb0514dc94","after":"bce4cf76d859904eacef4ad1c5fe647d794b0331","ref":"refs/heads/master","pushedAt":"2024-07-17T07:58:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"windows: add GetKeyboardLayout & ToUnicodeEx\n\nThese are used along with GetForegroundWindow and GetWindowThreadProcessId to determine the current user layout and translate the base key the user has pressed.\n\nChange-Id: Ib833ba7ab54213d83e889ff74c5bc0ace5edbe95\nGitHub-Last-Rev: 2afe9976a2d1f6a8dda9bd74cf07b207246bfcc6\nGitHub-Pull-Request: golang/sys#188\nReviewed-on: https://go-review.googlesource.com/c/sys/+/574755\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Cherry Mui \nReviewed-by: Than McIntosh \nReviewed-by: Alex Brainman \nReviewed-by: Ayman Bagabas ","shortMessageHtmlLink":"windows: add GetKeyboardLayout & ToUnicodeEx"}},{"before":"0c18c88c715857ea966c4fcc1a5d23841443feb2","after":"0eac9b5475d551041d06679d16b0f4fb0514dc94","ref":"refs/heads/master","pushedAt":"2024-07-17T07:47:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"windows: add flags for GetAdaptersAddresses\n\nThis commit adds all missing flags for GetAdaptersAddresses.\n\nChange-Id: I874623b6ac77af4ced49205493258e118a4f1b26\nGitHub-Last-Rev: 384c92a2808112d156e93c41ef092871efd77354\nGitHub-Pull-Request: golang/sys#203\nReviewed-on: https://go-review.googlesource.com/c/sys/+/597915\nReviewed-by: Alex Brainman \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Cherry Mui \nReviewed-by: Than McIntosh ","shortMessageHtmlLink":"windows: add flags for GetAdaptersAddresses"}},{"before":"dce4e64e6654a3553efaf67a1acbdd5865f621ba","after":"0c18c88c715857ea966c4fcc1a5d23841443feb2","ref":"refs/heads/master","pushedAt":"2024-07-17T01:04:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cpu: add DIT option and hwcap DIT support\n\nFollow-up to https://go.dev/cl/597377, add a option for DIT so it can be\nset via GODEBUG, and add hwcap support for Linux.\n\nChange-Id: Ib094b520edea9c099d37f121b09d02b31644a433\nReviewed-on: https://go-review.googlesource.com/c/sys/+/598719\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"cpu: add DIT option and hwcap DIT support"}},{"before":"ee0e6279584905810760a1a02774a659e06b24b1","after":"dce4e64e6654a3553efaf67a1acbdd5865f621ba","ref":"refs/heads/master","pushedAt":"2024-07-16T16:11:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"LICENSE: update per Google Legal\n\nVery minor tweaks:\n - Remove (c) pseudosymbol.\n - Remove \"All Rights Reserved.\"\n - Change \"Google Inc.\" (no longer exists) to \"Google LLC\".\n\n[git-generate]\necho '\n,s/\\(c\\) //\n,s/ All rights reserved.//\n,s/Google Inc./Google LLC/\nw\nq\n' | sam -d LICENSE\n\nChange-Id: I9373310143631467badd0131416d741b02c9bd10\nReviewed-on: https://go-review.googlesource.com/c/sys/+/598528\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Russ Cox \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"LICENSE: update per Google Legal"}},{"before":"47fe91694258cf5e2eb195795793b7774a135c9f","after":"ee0e6279584905810760a1a02774a659e06b24b1","ref":"refs/heads/master","pushedAt":"2024-07-11T23:28:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error\n\nFixes golang/go#68372\n\nChange-Id: Id3b8fb920b1458e39e7370195591183ee7e450ff\nReviewed-on: https://go-review.googlesource.com/c/sys/+/597555\nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Ian Lance Taylor \nCommit-Queue: Ian Lance Taylor ","shortMessageHtmlLink":"unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error"}},{"before":"4cafe5c66f05b714f48b5a4731ead72874dbf29f","after":"47fe91694258cf5e2eb195795793b7774a135c9f","ref":"refs/heads/master","pushedAt":"2024-07-11T16:45:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cpu: add support for DIT detection\n\nChange-Id: I9f0991da9684ebd297e40a754e34130c418c34d0\nReviewed-on: https://go-review.googlesource.com/c/sys/+/597377\nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"cpu: add support for DIT detection"}},{"before":"faed7ec2641160cebe7fdf3fa6d401d848d2710f","after":"4cafe5c66f05b714f48b5a4731ead72874dbf29f","ref":"refs/heads/master","pushedAt":"2024-07-09T14:51:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: implements RenamexNp and RenameatxNp for darwin\n\nFixes golang/go#48425\n\nChange-Id: Ib3619863e238eadf09da479bd2e1e47d9ab6f274\nReviewed-on: https://go-review.googlesource.com/c/sys/+/361958\nAuto-Submit: Ian Lance Taylor \nReviewed-by: Ian Lance Taylor \nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"unix: implements RenamexNp and RenameatxNp for darwin"}},{"before":"c892bb7ec2a2624d5417525f44698a5e241dfb04","after":"faed7ec2641160cebe7fdf3fa6d401d848d2710f","ref":"refs/heads/master","pushedAt":"2024-07-03T02:01:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: add PthreadChdir and PthreadFchdir on darwin\n\nFixes golang/go#68226\n\nChange-Id: I92052e2319e4edde21b5e1e47ddb5b261d81448a\nGitHub-Last-Rev: bc02d6d44bb64ad202c97d3525d5355e8a027a5e\nGitHub-Pull-Request: golang/sys#201\nReviewed-on: https://go-review.googlesource.com/c/sys/+/595677\nAuto-Submit: Ian Lance Taylor \nReviewed-by: Cherry Mui \nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"unix: add PthreadChdir and PthreadFchdir on darwin"}},{"before":"a0ef40af1f19dfed5b852735bcdebe22554248ce","after":"c892bb7ec2a2624d5417525f44698a5e241dfb04","ref":"refs/heads/master","pushedAt":"2024-06-26T17:48:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: fix MmapPtr test failing on OpenBSD\n\nOpenBSD apparently doesn't allow unmapping address space if part of the region is already unmapped.\nThis tweaks the test so that munmapping twice no longer happens.\n\nFixes golang/go#68181\n\nChange-Id: I588255f5e10ec015dbb7188eac79cee6be570680\nGitHub-Last-Rev: 2535abd892d9063b9bdda69101a45f71c4174124\nGitHub-Pull-Request: golang/sys#199\nCq-Include-Trybots: luci.golang.try:go1.22-openbsd-amd64\nReviewed-on: https://go-review.googlesource.com/c/sys/+/595095\nTryBot-Bypass: Ian Lance Taylor \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"unix: fix MmapPtr test failing on OpenBSD"}},{"before":"daa239428c2d61fe52eab0fce9e8d0921c9dbbed","after":"a0ef40af1f19dfed5b852735bcdebe22554248ce","ref":"refs/heads/master","pushedAt":"2024-06-26T14:55:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: fix MremapPtr test failing on NetBSD\n\nNetBSD apparently doesn't allow remapping into used address space.\nThis means that the test that uses mremap to move a mmapped page\ninto a new address should first mmap (to reserve)\nthen munmap (to free) the destination.\n\nFixes golang/go#68180\n\nChange-Id: If66b67e7166ca4dc4331a8cfc3e3a285416e9849\nGitHub-Last-Rev: 92058c2f2525be77522762d503ac7193580f125e\nGitHub-Pull-Request: golang/sys#198\nCq-Include-Trybots: luci.golang.try:x_sys-gotip-netbsd-amd64\nReviewed-on: https://go-review.googlesource.com/c/sys/+/594756\nReviewed-by: Ian Lance Taylor \nReviewed-by: Joedian Reid \nAuto-Submit: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"unix: fix MremapPtr test failing on NetBSD"}},{"before":"76700875dfcc135287c18189252576117307b695","after":"daa239428c2d61fe52eab0fce9e8d0921c9dbbed","ref":"refs/heads/master","pushedAt":"2024-06-25T00:38:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: add unsafe mmap, munmap, mremap\n\nFixes golang/go#56123\n\nChange-Id: I63a7a6fb3a5b1bb556ac19d76a1e0b04a03ebcfa\nGitHub-Last-Rev: 39dbc8e308807bd07863b6f5a49bcdcf506bc0e7\nGitHub-Pull-Request: golang/sys#197\nReviewed-on: https://go-review.googlesource.com/c/sys/+/592415\nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"unix: add unsafe mmap, munmap, mremap"}},{"before":"348425aa18d7aba1101fc962319ecb7f07879fe2","after":"76700875dfcc135287c18189252576117307b695","ref":"refs/heads/master","pushedAt":"2024-06-24T03:00:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"windows: add GetAce Windows API\n\nGetAce obtains a pointer to an access control entry (ACE) in an\ndiscretionary access control list (DACL), which controls access to\nan object.\n\nAdds the ACE_HEADER and ACCESS_ALLOWED_ACE structs.\nAdds GetEntriesFromACL function which returns an array of ACEs from the\ngiven ACL if no errors have been encountered.\n\nReferences:\n\n- https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-ace_header\n- https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-access_allowed_ace\n- https://learn.microsoft.com/en-us/windows/win32/api/securitybaseapi/nf-securitybaseapi-getace\n\nFixes golang/go#66850\n\nChange-Id: I98306ff7e947e586a58d563d364169a2555492f4\nGitHub-Last-Rev: d14ca7fb0b8103294fd7c09ee3469ff6f9556508\nGitHub-Pull-Request: golang/sys#191\nReviewed-on: https://go-review.googlesource.com/c/sys/+/578976\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil \nReviewed-by: David Chase \nReviewed-by: Alex Brainman ","shortMessageHtmlLink":"windows: add GetAce Windows API"}},{"before":"673e0f94c16da4b6d7f550d6af66fde0c69503e4","after":"348425aa18d7aba1101fc962319ecb7f07879fe2","ref":"refs/heads/master","pushedAt":"2024-06-13T07:32:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx\n\nwindows.RegisterServiceCtrlHandlerEx context parameter is uintptr, so it\nis unsafe to pass pointers in that parameter. Use theService global\nvariable in ctlHandler function instead.\n\nFixes golang/go#67437\n\nChange-Id: I84c910eaa354603c2a5114421cd61788cb40b86f\nReviewed-on: https://go-review.googlesource.com/c/sys/+/591475\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Pratt \nReviewed-by: Quim Muntal \nReviewed-by: David Chase ","shortMessageHtmlLink":"windows/svc: do not pass theService to windows.RegisterServiceCtrlHan…"}},{"before":"6943ab67c485d110829e8c77c3a46235a07d73b9","after":"673e0f94c16da4b6d7f550d6af66fde0c69503e4","ref":"refs/heads/master","pushedAt":"2024-05-17T15:15:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: skip ethtool driver test for busy interface\n\nThis CL skips IoctlGetEthtoolDrvinfo on busy interface tests since\nethtool getting the same result too.\n\nFixes golang/go#67350\n\nChange-Id: Ia65678e3caab8a9dd42b9cdb8e4cb7f7f0b476da\nReviewed-on: https://go-review.googlesource.com/c/sys/+/586435\nReviewed-by: Tobias Klauser \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"unix: skip ethtool driver test for busy interface"}},{"before":"92f3ad6e7f2c62ef8e7c26906fdb3b67419566ac","after":"6943ab67c485d110829e8c77c3a46235a07d73b9","ref":"refs/heads/master","pushedAt":"2024-05-13T22:24:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix/linux: update glibc to 2.39\n\nChange-Id: I5c2b996180073ca10f1b7c86201a19eaf0557e43\nGitHub-Last-Rev: a092f56935c2d7fb64fc9d3922806b2e9e40e143\nGitHub-Pull-Request: golang/sys#195\nReviewed-on: https://go-review.googlesource.com/c/sys/+/585136\nReviewed-by: Ian Lance Taylor \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"unix/linux: update glibc to 2.39"}},{"before":"f34bb9fccc5017bce03e0a0446cc145e8424054b","after":"92f3ad6e7f2c62ef8e7c26906fdb3b67419566ac","ref":"refs/heads/master","pushedAt":"2024-05-13T21:43:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: update to Linux kernel 6.9\n\nChange-Id: Ib7bd9dabfcb8234c522ec357d32bfa3e87af53db\nGitHub-Last-Rev: 4bea20522264580bf69a715da426ebc80f29ae52\nGitHub-Pull-Request: golang/sys#194\nReviewed-on: https://go-review.googlesource.com/c/sys/+/585135\nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Tobias Klauser \nReviewed-by: Ian Lance Taylor \nRun-TryBot: Mauri de Souza Meneguzzo \nLUCI-TryBot-Result: Go LUCI \nTryBot-Result: Gopher Robot ","shortMessageHtmlLink":"unix: update to Linux kernel 6.9"}},{"before":"6dfb94eaa3bd0fcaa615f58e915f7214ce078beb","after":"f34bb9fccc5017bce03e0a0446cc145e8424054b","ref":"refs/heads/master","pushedAt":"2024-05-09T17:47:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"windows: add net user enum\n\nIn the go windows package, you can get user information by using\n`NetUserGetInfo` along with a specified level. However, there is\nno way to get a list of the users.\nThe only options are to\n1. know the users,\n2. brute force users, or\n3. use an external tool or command (`net users`).\n\nI suggest adding a function that implements the windows api for\n`NetUserEnum`. This will allow a built in way to enumerate\nusers and follow the standard.\n\nA side note is that I used `buf **byte` because\nit is how the others are done, but using `buf *byte`\nworks just as well.\n\nChange-Id: Ifcc916659eb1d796175cd18acd2e81f2661bfcd2\nGitHub-Last-Rev: 3d01bca920d95280311d47b8e6a9b91d472bea98\nGitHub-Pull-Request: golang/sys#190\nReviewed-on: https://go-review.googlesource.com/c/sys/+/578475\nReviewed-by: Alex Brainman \nAuto-Submit: Cherry Mui \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: David Chase \nReviewed-by: Cherry Mui ","shortMessageHtmlLink":"windows: add net user enum"}},{"before":"7d69d983c4522784860c781a0d7b80408fdc0cd1","after":"6dfb94eaa3bd0fcaa615f58e915f7214ce078beb","ref":"refs/heads/master","pushedAt":"2024-05-06T17:39:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: add types for SOCK_DIAG\n\nChange-Id: Ifcc90735b6e42b6c9971d4ba15c31b8169e005fe\nReviewed-on: https://go-review.googlesource.com/c/sys/+/579996\nReviewed-by: Cherry Mui \nReviewed-by: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Tobias Klauser \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"unix: add types for SOCK_DIAG"}},{"before":"77580903240cde87369d3ea876dbb47e76e48905","after":"7d69d983c4522784860c781a0d7b80408fdc0cd1","ref":"refs/heads/master","pushedAt":"2024-05-03T20:28:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: extend support for z/OS\n\nThis change syncs the IBM internal version of sys/unix with the public\nrepository.\n\nThere are a variety of new syscalls and const definitions that have been\naccumulated over the past few years to support developers using Go on\nthe platform. Old simulations of calls like 'epoll' and 'fstatfs' have\nbeen replaced with their real counterparts. The zos/s390x syscalls also\nhave extensive trampolining to handle zos systems that might not have\nsupport for some of these new system calls.\n\nCloses golang/go#67071\n\nChange-Id: I973d9e0abca2b05365308cf2b890438e50ae5957\nReviewed-on: https://go-review.googlesource.com/c/sys/+/582035\nReviewed-by: David Chase \nReviewed-by: Bill O'Farrell \nReviewed-by: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"unix: extend support for z/OS"}},{"before":"9a28524796a519b225fedd6aaaf4b1bf6c06c002","after":"77580903240cde87369d3ea876dbb47e76e48905","ref":"refs/heads/master","pushedAt":"2024-05-03T16:45:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cpu: add support for sve2 detection\n\nFixes golang/go#66952\n\nChange-Id: Idaf2ce3b09baf33cf29079677a83a51ea9c4b255\nGitHub-Last-Rev: eac00886d1370e7a0fa7a6cb18299c5e7b6e21e4\nGitHub-Pull-Request: golang/sys#193\nReviewed-on: https://go-review.googlesource.com/c/sys/+/580655\nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Ian Lance Taylor \nReviewed-by: David Chase \nReviewed-by: Tobias Klauser ","shortMessageHtmlLink":"cpu: add support for sve2 detection"}},{"before":"27dc90bcf4d797251506d82bd56307ca2c13d59c","after":"9a28524796a519b225fedd6aaaf4b1bf6c06c002","ref":"refs/heads/master","pushedAt":"2024-04-16T22:18:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"windows: drop go version tags for unsupported versions\n\ngo.mod specifies go 1.18. Drop go1.n version tags for older, unsupported\nversions.\n\nChange-Id: I7a23a9f4ba558999ac417b7b4647fa1061d69c06\nReviewed-on: https://go-review.googlesource.com/c/sys/+/566038\nAuto-Submit: Tobias Klauser \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor \nReviewed-by: Quim Muntal \nReviewed-by: Cherry Mui ","shortMessageHtmlLink":"windows: drop go version tags for unsupported versions"}},{"before":"cabba82f75d7f55a0657810d02d534745dee5d59","after":"27dc90bcf4d797251506d82bd56307ca2c13d59c","ref":"refs/heads/master","pushedAt":"2024-04-11T16:37:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: update to Linux kernel 6.4\n\nChange-Id: I88b628a97f5cfb76083968be2ff2e9857ce56557\nReviewed-on: https://go-review.googlesource.com/c/sys/+/577975\nAuto-Submit: Tobias Klauser \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor \nReviewed-by: Carlos Amedee ","shortMessageHtmlLink":"unix: update to Linux kernel 6.4"}},{"before":"1a50d9738bb732c5dc3de113b13fb9ac06da1369","after":"cabba82f75d7f55a0657810d02d534745dee5d59","ref":"refs/heads/master","pushedAt":"2024-04-04T14:40:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"windows: use uint32 for serial comm flags for consistency\n\nThis is a follow-up to https://go-review.googlesource.com/c/sys/+/572295\nand specifically the comment\nhttps://go-review.googlesource.com/c/sys/+/572295/comment/a00e1a2e_e3b01666/.\n\nAll other structs and methods us uint32 in golang.org/x/sys/windows\nfor flag bitmasks, so make the serial communication structs use uint32\nto be consistent with the rest of the package.\n\nAs a side effect the DTR_CONTROL_* and RTS_CONTROL_* constants are\nupdated to reflect the positions of the bits in the 32-bit flags.\n\nChange-Id: Ie19774a8ef5411d7df1e5b0d36806aa1d401fa86\nGitHub-Last-Rev: bc93d94a45ae36676c259ce534361ccff7b185de\nGitHub-Pull-Request: golang/sys#189\nReviewed-on: https://go-review.googlesource.com/c/sys/+/575635\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Alex Brainman \nReviewed-by: Than McIntosh ","shortMessageHtmlLink":"windows: use uint32 for serial comm flags for consistency"}},{"before":"95f07eca87d8c95e1d5fbb996ac5b216d4c2a021","after":"1a50d9738bb732c5dc3de113b13fb9ac06da1369","ref":"refs/heads/master","pushedAt":"2024-04-02T01:46:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"windows: add serial comm functions\n\nSerial ports are still widely used to communicate with a large range of\ndevices.\n\nThis change adds the remaining functions described in \"Serial\nCommunications in Win32\", enabling Go applications and libraries to be\nwritten that support the full set of serial port functionality on\nWindows.\n\nx/sys/unix already has equivalent functionality through termios.\n\nSee https://learn.microsoft.com/en-us/previous-versions/ms810467(v=msdn.10).\n\nChange-Id: I57f9ed6b7dbcc2331f740bd95b6483f141b0ad6f\nGitHub-Last-Rev: 0a5a7441ce0091ed59daa72eaa739433310b012b\nGitHub-Pull-Request: golang/sys#187\nReviewed-on: https://go-review.googlesource.com/c/sys/+/572295\nReviewed-by: David Chase \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Than McIntosh \nReviewed-by: Alex Brainman ","shortMessageHtmlLink":"windows: add serial comm functions"}},{"before":"4be02d35435e49f564b2dd09414036ef053d467b","after":"95f07eca87d8c95e1d5fbb996ac5b216d4c2a021","ref":"refs/heads/master","pushedAt":"2024-03-12T20:50:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error)\n\nFixes golang/go#66234\n\nChange-Id: I1e4a94e1ca8c01a29bab18e0bf12238c511fe1c6\nReviewed-on: https://go-review.googlesource.com/c/sys/+/570435\nReviewed-by: Quim Muntal \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Knyszek \nReviewed-by: Alex Brainman \nReviewed-by: Cherry Mui ","shortMessageHtmlLink":"x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (e…"}},{"before":"360f961f8978a4c9a7c2e849bb482780cd6bb553","after":"4be02d35435e49f564b2dd09414036ef053d467b","ref":"refs/heads/master","pushedAt":"2024-03-08T16:26:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: expose mmap calls on z/OS\n\nThe calls `Mmap` and `Munmap` were removed for z/OS.\nSyscall removed occurred in: 508397\n\nThis change exposes them in a z/OS specific file\n(to remove the accidental deletion of them in future refactors of the APIs for `unix-like` OSes).\n\nChange-Id: Ice0cabfb4547cab2ffa7130b7c26d9cc38233afe\nGitHub-Last-Rev: e7b4680e63a774209ae5e40765492858871fbe13\nGitHub-Pull-Request: golang/sys#186\nReviewed-on: https://go-review.googlesource.com/c/sys/+/569359\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Michael Knyszek ","shortMessageHtmlLink":"unix: expose mmap calls on z/OS"}},{"before":"7ff74af46e246f08a64cea4267e83365355d37d5","after":"360f961f8978a4c9a7c2e849bb482780cd6bb553","ref":"refs/heads/master","pushedAt":"2024-02-16T13:31:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: add API for fsconfig system call\n\nFixes golang/go#59537\n\nChange-Id: I8d806ace3adad423c633813455d8f758706cee1d\nReviewed-on: https://go-review.googlesource.com/c/sys/+/484995\nReviewed-by: Than McIntosh \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"unix: add API for fsconfig system call"}},{"before":"6b4eab51c2d17341edab3284d593a0bd9f90bb71","after":"7ff74af46e246f08a64cea4267e83365355d37d5","ref":"refs/heads/master","pushedAt":"2024-02-14T13:16:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: drop go version tags for unsupported versions\n\ngo.mod specifies go 1.18. Drop go1.n version tags for older, unsupported\nversions.\n\nChange-Id: I8563bd2cc8e86bd560a45b885a9aa2e6bcc95c47\nReviewed-on: https://go-review.googlesource.com/c/sys/+/559415\nReviewed-by: Than McIntosh \nAuto-Submit: Tobias Klauser \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"unix: drop go version tags for unsupported versions"}},{"before":"2f2cc5dae4e240ccd9b4142205a71a311328419f","after":"6b4eab51c2d17341edab3284d593a0bd9f90bb71","ref":"refs/heads/master","pushedAt":"2024-02-13T14:35:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *Utsname) on FreeBSD due to truncated fields.\n\nFixes golang/go#65585.\n\nChange-Id: I7e529eaef224be977e3b0c20d071802f49b297e7\nReviewed-on: https://go-review.googlesource.com/c/sys/+/562617\nReviewed-by: Than McIntosh \nAuto-Submit: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgiBkGQA","startCursor":null,"endCursor":null}},"title":"Activity · golang/sys"}