code: plan9front

RSS feed

f8ddcb23 – cinap_lenrek authored - 2022/12/29 13:16
sdmmc: actually implement mmc support

d57aad45 – cinap_lenrek authored - 2022/12/29 13:09
reform/usdhc: fix debug print, R1b response handled by controller

522a0f8f – Sigrid authored - 2022/12/27 15:15
boot/reform: bootm if loading the kernel worked

a44a54bf – cinap_lenrek authored - 2022/12/27 14:34
sdmmc: new interface for SDio

7f3498b6 – cinap_lenrek authored - 2022/12/25 13:26
pushtls(2): client certificates got implemented in 2012

02d09919 – cinap_lenrek authored - 2022/12/25 13:02
auth: use caphash and capuse under /dev instead of #¤

5b032deb – cinap_lenrek authored - 2022/12/25 13:00
libsec: use /net/tls instead of #a/tls

3bd5ff95 – cinap_lenrek authored - 2022/12/25 12:43
srv(3): use /srv instead of #s in SYNOPSIS

568a0b24 – cinap_lenrek authored - 2022/12/25 12:34
devsrv: Various fixes.

62253b9d – cinap_lenrek authored - 2022/12/23 10:07
libc: use /fd instead of #d in iounit()

56768a36 – cinap_lenrek authored - 2022/12/23 09:58
auth/factotum: access /proc instead of #p for private()

8dec5984 – cinap_lenrek authored - 2022/12/23 09:43
/lib/namespace: bind devtls to /net, mount /root after binding /srv

9dde88f8 – cinap_lenrek authored - 2022/12/23 09:41
bootrc: bind devcap and devtls, make /root mount consistent with spec

89cd4a0e – cinap_lenrek authored - 2022/12/23 09:39
usbd: use dprint() report to standard-error instad of standard-out

40622a0f – cinap_lenrek authored - 2022/12/23 08:57
aux/timesync: don't bind #r twice (already done in inittime())

c10be29c – cinap_lenrek authored - 2022/12/18 20:56
sleep: good night.

120713c2 – Josiah authored and Ori committed - 2022/12/02 11:20
sys/doc: Remove some automatically generated PostScript files

515a285d – Ori authored - 2022/12/18 20:44
ethervgbe: reduce console spam (thanks Arne Meyer)

812e7515 – Ori authored - 2022/12/18 20:42
cifs: remove redundant memsets after emalloc9p (thanks Arne Meyer)

dab1b23c – cinap_lenrek authored - 2022/12/18 17:44
vncs: use procsetname() instead of rolling your own

9816ffde – cinap_lenrek authored - 2022/12/18 17:39
troff2html: handle more html attributes (thanks k0ga)

890b97fa – cinap_lenrek authored - 2022/12/18 17:36
aux/depend: post to /srv instead of #s

8f80e3d5 – cinap_lenrek authored - 2022/12/18 17:34
5e: access /proc instead of #p

e51c4bc6 – cinap_lenrek authored - 2022/12/18 17:33
sleep: long sleep

5a50a0df – cinap_lenrek authored - 2022/12/18 17:28
bzfs: post to /srv instead of #s

eae58edb – cinap_lenrek authored - 2022/12/18 17:27
cwfs: write /env/timezone instead of #e/timezone

1d748ede – cinap_lenrek authored - 2022/12/18 17:26
scram, aux/acpi: open /proc/$pid/ctl instead of #p/$pid/ctl for wirecpu0()

bcde2519 – cinap_lenrek authored - 2022/12/18 17:25
aux/mouse: use /dev/eia* instead of #t/eia*, should be bound by termrc

c2762df0 – cinap_lenrek authored - 2022/12/18 17:24
aux/consolefs: post to /srv instead of #s

956ff381 – cinap_lenrek authored - 2022/12/18 17:21
cifs: use procsetname() instead of rolling your own

e7a266a6 – cinap_lenrek authored - 2022/12/18 17:16
lnfs: post to /srv instead of #s

d421f1c4 – cinap_lenrek authored - 2022/12/18 17:16
ext2srv: leave stderr alone

