Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-26 | /lib/unicode → /lib/ucd | Jacob Moody | |
Used by runecomp(2) for generation. | |||
2023-03-26 | runecomp(2) | Jacob Moody | |
2023-03-26 | cpp: allow qid version change for #pragma once | Jacob Moody | |
2023-03-25 | upas/runq: we don't care about the waitmsg, use waitpid | Ori Bernstein | |
2023-03-25 | cpp: correct #pragma once uniqueness check | Jacob Moody | |
2023-03-25 | upas/runq: wait for bounce sender to exit (thanks grizi) | Ori Bernstein | |
when we send a return message, we need to wait for the message to exit before we clean up the state files. | |||
2023-03-22 | ape: add stdnoreturn.h | Jacob Moody | |
2023-03-21 | cpp: #pragma once support | Jacob Moody | |
2023-03-21 | v8e: clean unused argument and tidy usage (thanks mkf) | Jacob Moody | |
2023-03-20 | cc: fndecls: always ignore non-function types | Sigrid Solveig Haflínudóttir | |
2023-03-19 | /lib/theo: The invention of interrupts was a bad idea. | sl | |
2023-03-17 | nusb(4): document a88179 support (thanks llamaa) | Jacob Moody | |
2023-03-17 | cc: fndecls: use current fn node directly | Sigrid Solveig Haflínudóttir | |
2023-03-17 | cc: fix suicide with undefined function arguments | Jacob Moody | |
_Noreturn change introduced a check on the type for OFUNC. This will be nil in the event that a symbol given as a function argument is undefined. | |||
2023-03-17 | cc: add __func__ support | Sigrid Solveig Haflínudóttir | |
2023-03-17 | cc: NORET -> _Noreturn | Jacob Moody | |
The committee has spoken | |||
2023-03-16 | auth/none, mothra, news, libttf: unused variable removal | Jacob Moody | |
2023-03-16 | cc: add NORET | Jacob Moody | |
2023-03-16 | /lib/rsc: My plan is to not do any telemetry on Plan 9. | sl | |
2023-03-16 | /lib/rsc: The plan9 port is becoming increasingly difficult to maintain and ↵ | sl | |
holds back non-plan9 development. | |||
2023-03-13 | man1: various spelling fixes | Jacob Moody | |
2023-03-12 | imap4d: add entry to detect file locked errors on hjfs | Alex Musolino | |
Hjfs reports "file locked" whilst cwfs reports "file is locked". This whole approach is a bit crappy, but this change will get us (me) by for now. | |||
2023-03-10 | kbmap: fix multi column display for smaller windows (thanks mkf) | Jacob Moody | |
2023-03-10 | factotum(4): fix typos (thanks sirjofri) | Alex Musolino | |
2023-03-09 | print, strtod: fix -0 and -NaN, respect verb flags when formatting | Sigrid Solveig Haflínudóttir | |
2023-03-08 | mt7688 kernel | adventuresin9 | |
2023-03-08 | sys/src/libc/spim/mkfile: use port/lock.c and spim/tas.s | adventuresin9 | |
2023-03-08 | sys/src/libc/mips/tas.s: _tas() for spim | adventuresin9 | |
2023-03-07 | sys/src/9/port/sysproc.c: add spim magic | adventuresin9 | |
2023-03-07 | /spim/include/ape/ureg.h: fixed missing ifndef | adventuresin9 | |
2023-03-07 | /spim/include/ape/ureg.h: ape for spim | adventuresin9 | |
2023-03-07 | /spim/include/ape/stdarg.h: ape for spim | adventuresin9 | |
2023-03-07 | /spim/include/ape/math.h: ape for spim | adventuresin9 | |
2023-03-07 | /spim/include/ape/float.h: added, and endian fix | adventuresin9 | |
2023-03-06 | /sys/src/libc/mips/tas.s: remove _tas() problem elsewhere | adventuresin9 | |
2023-03-06 | /sys/src/libc/mips/tas.s: add _tas() | adventuresin9 | |
2023-03-06 | endian fix for spim | adventuresin9 | |
2023-03-06 | endian fix for spim | glenda | |
2023-03-05 | ip(3): corrections to Udphdr field descriptions | rodri | |
2023-03-05 | Mail: don't start plumb procs in their own note groups | Alex Musolino | |
Doing so means these procs hang around after acme exits. | |||
2023-03-05 | /sys/src/games/^(aout2gba gba/rom): basic gba toolkit | Jacob Moody | |
2023-03-05 | import tc and tl from 9ferno | Jacob Moody | |
2023-03-05 | /lib/troll: Running Rust code on Plan 9 using webassembly | sl | |
2023-03-04 | diff: add missing file | Ori Bernstein | |
2023-03-04 | diff, merge3: refactor diff, implement merge3 | Ori Bernstein | |
Refactor diff internals to allow multiple diffs to be done in the same process. This allows a merge3 to be implemented off the guts of diff. Tests are added, files with no end of line terminator are currently broken. | |||
2021-11-27 | a.out(6): document dynamically loadable modules | Humm | |
The loaders can generate export tables in executables and build dynamically loadable modules and there is a library to load those floating around. This documents the format of dynamically loadable modules. | |||
2023-03-01 | test(1): add a missing space after -T | Sigrid Solveig Haflínudóttir | |
2023-02-28 | games/dmid: fix running status for streams | qwx | |
regression from previous commits; better handling | |||
2023-02-25 | geometry(2): corrections and improvements | rodri | |
The dot and inner products are not the same, and neither are cross and outer ones. Trimmed function signatures—similar to those in draw(2)—were added to aid in comprehension. | |||
2023-02-24 | games/gb: crude serial port emulation | Jacob Moody | |
Timing is not as good as it needs to be, but servicable in more forgiving scenarios. Clock drift between two paired systems sits around 8 - 32 cycles when tested locally. |