1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/pkg
Joel Sing 88e984faa5 syscall: add openbsd 386
Add openbsd 386 syscall support, partially based on the existing
freebsd 386 syscall implementation.

FTR zerrors_openbsd_386.go cannot currently be completely built on
openbsd/i386 due to what appears to be a gcc bug. The constants can be
successfully generated with -m32 on openbsd/amd64 and the error
table can then be generated on openbsd/i386.

R=rsc
CC=golang-dev
https://golang.org/cl/4969045
2011-08-29 10:04:28 -04:00
..
archive archive/zip: more efficient reader and bug fix 2011-07-29 10:47:00 -07:00
asn1 asn1: add support for unmarshalling structs with int32 members 2011-08-17 12:12:01 -04:00
big big: fix nat.scan bug 2011-08-24 14:55:03 -07:00
bufio bufio: handle a "\r\n" that straddles the buffer. 2011-08-25 08:44:12 +10:00
builtin builtin: correct description of a closed channel. 2011-08-16 16:03:30 +10:00
bytes bytes.Buffer: clarify that NewBuffer is not for beginners 2011-08-26 15:09:23 +10:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
container container/heap/heap_test.go: remove container/vector 2011-08-22 13:55:22 +10:00
crypto crypto, exec, path, time: add support for OpenBSD 2011-08-12 14:44:16 +10:00
csv go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
debug ld: remove overlap of ELF sections on dynamic binaries 2011-07-20 12:47:02 -03:00
ebnf go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
encoding go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
exec crypto, exec, path, time: add support for OpenBSD 2011-08-12 14:44:16 +10:00
exp exp/template/html: add some tests for ">" attributes. 2011-08-25 13:48:21 +10:00
expvar go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
flag flag: make -help nicer. 2011-07-11 09:35:50 +10:00
fmt fmt: call UpdateMemStats in malloc counter 2011-08-04 16:32:14 +10:00
go go/build: separate test imports out when scanning 2011-08-25 21:00:20 -03:00
gob gob: explain that Debug isn't useful unless it's compiled in. 2011-08-22 22:43:49 +10:00
hash hash/crc32: add SSE4.2 support 2011-07-12 09:29:24 -04:00
html html: parse more malformed tags. 2011-08-11 18:49:09 +10:00
http http: support setting Transport's TLS client config 2011-08-26 10:06:35 +04:00
image image/tiff: decoder optimization. 2011-08-26 11:36:52 +10:00
index/suffixarray crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses. 2011-08-08 14:32:37 -07:00
io io: add TeeReader 2011-08-26 17:08:59 -04:00
json json: fix decode bug with struct tag names with ,opts being ignored 2011-08-26 12:27:33 +04:00
log log: more locking 2011-07-17 15:46:00 -07:00
mail strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
math math: fix Pow10 loop 2011-08-24 13:59:52 -04:00
mime mime: fix build 2011-08-26 17:19:52 -04:00
net net: disable "tcp" test on openbsd 2011-08-26 15:38:02 -04:00
netchan os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
old/template template: delete old template code. 2011-08-17 14:34:48 +10:00
os os: disable Hostname test on OpenBSD 2011-08-22 23:24:16 -04:00
patch strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
path crypto, exec, path, time: add support for OpenBSD 2011-08-12 14:44:16 +10:00
rand os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
reflect gc: tweak and enable escape analysis 2011-08-28 12:05:00 -04:00
regexp regexp: document that Regexp is thread-safe. 2011-06-29 15:41:09 +10:00
rpc template: move exp/template into template. 2011-08-17 14:55:57 +10:00
runtime runtime: openbsd thread tweaks 2011-08-29 09:35:13 -04:00
scanner scanner: correct error position for illegal UTF-8 encodings 2011-08-08 13:54:32 -07:00
smtp strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
sort sort: fixed bug in (Float64Slice) Less; NaN less than anything else 2011-07-23 15:47:06 -04:00
strconv strconv: put decimal on stack 2011-08-25 17:54:14 -04:00
strings go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sync sync: improve Once fast path 2011-07-21 11:30:14 -04:00
syscall syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
syslog os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
tabwriter go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
template template: range over channel 2011-08-29 15:56:52 +10:00
testing testing: output benchmark name before executing it 2011-07-21 11:31:07 -04:00
time time: fix Plan 9 build 2011-08-29 09:35:08 -04:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode unicode: fix case-mapping for roman numerals!! 2011-07-27 15:54:23 -07:00
unsafe reflect: doc fixes for obsolete types. 2011-07-27 13:29:44 +10:00
url url: new package 2011-08-17 13:36:02 +10:00
utf8 utf8: rename some internal constants to remove leading underscores. 2011-08-12 11:50:46 +10:00
utf16
websocket websocket: Implements new version of WebSocket protocol. 2011-08-26 13:12:08 +10:00
xml xml: marshal "parent>child" tags correctly 2011-08-26 12:29:52 -03:00
deps.bash build: use awk instead of giant egrep regexp 2011-06-16 00:04:24 -04:00
Makefile time: fix zone during windows test 2011-08-26 15:15:23 -04:00