commit | ad7130c58d2235b6332aedb42030b3f3fb02ee1a | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Jul 20 16:36:09 2023 +0200 |
committer | Gopher Robot <gobot@golang.org> | Thu Jul 20 23:00:54 2023 +0000 |
tree | 4572f34237275bbe9129bf477c6048613915ce1a | |
parent | c406141231ada89c399c39dd52dd1e279c509f5c [diff] |
unix: add more block device ioctl numbers This adds a few additional ioctl numbers for performing various block device operations. Change-Id: I1dc836f4017bbc175b2dee759fece728f1caa010 Reviewed-on: https://go-review.googlesource.com/c/sys/+/511597 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.