An error occurred fetching the project authors.
- 16 Mar, 2015 1 commit
-
-
Aram Hăvărneanu authored
Change-Id: Ia817e78d9678a365a76fea5e4dbe8f8a5aab0bac Reviewed-on: https://go-review.googlesource.com/7143Reviewed-by:
Russ Cox <rsc@golang.org>
-
- 08 Sep, 2014 1 commit
-
-
Russ Cox authored
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.
-
- 12 Aug, 2014 1 commit
-
-
Shenghou Ma authored
LGTM=rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/123290043
-
- 30 Jul, 2014 2 commits
-
-
Mikio Hara authored
preparing for the syscall package freeze. ««« original CL description syscall: add source-specific multicast socket options for FreeBSD Update #8266 LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/104290043 »»» LGTM=r R=r CC=golang-codereviews https://golang.org/cl/113660043
-
Mikio Hara authored
preparing for the syscall package freeze. ««« original CL description syscall: regenerate z-files for darwin Updates z-files from 10.7 kernel-based to 10.9 kernel-based. LGTM=iant R=golang-codereviews, bradfitz, iant CC=golang-codereviews https://golang.org/cl/102610045 »»» LGTM=r R=r CC=golang-codereviews https://golang.org/cl/114530044
-
- 24 Jun, 2014 1 commit
-
-
Mikio Hara authored
Updates z-files from 10.7 kernel-based to 10.9 kernel-based. LGTM=iant R=golang-codereviews, bradfitz, iant CC=golang-codereviews https://golang.org/cl/102610045
-
- 23 Jun, 2014 1 commit
-
-
Mikio Hara authored
Update #8266 LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/104290043
-
- 15 May, 2014 1 commit
-
-
Mikio Hara authored
This CL restores dropped constants not supported in OpenBSD 5.5 and tris to keep the promise of API compatibility. Update #7049 LGTM=jsing, bradfitz, rsc R=rsc, jsing, robert.hencke, minux.ma, bradfitz, iant CC=golang-codereviews https://golang.org/cl/96970043
-
- 28 Mar, 2014 1 commit
-
-
Mikio Hara authored
LGTM=iant R=iant, bradfitz CC=golang-codereviews https://golang.org/cl/80700044
-
- 04 Mar, 2014 1 commit
-
-
Mikio Hara authored
Unfortunately FreeBSD 10 has changed its syscall arguments for some reasons but as per request at golang-dev this CL does not generate some structures, syscall numbers and constants as compatible to FreeBSD 10 as follows: Structure: Stat_t, IfData, IfMsghdr are based on 8-STABLE Syscall number: Capsicum API is based on 9-STABLE Constant: IFT_CARP, SIOCAIFADDR, SIOCSIFPHYADDR are based on 9-STABLE Update #7193 FreeBSD 10 breaking changes: r205792: Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. http://svnweb.freebsd.org/base?view=revision&revision=205792 r254804: Restructure the mbuf pkthdr to make it fit for upcoming capabilities and features. http://svnweb.freebsd.org/base?view=revision&revision=254804 r255219: Change the cap_rights_t type from uint64_t to a structure that we can extend in the future in a backward compatible (API and ABI) way. http://svnweb.freebsd.org/base?view=revision&revision=255219 LGTM=iant R=golang-codereviews, rsc, minux.ma, gobot, iant CC=golang-codereviews https://golang.org/cl/56770044
-
- 25 Feb, 2014 1 commit
-
-
Aram Hăvărneanu authored
These are only the new files, autogenerated files are in a different CL to keep the size down. LGTM=dave, minux.ma, jsing R=golang-codereviews, dave, jsing, gobot, minux.ma, rsc, iant, mikioh.mikioh CC=golang-codereviews https://golang.org/cl/36000043
-
- 24 Feb, 2014 1 commit
-
-
Mikio Hara authored
LGTM=iant R=golang-codereviews, minux.ma, gobot, iant CC=golang-codereviews https://golang.org/cl/67170043
-
- 14 Feb, 2014 1 commit
-
-
Mikio Hara authored
On Linux include/net directory is just to help porting applications from BSDs and files under net keep less information than include/linux. Making use of files under include/linux instead of include/net prevents lack of information. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/63930043
-
- 09 Feb, 2014 1 commit
-
-
Mikio Hara authored
LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/54300054
-
- 13 Jan, 2014 1 commit
-
-
Joel Sing authored
Include the <sys/mman.h> header for OpenBSD mkerrors.sh. This brings in constants used with madvise(2), mmap(2), msync(2) and mlockall(2). Fixes #4929 R=golang-codereviews, minux.ma CC=golang-codereviews https://golang.org/cl/50930043
-
- 07 Jan, 2014 1 commit
-
-
Joel Sing authored
Include the <sys/mman.h> header for NetBSD mkerrors.sh. This brings in constants used with mmap(2), msync(2) and mlockall(2). The regeneration of the NetBSD zerror* files also picks clone(2) related constants. Update #4929. R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/45510044
-
- 13 Sep, 2013 1 commit
-
-
Dave Cheney authored
Fixes #6355. zerrors_linux_{386,amd64,arm}.go were regenerated using mkerrors.sh but I opted to add the three TC.*FLUSH lines by hand to keep the diff smaller and avoid problems with the API checker. I'll check freebsd and darwin, could I ask for help with net/open bsd. R=mikioh.mikioh, jsing, minux.ma, bradfitz CC=golang-dev https://golang.org/cl/13660043
-
- 23 Aug, 2013 2 commits
-
-
Rémy Oudompheng authored
Update #6214 R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13160043
-
Joel Sing authored
Add syscall support for dragonfly/amd64. Also add support for generating syscall z* files for dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13188043
-
- 10 Jun, 2013 1 commit
-
-
Shenghou Ma authored
R=golang-dev, iant, bradfitz, dave CC=golang-dev https://golang.org/cl/7430044
-
- 23 May, 2013 1 commit
-
-
Mikio Hara authored
This CL adds missing IPv6 socket options which are required to control IPv6 as described in RFC 3493, RFC 3542. Update #5538 R=golang-dev, dave, iant CC=golang-dev https://golang.org/cl/9373046
-
- 09 Mar, 2013 1 commit
-
-
Dave Cheney authored
Update #4929 Regenerated from FreeBSD-9.1 for amd64 and 386, FreeBSD-CURRENT for arm. R=devon.odell, minux.ma, rsc CC=golang-dev https://golang.org/cl/7438053
-
- 27 Feb, 2013 1 commit
-
-
Brad Fitzpatrick authored
Update #4842 R=golang-dev, r CC=golang-dev https://golang.org/cl/7369060
-
- 24 Feb, 2013 1 commit
-
-
Mikio Hara authored
Update #4866. R=golang-dev, dave CC=golang-dev https://golang.org/cl/7398047
-
- 22 May, 2012 1 commit
-
-
Joel Sing authored
Implement nametomib() on NetBSD using the CTL_QUERY node discovery mechanism. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6211071
-
- 14 May, 2012 1 commit
-
-
Joel Sing authored
Fix mkerrors.sh so that it works on NetBSD. Remove directory mode bits from types - this already appears in errors. Regenerate the z* files now that cgo is working. R=golang-dev, m4dh4tt3r, r CC=golang-dev https://golang.org/cl/6201077
-
- 03 May, 2012 1 commit
-
-
Francisco Souza authored
Update #3316. R=dave, kevlar, devon.odell, rsc, minux.ma CC=golang-dev https://golang.org/cl/6063053
-
- 13 Feb, 2012 1 commit
-
-
Russ Cox authored
Restore package os/signal, with new API: Notify replaces Incoming, allowing clients to ask for certain signals only. Also, signals go to everyone who asks, not just one client. This could plausibly move into package os now that there are no magic side effects as a result of the import. Update runtime for new API: move common Unix signal handling code into signal_unix.c. (It's so easy to do this now that we don't have to edit Makefiles!) Tested on darwin,linux 386,amd64. Fixes #1266. R=r, dsymonds, bradfitz, iant, borman CC=golang-dev https://golang.org/cl/3749041
-
- 03 Feb, 2012 1 commit
-
-
Mikio Hara authored
R=rsc CC=golang-dev https://golang.org/cl/5615054
-
- 25 Jan, 2012 1 commit
-
-
Robert Figueiredo authored
R=rsc CC=golang-dev https://golang.org/cl/5570043
-
- 09 Jan, 2012 1 commit
-
-
Albert Strasheim authored
As discussed in this thread: https://groups.google.com/group/golang-dev/browse_thread/thread/5b76b7700265a787 I've tried to come up with a solution that is minimally invasive for the platforms that don't support "parent death signal", without splitting up exec_unix.go. See also: http://www.win.tue.nl/~aeb/linux/lk/lk-5.html#ss5.8 R=rsc, dave, borman, iant, mikioh.mikioh CC=golang-dev https://golang.org/cl/5487061
-
- 19 Dec, 2011 1 commit
-
-
Christopher Nielsen authored
Not all syscalls are implemented, but many are. On the suggestion of Joel Sing <jsing@google.com>, the generated files were added with hg add instead of hg cp, since they are generated on an OS dependant basis. R=golang-dev, jsing, mikioh.mikioh CC=golang-dev https://golang.org/cl/5491050
-
- 16 Dec, 2011 1 commit
-
-
Mikio Hara authored
R=golang-dev, jsing CC=golang-dev https://golang.org/cl/5495062
-
- 08 Dec, 2011 1 commit
-
-
Andrea Spadaccini authored
The values have been generated only for the i386 and amd64 architectures. R=golang-dev, mikioh.mikioh, dsymonds CC=bradfitz, dsymonds, golang-dev https://golang.org/cl/5452060
-
- 19 Nov, 2011 1 commit
-
-
Sébastien Paolacci authored
R=golang-dev, mikioh.mikioh, rsc CC=golang-dev https://golang.org/cl/5369092
-
- 14 Nov, 2011 1 commit
-
-
Russ Cox authored
- syscall (not os) now defines the Errno type. - the low-level assembly functions Syscall, Syscall6, and so on return Errno, not uintptr - syscall wrappers all return error, not uintptr. R=golang-dev, mikioh.mikioh, r, alex.brainman CC=golang-dev https://golang.org/cl/5372080
-
- 11 Nov, 2011 1 commit
-
-
Russ Cox authored
R=golang-dev, mikioh.mikioh, r CC=golang-dev https://golang.org/cl/5348052
-
- 08 Sep, 2011 1 commit
-
-
Mikio Hara authored
R=golang-dev CC=golang-dev https://golang.org/cl/4956069
-
- 23 Aug, 2011 1 commit
-
-
Joel Sing authored
Add support for syscalls on openbsd amd64. This is based on the existing freebsd amd64 implementation. R=mikioh.mikioh, rsc, yourcomputerpal CC=golang-dev https://golang.org/cl/4798060
-
- 27 Jun, 2011 1 commit
-
-
Russ Cox authored
did darwin on mac with older, not broken xcode. did linux arm by copying diffs from linux 386. did freebsd amd64 by copying diffs from freebsd 386. R=golang-dev, r, mikioh.mikioh CC=golang-dev https://golang.org/cl/4629067
-