cosmopolitan/dsp/tty
Justine Tunney ae5d06dc53 Unbloat build config
- 10.5% reduction of o//depend dependency graph
- 8.8% reduction in latency of make command
- Fix issue with temporary file cleanup

There's a new -w option in compile.com that turns off the recent
Landlock output path workaround for "good commands" which do not
unlink() the output file like GNU tooling does.

Our new GNU Make unveil sandboxing appears to have zero overhead
in the grand scheme of things. Full builds are pretty fast since
the only thing that's actually slowed us down is probably libcxx

    make -j16 MODE=rel
    RL: took 85,732,063µs wall time
    RL: ballooned to 323,612kb in size
    RL: needed 828,560,521µs cpu (11% kernel)
    RL: caused 39,080,670 page faults (99% memcpy)
    RL: 350,073 context switches (72% consensual)
    RL: performed 0 reads and 11,494,960 write i/o operations

pledge() and unveil() no longer consider ENOSYS to be an error.
These functions have also been added to Python's cosmo module.

This change also removes some WIN32 APIs and System Five magnums
which we're not using and it's doubtful anyone else would be too
2022-08-10 04:43:09 -07:00
..
altbuf.c Change license 2020-12-27 17:18:44 -08:00
config.c Change license 2020-12-27 17:18:44 -08:00
describe.c Change license 2020-12-27 17:18:44 -08:00
hidecursor.c Make exciting improvements 2022-03-18 03:02:00 -07:00
ident.c Unbloat build config 2022-08-10 04:43:09 -07:00
identclear.c Change license 2020-12-27 17:18:44 -08:00
internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
itoa8.c Change license 2020-12-27 17:18:44 -08:00
itoa8.h Initial import 2020-06-15 07:18:57 -07:00
kcgapalette.c Initial import 2020-06-15 07:18:57 -07:00
ktangopalette.c Initial import 2020-06-15 07:18:57 -07:00
kxtermcubesteps.c Change license 2020-12-27 17:18:44 -08:00
kxtermpalette.c Initial import 2020-06-15 07:18:57 -07:00
mpsadbw.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
quant.h wip on intellisense (again) 2021-02-02 11:14:45 -05:00
restore.c Change license 2020-12-27 17:18:44 -08:00
rgb2ansi.c Improve memory safety 2021-10-13 17:27:13 -07:00
rgb2ttyf2i.c Change license 2020-12-27 17:18:44 -08:00
rgb2ttyi2f.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
rgb2xterm24.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
rgb2xterm24f.c Change license 2020-12-27 17:18:44 -08:00
savecursor.c Change license 2020-12-27 17:18:44 -08:00
send.c Change license 2020-12-27 17:18:44 -08:00
sendtitle.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
setansipalette.c Change license 2020-12-27 17:18:44 -08:00
setbgfg16.c Change license 2020-12-27 17:18:44 -08:00
setbgfg24.c Change license 2020-12-27 17:18:44 -08:00
setbgfg256.c Change license 2020-12-27 17:18:44 -08:00
setraw.c Make improvements 2022-04-24 10:06:05 -07:00
setrawdeadline.c Change license 2020-12-27 17:18:44 -08:00
setrawmode.c Change license 2020-12-27 17:18:44 -08:00
tty.h Add pseudoteletypewriter to emulator 2020-08-29 23:51:09 -07:00
tty.mk Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
tty2rgb24.c Change license 2020-12-27 17:18:44 -08:00
tty2rgbf24.c Change license 2020-12-27 17:18:44 -08:00
ttyhisto.c Change license 2020-12-27 17:18:44 -08:00
ttymove.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ttyquant.c Change license 2020-12-27 17:18:44 -08:00
ttyraster.c ttyraster: restore colors at start of each line (#471) 2022-07-09 16:47:42 -07:00
ttyraw.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
ttyrgb.h Initial import 2020-06-15 07:18:57 -07:00
windex-avx2.S Clean old .source directive out of asm code 2022-03-18 12:43:21 -07:00
windex-k8.c Fix Clang support 2021-02-06 00:29:09 -08:00
windex-sse4.S Clean old .source directive out of asm code 2022-03-18 12:43:21 -07:00
windex.h Initial import 2020-06-15 07:18:57 -07:00
windex.S Clean old .source directive out of asm code 2022-03-18 12:43:21 -07:00
write.c Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
xtermname.c Change license 2020-12-27 17:18:44 -08:00
xtermname.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00