code: plan9front

RSS feed

ee93b998 – Ori authored - 2023/08/16 21:28
6c: fix embedded struct conversion codegen

38ea1ac1 – cinap_lenrek authored - 2023/08/16 19:40
libbio: bump Bsize to IOUNIT

5030157d – cinap_lenrek authored - 2023/08/16 12:31
uhtml: use IOUNIT for transfer block size

c26f2e6d – cinap_lenrek authored - 2023/08/16 12:28
wc: use IOUNIT for NBUF

03c14457 – cinap_lenrek authored - 2023/08/16 12:27
rx: use IOUNIT for transfer block size

609a5052 – cinap_lenrek authored - 2023/08/16 12:18
webfs: use IOUNIT for transfer block size

c06f967b – cinap_lenrek authored - 2023/08/16 11:59
tlsclient: use IOUNIT for transfer block size

a5db044f – cinap_lenrek authored - 2023/08/16 11:56
fcp: use IOUNIT as default size

23340038 – cinap_lenrek authored - 2023/08/16 11:51
sshfs: use MAXWRITE for I/O unit

8575acfc – cinap_lenrek authored - 2023/08/16 11:40
upas/Mail: use IOUNIT for Bufsz

a9d4e596 – cinap_lenrek authored - 2023/08/16 11:35
vac: use IOUNIT reading files

f537ba5b – cinap_lenrek authored - 2023/08/16 11:25
vacfs: use IOUNIT

17a02a69 – cinap_lenrek authored - 2023/08/16 11:22
cfs: use IOUNIT for MAXFDATA

0f56516d – cinap_lenrek authored - 2023/08/16 11:16
ip/ftpfs: fix totally broken messagesize, use IOUNIT

fcd5c498 – cinap_lenrek authored - 2023/08/16 11:12
upas/marshal: use IOUNIT

87de3d34 – cinap_lenrek authored - 2023/08/16 11:10
imap4d: use IOUNIT for Bufsize

469fa904 – cinap_lenrek authored - 2023/08/16 11:07
upas/fs: use IOUNIT

db809f2d – cinap_lenrek authored - 2023/08/16 11:02
paqfs(4): remove 8K default message size comment

bb8009ba – cinap_lenrek authored - 2023/08/16 10:59
paqfs: use IOUNIT+IOHDRSZ for mesgsize

53fa826a – cinap_lenrek authored - 2023/08/16 10:45
zuke: make stack usage independent of Biobuf's Bsize.

0d4b5b8a – cinap_lenrek authored - 2023/08/16 09:15
bzfs: use IOUNIT for buffer size

f8ce6a33 – cinap_lenrek authored - 2023/08/16 08:45
dossrv: use IOUNIT for Maxdata

233a151e – cinap_lenrek authored - 2023/08/16 08:36
tapefs: use IOUNIT for Maxbuf

2e8af772 – cinap_lenrek authored - 2023/08/16 08:26
aux/depend: remove old cruft

d848aee0 – cinap_lenrek authored - 2023/08/16 08:20
aux/dial: use IOUNIT for transfer block size

471274ea – cinap_lenrek authored - 2023/08/16 08:18
aux/trampoline: use IOUNIT for transfer block size

57f8b3d1 – cinap_lenrek authored - 2023/08/16 08:08
6a: use IOUNIT for BUFSIZ

7d7e8ae3 – cinap_lenrek authored - 2023/08/16 08:01
cc: use IOUNIT for BUFSIZ

e55cb65c – cinap_lenrek authored - 2023/08/16 07:41
tl: use IOUNIT for MAXIO

8c6c2b72 – cinap_lenrek authored - 2023/08/16 07:41
ar: use IOUNIT for streaming in files

cb28d3f5 – cinap_lenrek authored - 2023/08/16 07:10
nusb/disk: use IOUNIT constant for Maxiosize

9ed0dd3a – cinap_lenrek authored - 2023/08/16 07:08
tput: use iounit(2) of the file-descriptor by default

