code: plan9front

RSS feed

d6023746 – Sigrid authored - 2023/09/11 09:53
7c: replace {CMP $0,…; Bcond} with CB[N]Z/TB[N]Z when possible

a3c75553 – Ori authored - 2023/09/10 20:05
git/fs: preserve mode bits when walking branch dirs

9e79d829 – Ori authored - 2023/09/10 19:46
merge3: handle edge cases where we remove lines

e0d12942 – Sigrid authored - 2023/09/10 13:43
7l: define missing TBZ/TBNZ relation

9fabc3bb – Ori authored - 2023/09/09 17:54
cdfs: use IOUNIT for maxrpc (thanks Arne Meyer)

41a932f3 – mia authored and Ori committed - 2023/09/08 10:23
webcookies(4): cookiefs -> webcookies

2efc26f2 – Sigrid authored - 2023/09/08 09:48
nedmail: set $% to the full path of the current message

af848f17 – qwx authored - 2023/09/07 20:21
games/doom: remove dead code

92e9b85b – Sigrid authored - 2023/09/07 11:30
7c: add from3 support (no functional change)

ecb29841 – Sigrid authored - 2023/09/07 11:04
7l: support fused multiply-add/sub ops

a9f4ddad – Sigrid authored - 2023/09/07 10:12
7l: fix MADD/MSUB optional reg

e3df6c86 – Sigrid authored - 2023/09/05 17:58
7l: do a single pass to produce data segment instead of doing it in chunks

c3025ce1 – Sigrid authored - 2023/09/05 15:46
libc/arm64: memmove/memset - save/restore link register

e7d670f1 – Sigrid authored - 2023/09/05 14:34
libc/arm64: disable profiling on memcpy (memmove is an alias and follows immediately)

14f8dbe6 – Sigrid authored - 2023/09/04 17:47
7l: support CB[N]Z[W] instructions

fdf020f1 – cinap_lenrek authored - 2023/09/03 13:21
qio: fix memory leak in qproduce()

dd1962f9 – Sigrid authored - 2023/09/02 17:03
libmach: arm64: disasm fmov Rn,Fd / fmov Fn,Rd

e2224a90 – Sigrid authored - 2023/09/02 16:33
7l: support fmov between general and fp registers

1446861b – Sigrid authored - 2023/09/02 16:28
7l: 1 → NOPROF to avoid confusion

b03b762a – Sigrid authored - 2023/09/02 12:34
libc/arm64: fabs, floor and ceil in assembly

7a79e287 – Ori authored - 2023/08/30 23:29
diff: improve is-binary heuristic

b009c447 – Ori authored - 2023/08/29 17:50
games/mkfile: match the dmxdec rename

51950fd7 – Ori authored - 2023/08/29 15:58
ms2html: fix crash on macro without newline

df3bb51a – qwx authored - 2023/08/28 16:40
games/dmx: rename to games/dmxdec for consistency

24cb61a5 – Jacob authored - 2023/08/28 11:46
libauthsrv: readnvram: prompt for password conformation

5376aac7 – cinap_lenrek authored - 2023/08/27 20:39
ether82563: clear force speed/duplex bits in link-up (thanks taw)

68bba88d – cinap_lenrek authored - 2023/08/27 15:09
yacc: define dummy yytokname() and yystatname() macros if not yydebug

93c94e8c – cinap_lenrek authored - 2023/08/27 14:50
sd(3): list /led and /smart files

ad26b06c – cinap_lenrek authored - 2023/08/27 14:44
bzip2: use IOUNIT for transfer block size

44a2f89a – Ori authored - 2023/08/25 15:31
git/commit: fix sed invocation: our '^' operator has a quirk when used with 'g'

bf7e8777 – Jacob authored - 2023/08/25 14:51
actually merge

ad458243 – cinap_lenrek authored - 2023/08/25 14:17
merge

aa3eb3b6 – cinap_lenrek authored - 2023/08/25 14:07
lib9p: return effective iounit in Ropen response

1387ccff – Sigrid authored - 2023/08/24 12:36
audio/zuke: ICY: 4k of stack is enough for everybody

b15f9ddd – Sigrid authored - 2023/08/24 12:35
audio/zuke: fix ICY proc running out of stack

21445d72 – Sigrid authored - 2023/08/23 19:34
audio/flacenc: implement [-i fmt] for supported formats; fix tell callback; fix big endian and 3-byte samples

483ff27f – Jacob authored - 2023/08/23 11:57
games/voc^(enc dec): move from audio and add encoder

ec628c4d – Sigrid authored - 2023/08/22 09:46
bar: smaller buffer for aux proc; exit on eof

99db038e – Ori authored - 2023/08/22 01:06
git/clone: correctly handle cloning repos with '/' in the remote ref

e44ea2b1 – cinap_lenrek authored - 2023/08/19 23:00
libdraw: use IOUNIT for transfer block size in readimage()

faa625a1 – cinap_lenrek authored - 2023/08/19 22:45
page: use IOUNIT for NBUF

daba1155 – cinap_lenrek authored - 2023/08/19 17:58
devtls: allow larger than MaxRecLen (16k) writes

3914893b – cinap_lenrek authored - 2023/08/19 16:17
vncv: remove 16 -> 32 bpp conversion routine

f424cd81 – cinap_lenrek authored - 2023/08/18 20:29
vncs: use IOUNIT for Maxfdata

6efabda4 – Sigrid authored - 2023/08/18 14:21
7c: do NOT allocate link register for general use

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

Next