git: 9front

RSS feed

acefa0f1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/25 18:40
/lib/ndb/local: add dnschallenge ndb file for acmed(8) by default

b774998f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/25 17:48
acmed(8): fix typo

8bba90b1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/25 14:15
acmed: tokenize domains from subject also with spaces (fixed multidom cert)

91ee1f1b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/25 12:59
acmed: add external command flag -e, improvements, bugs

b28c929d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/24 22:00
ndb(6): add caa

bab432c4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/24 18:15
ndb/dns: implement caa record type in ndb

7e869262 – Ori Bernstein <ori@eigenstate.org> authored on 2021/10/24 10:37
git/serve: one more silencing of non-interactive prints

8d1508f9 – Ori Bernstein <ori@eigenstate.org> authored on 2021/10/23 21:36
git/serve: don't show progress when not interactive

7bc43d55 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/23 11:54
kernel: make growfd(), findfreefd() and newfd2() static

24d545ef – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/23 11:12
devswap: improve setswapchan()

18af0b19 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/23 09:40
kernel: fix stat bugs

71dc829c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/22 09:37
libsec: fix wrong assert condition (introduced in 0b7161814676a8c001b0b681740c9bee27bc86d2)

32410248 – Ori Bernstein <ori@eigenstate.org> authored on 2021/10/20 22:11
acmed(8): missed a spot

45a68170 – Ori Bernstein <ori@eigenstate.org> authored on 2021/10/20 22:01
acmed(8): fix typos, formatting, and missed name change.

f62ce2d7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/17 19:35
libsec: fix operator precedence bugs (thanks kemal)

a4a975e8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/17 19:19
libsec: fix bugs in tls extension handling (thanks kemal)

7661b331 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/17 16:19
acmed(8): add bugs section

fa8ed5aa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/17 15:52
libaml: resolve refs in ObjectType instruction

8bf8a614 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/17 15:29
libaml: implement ObjectType instruction (thanks sigrid)

0931f49a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/17 14:45
libaml: implement ToString instruction

15aabe62 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/16 11:07
devtls: implement "hangup" ctl message

0dad2e65 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/16 09:14
fork(2): document new error behaviour when out of resources

416695e6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/16 09:14
kernel: call freebroken() for kproc() when out of processes

ca32489c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/16 09:12
kernel: dont block allocating kstack for new processes

ff368118 – Ori Bernstein <ori@eigenstate.org> authored on 2021/10/14 20:32
acmed: import acme (RFC8555) client

6031070d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/13 13:08
libthread: fix debug prints, simplify

f6fc42bd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/13 12:57
usbxhci: xhcirecover proc does not need to check status every 10ms

6b8726ed – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/12 07:30
kernel: return error from sysrfork instead of waiting and retrying

28fe2577 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/11 23:06
cc: do not expand function-like macros for non-function invocations

36e61f8f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/11 21:09
libthread: remove unused _workerdata() prototype from threadimpl.h

5052bf50 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/11 20:52
libthread: remove more garbage: _threadnotefd, _threadpasserpid.

f0fa95a5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/11 20:51
libthread: remove unused skip() function

8368563c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/11 20:49
libthread: deal with _schedfork() and _schedexec() returning -1

04708fa0 – Igor Böhm <igor@9lab.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/10/05 05:40
acme: remove superfluous print arguments (patch from plan9port)

32762a4d – Igor Böhm <igor@9lab.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/10/05 05:27
sam: fix spurious overwrite message (patch from plan9port)

be46096f – Igor Böhm <igor@9lab.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/10/06 09:37
tweak: add missing return to fix double close(…) on file descriptor…

42877db3 – james palmer <james@biobuf.link> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/10/11 14:26
realemu: fix typo in usage message.

7b8118dd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/11 11:55
devip: improve tcp error handling for ipoput

f9308e9f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/11 08:16
devip: add comment to ip.h explaining Routehint struct

d74327ca – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/11 07:52
kernel: move waserror() macro to port/portfns.h

631403c8 – qwx <qwx@sciops.net> authored on 2021/10/10 13:13
addpt(2): fix inconsistency in description

6c7e731d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/10 10:27
devip: properly rlock() the routelock for v4lookup() and v6lookup()

b2fc8d4a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/10 10:22
devip: use top bit (type) | subnet-id for V6H() route hash macro

29416fe9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/09 14:26
devip: cache arp entry in Routehint

263ed2c7 – risto.salminen@gmx.com <risto.salminen@gmx.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/10/09 06:53
upas/fs: add missing newline to a debug print

bad2ef6e – james palmer <james@biobuf.link> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/10/06 05:19
acme: don't let tag button draw over tag border.

ecc7c905 – Igor Böhm <igor@9lab.org> authored on 2021/10/05 16:17
sam(1): fix description of ctrl+g

aa683be1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/03 11:58
devip: use better hashipa() macro, use RWlock for arp cache

1d99ad00 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/10/03 11:56
kernel: ensure that all accesses to Mhead.mount is done with Mhead.lock acquired

4e0c6d66 – Igor Böhm <igor@9lab.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/09/25 16:40
vncv: enable connecting to Darwin hosts

0e687e65 – qwx <qwx@sciops.net> authored on 2021/09/30 10:20
sega(1): fix typo

c51f35a4 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/09/27 21:17
libtags: opus: fix duration on truncated files

e35f62c0 – Noam Preil <noam@pixelhero.dev> authored on 2021/09/27 00:19
venti: fix fprint format string

a4f4e541 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/26 14:43
devip: implement ipv4 arp timeout with icmp host unreachable notification

764f78a9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/25 16:35
devtls: fix bwrite memory leak when channel stops being open

