Created
April 6, 2009 22:20
-
-
Save malu/90978 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) | |
Process.setrlimit and Process.getrlimit limit and get total size for mlock(2) (bytes) ERROR | |
EINVAL: Invalid argument - Invalid argument | |
Errno.handle at kernel/common/errno.rb:26 | |
Process.setrlimit at kernel/common/process.rb:41 | |
#<Object:0xefee>.__script__ {} at /home/max/code/ruby/rubinius/spec/frozen/core/process/setrlimit_spec.rb:77 | |
Kernel(Object)#instance_eval at kernel/common/eval.rb:114 | |
Enumerable(Array)#all? {} at kernel/common/enumerable.rb:461 | |
Array#each at kernel/bootstrap/array.rb:48 | |
Enumerable(Array)#all? at kernel/common/enumerable.rb:461 | |
Array#each at kernel/bootstrap/array.rb:48 | |
main.__script__ at /home/max/code/ruby/rubinius/spec/frozen/core/process/setrlimit_spec.rb:19 | |
CompiledMethod#activate_as_script at kernel/common/compiled_method.rb:146 | |
CompiledMethod#as_script at kernel/common/compiled_method.rb:139 | |
Compiler::Utils.single_load at kernel/compiler/compile.rb:236 | |
Compiler::Utils.unified_load at kernel/compiler/compile.rb:89 | |
Kernel.load at kernel/common/kernel.rb:693 | |
Kernel(Object)#instance_eval at kernel/common/eval.rb:114 | |
Array#each at kernel/bootstrap/array.rb:48 | |
CompiledMethod#activate_as_script at kernel/common/compiled_method.rb:146 | |
CompiledMethod#as_script at kernel/common/compiled_method.rb:139 | |
Compiler::Utils.single_load at kernel/compiler/compile.rb:236 | |
Compiler::Utils.load_from_extension at kernel/compiler/compile.rb:320 | |
Object#__script__ at kernel/loader.rb:229 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rbx.platform.addrinfo.sizeof = 32 | |
rbx.platform.addrinfo.ai_flags.offset = 0 | |
rbx.platform.addrinfo.ai_flags.size = 4 | |
rbx.platform.addrinfo.ai_flags.type = int | |
rbx.platform.addrinfo.ai_family.offset = 4 | |
rbx.platform.addrinfo.ai_family.size = 4 | |
rbx.platform.addrinfo.ai_family.type = int | |
rbx.platform.addrinfo.ai_socktype.offset = 8 | |
rbx.platform.addrinfo.ai_socktype.size = 4 | |
rbx.platform.addrinfo.ai_socktype.type = int | |
rbx.platform.addrinfo.ai_protocol.offset = 12 | |
rbx.platform.addrinfo.ai_protocol.size = 4 | |
rbx.platform.addrinfo.ai_protocol.type = int | |
rbx.platform.addrinfo.ai_addrlen.offset = 16 | |
rbx.platform.addrinfo.ai_addrlen.size = 4 | |
rbx.platform.addrinfo.ai_addrlen.type = int | |
rbx.platform.addrinfo.ai_addr.offset = 20 | |
rbx.platform.addrinfo.ai_addr.size = 4 | |
rbx.platform.addrinfo.ai_addr.type = pointer | |
rbx.platform.addrinfo.ai_canonname.offset = 24 | |
rbx.platform.addrinfo.ai_canonname.size = 4 | |
rbx.platform.addrinfo.ai_canonname.type = string | |
rbx.platform.addrinfo.ai_next.offset = 28 | |
rbx.platform.addrinfo.ai_next.size = 4 | |
rbx.platform.addrinfo.ai_next.type = pointer | |
rbx.platform.dirent.sizeof = 276 | |
rbx.platform.dirent.d_ino.offset = 0 | |
rbx.platform.dirent.d_ino.size = 8 | |
rbx.platform.dirent.d_ino.type = ino_t | |
rbx.platform.dirent.d_reclen.offset = 16 | |
rbx.platform.dirent.d_reclen.size = 2 | |
rbx.platform.dirent.d_reclen.type = ushort | |
rbx.platform.dirent.d_name.offset = 19 | |
rbx.platform.dirent.d_name.size = 256 | |
rbx.platform.dirent.d_name.type = char_array | |
rbx.platform.timeval.sizeof = 8 | |
rbx.platform.timeval.tv_sec.offset = 0 | |
rbx.platform.timeval.tv_sec.size = 4 | |
rbx.platform.timeval.tv_sec.type = time_t | |
rbx.platform.timeval.tv_usec.offset = 4 | |
rbx.platform.timeval.tv_usec.size = 4 | |
rbx.platform.timeval.tv_usec.type = suseconds_t | |
rbx.platform.sockaddr_in.sizeof = 16 | |
rbx.platform.sockaddr_in.sin_family.offset = 0 | |
rbx.platform.sockaddr_in.sin_family.size = 2 | |
rbx.platform.sockaddr_in.sin_family.type = sa_family_t | |
rbx.platform.sockaddr_in.sin_port.offset = 2 | |
rbx.platform.sockaddr_in.sin_port.size = 2 | |
rbx.platform.sockaddr_in.sin_port.type = ushort | |
rbx.platform.sockaddr_in.sin_addr.offset = 4 | |
rbx.platform.sockaddr_in.sin_addr.size = 4 | |
rbx.platform.sockaddr_in.sin_zero.offset = 8 | |
rbx.platform.sockaddr_in.sin_zero.size = 8 | |
rbx.platform.sockaddr_in.sin_zero.type = char_array | |
rbx.platform.sockaddr_un.sizeof = 110 | |
rbx.platform.sockaddr_un.sun_family.offset = 0 | |
rbx.platform.sockaddr_un.sun_family.size = 2 | |
rbx.platform.sockaddr_un.sun_family.type = sa_family_t | |
rbx.platform.sockaddr_un.sun_path.offset = 2 | |
rbx.platform.sockaddr_un.sun_path.size = 108 | |
rbx.platform.sockaddr_un.sun_path.type = char_array | |
rbx.platform.servent.sizeof = 16 | |
rbx.platform.servent.s_name.offset = 0 | |
rbx.platform.servent.s_name.size = 4 | |
rbx.platform.servent.s_name.type = pointer | |
rbx.platform.servent.s_aliases.offset = 4 | |
rbx.platform.servent.s_aliases.size = 4 | |
rbx.platform.servent.s_aliases.type = pointer | |
rbx.platform.servent.s_port.offset = 8 | |
rbx.platform.servent.s_port.size = 4 | |
rbx.platform.servent.s_port.type = int | |
rbx.platform.servent.s_proto.offset = 12 | |
rbx.platform.servent.s_proto.size = 4 | |
rbx.platform.servent.s_proto.type = pointer | |
rbx.platform.stat.sizeof = 96 | |
rbx.platform.stat.st_dev.offset = 0 | |
rbx.platform.stat.st_dev.size = 8 | |
rbx.platform.stat.st_dev.type = dev_t | |
rbx.platform.stat.st_ino.offset = 88 | |
rbx.platform.stat.st_ino.size = 8 | |
rbx.platform.stat.st_ino.type = ino_t | |
rbx.platform.stat.st_mode.offset = 16 | |
rbx.platform.stat.st_mode.size = 4 | |
rbx.platform.stat.st_mode.type = mode_t | |
rbx.platform.stat.st_nlink.offset = 20 | |
rbx.platform.stat.st_nlink.size = 4 | |
rbx.platform.stat.st_nlink.type = nlink_t | |
rbx.platform.stat.st_uid.offset = 24 | |
rbx.platform.stat.st_uid.size = 4 | |
rbx.platform.stat.st_uid.type = uid_t | |
rbx.platform.stat.st_gid.offset = 28 | |
rbx.platform.stat.st_gid.size = 4 | |
rbx.platform.stat.st_gid.type = gid_t | |
rbx.platform.stat.st_rdev.offset = 32 | |
rbx.platform.stat.st_rdev.size = 8 | |
rbx.platform.stat.st_rdev.type = dev_t | |
rbx.platform.stat.st_size.offset = 44 | |
rbx.platform.stat.st_size.size = 8 | |
rbx.platform.stat.st_size.type = off_t | |
rbx.platform.stat.st_blksize.offset = 52 | |
rbx.platform.stat.st_blksize.size = 4 | |
rbx.platform.stat.st_blocks.offset = 56 | |
rbx.platform.stat.st_blocks.size = 8 | |
rbx.platform.stat.st_atime.offset = 64 | |
rbx.platform.stat.st_atime.size = 4 | |
rbx.platform.stat.st_atime.type = time_t | |
rbx.platform.stat.st_mtime.offset = 72 | |
rbx.platform.stat.st_mtime.size = 4 | |
rbx.platform.stat.st_mtime.type = time_t | |
rbx.platform.stat.st_ctime.offset = 80 | |
rbx.platform.stat.st_ctime.size = 4 | |
rbx.platform.stat.st_ctime.type = time_t | |
rbx.platform.rlimit.sizeof = 16 | |
rbx.platform.rlimit.rlim_cur.offset = 0 | |
rbx.platform.rlimit.rlim_cur.size = 8 | |
rbx.platform.rlimit.rlim_cur.type = rlim_t | |
rbx.platform.rlimit.rlim_max.offset = 8 | |
rbx.platform.rlimit.rlim_max.size = 8 | |
rbx.platform.rlimit.rlim_max.type = rlim_t | |
rbx.platform.file.O_NOCTTY = 256 | |
rbx.platform.file.O_APPEND = 1024 | |
rbx.platform.file.S_IFIFO = 4096 | |
rbx.platform.file.S_IWOTH = 2 | |
rbx.platform.file.O_SYNC = 4096 | |
rbx.platform.file.S_ISGID = 1024 | |
rbx.platform.file.S_IROTH = 4 | |
rbx.platform.file.S_IXUSR = 64 | |
rbx.platform.file.O_CREAT = 64 | |
rbx.platform.file.O_WRONLY = 1 | |
rbx.platform.file.S_IFSOCK = 49152 | |
rbx.platform.file.S_IFLNK = 40960 | |
rbx.platform.file.S_IFREG = 32768 | |
rbx.platform.file.S_IWGRP = 16 | |
rbx.platform.file.S_IWUSR = 128 | |
rbx.platform.file.S_IRGRP = 32 | |
rbx.platform.file.O_NONBLOCK = 2048 | |
rbx.platform.file.O_EXCL = 128 | |
rbx.platform.file.O_RDONLY = 0 | |
rbx.platform.file.S_ISUID = 2048 | |
rbx.platform.file.S_IFBLK = 24576 | |
rbx.platform.file.O_RDWR = 2 | |
rbx.platform.file.S_IFWHT = | |
rbx.platform.file.S_IFDIR = 16384 | |
rbx.platform.file.S_IFCHR = 8192 | |
rbx.platform.file.S_IXOTH = 1 | |
rbx.platform.file.O_TRUNC = 512 | |
rbx.platform.file.S_IFMT = 61440 | |
rbx.platform.file.S_IRUSR = 256 | |
rbx.platform.file.S_IXGRP = 8 | |
rbx.platform.io.SEEK_END = 2 | |
rbx.platform.io.SEEK_CUR = 1 | |
rbx.platform.io.SEEK_SET = 0 | |
rbx.platform.fcntl.O_ACCMODE = 3 | |
rbx.platform.fcntl.F_GETFL = 3 | |
rbx.platform.fcntl.F_SETFL = 4 | |
rbx.platform.socket.SHUT_RD = 0 | |
rbx.platform.socket.PF_OSI = | |
rbx.platform.socket.PF_INET = 2 | |
rbx.platform.socket.IPPROTO_PUP = 12 | |
rbx.platform.socket.AF_DEC = | |
rbx.platform.socket.PF_MAX = 34 | |
rbx.platform.socket.NI_NUMERICSERV = 2 | |
rbx.platform.socket.AF_OSI = | |
rbx.platform.socket.INADDR_NONE = -1 | |
rbx.platform.socket.AF_UNIX = 1 | |
rbx.platform.socket.AF_COIP = | |
rbx.platform.socket.AI_CANONNAME = 2 | |
rbx.platform.socket.AF_ECMA = | |
rbx.platform.socket.SOCK_RDM = 4 | |
rbx.platform.socket.PF_UNIX = 1 | |
rbx.platform.socket.PF_ECMA = | |
rbx.platform.socket.MSG_WAITALL = 256 | |
rbx.platform.socket.AF_MAX = 34 | |
rbx.platform.socket.IP_RECVDSTADDR = | |
rbx.platform.socket.PF_CNT = | |
rbx.platform.socket.AF_ROUTE = 16 | |
rbx.platform.socket.AF_CNT = | |
rbx.platform.socket.SO_OOBINLINE = 10 | |
rbx.platform.socket.SO_DONTTRUNC = | |
rbx.platform.socket.SOL_ATALK = | |
rbx.platform.socket.PF_NATM = | |
rbx.platform.socket.NI_MAXHOST = 1025 | |
rbx.platform.socket.IPPROTO_TP = 29 | |
rbx.platform.socket.AF_NATM = | |
rbx.platform.socket.AI_ALL = 16 | |
rbx.platform.socket.EAI_SOCKTYPE = -7 | |
rbx.platform.socket.SO_SECURITY_AUTHENTICATION = 22 | |
rbx.platform.socket.PF_IPX = 4 | |
rbx.platform.socket.NI_DGRAM = 16 | |
rbx.platform.socket.AF_IPX = 4 | |
rbx.platform.socket.INADDR_UNSPEC_GROUP = -536870912 | |
rbx.platform.socket.EAI_BADHINTS = | |
rbx.platform.socket.IPPROTO_EGP = 8 | |
rbx.platform.socket.SO_WANTMORE = | |
rbx.platform.socket.SO_NO_CHECK = 11 | |
rbx.platform.socket.SO_ERROR = 4 | |
rbx.platform.socket.SOPRI_INTERACTIVE = | |
rbx.platform.socket.SHUT_WR = 1 | |
rbx.platform.socket.INADDR_ANY = 0 | |
rbx.platform.socket.INADDR_BROADCAST = -1 | |
rbx.platform.socket.AF_INET6 = 10 | |
rbx.platform.socket.EAI_MAX = | |
rbx.platform.socket.AF_ISDN = | |
rbx.platform.socket.PF_SNA = 22 | |
rbx.platform.socket.PF_ISDN = | |
rbx.platform.socket.IP_TOS = 1 | |
rbx.platform.socket.IP_RECVOPTS = 6 | |
rbx.platform.socket.MSG_DONTWAIT = 64 | |
rbx.platform.socket.SO_USELOOPBACK = | |
rbx.platform.socket.SO_SNDBUF = 7 | |
rbx.platform.socket.IPPROTO_BIP = | |
rbx.platform.socket.AF_NS = | |
rbx.platform.socket.IPPROTO_GGP = | |
rbx.platform.socket.AF_SNA = 22 | |
rbx.platform.socket.MSG_FLUSH = | |
rbx.platform.socket.SO_PRIORITY = 12 | |
rbx.platform.socket.PF_PIP = | |
rbx.platform.socket.AF_IMPLINK = | |
rbx.platform.socket.IPPROTO_IDP = 22 | |
rbx.platform.socket.IP_RECVRETOPTS = 7 | |
rbx.platform.socket.SO_PASSCRED = 16 | |
rbx.platform.socket.SOCK_RAW = 3 | |
rbx.platform.socket.NI_MAXSERV = 32 | |
rbx.platform.socket.MSG_COMPAT = | |
rbx.platform.socket.IPPROTO_IP = 0 | |
rbx.platform.socket.IPPROTO_RAW = 255 | |
rbx.platform.socket.AF_NDRV = | |
rbx.platform.socket.TCP_NODELAY = 1 | |
rbx.platform.socket.SO_DONTROUTE = 5 | |
rbx.platform.socket.PF_INET6 = 10 | |
rbx.platform.socket.AF_SYSTEM = | |
rbx.platform.socket.SO_WANTOOBFLAG = | |
rbx.platform.socket.SO_SNDTIMEO = 21 | |
rbx.platform.socket.SO_ACCEPTFILTER = | |
rbx.platform.socket.PF_SYSTEM = | |
rbx.platform.socket.PF_NDRV = | |
rbx.platform.socket.PF_CCITT = | |
rbx.platform.socket.AF_CCITT = | |
rbx.platform.socket.IPPORT_USERRESERVED = | |
rbx.platform.socket.MSG_PEEK = 2 | |
rbx.platform.socket.SO_NKE = | |
rbx.platform.socket.NI_NOFQDN = 4 | |
rbx.platform.socket.MSG_EOF = | |
rbx.platform.socket.INADDR_LOOPBACK = 2130706433 | |
rbx.platform.socket.EAI_BADFLAGS = -1 | |
rbx.platform.socket.SO_BINDTODEVICE = 25 | |
rbx.platform.socket.PF_LAT = | |
rbx.platform.socket.PF_KEY = 15 | |
rbx.platform.socket.PF_HYLINK = | |
rbx.platform.socket.AF_AX25 = 3 | |
rbx.platform.socket.EAI_SERVICE = -8 | |
rbx.platform.socket.PF_NETGRAPH = | |
rbx.platform.socket.PF_NETBIOS = | |
rbx.platform.socket.PF_DATAKIT = | |
rbx.platform.socket.EAI_FAMILY = -6 | |
rbx.platform.socket.AI_NUMERICHOST = 4 | |
rbx.platform.socket.AF_LAT = | |
rbx.platform.socket.EAI_FAIL = -4 | |
rbx.platform.socket.SO_PEERNAME = 28 | |
rbx.platform.socket.SO_KEEPALIVE = 9 | |
rbx.platform.socket.SOL_SOCKET = 1 | |
rbx.platform.socket.SOCK_PACKET = 10 | |
rbx.platform.socket.PF_XTP = | |
rbx.platform.socket.EAI_PROTOCOL = | |
rbx.platform.socket.IP_ADD_MEMBERSHIP = 35 | |
rbx.platform.socket.TCP_MAXSEG = 2 | |
rbx.platform.socket.SOCK_DGRAM = 2 | |
rbx.platform.socket.PF_PUP = | |
rbx.platform.socket.AI_V4MAPPED_CFG = | |
rbx.platform.socket.EAI_AGAIN = -3 | |
rbx.platform.socket.AF_PUP = | |
rbx.platform.socket.MSG_HOLD = | |
rbx.platform.socket.SO_REUSEADDR = 2 | |
rbx.platform.socket.SO_LINGER = 13 | |
rbx.platform.socket.PF_CHAOS = | |
rbx.platform.socket.AF_HYLINK = | |
rbx.platform.socket.SO_SECURITY_ENCRYPTION_TRANSPORT = 23 | |
rbx.platform.socket.SO_RCVBUF = 8 | |
rbx.platform.socket.SO_NOSIGPIPE = | |
rbx.platform.socket.SOL_IPX = | |
rbx.platform.socket.SOL_AX25 = | |
rbx.platform.socket.MSG_HAVEMORE = | |
rbx.platform.socket.AI_ADDRCONFIG = 32 | |
rbx.platform.socket.AI_PASSIVE = 1 | |
rbx.platform.socket.AF_CHAOS = | |
rbx.platform.socket.SO_REUSEPORT = | |
rbx.platform.socket.SO_DEBUG = 1 | |
rbx.platform.socket.SOCK_STREAM = 1 | |
rbx.platform.socket.IP_HDRINCL = 3 | |
rbx.platform.socket.IPPROTO_HELLO = | |
rbx.platform.socket.AF_LINK = | |
rbx.platform.socket.AF_NETGRAPH = | |
rbx.platform.socket.IP_MULTICAST_LOOP = 34 | |
rbx.platform.socket.SO_TIMESTAMP = 29 | |
rbx.platform.socket.SOL_UDP = | |
rbx.platform.socket.PF_DLI = | |
rbx.platform.socket.PF_AX25 = 3 | |
rbx.platform.socket.PF_APPLETALK = 5 | |
rbx.platform.socket.EAI_ADDRFAMILY = | |
rbx.platform.socket.IPPROTO_MAX = | |
rbx.platform.socket.IP_DEFAULT_MULTICAST_TTL = 1 | |
rbx.platform.socket.PF_IMPLINK = | |
rbx.platform.socket.AF_DLI = | |
rbx.platform.socket.IP_DROP_MEMBERSHIP = 36 | |
rbx.platform.socket.AF_UNSPEC = 0 | |
rbx.platform.socket.SO_RCVLOWAT = 18 | |
rbx.platform.socket.PF_UNSPEC = 0 | |
rbx.platform.socket.EAI_NONAME = -2 | |
rbx.platform.socket.MSG_CTRUNC = 8 | |
rbx.platform.socket.AF_DATAKIT = | |
rbx.platform.socket.IP_DEFAULT_MULTICAST_LOOP = 1 | |
rbx.platform.socket.PF_RTIP = | |
rbx.platform.socket.MSG_SEND = | |
rbx.platform.socket.IP_MULTICAST_IF = 32 | |
rbx.platform.socket.IPPROTO_ND = | |
rbx.platform.socket.MSG_OOB = 1 | |
rbx.platform.socket.IP_MAX_MEMBERSHIPS = 20 | |
rbx.platform.socket.SO_DETACH_FILTER = 27 | |
rbx.platform.socket.SOL_TCP = 6 | |
rbx.platform.socket.PF_PPP = | |
rbx.platform.socket.NI_NAMEREQD = 8 | |
rbx.platform.socket.MSG_TRUNC = 32 | |
rbx.platform.socket.IP_OPTIONS = 4 | |
rbx.platform.socket.INADDR_ALLHOSTS_GROUP = -536870911 | |
rbx.platform.socket.AF_PPP = | |
rbx.platform.socket.AI_V4MAPPED = 8 | |
rbx.platform.socket.MSG_EOR = 128 | |
rbx.platform.socket.IPPROTO_ICMP = 1 | |
rbx.platform.socket.MSG_DONTROUTE = 4 | |
rbx.platform.socket.AI_DEFAULT = | |
rbx.platform.socket.IPPORT_RESERVED = 1024 | |
rbx.platform.socket.IP_TTL = 2 | |
rbx.platform.socket.IP_MULTICAST_TTL = 33 | |
rbx.platform.socket.SO_SNDLOWAT = 19 | |
rbx.platform.socket.IPPROTO_UDP = 17 | |
rbx.platform.socket.AF_LOCAL = 1 | |
rbx.platform.socket.IP_RETOPTS = 7 | |
rbx.platform.socket.PF_LINK = | |
rbx.platform.socket.AF_APPLETALK = 5 | |
rbx.platform.socket.SO_SECURITY_ENCRYPTION_NETWORK = 24 | |
rbx.platform.socket.SO_NREAD = | |
rbx.platform.socket.SO_BROADCAST = 6 | |
rbx.platform.socket.SO_ATTACH_FILTER = 26 | |
rbx.platform.socket.MSG_RCVMORE = | |
rbx.platform.socket.EAI_MEMORY = -10 | |
rbx.platform.socket.INADDR_MAX_LOCAL_GROUP = -536870657 | |
rbx.platform.socket.EAI_NODATA = | |
rbx.platform.socket.AI_MASK = | |
rbx.platform.socket.SO_RCVTIMEO = 20 | |
rbx.platform.socket.SO_TYPE = 3 | |
rbx.platform.socket.PF_SIP = | |
rbx.platform.socket.PF_COIP = | |
rbx.platform.socket.NI_NUMERICHOST = 1 | |
rbx.platform.socket.AF_E164 = | |
rbx.platform.socket.IPPROTO_IGMP = 2 | |
rbx.platform.socket.IPX_TYPE = | |
rbx.platform.socket.AF_NETBIOS = | |
rbx.platform.socket.IPPROTO_TCP = 6 | |
rbx.platform.socket.SOCK_SEQPACKET = 5 | |
rbx.platform.socket.SHUT_RDWR = 2 | |
rbx.platform.socket.PF_ROUTE = 16 | |
rbx.platform.socket.IPPROTO_EON = | |
rbx.platform.socket.AF_SIP = | |
rbx.platform.socket.SO_PEERCRED = 17 | |
rbx.platform.socket.SOPRI_NORMAL = | |
rbx.platform.socket.PF_LOCAL = 1 | |
rbx.platform.socket.PF_ISO = | |
rbx.platform.socket.AF_ATM = | |
rbx.platform.socket.EAI_SYSTEM = -11 | |
rbx.platform.socket.SO_ACCEPTCONN = 30 | |
rbx.platform.socket.SOL_IP = 0 | |
rbx.platform.socket.AF_ISO = | |
rbx.platform.socket.SOPRI_BACKGROUND = | |
rbx.platform.socket.PF_NS = | |
rbx.platform.socket.AF_INET = 2 | |
rbx.platform.socket.IPPROTO_XTP = | |
rbx.platform.process.RLIM_SAVED_MAX = 18446744073709551615 | |
rbx.platform.process.PRIO_PROCESS = 0 | |
rbx.platform.process.EXIT_FAILURE = 1 | |
rbx.platform.process.RLIMIT_NOFILE = 7 | |
rbx.platform.process.RLIMIT_CORE = 4 | |
rbx.platform.process.WNOHANG = 1 | |
rbx.platform.process.RLIM_INFINITY = 18446744073709551615 | |
rbx.platform.process.EXIT_SUCCESS = 0 | |
rbx.platform.process.RLIMIT_NPROC = 6 | |
rbx.platform.process.RLIMIT_DATA = 2 | |
rbx.platform.process.WUNTRACED = 2 | |
rbx.platform.process.PRIO_PGRP = 1 | |
rbx.platform.process.RLIMIT_SBSIZE = | |
rbx.platform.process.PRIO_USER = 2 | |
rbx.platform.process.RLIM_SAVED_CUR = 18446744073709551615 | |
rbx.platform.process.RLIMIT_STACK = 3 | |
rbx.platform.process.RLIMIT_RSS = 5 | |
rbx.platform.process.RLIMIT_FSIZE = 1 | |
rbx.platform.process.RLIMIT_CPU = 0 | |
rbx.platform.process.RLIMIT_AS = 9 | |
rbx.platform.process.RLIMIT_MEMLOCK = 8 | |
rbx.platform.signal.SIGTTIN = 21 | |
rbx.platform.signal.SIGTERM = 15 | |
rbx.platform.signal.SIGPIPE = 13 | |
rbx.platform.signal.SIGSEGV = 11 | |
rbx.platform.signal.SIGABRT = 6 | |
rbx.platform.signal.SIGLOST = | |
rbx.platform.signal.SIGPROF = 27 | |
rbx.platform.signal.SIGTTOU = 22 | |
rbx.platform.signal.SIGCLD = 17 | |
rbx.platform.signal.SIGTSTP = 20 | |
rbx.platform.signal.SIGSTOP = 19 | |
rbx.platform.signal.SIGFPE = 8 | |
rbx.platform.signal.SIGDANGER = | |
rbx.platform.signal.SIGQUIT = 3 | |
rbx.platform.signal.SIGUSR1 = 10 | |
rbx.platform.signal.SIGXCPU = 24 | |
rbx.platform.signal.SIGIO = 29 | |
rbx.platform.signal.SIGALRM = 14 | |
rbx.platform.signal.SIGGRANT = | |
rbx.platform.signal.SIGUSR2 = 12 | |
rbx.platform.signal.SIGILL = 4 | |
rbx.platform.signal.SIGURG = 23 | |
rbx.platform.signal.SIGMIGRATE = | |
rbx.platform.signal.SIGPWR = 30 | |
rbx.platform.signal.SIGBUS = 7 | |
rbx.platform.signal.SIGKILL = 9 | |
rbx.platform.signal.SIGPOLL = 29 | |
rbx.platform.signal.SIGMSG = | |
rbx.platform.signal.SIGWINCH = 28 | |
rbx.platform.signal.SIGCHLD = 17 | |
rbx.platform.signal.SIGCONT = 18 | |
rbx.platform.signal.SIGEMT = | |
rbx.platform.signal.SIGXFSZ = 25 | |
rbx.platform.signal.SIGSYS = 31 | |
rbx.platform.signal.SIGTRAP = 5 | |
rbx.platform.signal.SIGINFO = | |
rbx.platform.signal.SIGRETRACT = | |
rbx.platform.signal.SIGPRE = | |
rbx.platform.signal.SIGIOT = 6 | |
rbx.platform.signal.SIGHUP = 1 | |
rbx.platform.signal.SIGSOUND = | |
rbx.platform.signal.SIGVTALRM = 26 | |
rbx.platform.signal.SIGINT = 2 | |
rbx.platform.zlib.ZLIB_VERSION = 1.2.3.3 | |
rbx.platform.typedef.__u_char = uchar | |
rbx.platform.typedef.__u_short = ushort | |
rbx.platform.typedef.__u_int = uint | |
rbx.platform.typedef.__u_long = ulong | |
rbx.platform.typedef.__int8_t = char | |
rbx.platform.typedef.__uint8_t = uchar | |
rbx.platform.typedef.__int16_t = short | |
rbx.platform.typedef.__uint16_t = ushort | |
rbx.platform.typedef.__int32_t = int | |
rbx.platform.typedef.__uint32_t = uint | |
rbx.platform.typedef.__int64_t = long_long | |
rbx.platform.typedef.__uint64_t = ulong_long | |
rbx.platform.typedef.__quad_t = long_long | |
rbx.platform.typedef.__u_quad_t = ulong_long | |
rbx.platform.typedef.__dev_t = ulong_long | |
rbx.platform.typedef.__uid_t = uint | |
rbx.platform.typedef.__gid_t = uint | |
rbx.platform.typedef.__ino_t = ulong | |
rbx.platform.typedef.__ino64_t = ulong_long | |
rbx.platform.typedef.__mode_t = uint | |
rbx.platform.typedef.__nlink_t = uint | |
rbx.platform.typedef.__off_t = long | |
rbx.platform.typedef.__off64_t = long_long | |
rbx.platform.typedef.__pid_t = int | |
rbx.platform.typedef.__clock_t = long | |
rbx.platform.typedef.__rlim_t = ulong | |
rbx.platform.typedef.__rlim64_t = ulong_long | |
rbx.platform.typedef.__id_t = uint | |
rbx.platform.typedef.__time_t = long | |
rbx.platform.typedef.__useconds_t = uint | |
rbx.platform.typedef.__suseconds_t = long | |
rbx.platform.typedef.__daddr_t = int | |
rbx.platform.typedef.__swblk_t = long | |
rbx.platform.typedef.__key_t = int | |
rbx.platform.typedef.__clockid_t = int | |
rbx.platform.typedef.__timer_t = pointer | |
rbx.platform.typedef.__blksize_t = long | |
rbx.platform.typedef.__blkcnt_t = long | |
rbx.platform.typedef.__blkcnt64_t = long_long | |
rbx.platform.typedef.__fsblkcnt_t = ulong | |
rbx.platform.typedef.__fsblkcnt64_t = ulong_long | |
rbx.platform.typedef.__fsfilcnt_t = ulong | |
rbx.platform.typedef.__fsfilcnt64_t = ulong_long | |
rbx.platform.typedef.__ssize_t = int | |
rbx.platform.typedef.__loff_t = long_long | |
rbx.platform.typedef.*__qaddr_t = long_long | |
rbx.platform.typedef.*__caddr_t = char | |
rbx.platform.typedef.__intptr_t = int | |
rbx.platform.typedef.__socklen_t = uint | |
rbx.platform.typedef.u_char = uchar | |
rbx.platform.typedef.u_short = ushort | |
rbx.platform.typedef.u_int = uint | |
rbx.platform.typedef.u_long = ulong | |
rbx.platform.typedef.quad_t = long_long | |
rbx.platform.typedef.u_quad_t = ulong_long | |
rbx.platform.typedef.loff_t = long_long | |
rbx.platform.typedef.ino_t = ulong_long | |
rbx.platform.typedef.dev_t = ulong_long | |
rbx.platform.typedef.gid_t = uint | |
rbx.platform.typedef.mode_t = uint | |
rbx.platform.typedef.nlink_t = uint | |
rbx.platform.typedef.uid_t = uint | |
rbx.platform.typedef.off_t = long_long | |
rbx.platform.typedef.pid_t = int | |
rbx.platform.typedef.id_t = uint | |
rbx.platform.typedef.ssize_t = int | |
rbx.platform.typedef.daddr_t = int | |
rbx.platform.typedef.key_t = int | |
rbx.platform.typedef.time_t = long | |
rbx.platform.typedef.clockid_t = int | |
rbx.platform.typedef.timer_t = pointer | |
rbx.platform.typedef.size_t = uint | |
rbx.platform.typedef.ulong = ulong | |
rbx.platform.typedef.ushort = ushort | |
rbx.platform.typedef.uint = uint | |
rbx.platform.typedef.int8_t = char | |
rbx.platform.typedef.int16_t = short | |
rbx.platform.typedef.int32_t = int | |
rbx.platform.typedef.int64_t = long_long | |
rbx.platform.typedef.u_int8_t = uchar | |
rbx.platform.typedef.u_int16_t = ushort | |
rbx.platform.typedef.u_int32_t = uint | |
rbx.platform.typedef.u_int64_t = ulong_long | |
rbx.platform.typedef.register_t = long | |
rbx.platform.typedef.__sig_atomic_t = int | |
rbx.platform.typedef.suseconds_t = long | |
rbx.platform.typedef.__fd_mask = long | |
rbx.platform.typedef.fd_mask = long | |
rbx.platform.typedef.blkcnt_t = long_long | |
rbx.platform.typedef.fsblkcnt_t = ulong_long | |
rbx.platform.typedef.fsfilcnt_t = ulong_long | |
rbx.platform.typedef.pthread_t = ulong | |
rbx.platform.typedef.pthread_key_t = uint | |
rbx.platform.typedef.pthread_once_t = int | |
rbx.platform.typedef.socklen_t = uint | |
rbx.platform.typedef.sa_family_t = ushort | |
rbx.platform.typedef.rlim_t = ulong_long | |
rbx.platform.typedef.__rlimit_resource_t = int | |
rbx.platform.typedef.__rusage_who_t = int | |
rbx.platform.typedef.__priority_which_t = int |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment