code: plan9front

RSS feed

72a08866 – Ori authored - 2021/10/20 22:01
acmed(8): fix typos, formatting, and missed name change.

ee31c780 – cinap_lenrek authored - 2021/10/17 19:35
libsec: fix operator precedence bugs (thanks kemal)

e0d2453f – cinap_lenrek authored - 2021/10/17 19:19
libsec: fix bugs in tls extension handling (thanks kemal)

741e9433 – cinap_lenrek authored - 2021/10/17 16:19
acmed(8): add bugs section

2731ae50 – cinap_lenrek authored - 2021/10/17 15:52
libaml: resolve refs in ObjectType instruction

31bb950b – cinap_lenrek authored - 2021/10/17 15:29
libaml: implement ObjectType instruction (thanks sigrid)

d0909089 – cinap_lenrek authored - 2021/10/17 14:45
libaml: implement ToString instruction

72d08816 – cinap_lenrek authored - 2021/10/16 11:07
devtls: implement "hangup" ctl message

bb2357de – cinap_lenrek authored - 2021/10/16 09:14
fork(2): document new error behaviour when out of resources

20429fb0 – cinap_lenrek authored - 2021/10/16 09:14
kernel: call freebroken() for kproc() when out of processes

a557c515 – cinap_lenrek authored - 2021/10/16 09:12
kernel: dont block allocating kstack for new processes

4c7745b2 – Ori authored - 2021/10/14 20:32
acmed: import acme (RFC8555) client

5a807265 – cinap_lenrek authored - 2021/10/13 13:08
libthread: fix debug prints, simplify

3fe3e370 – cinap_lenrek authored - 2021/10/13 12:57
usbxhci: xhcirecover proc does not need to check status every 10ms

03d870e0 – cinap_lenrek authored - 2021/10/12 07:30
kernel: return error from sysrfork instead of waiting and retrying

b3c3c3e6 – cinap_lenrek authored - 2021/10/11 23:06
cc: do not expand function-like macros for non-function invocations

1656782f – cinap_lenrek authored - 2021/10/11 21:09
libthread: remove unused _workerdata() prototype from threadimpl.h

b474f546 – cinap_lenrek authored - 2021/10/11 20:52
libthread: remove more garbage: _threadnotefd, _threadpasserpid.

928b38c7 – cinap_lenrek authored - 2021/10/11 20:51
libthread: remove unused skip() function

07608c76 – cinap_lenrek authored - 2021/10/11 20:49
libthread: deal with _schedfork() and _schedexec() returning -1

24bd67f9 – Igor authored and Ori committed - 2021/10/05 05:40
acme: remove superfluous print arguments (patch from plan9port)

a73f41bf – Igor authored and Ori committed - 2021/10/05 05:27
sam: fix spurious overwrite message (patch from plan9port)

65949608 – Igor authored and Ori committed - 2021/10/06 09:37
tweak: add missing return to fix double close(…) on file descriptor…

a13c5c3d – james authored and Ori committed - 2021/10/11 14:26
realemu: fix typo in usage message.

b51d7ca3 – cinap_lenrek authored - 2021/10/11 11:55
devip: improve tcp error handling for ipoput

ad1ab708 – cinap_lenrek authored - 2021/10/11 08:16
devip: add comment to ip.h explaining Routehint struct

5484260b – cinap_lenrek authored - 2021/10/11 07:52
kernel: move waserror() macro to port/portfns.h

3e98132f – qwx authored - 2021/10/10 13:13
addpt(2): fix inconsistency in description

365e63b3 – cinap_lenrek authored - 2021/10/10 10:27
devip: properly rlock() the routelock for v4lookup() and v6lookup()

e687d254 – cinap_lenrek authored - 2021/10/10 10:22
devip: use top bit (type) | subnet-id for V6H() route hash macro

1a632497 – cinap_lenrek authored - 2021/10/09 14:26
devip: cache arp entry in Routehint

d280f411 – risto.salminen@gmx.com authored and Ori committed - 2021/10/09 06:53
upas/fs: add missing newline to a debug print

