git: 9front

RSS feed

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)

ecada174 – Alex Musolino <alex@musolino.id.au> authored on 2021/08/20 00:07
audio(1): replace references to juke(7) and playlistfs(7) with zuke(1) (thanks unobe)

4d308209 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/18 15:37
snoopy: ... and fix the memory leak for new dns rr types

5e682894 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/18 13:59
snoopy: fix dns nil pointer crashes when formating dns packets (thanks sl)

9b3992ad – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/18 10:44
exportfs: revert e8175c359469c9980cfa3e3a752fb1a3ff55d732

29ed2631 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/17 00:31
git: better handling of absolute paths, regex metachars

e8175c35 – amavect <amavect@gmail.com> authored on 2021/08/14 15:50
exportfs: make -d log to stderr

73d15b79 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2021/08/16 10:28
ether82563: add 0x15bd i219-lm variant (thanks crab1)

f596580c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/15 05:54
tinc: fix spelling and update manpage (thanks unobe)

38de6ed6 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/13 01:16
git/branch: make '-n' use HEAD when '-b' unspecified

2fe0d40e – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/12 21:27
date: remove '-m' flag

446c1f6f – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/12 10:42
git/export: use 'date -f' instead of 'date -m'

deb0e93e – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/11 11:00
git: fix non-interruptible temporary warning

648b28c3 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/11 09:10
qsort: ...forgot to include headers in the commit.

405cb6b1 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/10 22:27
qsort: allow usize-sized arrays.

50e6a854 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/09 11:33
x509: encode empty sequence as constructed

40261793 – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/07 14:01
git/save: leave submodules unmangled

675a4c2e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/06 06:05
etheriwl: fix botched merge...

be956588 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/05 18:31
merge

5f9ff792 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2021/08/05 18:25
etheriwl: add support for wireless ac 7260 (thanks kemal!)

Next