Mikio Hara
98b5b1e7e8
windows/svc/mgr: gofmt -w -s
...
Change-Id: I4ef179aacaf0694cd7661b4d9972ce85abeee8df
Reviewed-on: https://go-review.googlesource.com/43470
Reviewed-by: Ian Lance Taylor <iant@golang.org >
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com >
TryBot-Result: Gobot Gobot <gobot@golang.org >
2017-05-17 08:38:02 +00:00
Mikio Hara
9c9d83fe39
unix: fix Send{msg,msgN}, Recvmsg and control message handling on solaris
...
This is a backport of https://go-review.googlesource.com/30171 .
Updates golang/go#7402 .
Change-Id: I4e79570964c248ec52acf14d0ed8306e52073a51
Reviewed-on: https://go-review.googlesource.com/43212
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com >
TryBot-Result: Gobot Gobot <gobot@golang.org >
Reviewed-by: Ian Lance Taylor <iant@golang.org >
2017-05-11 21:48:29 +00:00
Mikio Hara
f888ac0c35
unix: fix vet warnings on solaris
...
Fixes golang/go#17252 .
Change-Id: I244c14d531542ea154f82e402059f4bc999241e2
Reviewed-on: https://go-review.googlesource.com/43211
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com >
TryBot-Result: Gobot Gobot <gobot@golang.org >
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2017-05-11 21:48:19 +00:00
Mikio Hara
1343be6f13
unix: sync with SunOS 5.11 kernel
...
Change-Id: If732030e7ed8f1ba4ce09d4efc5b132d5f48fd8a
Reviewed-on: https://go-review.googlesource.com/43210
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com >
TryBot-Result: Gobot Gobot <gobot@golang.org >
Reviewed-by: Ian Lance Taylor <iant@golang.org >
2017-05-11 21:48:05 +00:00
Mikio Hara
9ccfe848b9
unix: sync with DragonFly BSD 4.8 kernel
...
Also adds support for accept4 system call.
Change-Id: Ib4f15a3ac47ad2fa86ac2f22331a061ddda12d82
Reviewed-on: https://go-review.googlesource.com/41833
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2017-04-27 04:18:56 +00:00
Mikio Hara
9141ece15e
unix: fix mkall.sh and mksyscall.pl
...
Each language has its own operators.
Change-Id: I765d4d56aeafe693d22914de7ee970d7b1928a25
Reviewed-on: https://go-review.googlesource.com/41832
Reviewed-by: Ian Lance Taylor <iant@golang.org >
2017-04-27 04:04:42 +00:00
Mikio Hara
a408501be4
unix: fix missing use of use function in Getfsstat and Getwd
...
Updates golang/go#13372 .
Change-Id: I623de97eb19880356148cbcb7d17759df82684aa
Reviewed-on: https://go-review.googlesource.com/24751
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com >
TryBot-Result: Gobot Gobot <gobot@golang.org >
Reviewed-by: Ian Lance Taylor <iant@golang.org >
2016-07-04 03:17:55 +00:00
Mikio Hara
f78f5183ff
unix: fix missing use of use function in sysctl
...
Updates golang/go#13372 .
Change-Id: Idfd5001f4ad7bc80a4283df1c310f97612eba85c
Reviewed-on: https://go-review.googlesource.com/23124
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com >
TryBot-Result: Gobot Gobot <gobot@golang.org >
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2016-05-15 20:56:54 +00:00
Mikio Hara
dcbb823943
unix: drop small networking libraries
...
Those libraries, routing message parsers, netlink message parsers,
berkeley packat filter are linux packet filter, are subsets and just for
the net package of standard library. It would be better keeping,
extending them at the net sub repository instead of here.
Updates golang/go#10150 .
Change-Id: I1ca437bea2e2be7f7f8f6496d4db291629f49136
Reviewed-on: https://go-review.googlesource.com/7581
Reviewed-by: Russ Cox <rsc@golang.org >
Reviewed-by: Rob Pike <r@golang.org >
2015-03-20 01:30:45 +00:00
Mikio Hara
4a3569769a
unix: add missing Syscall9 for darwin/amd64
...
Updates golang/go#10068 .
Change-Id: Ide71d7dfd2ad95387c1914b89bc743cbcda7d1de
Reviewed-on: https://go-review.googlesource.com/7582
Reviewed-by: Rob Pike <r@golang.org >
2015-03-14 23:35:45 +00:00