| Commit message (Expand) | Author | Age | Files | Lines |
| * | os/user: skip tests that invoke Current if it returns an expected error | Bryan C. Mills | 2023-04-21 | 2 | -5/+48 |
| * | os: add wasip1 support | Johan Brandhorst-Satzkorn | 2023-04-07 | 4 | -4/+4 |
| * | Revert "os/user: lookup Linux users and groups via systemd userdb" | Heschi Kreinick | 2023-03-23 | 7 | -1370/+0 |
| * | os/user: lookup Linux users and groups via systemd userdb | Ananth Bhaskararaman | 2023-03-23 | 7 | -0/+1370 |
| * | os/user,net: add -fno-stack-protector to CFLAGS | Than McIntosh | 2022-12-16 | 1 | -0/+1 |
| * | os/user: zero-initialize C structs returned to Go | Bryan C. Mills | 2022-12-09 | 1 | -16/+21 |
| * | os/user: on AIX getpwuid_r seems to return -1 on overflow | Ian Lance Taylor | 2022-12-08 | 1 | -0/+4 |
| * | os/user: fix buffer retry loop on macOS | Russ Cox | 2022-12-07 | 5 | -1/+32 |
| * | os/user: use libc (not cgo) on macOS | Russ Cox | 2022-11-11 | 14 | -192/+266 |
| * | os/user: allocate buffers in Go memory, not C memory | Ian Lance Taylor | 2022-11-10 | 1 | -91/+67 |
| * | all: use new "unix" build tag where appropriate | Ian Lance Taylor | 2022-03-29 | 3 | -3/+3 |
| * | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 1 | -4/+4 |
| * | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 10 | -20/+0 |
| * | all: use bytes.Cut, strings.Cut | Russ Cox | 2021-10-06 | 2 | -6/+2 |
| * | os/user: implement go native GroupIds | Kir Kolyshkin | 2021-09-21 | 10 | -130/+279 |
| * | os/user: simplify skipping listGroups test | Kir Kolyshkin | 2021-08-28 | 3 | -7/+12 |
| * | os/user: don't skip TestLookupGroup if supported | Kir Kolyshkin | 2021-08-25 | 5 | -7/+20 |
| * | os/user: simplify test skip for plan9 | Kir Kolyshkin | 2021-08-22 | 2 | -8/+1 |
| * | os/user: implement (*User).GroupIds on solaris | Tobias Klauser | 2021-05-02 | 4 | -8/+8 |
| * | os/user: make user.LookupGroupId function work for large entries | Andrey Bokhanko | 2021-03-17 | 2 | -14/+75 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 11 | -4/+19 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+1 |
| * | syscall, internal/syscall/windows: remove utf16PtrToString parameter | Alex Brainman | 2020-05-03 | 1 | -2/+2 |
| * | all: fix most of the remaining windows -d=checkptr violations | Alex Brainman | 2019-12-06 | 1 | -8/+3 |
| * | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 3 | -10/+3 |
| * | os/user: clean error message formatting | Davor Kapsa | 2019-09-20 | 1 | -1/+1 |
| * | std: remove unused bits of code all over the place | Daniel Martí | 2019-09-02 | 1 | -4/+0 |
| * | os/user: make Current return better error w/o cgo & complete environment | Brad Fitzpatrick | 2019-05-09 | 1 | -1/+11 |
| * | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow | 2019-04-30 | 1 | -1/+1 |
| * | os/user: use os.UserHomeDir for user.HomeDir | LE Manh Cuong | 2019-03-28 | 1 | -7/+3 |
| * | os/user: allow build on aix/ppc64 with cgo | Clément Chigot | 2019-03-19 | 2 | -0/+16 |
| * | os: add AIX operating system | Clément Chigot | 2018-10-11 | 4 | -5/+5 |
| * | all: fix typos | Yasuhiro Matsumoto | 2018-10-06 | 1 | -6/+4 |
| * | os/user: note in doc that user.Current is being cached | David Heuschmann | 2018-09-25 | 1 | -0/+4 |
| * | os/user: retrieve Current username from /etc/passwd, not $USER | Kevin Burke | 2018-09-09 | 2 | -18/+11 |
| * | all: fix typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-23 | 1 | -1/+1 |
| * | os: add js/wasm architecture | Richard Musiol | 2018-06-01 | 1 | -1/+1 |
| * | os/user: fix osusergo build on Solaris | Brad Fitzpatrick | 2018-04-16 | 1 | -1/+1 |
| * | cmd/dist, os/user: test os/user in osusergo mode as well, fix plan9 & windows | Brad Fitzpatrick | 2018-04-16 | 2 | -1/+17 |
| * | os/user: fix build on darwin with "osusergo" build tag | Kir Kolyshkin | 2018-04-16 | 1 | -0/+2 |
| * | os/user: fix build with "osusergo" build tag | Sebastien Binet | 2018-04-13 | 2 | -1/+2 |
| * | os/user: add a way to enforce pure Go implementation | Kir Kolyshkin | 2018-04-06 | 5 | -4/+16 |
| * | os/user: obtain a user GID on Windows | Lubomir I. Ivanov (VMware) | 2018-04-04 | 2 | -16/+166 |
| * | os/user: clean up grammar in comments | Kevin Burke | 2018-02-26 | 1 | -11/+11 |
| * | os/user: obtain a user home path on Windows | Lubomir I. Ivanov (VMware) | 2018-02-24 | 2 | -17/+87 |
| * | os/user: fix darwin GetGroupIds for n > 256 | Kevin Burke | 2017-11-22 | 3 | -9/+48 |
| * | os/user: handle large 32-bit uid/gid values when stringifying User.Uid/Gid | Brad Fitzpatrick | 2017-11-16 | 2 | -2/+34 |
| * | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger | 2017-10-05 | 2 | -2/+2 |
| * | all: prefer strings.IndexByte over strings.Index | Marvin Stenger | 2017-09-25 | 2 | -2/+2 |
| * | {net,os/user,plugin}: eliminate unnecessary C round-trips | Bryan C. Mills | 2017-08-17 | 2 | -11/+10 |