~ubuntu-branches/ubuntu/vivid/golang/vivid

« back to all changes in this revision

Viewing changes to src/pkg/syscall/zerrors_netbsd_amd64.go

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2014-11-18 15:12:26 UTC
  • mfrom: (14.2.12 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20141118151226-zug7vn93mn3dtiz3
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
  - Support co-installability with gccgo-go tool:
    - d/rules,golang-go.install: Rename bin/go -> bin/golang-go
    - d/golang-go.{postinst,prerm}: Install/remove /usr/bin/go using
      alternatives.
  - d/copyright: Amendments for full compiliance with copyright format.
  - d/control: Demote golang-go.tools to Suggests to support Ubuntu MIR.
  - dropped patches (now upstream):
    - d/p/issue27650045_40001_50001.diff
    - d/p/issue28050043_60001_70001.diff
    - d/p/issue54790044_100001_110001.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        BRKINT                            = 0x2
147
147
        CFLUSH                            = 0xf
148
148
        CLOCAL                            = 0x8000
 
149
        CLONE_CSIGNAL                     = 0xff
 
150
        CLONE_FILES                       = 0x400
 
151
        CLONE_FS                          = 0x200
 
152
        CLONE_PID                         = 0x1000
 
153
        CLONE_PTRACE                      = 0x2000
 
154
        CLONE_SIGHAND                     = 0x800
 
155
        CLONE_VFORK                       = 0x4000
 
156
        CLONE_VM                          = 0x100
149
157
        CREAD                             = 0x800
150
158
        CS5                               = 0x0
151
159
        CS6                               = 0x100
952
960
        LOCK_NB                           = 0x4
953
961
        LOCK_SH                           = 0x1
954
962
        LOCK_UN                           = 0x8
 
963
        MADV_DONTNEED                     = 0x4
 
964
        MADV_FREE                         = 0x6
 
965
        MADV_NORMAL                       = 0x0
 
966
        MADV_RANDOM                       = 0x1
 
967
        MADV_SEQUENTIAL                   = 0x2
 
968
        MADV_SPACEAVAIL                   = 0x5
 
969
        MADV_WILLNEED                     = 0x3
 
970
        MAP_ALIGNMENT_16MB                = 0x18000000
 
971
        MAP_ALIGNMENT_1TB                 = 0x28000000
 
972
        MAP_ALIGNMENT_256TB               = 0x30000000
 
973
        MAP_ALIGNMENT_4GB                 = 0x20000000
 
974
        MAP_ALIGNMENT_64KB                = 0x10000000
 
975
        MAP_ALIGNMENT_64PB                = 0x38000000
 
976
        MAP_ALIGNMENT_MASK                = -0x1000000
 
977
        MAP_ALIGNMENT_SHIFT               = 0x18
 
978
        MAP_ANON                          = 0x1000
 
979
        MAP_FILE                          = 0x0
 
980
        MAP_FIXED                         = 0x10
 
981
        MAP_HASSEMAPHORE                  = 0x200
 
982
        MAP_INHERIT                       = 0x80
 
983
        MAP_INHERIT_COPY                  = 0x1
 
984
        MAP_INHERIT_DEFAULT               = 0x1
 
985
        MAP_INHERIT_DONATE_COPY           = 0x3
 
986
        MAP_INHERIT_NONE                  = 0x2
 
987
        MAP_INHERIT_SHARE                 = 0x0
 
988
        MAP_NORESERVE                     = 0x40
 
989
        MAP_PRIVATE                       = 0x2
 
990
        MAP_RENAME                        = 0x20
 
991
        MAP_SHARED                        = 0x1
 
992
        MAP_STACK                         = 0x2000
 
993
        MAP_TRYFIXED                      = 0x400
 
994
        MAP_WIRED                         = 0x800
 
995
        MCL_CURRENT                       = 0x1
 
996
        MCL_FUTURE                        = 0x2
955
997
        MSG_BCAST                         = 0x100
956
998
        MSG_CMSG_CLOEXEC                  = 0x800
957
999
        MSG_CONTROLMBUF                   = 0x2000000
970
1012
        MSG_TRUNC                         = 0x10
971
1013
        MSG_USERFLAGS                     = 0xffffff
972
1014
        MSG_WAITALL                       = 0x40
 
1015
        MS_ASYNC                          = 0x1
 
1016
        MS_INVALIDATE                     = 0x2
 
1017
        MS_SYNC                           = 0x4
973
1018
        NAME_MAX                          = 0x1ff
974
1019
        NET_RT_DUMP                       = 0x1
975
1020
        NET_RT_FLAGS                      = 0x2
1029
1074
        PARMRK                            = 0x8
1030
1075
        PARODD                            = 0x2000
1031
1076
        PENDIN                            = 0x20000000
1032
 
        PRI_IOFLUSH                       = 0x7c
1033
1077
        PRIO_PGRP                         = 0x1
1034
1078
        PRIO_PROCESS                      = 0x0
1035
1079
        PRIO_USER                         = 0x2
 
1080
        PRI_IOFLUSH                       = 0x7c
 
1081
        PROT_EXEC                         = 0x4
 
1082
        PROT_NONE                         = 0x0
 
1083
        PROT_READ                         = 0x1
 
1084
        PROT_WRITE                        = 0x2
1036
1085
        RLIMIT_AS                         = 0xa
1037
1086
        RLIMIT_CORE                       = 0x4
1038
1087
        RLIMIT_CPU                        = 0x0