26c78402 – cinap_lenrek authored - 2022/12/18 17:15
dossrv: post to /srv instead of #s, leave stderror alone

1c738e2a – cinap_lenrek authored - 2022/12/18 17:10
ndb/dns: procgetname(): use /proc instead of #p

8bf1e5b7 – cinap_lenrek authored - 2022/12/18 17:07
paqfs: post to /srv, not #s

752a61e3 – cinap_lenrek authored - 2022/12/18 17:05
upas/fs, imap4d: make setname() use /proc instead of #p

d7acf130 – cinap_lenrek authored - 2022/12/18 17:03
venti/srv: open /proc instead of #p

a14f9efa – Jacob authored - 2022/12/18 15:37
aux/listen: tweak per service namespaces

6661936e – cinap_lenrek authored - 2022/12/18 11:46
devgpio/bcm: (Raspberry Pi3/4, revision 2, bcm scheme) (thans Matt!)

1720551f – cinap_lenrek authored - 2022/12/18 09:56
/lib/namespace: add bind -c #s$srvspec /srv bind

e0372c26 – cinap_lenrek authored - 2022/12/18 08:45
cwfs: remove noauth and nonone commans from fileserver console

0f0270cd – cinap_lenrek authored - 2022/12/18 08:38
cwfs: post to /srv instead of #s

85728b93 – Ori authored - 2022/12/17 20:43
libjson: correctly escape strings in JSONfmt()

834b7f36 – cinap_lenrek authored - 2022/12/17 19:40
devip: fix icmp bugs

73e115aa – Sigrid authored - 2022/12/14 15:52
vt: add OSC 7 support for plumbing of remote files without mount/bind magic

827fdabb – cinap_lenrek authored - 2022/12/14 13:20
netaudit: fix format, always state the fileserver tested

16ba4693 – cinap_lenrek authored - 2022/12/14 13:06
netaudit: check none attach too

ac0c7a5c – cinap_lenrek authored - 2022/12/14 12:57
netaudit: fix it for multiple results

f8509c37 – Jacob authored - 2022/12/14 12:42
netaudit: perform a clean connection to test auth status

65d044de – Jacob authored - 2022/12/14 12:09
netaudit: uncomment out warning about /srv/boot

074b691f – cinap_lenrek authored - 2022/12/13 17:23
devip: tcpmssclamp() to minimum of source and destination interface MTU

5f42bde6 – cinap_lenrek authored - 2022/12/12 18:26
devip: Fix transfoward() iphash collision

acefccf0 – Jacob authored - 2022/12/12 16:36
lib9p: e*9p error tidy

a7b30a34 – cinap_lenrek authored - 2022/12/12 16:21
rc: use /fd/0 for standard-input instead of '#d/0' in non-interactive mode

70544054 – cinap_lenrek authored - 2022/12/12 15:54
rc: read standard-input from /fd/0 instead of '#d/0'

3f8c15b0 – cinap_lenrek authored - 2022/12/12 15:48
cwfs: add missing \n in error print

44fae0b2 – cinap_lenrek authored - 2022/12/12 15:47
ndb/dns, ndb/cs: post to /srv instead of #s

e2509e76 – cinap_lenrek authored - 2022/12/12 15:45
bootrc: let /boot/boot run in a more natural namespace

0b7f6f27 – cinap_lenrek authored - 2022/12/12 15:42
ip/dhcpclient: ignore icmp advice messages

b85b00c2 – cinap_lenrek authored - 2022/12/12 15:41
ip/pptpd: use /fd instead of #d

