[mirror] Go packages for low-level interaction with the operating system
Перейти к файлу
Mauri de Souza Meneguzzo b215a1c6fc unix: update to Linux kernel 6.13
Change-Id: I4c49a78bd2abf2ac9e4d461680c92ae65be14544
GitHub-Last-Rev: 888e68d533
GitHub-Pull-Request: golang/sys#243
Reviewed-on: https://go-review.googlesource.com/c/sys/+/642199
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2025-01-21 14:32:54 -08:00
cpu cpu: add support for AVX-VNNI and IFMA detection 2025-01-10 12:06:19 -08:00
execabs all: update go directive to 1.18 2023-10-11 21:54:30 +00:00
plan9 all: update go directive to 1.18 2023-10-11 21:54:30 +00:00
unix unix: update to Linux kernel 6.13 2025-01-21 14:32:54 -08:00
windows windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL 2024-12-26 08:00:01 -08:00
.gitattributes sys: copying .gitattributes to all subrepositories 2014-12-23 09:43:20 +00:00
.gitignore gitignore: remove obsolete reference to .hgignore in comment 2020-03-20 18:12:52 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:01:51 +00:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:11:15 +00:00
PATENTS go.empty: add PATENTS file to the subrepo. 2012-04-16 11:24:04 +10:00
README.md README: don't recommend go get 2024-11-02 04:18:59 +00:00
codereview.cfg sys: add codereview.cfg 2015-03-18 17:04:21 +00:00
go.mod all: update go directive to 1.18 2023-10-11 21:54:30 +00:00

README.md

sys

Go Reference

This repository holds supplemental Go packages for low-level interactions with the operating system.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/sys.

The main issue tracker for the sys repository is located at https://go.dev/issues. Prefix your issue with "x/sys:" in the subject line, so it is easy to find.