88b8b9bd – Ori Bernstein <ori@eigenstate.org> authored on 2021/09/25 12:57
vmx: update openbsd kernel heuristics

480dcc22 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/25 10:51
/sys/lib/acid/pool: format addresses using A format, instead of X (32 bit)

62753d2c – nessabeene@gmail.com <nessabeene@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/09/11 08:07
audiohda: Add DID for Intel 200 Series PCH HD Audio

8a3465a9 – Ori Bernstein <ori@eigenstate.org> authored on 2021/09/14 12:13
git: when stealing from the old packs list, keep what we stole.

bf809631 – Ori Bernstein <ori@eigenstate.org> authored on 2021/09/13 19:56
archacpi: leave acpi enabled with *acpi=

0dbc1127 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/09/13 18:54
devvmx: skip tsc offset writing if CPU doesn't support it

e1e20247 – Ori Bernstein <ori@eigenstate.org> authored on 2021/09/11 13:46
git/query: fix spurious merge requests

f052dd5e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/11 08:26
9boot: fix isowalk() for directories spanning multiple sectors

c2f28695 – qwx <qwx@sciops.net> authored on 2021/09/10 17:03
plumber: remove $plumbsrv, add optional srvname, usage check

563d32bc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/09 19:13
ether82598: add pci device id for ixgbe i52899 (thanks izaki)

8efb42f5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/08 14:22
fix manpage references for dup(2), kproc(9) and panic(9).

116ca599 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/08 14:20
ndb(2): document txt and txtrr attributes.

79efc560 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/08 13:34
ndb/dns: make dblookup() consistent with cachedb operation, bring back txtrr for compatibility

1d117086 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/08 13:26
ndb/dnsdebug: make usage flags consistent

ba731135 – Ori Bernstein <ori@eigenstate.org> authored on 2021/09/08 10:24
rc: revert 14b919faf8e69fb8c06bb397b5a87c2b9f00c3bb

11ddce8e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/09/08 09:34
ndb/dns: fix wrong ndb attribute "txtrr" vs. "txt" for caching server

15af1cfd – qwx <qwx@sciops.net> authored on 2021/09/06 17:04
vgadb: add cyber938x bios offset for cyber 9525 (thanks lyndsay)

21114c12 – Ori Bernstein <ori@eigenstate.org> authored on 2021/09/04 20:16
etheriwl: add did for Intel Centrino Advanced-N + WiMAX 6250 (thanks Nessa)

7c7c7a23 – qwx <qwx@sciops.net> authored on 2021/09/04 19:55
ether82563: add pci id for i219-v on t490s

4fc1967e – glenda <glenda@9front.local> authored on 2021/09/03 21:49
/rc/bin/9fs: remove case 9bugs (defunct)

8820436e – glenda <glenda@9front.local> authored on 2021/09/03 21:32
/rc/bin/9fs: update case 9contrib for new server

2c035e0c – Ori Bernstein <ori@eigenstate.org> authored on 2021/09/02 22:47
git: separate author and committer

6a54722a – Amavect <amavect@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/08/28 09:15
cmd/mkfile: major cleanup

6734f681 – kemal <kemalinanc8@gmail.com> authored on 2021/09/02 09:28
ssh: use RSA/SHA-256 instead of RSA/SHA-1 as the public key algorithm

be53a040 – qwx <qwx@sciops.net> authored on 2021/09/01 19:30
joy(1): fix typo (thanks lyndon)

47c48b42 – qwx <qwx@sciops.net> authored on 2021/09/01 18:47
add joy(1): joystick script for all emulators, and docs

a16476ea – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/31 11:53
vga: add eeepc1005ha graphics (thanks Andrew Eggenberger)

b5e47e62 – qwx <qwx@sciops.net> authored on 2021/08/30 12:55
audiohda: fix syntax error

cdb1317c – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/08/29 19:59
audiohda: add ztom z36*/z37* device id

532c8027 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/08/29 19:12
ether8169: support rtl8402 variant

874aed43 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/28 21:00
date(1): sync with reality

b701be67 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/27 10:13
git(1): "see also" consistency (thanks sirjofri)

42a0212d – glenda <glenda@9front.local> authored on 2021/08/26 21:09
/rc/bin/9fs: 9front.org files now live on port 9000.

a7212666 – rodri <rgl@antares-labs.eu> authored on 2021/08/26 16:04
bring games/swar from 1ed sources.

e2116f4f – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/25 18:15
git/serve: add a '\n' after HEAD

9ab9d5a3 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/24 22:24
git/compat: add support for ls-remote [-d]

41f905ac – qwx <qwx@sciops.net> authored on 2021/08/24 17:45
man page fixes (thanks stuart morrow)

578fe5a4 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/22 21:22
git/diff: clean up diffs

234277fd – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/22 20:22
git/commit: remove trailing 'subst -g'

9af980f2 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/22 13:47
revert 7d649d2f2b191ed64a02c37b148a8d4f5259e09f: accidental commit

f5bbb698 – ori@eigenstate.org <ori@eigenstate.org> authored on 2021/08/22 13:18
git/{diff,import}: make it easier to handle manually-asembled patch emails

97317899 – amavect <amavect@gmail.com> authored on 2021/08/18 13:51
exportfs, oexportfs, iostats: make -d log to stderr

7d649d2f – unobe@cpan.org <unobe@cpan.org> authored on 2021/08/17 10:00
mk for only supported archs

b8f5b443 – Noam Preil <noam@pixelhero.dev> authored on 2021/07/21 01:06
venti: fix memory layers

98e74d98 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/08/21 18:51
mixfs: add reading (audio loopback)

Next