383667cf – cinap_lenrek authored - 2022/12/12 15:40
auth/*: use /fd/0 instead of #d/0

e30ad879 – cinap_lenrek authored - 2022/12/12 12:52
devsrv: fix recusrion deadlock on remove

31ed5d7d – cinap_lenrek authored - 2022/12/11 20:16
libauth: aand also fix the leak it in the deactivated code

dc952dad – cinap_lenrek authored - 2022/12/11 20:14
libauth: Fix a memory leak in auth_getkey (thanks josiah fentsos)

c1b63b53 – cinap_lenrek authored - 2022/12/11 14:49
nusbrc: remove service files left by nusb/kb (thanks kristo)

b818f48f – cinap_lenrek authored - 2022/12/11 14:08
sdmmc: multiple controller support

2d0ede46 – cinap_lenrek authored - 2022/12/10 12:50
imx8: cleanup framebuffer code

9911557e – cinap_lenrek authored - 2022/12/10 10:37
ndb/dns: don't try to resolve local dns servers

aa8af9c5 – cinap_lenrek authored - 2022/12/08 17:13
devip: ignore addmulti() errors in addselfcache()

74405326 – Sigrid authored - 2022/12/05 15:11
imx8: a simple softscreen

cff0ebad – cinap_lenrek authored - 2022/12/05 10:46
audio/scream: multicast audio protocol

48f53e57 – cinap_lenrek authored - 2022/12/05 09:58
page: revert sandbox, breaks postscript fonts for man -P, wrong place

c3474e39 – cinap_lenrek authored - 2022/12/04 12:48
kernel: free exec temporary stack segment under seglock

79e9c953 – cinap_lenrek authored - 2022/12/04 11:35
audio/mixfs: fix locking for /dev/audio loopback

35b8a692 – cinap_lenrek authored - 2022/12/03 12:11
usbxhci: cleanup

13390062 – cinap_lenrek authored - 2022/12/03 11:32
zynq: remove bogus main.bin file

9fd0f898 – cinap_lenrek authored - 2022/12/03 11:31
devbridge: simplify ethermultiwrite()

cf2f89c6 – cinap_lenrek authored - 2022/12/03 11:15
usbxhci: split usbxhci in portable and pci / soc specific drivers

7eddb7fa – Jacob authored - 2022/12/02 19:41
kernel: fix devsrv compilation on arm32

3932622c – cinap_lenrek authored - 2022/12/02 19:25
iconv: revert copying extra data on input

032d6442 – cinap_lenrek authored - 2022/12/02 19:05
cc: fix vlong->VOID cast (thanks cosa)

27d3b468 – Sigrid authored - 2022/12/02 19:00
git(1): The/ → The

3dc18bf2 – Sigrid authored - 2022/12/02 18:55
merge2

30a234b9 – Sigrid authored - 2022/12/02 18:41
merge

acfef690 – Sigrid authored - 2022/12/02 18:20
vga: ⑨: it looks bad but it is there

3ee79baf – Ori authored - 2022/12/02 18:20
git: prevent infinite recursion with cyclic symlinks (thanks cosa)

d67e83ed – cinap_lenrek authored - 2022/12/02 15:08
9boot: delay GetMemoryMap until right before ExitBootServices (thanks michael forney!)

12ccc63e – Jacob authored - 2022/12/02 12:16
page: put gs in a sandbox

e483c612 – Jacob authored - 2022/12/02 02:16
kernel: private srv boards

87fa1a78 – Sigrid authored - 2022/11/29 11:53
iconv: copy extra data verbatim to allow font conversion/compression

1be74e0b – Sigrid authored - 2022/11/28 11:17
audio/zuke: do not clip the rightmost column

d376fac6 – Ori authored - 2022/11/27 23:55
gitfs(4): clean up junk in manpage

618b7b86 – qwx authored - 2022/11/27 19:26
play: use doom1.wad and dmid/opl3 for midi files by default

49399482 – cinap_lenrek authored - 2022/11/27 18:07
play: aac support

0197ce98 – Noam authored - 2022/11/27 18:16
c99: update dead web link

24bccc80 – sl authored - 2022/11/27 11:38
/sys/man/8/trampoline: fix typo

839f58e9 – cinap_lenrek authored - 2022/11/27 11:13
trampoline: Add -o option to send protocol-specific ctl string

ff2ebe6c – Ori authored - 2022/11/26 18:47
git: add support for another signed message format

4055404c – Ori authored - 2022/11/25 09:54
etheriwl: add pci id for AC 7265 card (thanks Chris Gorman)

d09e5a7a – Michael authored and Ori committed - 2022/11/11 20:11
usbxhci: wait for reset to complete before continuing initialization

Next