summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2014-03-04 09:26:01 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2014-03-04 09:26:01 +0900
commit3464957da880d62e56e25707cfc48fd9d9185b4e (patch)
treeb7a841c64d804283deae25dc72279b882b013afb /api
parente37b6ac4c386730e60a756f7dd8416d539cfe871 (diff)
downloadgo-3464957da880d62e56e25707cfc48fd9d9185b4e.tar.gz
syscall: regenerate z-files on FreeBSD 10
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 issue 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://codereview.appspot.com/56770044
Diffstat (limited to 'api')
0 files changed, 0 insertions, 0 deletions