UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
fluxcd
source-controller
Commits
789f7e7c
Commit
789f7e7c
authored
Aug 06, 2021
by
sean.melissari
Browse files
v0.15.4
parent
d335024f
Pipeline
#409793
failed with stages
in 13 minutes and 14 seconds
Changes
183
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
342 additions
and
6 deletions
+342
-6
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
+4
-0
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
+4
-0
vendor/golang.org/x/sys/unix/syscall_linux_ppc.go
vendor/golang.org/x/sys/unix/syscall_linux_ppc.go
+4
-0
vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go
vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go
+4
-0
vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go
vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go
+4
-0
vendor/golang.org/x/sys/unix/syscall_linux_s390x.go
vendor/golang.org/x/sys/unix/syscall_linux_s390x.go
+4
-0
vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go
vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go
+4
-0
vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go
vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go
+5
-0
vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go
vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go
+5
-0
vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go
vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go
+5
-0
vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go
vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go
+5
-0
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go
+5
-0
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go
+5
-0
vendor/golang.org/x/sys/unix/zerrors_linux.go
vendor/golang.org/x/sys/unix/zerrors_linux.go
+64
-0
vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go
vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go
+104
-0
vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
+104
-0
vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go
vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go
+3
-0
vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go
vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go
+3
-2
vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go
vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go
+3
-2
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go
+3
-2
No files found.
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
View file @
789f7e7c
...
@@ -217,6 +217,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
...
@@ -217,6 +217,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
cmsg
.
Len
=
uint64
(
length
)
cmsg
.
Len
=
uint64
(
length
)
}
}
func
(
rsa
*
RawSockaddrNFCLLCP
)
SetServiceNameLen
(
length
int
)
{
rsa
.
Service_name_len
=
uint64
(
length
)
}
func
InotifyInit
()
(
fd
int
,
err
error
)
{
func
InotifyInit
()
(
fd
int
,
err
error
)
{
return
InotifyInit1
(
0
)
return
InotifyInit1
(
0
)
}
}
...
...
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
View file @
789f7e7c
...
@@ -229,6 +229,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
...
@@ -229,6 +229,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
cmsg
.
Len
=
uint32
(
length
)
cmsg
.
Len
=
uint32
(
length
)
}
}
func
(
rsa
*
RawSockaddrNFCLLCP
)
SetServiceNameLen
(
length
int
)
{
rsa
.
Service_name_len
=
uint32
(
length
)
}
//sys poll(fds *PollFd, nfds int, timeout int) (n int, err error)
//sys poll(fds *PollFd, nfds int, timeout int) (n int, err error)
func
Poll
(
fds
[]
PollFd
,
timeout
int
)
(
n
int
,
err
error
)
{
func
Poll
(
fds
[]
PollFd
,
timeout
int
)
(
n
int
,
err
error
)
{
...
...
vendor/golang.org/x/sys/unix/syscall_linux_ppc.go
View file @
789f7e7c
...
@@ -215,6 +215,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
...
@@ -215,6 +215,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
cmsg
.
Len
=
uint32
(
length
)
cmsg
.
Len
=
uint32
(
length
)
}
}
func
(
rsa
*
RawSockaddrNFCLLCP
)
SetServiceNameLen
(
length
int
)
{
rsa
.
Service_name_len
=
uint32
(
length
)
}
//sysnb pipe(p *[2]_C_int) (err error)
//sysnb pipe(p *[2]_C_int) (err error)
func
Pipe
(
p
[]
int
)
(
err
error
)
{
func
Pipe
(
p
[]
int
)
(
err
error
)
{
...
...
vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go
View file @
789f7e7c
...
@@ -100,6 +100,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
...
@@ -100,6 +100,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
cmsg
.
Len
=
uint64
(
length
)
cmsg
.
Len
=
uint64
(
length
)
}
}
func
(
rsa
*
RawSockaddrNFCLLCP
)
SetServiceNameLen
(
length
int
)
{
rsa
.
Service_name_len
=
uint64
(
length
)
}
//sysnb pipe(p *[2]_C_int) (err error)
//sysnb pipe(p *[2]_C_int) (err error)
func
Pipe
(
p
[]
int
)
(
err
error
)
{
func
Pipe
(
p
[]
int
)
(
err
error
)
{
...
...
vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go
View file @
789f7e7c
...
@@ -188,6 +188,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
...
@@ -188,6 +188,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
cmsg
.
Len
=
uint64
(
length
)
cmsg
.
Len
=
uint64
(
length
)
}
}
func
(
rsa
*
RawSockaddrNFCLLCP
)
SetServiceNameLen
(
length
int
)
{
rsa
.
Service_name_len
=
uint64
(
length
)
}
func
InotifyInit
()
(
fd
int
,
err
error
)
{
func
InotifyInit
()
(
fd
int
,
err
error
)
{
return
InotifyInit1
(
0
)
return
InotifyInit1
(
0
)
}
}
...
...
vendor/golang.org/x/sys/unix/syscall_linux_s390x.go
View file @
789f7e7c
...
@@ -129,6 +129,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
...
@@ -129,6 +129,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
cmsg
.
Len
=
uint64
(
length
)
cmsg
.
Len
=
uint64
(
length
)
}
}
func
(
rsa
*
RawSockaddrNFCLLCP
)
SetServiceNameLen
(
length
int
)
{
rsa
.
Service_name_len
=
uint64
(
length
)
}
// Linux on s390x uses the old mmap interface, which requires arguments to be passed in a struct.
// Linux on s390x uses the old mmap interface, which requires arguments to be passed in a struct.
// mmap2 also requires arguments to be passed in a struct; it is currently not exposed in <asm/unistd.h>.
// mmap2 also requires arguments to be passed in a struct; it is currently not exposed in <asm/unistd.h>.
func
mmap
(
addr
uintptr
,
length
uintptr
,
prot
int
,
flags
int
,
fd
int
,
offset
int64
)
(
xaddr
uintptr
,
err
error
)
{
func
mmap
(
addr
uintptr
,
length
uintptr
,
prot
int
,
flags
int
,
fd
int
,
offset
int64
)
(
xaddr
uintptr
,
err
error
)
{
...
...
vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go
View file @
789f7e7c
...
@@ -116,6 +116,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
...
@@ -116,6 +116,10 @@ func (cmsg *Cmsghdr) SetLen(length int) {
cmsg
.
Len
=
uint64
(
length
)
cmsg
.
Len
=
uint64
(
length
)
}
}
func
(
rsa
*
RawSockaddrNFCLLCP
)
SetServiceNameLen
(
length
int
)
{
rsa
.
Service_name_len
=
uint64
(
length
)
}
//sysnb pipe(p *[2]_C_int) (err error)
//sysnb pipe(p *[2]_C_int) (err error)
func
Pipe
(
p
[]
int
)
(
err
error
)
{
func
Pipe
(
p
[]
int
)
(
err
error
)
{
...
...
vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go
View file @
789f7e7c
...
@@ -1262,6 +1262,11 @@ const (
...
@@ -1262,6 +1262,11 @@ const (
SCM_RIGHTS
=
0x1
SCM_RIGHTS
=
0x1
SCM_TIMESTAMP
=
0x2
SCM_TIMESTAMP
=
0x2
SCM_TIMESTAMP_MONOTONIC
=
0x4
SCM_TIMESTAMP_MONOTONIC
=
0x4
SEEK_CUR
=
0x1
SEEK_DATA
=
0x4
SEEK_END
=
0x2
SEEK_HOLE
=
0x3
SEEK_SET
=
0x0
SHUT_RD
=
0x0
SHUT_RD
=
0x0
SHUT_RDWR
=
0x2
SHUT_RDWR
=
0x2
SHUT_WR
=
0x1
SHUT_WR
=
0x1
...
...
vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go
View file @
789f7e7c
...
@@ -1262,6 +1262,11 @@ const (
...
@@ -1262,6 +1262,11 @@ const (
SCM_RIGHTS
=
0x1
SCM_RIGHTS
=
0x1
SCM_TIMESTAMP
=
0x2
SCM_TIMESTAMP
=
0x2
SCM_TIMESTAMP_MONOTONIC
=
0x4
SCM_TIMESTAMP_MONOTONIC
=
0x4
SEEK_CUR
=
0x1
SEEK_DATA
=
0x4
SEEK_END
=
0x2
SEEK_HOLE
=
0x3
SEEK_SET
=
0x0
SHUT_RD
=
0x0
SHUT_RD
=
0x0
SHUT_RDWR
=
0x2
SHUT_RDWR
=
0x2
SHUT_WR
=
0x1
SHUT_WR
=
0x1
...
...
vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go
View file @
789f7e7c
...
@@ -1297,6 +1297,11 @@ const (
...
@@ -1297,6 +1297,11 @@ const (
SCM_RIGHTS
=
0x1
SCM_RIGHTS
=
0x1
SCM_TIMESTAMP
=
0x2
SCM_TIMESTAMP
=
0x2
SCM_TIME_INFO
=
0x7
SCM_TIME_INFO
=
0x7
SEEK_CUR
=
0x1
SEEK_DATA
=
0x3
SEEK_END
=
0x2
SEEK_HOLE
=
0x4
SEEK_SET
=
0x0
SHUT_RD
=
0x0
SHUT_RD
=
0x0
SHUT_RDWR
=
0x2
SHUT_RDWR
=
0x2
SHUT_WR
=
0x1
SHUT_WR
=
0x1
...
...
vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go
View file @
789f7e7c
...
@@ -1298,6 +1298,11 @@ const (
...
@@ -1298,6 +1298,11 @@ const (
SCM_RIGHTS
=
0x1
SCM_RIGHTS
=
0x1
SCM_TIMESTAMP
=
0x2
SCM_TIMESTAMP
=
0x2
SCM_TIME_INFO
=
0x7
SCM_TIME_INFO
=
0x7
SEEK_CUR
=
0x1
SEEK_DATA
=
0x3
SEEK_END
=
0x2
SEEK_HOLE
=
0x4
SEEK_SET
=
0x0
SHUT_RD
=
0x0
SHUT_RD
=
0x0
SHUT_RDWR
=
0x2
SHUT_RDWR
=
0x2
SHUT_WR
=
0x1
SHUT_WR
=
0x1
...
...
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go
View file @
789f7e7c
...
@@ -1276,6 +1276,11 @@ const (
...
@@ -1276,6 +1276,11 @@ const (
SCM_CREDS
=
0x3
SCM_CREDS
=
0x3
SCM_RIGHTS
=
0x1
SCM_RIGHTS
=
0x1
SCM_TIMESTAMP
=
0x2
SCM_TIMESTAMP
=
0x2
SEEK_CUR
=
0x1
SEEK_DATA
=
0x3
SEEK_END
=
0x2
SEEK_HOLE
=
0x4
SEEK_SET
=
0x0
SHUT_RD
=
0x0
SHUT_RD
=
0x0
SHUT_RDWR
=
0x2
SHUT_RDWR
=
0x2
SHUT_WR
=
0x1
SHUT_WR
=
0x1
...
...
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go
View file @
789f7e7c
...
@@ -1298,6 +1298,11 @@ const (
...
@@ -1298,6 +1298,11 @@ const (
SCM_RIGHTS
=
0x1
SCM_RIGHTS
=
0x1
SCM_TIMESTAMP
=
0x2
SCM_TIMESTAMP
=
0x2
SCM_TIME_INFO
=
0x7
SCM_TIME_INFO
=
0x7
SEEK_CUR
=
0x1
SEEK_DATA
=
0x3
SEEK_END
=
0x2
SEEK_HOLE
=
0x4
SEEK_SET
=
0x0
SHUT_RD
=
0x0
SHUT_RD
=
0x0
SHUT_RDWR
=
0x2
SHUT_RDWR
=
0x2
SHUT_WR
=
0x1
SHUT_WR
=
0x1
...
...
vendor/golang.org/x/sys/unix/zerrors_linux.go
View file @
789f7e7c
...
@@ -1566,6 +1566,59 @@ const (
...
@@ -1566,6 +1566,59 @@ const (
NETLINK_XFRM
=
0x6
NETLINK_XFRM
=
0x6
NETNSA_MAX
=
0x5
NETNSA_MAX
=
0x5
NETNSA_NSID_NOT_ASSIGNED
=
-
0x1
NETNSA_NSID_NOT_ASSIGNED
=
-
0x1
NFC_ATR_REQ_GB_MAXSIZE
=
0x30
NFC_ATR_REQ_MAXSIZE
=
0x40
NFC_ATR_RES_GB_MAXSIZE
=
0x2f
NFC_ATR_RES_MAXSIZE
=
0x40
NFC_COMM_ACTIVE
=
0x0
NFC_COMM_PASSIVE
=
0x1
NFC_DEVICE_NAME_MAXSIZE
=
0x8
NFC_DIRECTION_RX
=
0x0
NFC_DIRECTION_TX
=
0x1
NFC_FIRMWARE_NAME_MAXSIZE
=
0x20
NFC_GB_MAXSIZE
=
0x30
NFC_GENL_MCAST_EVENT_NAME
=
"events"
NFC_GENL_NAME
=
"nfc"
NFC_GENL_VERSION
=
0x1
NFC_HEADER_SIZE
=
0x1
NFC_ISO15693_UID_MAXSIZE
=
0x8
NFC_LLCP_MAX_SERVICE_NAME
=
0x3f
NFC_LLCP_MIUX
=
0x1
NFC_LLCP_REMOTE_LTO
=
0x3
NFC_LLCP_REMOTE_MIU
=
0x2
NFC_LLCP_REMOTE_RW
=
0x4
NFC_LLCP_RW
=
0x0
NFC_NFCID1_MAXSIZE
=
0xa
NFC_NFCID2_MAXSIZE
=
0x8
NFC_NFCID3_MAXSIZE
=
0xa
NFC_PROTO_FELICA
=
0x3
NFC_PROTO_FELICA_MASK
=
0x8
NFC_PROTO_ISO14443
=
0x4
NFC_PROTO_ISO14443_B
=
0x6
NFC_PROTO_ISO14443_B_MASK
=
0x40
NFC_PROTO_ISO14443_MASK
=
0x10
NFC_PROTO_ISO15693
=
0x7
NFC_PROTO_ISO15693_MASK
=
0x80
NFC_PROTO_JEWEL
=
0x1
NFC_PROTO_JEWEL_MASK
=
0x2
NFC_PROTO_MAX
=
0x8
NFC_PROTO_MIFARE
=
0x2
NFC_PROTO_MIFARE_MASK
=
0x4
NFC_PROTO_NFC_DEP
=
0x5
NFC_PROTO_NFC_DEP_MASK
=
0x20
NFC_RAW_HEADER_SIZE
=
0x2
NFC_RF_INITIATOR
=
0x0
NFC_RF_NONE
=
0x2
NFC_RF_TARGET
=
0x1
NFC_SENSB_RES_MAXSIZE
=
0xc
NFC_SENSF_RES_MAXSIZE
=
0x12
NFC_SE_DISABLED
=
0x0
NFC_SE_EMBEDDED
=
0x2
NFC_SE_ENABLED
=
0x1
NFC_SE_UICC
=
0x1
NFC_SOCKPROTO_LLCP
=
0x1
NFC_SOCKPROTO_MAX
=
0x2
NFC_SOCKPROTO_RAW
=
0x0
NFNETLINK_V0
=
0x0
NFNETLINK_V0
=
0x0
NFNLGRP_ACCT_QUOTA
=
0x8
NFNLGRP_ACCT_QUOTA
=
0x8
NFNLGRP_CONNTRACK_DESTROY
=
0x3
NFNLGRP_CONNTRACK_DESTROY
=
0x3
...
@@ -1991,6 +2044,11 @@ const (
...
@@ -1991,6 +2044,11 @@ const (
QNX4_SUPER_MAGIC
=
0x2f
QNX4_SUPER_MAGIC
=
0x2f
QNX6_SUPER_MAGIC
=
0x68191122
QNX6_SUPER_MAGIC
=
0x68191122
RAMFS_MAGIC
=
0x858458f6
RAMFS_MAGIC
=
0x858458f6
RAW_PAYLOAD_DIGITAL
=
0x3
RAW_PAYLOAD_HCI
=
0x2
RAW_PAYLOAD_LLCP
=
0x0
RAW_PAYLOAD_NCI
=
0x1
RAW_PAYLOAD_PROPRIETARY
=
0x4
RDTGROUP_SUPER_MAGIC
=
0x7655821
RDTGROUP_SUPER_MAGIC
=
0x7655821
REISERFS_SUPER_MAGIC
=
0x52654973
REISERFS_SUPER_MAGIC
=
0x52654973
RENAME_EXCHANGE
=
0x2
RENAME_EXCHANGE
=
0x2
...
@@ -2226,6 +2284,12 @@ const (
...
@@ -2226,6 +2284,12 @@ const (
SECCOMP_MODE_FILTER
=
0x2
SECCOMP_MODE_FILTER
=
0x2
SECCOMP_MODE_STRICT
=
0x1
SECCOMP_MODE_STRICT
=
0x1
SECURITYFS_MAGIC
=
0x73636673
SECURITYFS_MAGIC
=
0x73636673
SEEK_CUR
=
0x1
SEEK_DATA
=
0x3
SEEK_END
=
0x2
SEEK_HOLE
=
0x4
SEEK_MAX
=
0x4
SEEK_SET
=
0x0
SELINUX_MAGIC
=
0xf97cff8c
SELINUX_MAGIC
=
0xf97cff8c
SHUT_RD
=
0x0
SHUT_RD
=
0x0
SHUT_RDWR
=
0x2
SHUT_RDWR
=
0x2
...
...
vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go
View file @
789f7e7c
...
@@ -535,3 +535,107 @@ type CtlInfo struct {
...
@@ -535,3 +535,107 @@ type CtlInfo struct {
Id
uint32
Id
uint32
Name
[
96
]
byte
Name
[
96
]
byte
}
}
const
SizeofKinfoProc
=
0x288
type
Eproc
struct
{
Paddr
uintptr
Sess
uintptr
Pcred
Pcred
Ucred
Ucred
Vm
Vmspace
Ppid
int32
Pgid
int32
Jobc
int16
Tdev
int32
Tpgid
int32
Tsess
uintptr
Wmesg
[
8
]
int8
Xsize
int32
Xrssize
int16
Xccount
int16
Xswrss
int16
Flag
int32
Login
[
12
]
int8
Spare
[
4
]
int32
_
[
4
]
byte
}
type
ExternProc
struct
{
P_starttime
Timeval
P_vmspace
*
Vmspace
P_sigacts
uintptr
P_flag
int32
P_stat
int8
P_pid
int32
P_oppid
int32
P_dupfd
int32
User_stack
*
int8
Exit_thread
*
byte
P_debugger
int32
Sigwait
int32
P_estcpu
uint32
P_cpticks
int32
P_pctcpu
uint32
P_wchan
*
byte
P_wmesg
*
int8
P_swtime
uint32
P_slptime
uint32
P_realtimer
Itimerval
P_rtime
Timeval
P_uticks
uint64
P_sticks
uint64
P_iticks
uint64
P_traceflag
int32
P_tracep
uintptr
P_siglist
int32
P_textvp
uintptr
P_holdcnt
int32
P_sigmask
uint32
P_sigignore
uint32
P_sigcatch
uint32
P_priority
uint8
P_usrpri
uint8
P_nice
int8
P_comm
[
17
]
int8
P_pgrp
uintptr
P_addr
uintptr
P_xstat
uint16
P_acflag
uint16
P_ru
*
Rusage
}
type
Itimerval
struct
{
Interval
Timeval
Value
Timeval
}
type
KinfoProc
struct
{
Proc
ExternProc
Eproc
Eproc
}
type
Vmspace
struct
{
Dummy
int32
Dummy2
*
int8
Dummy3
[
5
]
int32
Dummy4
[
3
]
*
int8
}
type
Pcred
struct
{
Pc_lock
[
72
]
int8
Pc_ucred
uintptr
P_ruid
uint32
P_svuid
uint32
P_rgid
uint32
P_svgid
uint32
P_refcnt
int32
_
[
4
]
byte
}
type
Ucred
struct
{
Ref
int32
Uid
uint32
Ngroups
int16
Groups
[
16
]
uint32
}
vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
View file @
789f7e7c
...
@@ -535,3 +535,107 @@ type CtlInfo struct {
...
@@ -535,3 +535,107 @@ type CtlInfo struct {
Id
uint32
Id
uint32
Name
[
96
]
byte
Name
[
96
]
byte
}
}
const
SizeofKinfoProc
=
0x288
type
Eproc
struct
{
Paddr
uintptr
Sess
uintptr
Pcred
Pcred
Ucred
Ucred
Vm
Vmspace
Ppid
int32
Pgid
int32
Jobc
int16
Tdev
int32
Tpgid
int32
Tsess
uintptr
Wmesg
[
8
]
int8
Xsize
int32
Xrssize
int16
Xccount
int16
Xswrss
int16
Flag
int32
Login
[
12
]
int8
Spare
[
4
]
int32
_
[
4
]
byte
}
type
ExternProc
struct
{
P_starttime
Timeval
P_vmspace
*
Vmspace
P_sigacts
uintptr
P_flag
int32
P_stat
int8
P_pid
int32
P_oppid
int32
P_dupfd
int32
User_stack
*
int8
Exit_thread
*
byte
P_debugger
int32
Sigwait
int32
P_estcpu
uint32
P_cpticks
int32
P_pctcpu
uint32
P_wchan
*
byte
P_wmesg
*
int8
P_swtime
uint32
P_slptime
uint32
P_realtimer
Itimerval
P_rtime
Timeval
P_uticks
uint64
P_sticks
uint64
P_iticks
uint64
P_traceflag
int32
P_tracep
uintptr
P_siglist
int32
P_textvp
uintptr
P_holdcnt
int32
P_sigmask
uint32
P_sigignore
uint32
P_sigcatch
uint32
P_priority
uint8
P_usrpri
uint8
P_nice
int8
P_comm
[
17
]
int8
P_pgrp
uintptr
P_addr
uintptr
P_xstat
uint16
P_acflag
uint16
P_ru
*
Rusage
}
type
Itimerval
struct
{
Interval
Timeval
Value
Timeval
}
type
KinfoProc
struct
{
Proc
ExternProc
Eproc
Eproc
}
type
Vmspace
struct
{
Dummy
int32
Dummy2
*
int8
Dummy3
[
5
]
int32
Dummy4
[
3
]
*
int8
}
type
Pcred
struct
{
Pc_lock
[
72
]
int8
Pc_ucred
uintptr
P_ruid
uint32
P_svuid
uint32
P_rgid
uint32
P_svgid
uint32
P_refcnt
int32
_
[
4
]
byte
}
type
Ucred
struct
{
Ref
int32
Uid
uint32
Ngroups
int16
Groups
[
16
]
uint32
}
vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go
View file @
789f7e7c
...
@@ -431,6 +431,9 @@ type Winsize struct {
...
@@ -431,6 +431,9 @@ type Winsize struct {
const
(
const
(
AT_FDCWD
=
0xfffafdcd
AT_FDCWD
=
0xfffafdcd
AT_SYMLINK_NOFOLLOW
=
0x1
AT_SYMLINK_NOFOLLOW
=
0x1
AT_REMOVEDIR
=
0x2
AT_EACCESS
=
0x4
AT_SYMLINK_FOLLOW
=
0x8
)
)
type
PollFd
struct
{
type
PollFd
struct
{
...
...
vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go
View file @
789f7e7c
...
@@ -672,9 +672,10 @@ type Winsize struct {
...
@@ -672,9 +672,10 @@ type Winsize struct {
const
(
const
(
AT_FDCWD
=
-
0x64
AT_FDCWD
=
-
0x64
AT_REMOVEDIR
=
0x800
AT_EACCESS
=
0x100
AT_SYMLINK_FOLLOW
=
0x400
AT_SYMLINK_NOFOLLOW
=
0x200
AT_SYMLINK_NOFOLLOW
=
0x200
AT_SYMLINK_FOLLOW
=
0x400
AT_REMOVEDIR
=
0x800
)
)
type
PollFd
struct
{
type
PollFd
struct
{
...
...
vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go
View file @
789f7e7c
...
@@ -675,9 +675,10 @@ type Winsize struct {
...
@@ -675,9 +675,10 @@ type Winsize struct {
const
(
const
(
AT_FDCWD
=
-
0x64
AT_FDCWD
=
-
0x64
AT_REMOVEDIR
=
0x800
AT_EACCESS
=
0x100
AT_SYMLINK_FOLLOW
=
0x400
AT_SYMLINK_NOFOLLOW
=
0x200
AT_SYMLINK_NOFOLLOW
=
0x200
AT_SYMLINK_FOLLOW
=
0x400
AT_REMOVEDIR
=
0x800
)
)
type
PollFd
struct
{
type
PollFd
struct
{
...
...
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go
View file @
789f7e7c
...
@@ -656,9 +656,10 @@ type Winsize struct {
...
@@ -656,9 +656,10 @@ type Winsize struct {
const
(
const
(
AT_FDCWD
=
-
0x64
AT_FDCWD
=
-
0x64
AT_REMOVEDIR
=
0x800
AT_EACCESS
=
0x100
AT_SYMLINK_FOLLOW
=
0x400
AT_SYMLINK_NOFOLLOW
=
0x200
AT_SYMLINK_NOFOLLOW
=
0x200
AT_SYMLINK_FOLLOW
=
0x400
AT_REMOVEDIR
=
0x800
)
)
type
PollFd
struct
{
type
PollFd
struct
{
...
...
Prev
1
2
3
4
5
6
7
…
10
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment