git: 9front

RSS feed

f080207b – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/03/02 03:21
mothra: add "d" command to search for a text on the internet (using duckduckgo)

96c5a76f – Ori Bernstein <ori@eigenstate.org> authored on 2021/03/01 14:23
Mail: revert 096538d64724

dd0ab6d3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/03/01 12:24
devpccard, pci: fix pccard support and handle pci expansion roms

c840ce1c – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/28 11:36
Mail: fix infinite deletion loop

1581f302 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/28 08:31
bcm: change color chan to RGB24 (thanks p.kosyh)

6f24c4d4 – moody <moody@posixcafe.org> authored on 2021/02/27 14:35
B, Bfn: fix invocation with multiple files, improve manual page

562d1ccf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/27 10:08
ramfs: fix truncfile() for non multiple of extend size (64k)

c48f9501 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/23 10:54
vmx: reduce cpu load by eliminating nop-loop

0f9e8067 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/23 03:52
html2ms: 0xFFFD → Runeerror

4ed923ee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/22 20:47
ip/tftpd: add -n namespace-file flag (thanks sam-d)

d5b0d55d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/22 20:41
ip/tftpd: use procsetuser() instead of writing #c/user

5c7923fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/22 18:44
boot/bcm: download dtb files for rpi-400 and rpi-cm4

d85abbe0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/22 14:27
libaml: fix IndexField and BankField implementations (thanks Michael Forney)

d6901787 – Michael Forney <mforney@mforney.org> authored on 2021/02/22 11:12
games/snes: use 4-point hermite interpolation to resample

eeca8828 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/22 06:38
theo: wrong.

5c377d34 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/20 16:02
ape/lib9: expose fd2path (thanks phil9)

db27e0d7 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/20 10:25
upas/send: add \n to error in refuse() (thanks josuah)

8b6ec7da – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/20 08:03
marshal: remove debug junk.

d74d01bd – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/20 08:01
upas/marshal: use login instead of user (thanks sirjofri)

f920914b – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/20 07:49
upas/marshal: handle nonexistent save folder correctly (thanks sirjofri)

ffef97f6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/20 14:06
ether82563: add pci id for i219-LM on thinkcenter (easypeasy, thanks hiro)

d33de45c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/20 08:08
pc/devarch: use m->cpumhz instead of recalculatin it

9c6bbce7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/20 07:55
9boot: handle automatic length for 64-bit values in hexfmt() for framebuffer address (thanks Michael Forney)

86bb3c77 – sl <sl@stanleylieber.com> authored on 2021/02/19 16:29
/sys/src/cmd/ndb/dns.h:

b1173e1e – sl <sl@stanleylieber.com> authored on 2021/02/19 16:15
sam/{address.c, sam.h}: bump STRSIZE to 512MB (thanks, Ori_B)

c61a3f52 – kvik <kvik@a-b.xyz> authored on 2021/02/19 18:04
libstdio: sync bits of vfprintf from APE

5e934241 – kvik <kvik@a-b.xyz> authored on 2021/02/18 16:40
nan(2): document isInf(x, 0) matching +∞ and -∞

e669e34e – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/18 10:13
audio/flacenc: fix usage

446c1bd0 – Michael Forney <mforney@mforney.org> authored on 2021/02/17 06:20
games/snes: use enum constants KON and ENDX instead of their values

9be052b2 – Michael Forney <mforney@mforney.org> authored on 2021/02/17 06:20
games/snes: implement DSP echo

340c6f84 – Michael Forney <mforney@mforney.org> authored on 2021/02/17 06:19
games/snes: implement DSP noise

85e593d4 – Michael Forney <mforney@mforney.org> authored on 2021/02/17 06:19
games/snes: fix BRR decoding with filters 2 and 3

c9132766 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/16 17:04
mothra: tune up entry control logic for easier text editing

f4df6dc0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/14 20:49
9boot: mark efi boot and runtime service regions as reserved

d869990b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/14 09:25
ndb/dns: implement RFC6844 certificate authority authorization record type

9c60a4dd – Michael Forney <mforney@mforney.org> authored on 2021/02/11 04:37
[9front] audio/flacenc: fix error check for fseeko

570c50ea – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/10 10:42
font/terminus: you can't run a font, silly

ee81e320 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/10 15:08
nusb: don't create rw iso endpoints (by Michael Forney)

4d5d86a6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/10 14:52
nusb: don't create rw iso endpoints (by Michael Forney)

977b3952 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/10 05:21
merge

8a3ab022 – sl <sl@stanleylieber.com> authored on 2021/02/09 18:11
fortunes: That depends on how you define native. -- Andre Garzia

a43a30b4 – sl <sl@stanleylieber.com> authored on 2021/02/09 17:50
newt: remove fn f, replace with walk

f8055f6d – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/09 08:57
stdio: remove erronous assert in dtoa

c3cfd065 – Michael Forney <mforney@mforney.org> authored on 2021/02/08 16:09
[9front] mimetype: add entry for .patch extension

00a00d93 – Michael Forney <mforney@mforney.org> authored on 2021/02/08 15:59
[9front] upas/vf: exclude mime boundary from temporary attachment files

d1ee3f91 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/08 11:07
ape/lib9: sync arm getfcr.s implementation

f54d6a87 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/08 10:45
ape: sync flaot.h macros with u.h