58060561 – cinap_lenrek authored - 2023/08/15 17:32
nusb/disk: advertise the correct iounit for disk files.

13b1ea74 – Ori authored - 2023/08/13 23:50
lstk: add /bin/lstk to dump most recent crashed proc

2a6e0396 – qwx authored - 2023/08/13 16:59
add games/mid2s: streaming midi from file, and merge common stuff into generic framework

88412aa0 – rodri authored - 2023/08/13 16:17
tmdate: add ordinal day of month format specifier

37f710de – qwx authored - 2023/08/13 15:53
add /rc/bin/doom: games/doom launcher

93193b64 – ori authored - 2009/01/03 16:04
6c: remove stray non-interruptible temporary warning

3c748ebc – Sigrid authored - 2023/08/10 13:28
upas: "move" ctl verb to move messages between imap folders (thanks Risto Salminen)

d78dd055 – qwx authored - 2023/08/10 11:40
riow: skip redundant k events with shifted keys

19b38409 – Jacob authored - 2023/08/09 19:33
ktrans: pinyin, cleanup and documentation updates

e5c7fe63 – qwx authored - 2023/08/09 19:01
games/doom: use wadfs to expose genmidi lump instead of extracting to /tmp

ecd0d966 – qwx authored - 2023/08/09 15:23
merge

3e999e3d – qwx authored - 2023/08/09 15:18
games/doom: fix unhooked sound attenuation with distance

43ad9018 – Ori authored - 2023/08/09 15:02
hjfs: use smaller fixed buffer size

997c75bc – qwx authored - 2023/08/09 14:52
merge

8c20c6ec – qwx authored - 2023/08/09 14:45
games/doom: bump max number of simultaneous sound effects

78aa56ab – Ori authored - 2023/08/09 14:44
bar, fontsel: use heap allocated biobuf

548f7f97 – ori authored - 2009/01/01 11:43
bio: revert Bsize bump to avoid blowing libthread

718f1adb – Sigrid authored - 2023/08/09 11:37
audio/zuke: double mainstacksize

164a8549 – qwx authored - 2023/08/09 09:29
games/doom: don't print useless status on stderr

b72abe87 – Ori authored - 2023/08/09 00:17
cmd: use increased iounit

311e5280 – Ori authored - 2023/08/08 19:43
kernel: support 32k iounit

a1a12054 – qwx authored - 2023/08/08 19:45
add games/dmx: decode doom sound effect lumps (dss*)

523955c3 – Noam authored - 2023/08/08 15:35
nusb/disk: work around quirk in some CD drives

41d1a883 – Jacob authored - 2023/08/08 00:17
/sys/lib/acid/port: mind upper bounds of fnbound

4567ed71 – ori authored - 2009/01/01 02:50
git/merge: include files changed in the merged commits

bf645afa – Jacob authored - 2023/08/03 14:30
/lib/rob: Critical code needs static typing.

988fe330 – Thaddeus authored and Ori committed - 2023/08/02 21:44
ether82563: add B360 i219-v

fe93e698 – Jacob authored - 2023/07/31 20:20
games/gba/rom: use -t with 5a

0beecd85 – cinap_lenrek authored - 2023/07/31 18:48
tl: use the allocator from cc/compat

bff12962 – cinap_lenrek authored - 2023/07/31 18:25
*l: make sure Sym and Auto structs are fully initialized (thanks moodman)

b12b052a – cinap_lenrek authored - 2023/07/30 13:36
nusb/kb: apply patch again, git is somehow fucked...

919f1ae4 – cinap_lenrek authored - 2023/07/30 13:27
git: fix zero hash check crash in git/serve

50a98145 – cinap_lenrek authored - 2023/07/30 13:21
merge

62f31131 – cinap_lenrek authored - 2023/07/30 12:47
nusb/kb: fix portreset feature and recovery

06c482ec – Igor authored - 2023/07/29 17:45
Mail: when space is tight use ellipsis (…) instead of 3 dots (...)

