path
stringlengths
14
112
content
stringlengths
0
6.32M
size
int64
0
6.32M
max_lines
int64
1
100k
repo_name
stringclasses
2 values
autogenerated
bool
1 class
cosmopolitan/tool/build/lib/mda.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_MDA_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_MDA_H_ #include "tool/build/lib/panel.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ void DrawMda(struct Panel *, uint8_t[25][80][2]); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITA...
347
12
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/breakpoint.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_BREAKPOINT_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_BREAKPOINT_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct Breakpoints { size_t i, n; struct Breakpoint { int64_t addr; const char *symbol; bool disable; bool oneshot; } * p; }; ssize_t Is...
597
23
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/memorymalloc.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
6,651
225
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/fds.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_FDS_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_FDS_H_ #include "libc/calls/struct/iovec.h" #include "libc/sock/sock.h" #include "libc/sock/struct/pollfd.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct MachineFdClosed { unsigned fd; struct MachineFdClosed *next;...
916
39
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/bitscan.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_BITSCAN_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_BITSCAN_H_ #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ typedef uint64_t (*bitscan_f)(struct Machine *, uint32_t, uint64_t); uint64_t AluBsr(struct Machine *, uint32_t, uint64_t); uint...
549
16
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/ldbl.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_LDBL_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_LDBL_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ double DeserializeLdbl(const uint8_t[10]); uint8_t *SerializeLdbl(uint8_t[10], double); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMO...
354
12
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/javadown.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
8,116
279
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/syscall.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
44,255
1,423
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/apetest.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,932
24
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/clmul.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,750
53
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/stats.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,937
24
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/syscall.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_SYSCALL_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_SYSCALL_H_ #include "tool/build/lib/fds.h" #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ extern const struct MachineFdCb kMachineFdCbHost; void OpSyscall(struct Machine *, uint32_t); C...
438
15
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/mda.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,201
71
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/loader.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_LOADER_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_LOADER_H_ #include "libc/elf/struct/ehdr.h" #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct Elf { const char *prog; Elf64_Ehdr *ehdr; size_t size; int64_t base; char *map; ...
597
24
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/bits.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_BITS_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_BITS_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct iovec_bits { uint8_t iov_base[8]; uint8_t iov_len[8]; }; struct pollfd_bits { uint8_t fd[4]; uint8_t events[2]; uint8_t revents[2]; }; struct timeval_bi...
3,131
167
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/message.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,326
67
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/cpuid.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_CPUID_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_CPUID_H_ #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ void OpCpuid(struct Machine *, uint32_t); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_...
347
12
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/cpuid.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,590
89
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/lines.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_LINES_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_LINES_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct Lines { size_t n; char **p; }; struct Lines *NewLines(void); void FreeLines(struct Lines *); void AppendLine(struct Lines *, const char *, size_t); void Appe...
477
19
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/op101.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_OP101_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_OP101_H_ #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ void Op101(struct Machine *, uint32_t); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_TO...
345
12
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/iovs.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_IOVS_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_IOVS_H_ #include "libc/calls/struct/iovec.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct Iovs { struct iovec *p; unsigned i, n; struct iovec init[2]; }; void InitIovs(struct Iovs *); void FreeIovs(struct Iovs ...
488
20
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/buffer.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,832
119
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/ssemov.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
14,060
519
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/address.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_ADDRESS_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_ADDRESS_H_ #include "libc/assert.h" #include "third_party/xed/x86.h" #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ uint64_t AddressOb(struct Machine *, uint32_t); uint64_t AddressDi(stru...
917
30
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/string.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_STRING_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_STRING_H_ #include "tool/build/lib/machine.h" #define STRING_CMPS 0 #define STRING_MOVS 1 #define STRING_STOS 2 #define STRING_LODS 3 #define STRING_SCAS 4 #define STRING_OUTS 5 #define STRING_INS 6 #if !(__ASSEMBLER__ + __LINKER__ + 0...
834
29
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/pty.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
37,686
1,408
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/persist.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_PERSIST_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_PERSIST_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct ObjectArrayParam { size_t len; size_t size; void *pp; }; struct ObjectParam { size_t size; void *p; uint32_t *magic; int32_t *abi; struct Obj...
538
25
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/xlat.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_XLAT_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_XLAT_H_ #include "libc/calls/struct/itimerval.h" #include "libc/calls/struct/rusage.h" #include "libc/calls/struct/sigset.h" #include "libc/calls/struct/stat.h" #include "libc/calls/struct/termios.h" #include "libc/calls/struct/winsize.h" #...
1,899
54
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/bcd.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_BCD_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_BCD_H_ #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ void OpDas(struct Machine *, uint32_t); void OpAaa(struct Machine *, uint32_t); void OpAas(struct Machine *, uint32_t); void OpAam(struct...
499
16
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/machine.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
57,202
2,246
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/modrm.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_MODRM_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_MODRM_H_ #include "tool/build/lib/abp.h" #include "tool/build/lib/machine.h" #define Rex(x) ((x & 000000000020) >> 004) #define Osz(x) ((x & 000000000040) >> 005) #define Rep(x) ((x & 030000000000) >> 036) #define Rexr(x) ...
5,243
101
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/ssefloat.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_SSEFLOAT_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_SSEFLOAT_H_ #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ typedef float float_v _Vector_size(16) forcealign(16); typedef double double_v _Vector_size(16) forcealign(16); void OpUnpcklp...
1,493
38
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/pml4tfmt.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
4,457
119
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/sse.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_SSE_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_SSE_H_ #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ void Op171(struct Machine *, uint32_t); void Op172(struct Machine *, uint32_t); void Op173(struct Machine *, uint32_t); void OpSsePabsb(s...
3,855
88
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/argv.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,378
76
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/asmdown.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
6,449
169
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/iovs.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,914
67
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/diself.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
7,556
221
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/stack.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
9,533
315
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/demangle.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_DEMANGLE_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_DEMANGLE_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ char *Demangle(char *, const char *, size_t); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_TOOL_BUILD_LIB_DEMANGLE_H_...
324
11
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/getargs.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
6,060
170
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/xlaterrno.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,275
41
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/elfwriter_yoink.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,425
34
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/eztls.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_EZTLS_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_EZTLS_H_ #include "third_party/mbedtls/ctr_drbg.h" #include "third_party/mbedtls/ssl.h" #include "third_party/mbedtls/x509_crt.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct EzTlsBio { int fd, c; unsigned a, b; ...
1,177
43
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/lines.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,573
55
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/xmmtype.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
7,251
187
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/buildlib.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += TOOL_BUILD_LIB TOOL_BUILD_LIB_ARTIFACTS += TOOL_BUILD_LIB_A TOOL_BUILD_LIB = $(TOOL_BUILD_LIB_A_DEPS) $(TOOL_B...
3,521
117
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/bitscan.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,568
146
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/asmdown.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_ASMDOWN_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_ASMDOWN_H_ #include "tool/build/lib/javadown.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct Asmdown { struct AsmdownSymbols { size_t n; struct AsmdownSymbol { int line; char *name; bool...
600
25
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/ioports.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,922
116
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/time.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_TIME_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_TIME_H_ #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ void OpPause(struct Machine *, uint32_t); void OpRdtsc(struct Machine *, uint32_t); void OpRdtscp(struct Machine *, uint32_t); void OpR...
471
15
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/word.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_WORD_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_WORD_H_ #include "tool/build/lib/machine.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ void SetMemoryShort(struct Machine *, int64_t, int16_t); void SetMemoryInt(struct Machine *, int64_t, int32_t); void SetMemoryLong(stru...
642
17
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/instruction.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,942
93
jart/cosmopolitan
false
cosmopolitan/tool/build/lib/high.h
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_HIGH_H_ #define COSMOPOLITAN_TOOL_BUILD_LIB_HIGH_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct High { bool active; uint8_t keyword; uint8_t reg; uint8_t literal; uint8_t label; uint8_t comment; uint8_t quote; }; extern struct High g_high; char...
486
24
jart/cosmopolitan
false
cosmopolitan/tool/build/emucrt/emucrt.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += TOOL_BUILD_EMUCRT TOOL_BUILD_EMUCRT = \ o/$(MODE)/tool/build/emucrt/emucrt.o \ o/$(MODE)/tool/build/emucr...
576
19
jart/cosmopolitan
false
cosmopolitan/tool/build/emucrt/real.lds
/*-*- mode: ld-script; indent-tabs-mode: nil; tab-width: 2; coding: utf-8 -*-│ │vi: set et sts=2 tw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,068
39
jart/cosmopolitan
false
cosmopolitan/tool/build/emucrt/emucrt.lds
/*-*- mode: ld-script; indent-tabs-mode: nil; tab-width: 2; coding: utf-8 -*-│ │vi: set et sts=2 tw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,727
81
jart/cosmopolitan
false
cosmopolitan/tool/build/emucrt/emucrt.S
/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,099
32
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/real.h
#ifndef COSMOPOLITAN_TOOL_BUILD_EMUBIN_REAL_H_ #define COSMOPOLITAN_TOOL_BUILD_EMUBIN_REAL_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ forceinline void SetEs(int base) { asm volatile("mov%z0\t%0,%%es" : /* no outputs */ : "r"(base)); } forceinline void SetVideoMode(int mode) { asm volatile("int...
514
19
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/realstart.inc
asm(".section .start,\"ax\",@progbits\n\t" ".globl\t_start\n" "_start:\n\t" "jmp\t1f\n1:\t" "call\tmain\n\t" "nop\n\t" ".previous");
157
8
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/linmap.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,138
32
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/prime.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,216
42
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/metalsha256.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
6,271
155
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/mdatest.real.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,518
45
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/emubin.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += TOOL_BUILD_EMUBIN TOOL_BUILD_EMUBIN_BINS = \ o/$(MODE)/tool/build/emubin/sha256.bin \ o/$(MODE)/tool/bui...
2,208
69
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/sha256.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,825
53
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/pi.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,385
56
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/mips.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,626
50
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/poke.h
#ifndef COSMOPOLITAN_TOOL_BUILD_EMUBIN_POKE_H_ #define COSMOPOLITAN_TOOL_BUILD_EMUBIN_POKE_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ #define POKE(MEM, VAL) \ asm volatile("mov%z0\t%1,%%es:%0" : "=m"(MEM) : "Qi"((typeof(MEM))(VAL))) COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0)...
376
12
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/spiral.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
4,737
139
jart/cosmopolitan
false
cosmopolitan/tool/build/emubin/metalsha256.h
#ifndef COSMOPOLITAN_TOOL_BUILD_EMUBIN_METALSHA256_H_ #define COSMOPOLITAN_TOOL_BUILD_EMUBIN_METALSHA256_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct MetalSha256Ctx { uint8_t data[64]; uint32_t datalen; uint64_t bitlen; uint32_t state[8]; }; void MetalSha256Init(struct MetalSha256Ctx ...
582
20
jart/cosmopolitan
false
cosmopolitan/tool/net/ljson.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
21,952
594
jart/cosmopolitan
false
cosmopolitan/tool/net/lpath.h
#ifndef COSMOPOLITAN_TOOL_NET_LPATH_H_ #define COSMOPOLITAN_TOOL_NET_LPATH_H_ #include "third_party/lua/lauxlib.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ int LuaPath(lua_State *); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_TOOL_NET_LPATH_H_ */
314
12
jart/cosmopolitan
false
cosmopolitan/tool/net/fetch.inc
#define FetchHasHeader(H) (!!msg.headers[H].a) #define FetchHeaderData(H) (inbuf.p + msg.headers[H].a) #define FetchHeaderLength(H) (msg.headers[H].b - msg.headers[H].a) #define FetchHeaderEqualCase(H, S) \ SlicesEqualCase(S, strlen(S), FetchHeaderData(H), FetchHeaderLength(H)) #define kaNONE 0 #define kaOPEN 1...
17,531
526
jart/cosmopolitan
false
cosmopolitan/tool/net/lpath.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,184
167
jart/cosmopolitan
false
cosmopolitan/tool/net/ljson.h
#ifndef COSMOPOLITAN_TOOL_NET_LJSON_H_ #define COSMOPOLITAN_TOOL_NET_LJSON_H_ #include "third_party/lua/lauxlib.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct DecodeJson { int rc; const char *p; }; struct DecodeJson DecodeJson(struct lua_State *, const char *, size_t); COSMOPOLITAN_C_END_ ...
411
17
jart/cosmopolitan
false
cosmopolitan/tool/net/net.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += TOOL_NET TOOL_NET_FILES := $(wildcard tool/net/*) TOOL_NET_SRCS = $(filter %.c,$(TOOL_NET_FILES)) TOOL_NET_HDR...
10,716
333
jart/cosmopolitan
false
cosmopolitan/tool/net/redbean-original.c
#define STATIC #define UNSECURE #define REDBEAN "redbean-original" #include "tool/net/redbean.c"
97
5
jart/cosmopolitan
false
cosmopolitan/tool/net/dig.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,972
82
jart/cosmopolitan
false
cosmopolitan/tool/net/lfuncs.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
25,751
1,058
jart/cosmopolitan
false
cosmopolitan/tool/net/lfuncs.h
#ifndef COSMOPOLITAN_TOOL_NET_LFUNCS_H_ #define COSMOPOLITAN_TOOL_NET_LFUNCS_H_ #include "net/http/url.h" #include "third_party/lua/lua.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ int LuaMaxmind(lua_State *); int LuaRe(lua_State *); int luaopen_argon2(lua_State *); int luaopen_lsqlite3(lua_State *);...
2,948
96
jart/cosmopolitan
false
cosmopolitan/tool/net/help.txt
SYNOPSIS redbean.com [-?BVabdfghjkmsuvz] [-p PORT] [-D DIR] [-- SCRIPTARGS...] DESCRIPTION redbean - single-file distributable web server OVERVIEW redbean makes it possible to share web applications that run offline as a single-file Actually Portable Executable PKZIP archive which contains your assets. A...
232,280
6,145
jart/cosmopolitan
false
cosmopolitan/tool/net/redbean-unsecure.c
#define UNSECURE #define REDBEAN "redbean-unsecure" #include "tool/net/redbean.c"
82
4
jart/cosmopolitan
false
cosmopolitan/tool/net/luacheck.h
#ifndef COSMOPOLITAN_TOOL_NET_LUACHECK_H_ #define COSMOPOLITAN_TOOL_NET_LUACHECK_H_ #include "libc/log/log.h" #include "libc/mem/mem.h" #include "third_party/lua/cosmo.h" #include "third_party/lua/lua.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ #define AssertLuaStackIsAt(L, level) \ do { ...
790
24
jart/cosmopolitan
false
cosmopolitan/tool/net/sandbox.h
#ifndef COSMOPOLITAN_TOOL_NET_SANDBOX_H_ #define COSMOPOLITAN_TOOL_NET_SANDBOX_H_ #include "libc/calls/struct/bpf.h" #include "libc/calls/struct/filter.h" #include "libc/calls/struct/seccomp.h" #include "libc/sysv/consts/audit.h" // clang-format off #define _SECCOMP_MACHINE(MAGNUM) ...
1,728
36
jart/cosmopolitan
false
cosmopolitan/tool/net/lfinger.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,725
99
jart/cosmopolitan
false
cosmopolitan/tool/net/echo.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,914
156
jart/cosmopolitan
false
cosmopolitan/tool/net/counters.inc
C(accepterrors) C(acceptflakes) C(acceptinterrupts) C(acceptresets) C(accepts) C(badlengths) C(badmessages) C(badmethods) C(badranges) C(bans) C(closeerrors) C(compressedresponses) C(connectionshandled) C(connectsrefused) C(continues) C(decompressedresponses) C(deflates) C(dropped) C(dynamicrequests) C(emfiles) C(enetd...
1,467
97
jart/cosmopolitan
false
cosmopolitan/tool/net/wb.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
15,827
511
jart/cosmopolitan
false
cosmopolitan/tool/net/.init.lua
-- special script called by main redbean process at startup HidePath('/usr/share/zoneinfo/') HidePath('/usr/share/ssl/')
121
4
jart/cosmopolitan
false
cosmopolitan/tool/net/definitions.lua
---@meta error("Tried to evaluate definition file.") --Documents redbean 2.2, lsqlite3 0.9.5 --[[ SYNOPSIS redbean.com [-?BVabdfghjkmsuvz] [-p PORT] [-D DIR] [-- SCRIPTARGS...] DESCRIPTION redbean - single-file distributable web server OVERVIEW redbean makes it possible to share web applications that run o...
303,303
7,732
jart/cosmopolitan
false
cosmopolitan/tool/net/lmaxmind.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
9,850
310
jart/cosmopolitan
false
cosmopolitan/tool/net/lfinger.h
#ifndef COSMOPOLITAN_TOOL_NET_LFINGER_H_ #define COSMOPOLITAN_TOOL_NET_LFINGER_H_ #include "third_party/lua/lauxlib.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ int LuaFinger(lua_State *); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_TOOL_NET_LFINGER_H_ *...
322
12
jart/cosmopolitan
false
cosmopolitan/tool/net/lsqlite3.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
86,344
2,836
jart/cosmopolitan
false
cosmopolitan/tool/net/largon2.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
15,899
506
jart/cosmopolitan
false
cosmopolitan/tool/net/lre.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
7,733
246
jart/cosmopolitan
false
cosmopolitan/tool/net/redbean-static.c
#define STATIC #define REDBEAN "redbean-static" #include "tool/net/redbean.c"
78
4
jart/cosmopolitan
false
cosmopolitan/tool/net/redbean.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
223,844
7,518
jart/cosmopolitan
false
cosmopolitan/tool/net/demo/seekable.txt
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
52
27
jart/cosmopolitan
false
cosmopolitan/tool/net/demo/sql.lua
-- See .init.lua for CREATE TABLE setup. for row in db:nrows("SELECT * FROM test") do Write(row.id.." "..row.content.."<br>") end
133
5
jart/cosmopolitan
false