a8ad3fb3 – james authored and Ori committed - 2021/10/06 05:19
acme: don't let tag button draw over tag border.

0c0ffafb – Igor authored - 2021/10/05 16:17
sam(1): fix description of ctrl+g

6ebb8b9e – cinap_lenrek authored - 2021/10/03 11:58
devip: use better hashipa() macro, use RWlock for arp cache

55c3138c – cinap_lenrek authored - 2021/10/03 11:56
kernel: ensure that all accesses to Mhead.mount is done with Mhead.lock acquired

b6381141 – Igor authored and Ori committed - 2021/09/25 16:40
vncv: enable connecting to Darwin hosts

c9b48aec – qwx authored - 2021/09/30 10:20
sega(1): fix typo

bd63aeb6 – Sigrid authored - 2021/09/27 21:17
libtags: opus: fix duration on truncated files

df25039b – Noam authored - 2021/09/27 00:19
venti: fix fprint format string

d43d79bd – cinap_lenrek authored - 2021/09/26 14:43
devip: implement ipv4 arp timeout with icmp host unreachable notification

1cff923a – cinap_lenrek authored - 2021/09/25 16:35
devtls: fix bwrite memory leak when channel stops being open

235ef367 – Ori authored - 2021/09/25 12:57
vmx: update openbsd kernel heuristics

6e8b8c8f – cinap_lenrek authored - 2021/09/25 10:51
/sys/lib/acid/pool: format addresses using A format, instead of X (32 bit)

3ac6d894 – nessabeene@gmail.com authored and Ori committed - 2021/09/11 08:07
audiohda: Add DID for Intel 200 Series PCH HD Audio

8f4842d3 – Ori authored - 2021/09/14 12:13
git: when stealing from the old packs list, keep what we stole.

390abbd1 – Ori authored - 2021/09/13 19:56
archacpi: leave acpi enabled with *acpi=

4f310b8f – Sigrid authored - 2021/09/13 18:54
devvmx: skip tsc offset writing if CPU doesn't support it

c7dcc82b – Ori authored - 2021/09/11 13:46
git/query: fix spurious merge requests

546f8cfe – cinap_lenrek authored - 2021/09/11 08:26
9boot: fix isowalk() for directories spanning multiple sectors

e2796993 – qwx authored - 2021/09/10 17:03
plumber: remove $plumbsrv, add optional srvname, usage check

d1986d8c – cinap_lenrek authored - 2021/09/09 19:13
ether82598: add pci device id for ixgbe i52899 (thanks izaki)

084c2e6a – cinap_lenrek authored - 2021/09/08 14:22
fix manpage references for dup(2), kproc(9) and panic(9).

33ac896d – cinap_lenrek authored - 2021/09/08 14:20
ndb(2): document txt and txtrr attributes.

df66e628 – cinap_lenrek authored - 2021/09/08 13:34
ndb/dns: make dblookup() consistent with cachedb operation, bring back txtrr for compatibility

1299ea4d – cinap_lenrek authored - 2021/09/08 13:26
ndb/dnsdebug: make usage flags consistent

7ea6821a – Ori authored - 2021/09/08 10:24
rc: revert 2f8a59f4b5bfe028c022855acc19666d69eed909

41369692 – cinap_lenrek authored - 2021/09/08 09:34
ndb/dns: fix wrong ndb attribute "txtrr" vs. "txt" for caching server

87a82333 – qwx authored - 2021/09/06 17:04
vgadb: add cyber938x bios offset for cyber 9525 (thanks lyndsay)

d116b2d4 – Ori authored - 2021/09/04 20:16
etheriwl: add did for Intel Centrino Advanced-N + WiMAX 6250 (thanks Nessa)

bcdfdab4 – qwx authored - 2021/09/04 19:55
ether82563: add pci id for i219-v on t490s

3e7a249f – glenda authored - 2021/09/03 21:49
/rc/bin/9fs: remove case 9bugs (defunct)

79b32552 – glenda authored - 2021/09/03 21:32
/rc/bin/9fs: update case 9contrib for new server

d9564c06 – Ori authored - 2021/09/02 22:47
git: separate author and committer