963a3d40 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/07 15:30
Mail: correct rendering of nested multipart messages

9fce1261 – Michael Forney <mforney@mforney.org> authored on 2021/02/07 15:17
[9front] upas/vf: remove debugging print statements

6a2b115c – Michael Forney <mforney@mforney.org> authored on 2021/02/07 23:58
games/gb: fix reversed audio channels

190303a6 – Michael Forney <mforney@mforney.org> authored on 2021/02/07 23:58
games/gb: various HDMA fixes

f10d5df7 – Michael Forney <mforney@mforney.org> authored on 2021/02/07 23:58
games/gb: fix timer divider for input clock 0

2f3e41d3 – Michael Forney <mforney@mforney.org> authored on 2021/02/07 03:02
[9front] upas/vf: install %τ format specifier

400eea4c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/06 08:50
merge

c589ebf7 – Alex Musolino <alex@musolino.id.au> authored on 2021/02/06 10:51
test: fix expression parser

7b161c90 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/06 08:47
bcm64: get inbound and outbound pci window base address from device tree

9d797f0a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/06 08:33
pc: increase number of Conf.mem[] entries from 4 to 16

4a48f151 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/06 08:33
pc, pc64: warn when running out of conf.mem[] entries in meminit()

85c80a6b – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/04 05:57
libdraw: enter/eenter: fix ^W removing the text on the right side of the tick

4b90c35a – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/04 05:45
libdraw: enter/eenter: fix Kleft for non-ascii text

0b669514 – Michael Forney <mforney@mforney.org> authored on 2021/02/03 11:19
[9front] [PATCH] audiohda: add PCI ID for Intel C610/X99

f71d795b – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/03 06:09
acmemail(1): Nail => Mail

9c5ad4b2 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/03 03:10
mklib, upas/common: clean up libcommon properly (thanks mikan)

32bda088 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/02/02 20:19
acme: fix use after free in warning() call (thanks igor)

6ccbe472 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/02 02:21
merge

2334c2bd – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/02 07:51
fortunes: SATAN

6e5333dc – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/02/02 06:56
winwatch: always reflow when possible (thanks telephil9)

1cfa9cde – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/02 01:52
runq: clean up code, fix error handling.

93570dfa – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/01 15:38
Mail: only clear upas-maintained flags on change (thanks deuteron)

b4c16043 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/31 07:25
mothra: don't insert newline after div (thanks phil9)

8f805f56 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/30 04:19
ape/libm: implement log2 in libc

ff993050 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/29 13:29
Mail: fix inverted reply-all condition

5d827391 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/29 12:34
Mail: rewrite.

7fc04633 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/28 13:07
screenlock: use initdisplay(2), top the window (thanks stuart morrow)

0c37d48b – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/26 13:07
news: make -a and -n get along (thanks lyndon)

745816f8 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/24 04:58
cc: mk clean should delete cc.a$O

b33f09b6 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/23 15:36
5l: fix shifts by zero

e426b7d2 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/23 15:03
ape/libm: add back fmod, remove modf

a4343c79 – Michael Forney <mforney@mforney.org> authored on 2021/01/23 14:47
[9front] ape: remove _SUSV2_SOURCE guard from inttypes.h

2d15bbe6 – Michael Forney <mforney@mforney.org> authored on 2021/01/23 14:46
[9front] nusb(4): fix typo

ffc2297f – Michael Forney <mforney@mforney.org> authored on 2021/01/23 13:28
[9front] cc: fix comparison warning with constant LHS

4aa48404 – Michael Forney <mforney@mforney.org> authored on 2021/01/23 13:26
[9front] cc: remove unnecessary 128-bit add function

029a2f98 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/23 13:02
upas/fs: fix swapped argument, dead code

a6e8c537 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/23 11:38
upas/runq: fix typo

3ed1e244 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/23 11:05
upas/runq: bring back -a

9a0555f4 – qwx <devnull@localhost> authored on 2021/01/23 19:58
ape: update mkfile for removed fmod.c

744ae510 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/23 08:20
vnc: I don't like your face.

e9da3ff5 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/23 06:03
upas/runq: support parallel queue processing, drop -a

f03428ef – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/23 13:42
vt(1): document optional command argument (thanks sl)

ac40c236 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/23 10:53
ape: apply infinite recursion in fmod() fix (thanks jxy and ality)

1e7f11ef – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/01/23 10:06
syscall: don't rely on . being in $path (thanks Silas)

f41ccbfc – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/22 12:48
nusb/kb: correct Mod4 scancode (125 → 91, to match what kbdfs has)

8a874c4e – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/22 05:57
aux/acpi: do not expose empty files

0ab5ae26 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/22 05:15
stats: don't query battery and temp as often when using acpi

1f2e251f – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/19 14:56
ape/libap: fix _startbuf, check rfork return (thanks pixelherodev)

ec52236a – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/19 13:14
webcookies: remove straggling custom date parser

12bc634a – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/19 13:12
upas/ml: touch the artwork

2f7fdd35 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/19 10:18
dd(1): update manpage to match program

4689efc7 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/19 10:15
dd: error with invalid size suffixes, add 'm'

42a259c1 – Sigrid <ftrvxmtrx@gmail.com> authored on 2021/01/19 10:04
mothra: linkify text starting with gemini:// and ftp://

Next