02c6058f – Jacob authored - 2023/07/29 15:40
skelfs: use more correct "file does not exist" error

6eed7a47 – Jacob authored - 2023/07/29 15:20
kernel: make walk/open errors more consistent with userspace

40706d95 – Ori authored - 2023/07/29 13:30
git/fs: match errors with other file servers

543e6478 – Jacob authored - 2023/07/27 17:43
snap(4): clean up lies

1d2ba06e – Jacob authored - 2023/07/27 17:37
/sys/src/boot/mkfile: add missing child directories

281c0878 – Thaddeus authored and Jacob committed - 2023/07/26 22:48
audiohda: added Cannon Lake support

20bca0c2 – sl authored - 2023/07/27 11:29
/lib/theo: You are in way over your head

53b322fc – Jacob authored - 2023/07/26 17:17
boot/reform: update flash.bin url

20a1d226 – Sigrid authored - 2023/07/26 15:48
imx8: usb: enable host IN auto retry

26577736 – Jacob authored - 2023/07/26 00:09
mk: dead code removal

5aa85942 – cinap_lenrek authored - 2023/07/25 17:42
sdnvme: dont make queues largers than MQES field in capability

1d9c31d9 – cinap_lenrek authored - 2023/07/23 18:57
ip(3): document garp ctl message for /net/arp

fe1eb39d – cinap_lenrek authored - 2023/07/23 18:44
devether: handle bypass outside of ethermux()

2153eb17 – cinap_lenrek authored - 2023/07/23 18:22
ethermultilink: send gratious arp instead of flushing arp cache

934d81ae – cinap_lenrek authored - 2023/07/23 18:22
devip: add gratious arp ctl message to /net/arp

8a1c1c95 – cinap_lenrek authored - 2023/07/23 18:20
devether: must not loop-back packets from bypass

801664db – Jacob authored - 2023/07/23 16:38
ape/pdksh: ansi-ify function declarations

a6e8789f – Jacob authored - 2023/07/23 02:29
ape/expr: ansi-ify function declarations

fc1d4d1b – Jacob authored - 2023/07/22 22:35
ape: ansi-ify isatty and listen

e25eabc4 – Jacob authored - 2023/07/22 22:34
libsec: ansi-ify hkdf, pbkdf2 and scrypt

3625532d – Jacob authored - 2023/07/22 23:45
postscript: ansi-ify function declerations

036cff10 – Jacob authored - 2023/07/22 22:20
compress: ansi-ify function declerations and enable warnings

1678373d – Jacob authored - 2023/07/22 21:41
games/festoon: ansi-ify function declerations

683492cf – Jacob authored - 2023/07/22 18:45
libmach: setmach: mipsLE* -> spim

48f43b7e – Jacob authored - 2023/07/22 18:38
libregexp: regprint: make regimpl.h include match its siblings

216ecc54 – cinap_lenrek authored - 2023/07/22 13:23
ethermultilink: add "bypass" ctl for ethernet

06ba01b8 – Jacob authored - 2023/07/22 11:12
replace ? with ؟ character in fa kbmap (thanks mkf)

440ccbc0 – cinap_lenrek authored - 2023/07/22 11:14
devether: revert devether changes for ethermultilink, this breaks loopback

c89dad0b – qwx authored - 2023/07/18 09:47
pc(1): remove non-existent -n (thanks kvo); misc fixes from checkman

f6ac182f – Ori authored - 2023/07/17 20:52
git/revert: correctly revert files with spaces in the path

d2fc480b – Ori authored - 2023/07/17 20:43
merge3: overlap happens on the source offsets, not the dest offsets

94fe0057 – cinap_lenrek authored - 2023/07/17 17:25
libmach: fix RETURN and branch target for CBZ/CBNZ for arm64 (wrong sign extension)

5df1214b – cinap_lenrek authored - 2023/07/17 16:21
bcm64, imx8: fix breakpoint note strings

Next