485b3346 – Amavect authored and Ori committed - 2021/08/28 09:15
cmd/mkfile: major cleanup

1a444750 – kemal authored - 2021/09/02 09:28
ssh: use RSA/SHA-256 instead of RSA/SHA-1 as the public key algorithm

19a548fd – qwx authored - 2021/09/01 19:30
joy(1): fix typo (thanks lyndon)

6d4261ba – qwx authored - 2021/09/01 18:47
add joy(1): joystick script for all emulators, and docs

6c946271 – cinap_lenrek authored - 2021/08/31 11:53
vga: add eeepc1005ha graphics (thanks Andrew Eggenberger)

49b5319f – qwx authored - 2021/08/30 12:55
audiohda: fix syntax error

7bdcdeaf – Sigrid authored - 2021/08/29 19:59
audiohda: add ztom z36*/z37* device id

ec33d29c – Sigrid authored - 2021/08/29 19:12
ether8169: support rtl8402 variant

e6f0abc2 – Ori authored - 2021/08/28 21:00
date(1): sync with reality

61f37abf – Ori authored - 2021/08/27 10:13
git(1): "see also" consistency (thanks sirjofri)

1bb1b1a9 – glenda authored - 2021/08/26 21:09
/rc/bin/9fs: 9front.org files now live on port 9000.

d87fb23a – rodri authored - 2021/08/26 16:04
bring games/swar from 1ed sources.

0741147e – Ori authored - 2021/08/25 18:15
git/serve: add a '\n' after HEAD

9ca6ca34 – Ori authored - 2021/08/24 22:24
git/compat: add support for ls-remote [-d]

ad26f82e – qwx authored - 2021/08/24 17:45
man page fixes (thanks stuart morrow)

fb2e0a19 – Ori authored - 2021/08/22 21:22
git/diff: clean up diffs

9a69a2bf – Ori authored - 2021/08/22 20:22
git/commit: remove trailing 'subst -g'

bcfee7b5 – Ori authored - 2021/08/22 13:47
revert 8c228a123fa0c6062570964011854302bbf57242: accidental commit

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

0f58e475 – amavect authored - 2021/08/18 13:51
exportfs, oexportfs, iostats: make -d log to stderr

8c228a12 – unobe@cpan.org authored - 2021/08/17 10:00
mk for only supported archs

2eadf1fa – Noam authored - 2021/07/21 01:06
venti: fix memory layers

82c7251d – Sigrid authored - 2021/08/21 18:51
mixfs: add reading (audio loopback)

8c796bf8 – Alex authored - 2021/08/20 00:07
audio(1): replace references to juke(7) and playlistfs(7) with zuke(1) (thanks unobe)

7fd9be0f – cinap_lenrek authored - 2021/08/18 15:37
snoopy: ... and fix the memory leak for new dns rr types

97c6a1dd – cinap_lenrek authored - 2021/08/18 13:59
snoopy: fix dns nil pointer crashes when formating dns packets (thanks sl)

b0ae3701 – Ori authored - 2021/08/18 10:44
exportfs: revert e524e8d65a7573c46d7beb49e77bfc2d55a5563d

cfebf839 – Ori authored - 2021/08/17 00:31
git: better handling of absolute paths, regex metachars

e524e8d6 – amavect authored - 2021/08/14 15:50
exportfs: make -d log to stderr

4e9f39a3 – Sigrid authored - 2021/08/16 10:28
ether82563: add 0x15bd i219-lm variant (thanks crab1)

913fdf24 – cinap_lenrek authored - 2021/08/15 05:54
tinc: fix spelling and update manpage (thanks unobe)

da085a2d – Ori authored - 2021/08/13 01:16
git/branch: make '-n' use HEAD when '-b' unspecified

2af46e40 – Ori authored - 2021/08/12 21:27
date: remove '-m' flag

758067ee – Ori authored - 2021/08/12 10:42
git/export: use 'date -f' instead of 'date -m'

54993a1f – Ori authored - 2021/08/11 11:00
git: fix non-interruptible temporary warning

a05d6560 – Ori authored - 2021/08/11 09:10
qsort: ...forgot to include headers in the commit.

Next