code: plan9front

RSS feed

0fcab2a6 – phil9 authored - 2024/05/07 06:43
vcrop: fix image panning

d11ca3b5 – phil9 authored - 2024/05/06 12:24
vcrop - graphical image cropping tool

bd1305a0 – Jacob authored - 2024/05/04 21:57
libc: compress directly recursive functions while profiling

15d1425b – Jacob authored - 2024/05/04 21:34
libc: increase default allocation for profiling

f3216125 – Jacob authored - 2024/05/04 15:45
limbach: remove unused 9c subdirectory

7aceac32 – cinap_lenrek authored - 2024/05/04 15:38
eqn: fix silly mkfile

2b202ec9 – Jacob authored - 2024/05/04 13:45
libmach: clean up power64 tests

0ab44a00 – Jacob authored - 2024/04/29 17:31
9c: copy warning from other compilers regarding pointer -> int truncation

bac935c7 – Jacob authored - 2024/04/29 17:30
9a: mkfile was pointing to wrong header

418f36d7 – Jacob authored - 2024/04/06 21:27
libc/libap: update power64 entrypoints to new _callmain standard

37e65b33 – Jacob authored - 2024/04/06 20:13
9c/9l: do not have the linker rewrite OSUB to negative OADD

0c6fd079 – Jacob authored - 2024/04/06 20:01
9l: do consize check for SB relative as well

53901304 – Jacob authored - 2024/04/06 18:13
9c: avoid generating immediates that make the linker use REGTMP

8483799d – Jacob authored - 2024/04/01 01:20
9c/9l/libmach: handle 64 bit constants

7f8bd359 – Jacob authored - 2024/03/27 11:54
9l: add -H6 for elf targeting kexec

5fe33fb8 – Jacob authored - 2024/03/30 14:58
/sys/src: power64 target

0ec381a8 – Jacob authored - 2023/11/07 09:45
libmach: power64 vector mov and cleanup

39c021fb – Jacob authored - 2023/11/04 16:52
/sys/lib/acid: add power64

4cdad07b – Jacob authored - 2023/11/04 16:51
9c: mind which CMP is used when handling constants

fe53c093 – Jacob authored - 2023/11/03 11:34
libmach: power64 catch up

7b63c05b – Jacob authored - 2023/10/01 19:18
9c: allow switches on 64bit values

ceba67bc – Jacob authored - 2023/10/01 17:08
9l: fix ELF generation

29ce934c – Jacob authored - 2024/04/01 16:46
9a, 9c, 9l: import from 9legacy

7628681f – Jacob authored - 2024/05/04 13:13
libmach: remove unused 6c subdirectory

0273db07 – cinap_lenrek authored - 2024/05/04 10:49
ip/torrent: support compact peers6 list

3ba68527 – cinap_lenrek authored - 2024/05/04 10:48
ip/torrent: fix wrong interval check

217d2f75 – cinap_lenrek authored - 2024/04/28 12:37
ip/torrent: fix webseed

86e3e079 – Jacob authored - 2024/04/27 20:20
inst: remove net install support

9ebd6f86 – Sigrid authored - 2024/04/27 12:26
ext4srv: reduce the number of options, align more with existing filesystems

ce86e64e – Ori authored - 2024/04/26 22:19
libc: correct dst transition times

498f4f15 – cinap_lenrek authored - 2024/04/24 16:31
usbtree(8): document usbtree

b7da224d – cinap_lenrek authored - 2024/04/24 16:09
nusb(4): document usbhubctl command format for PPPS

03a52c7c – cinap_lenrek authored - 2024/04/24 05:06
tcp: remove "MaxSegment" MIB stat, add InLimbo stat

03208130 – Jacob authored - 2024/04/22 20:55
/sys/lib/dist/ndb/common: remove old random auth domains

0298949d – cinap_lenrek authored - 2024/04/22 14:44
tcp: fix limbo entry leaks from hell

b43c4160 – cinap_lenrek authored - 2024/04/22 03:19
pc: fix link order, libc.a *after* libsec.a (for rand())

4745cae5 – Jacob authored - 2024/04/21 14:51
g: search .S files

567b1b91 – Jacob authored - 2024/04/21 14:40
rio: fix memory leak with closed kbdtap (thanks aap)

ff30a774 – Jacob authored - 2024/04/21 14:21
stats: use a high water mark for maximum on graphs

46b4b999 – Jacob authored - 2024/04/21 14:20
/sys/lib/dist/ndb: update root servers and add script to keep them updated

a7028030 – cinap_lenrek authored - 2024/04/21 09:16
rudp: better newgen() function, avoiding the lock

a54fcac0 – cinap_lenrek authored - 2024/04/21 09:10
devsdp: fix randomization of dial and acceptid

314faec3 – cinap_lenrek authored - 2024/04/21 09:08
rudp: fix start generation randomization and cleanup

e4509d40 – cinap_lenrek authored - 2024/04/20 08:01
snoopy: teach gre about ethernet and ip6 payloads (thanks arne meyer)

a288db97 – cinap_lenrek authored - 2024/04/19 12:17
keyboard(6): use >> instead of > for caps example (thanks moody)

dd820435 – Roberto authored - 2024/04/19 10:06
Fix minor typos and error redirections

c655b655 – Roberto authored - 2024/04/19 07:55
Add caps kbmap

ec73849b – Sigrid authored - 2024/04/16 10:07
nusb/usbd: fix typos

fe5d1976 – cinap_lenrek authored - 2024/04/14 09:29
snoopy: add igmp protocol

9861f1a9 – cinap_lenrek authored - 2024/04/13 13:34
igmp: maintain timeout per group per interface

7144ff26 – cinap_lenrek authored - 2024/04/08 12:47
kernel: do nlocks && delayshed check only for Running state

b3a26fb6 – cinap_lenrek authored - 2024/04/08 12:45
kernel: fix the semacquire stack corruption on interrupt

a6ccb66d – Sigrid authored - 2024/04/08 11:57
audio(1): mention mixfs resampling audio

0a28dcd2 – Sigrid authored - 2024/04/08 10:50
ext4srv(4): fshalt works with ext4srv now, update; add SOURCE section

354a970b – Sigrid authored - 2024/04/08 10:00
ext4srv: fix ext4_bmap_bit_find_clr returning the wrong bit index

b17ce0d9 – Sigrid authored - 2024/04/08 09:48
ext4srv: remove mbr scanning and writing

733c5d66 – Sigrid authored - 2024/04/07 19:22
ext4srv: revisit "fix meta csum producing garbage" in a better way

28751938 – Sigrid authored - 2024/04/07 18:03
disk/smart: fix a warning

a3f2d6d2 – Sigrid authored - 2024/04/07 18:00
tapefs: fix two warnings

6a714c48 – Sigrid authored - 2024/04/07 17:44
imx8/sai: run off ref 25MHz clock - no need to turn audio PLL on

217f99b1 – Jacob authored - 2024/04/07 15:04
filter(1): small typesetting error

26008742 – cinap_lenrek authored - 2024/04/07 13:45
kernel: dont zero up->nerrlab in syscall()

31c5c1ac – cinap_lenrek authored - 2024/04/07 12:23
kernel: zero Proc.lastlock and Proc.lastilock in newproc()

18039c83 – cinap_lenrek authored - 2024/04/07 12:19
kernel: remove unused Proc.lockwait Lock pointer

8a4a2dea – cinap_lenrek authored - 2024/04/07 12:09
kernel: remove some debugging cruft from taslock.c

87299152 – cinap_lenrek authored - 2024/04/07 11:22
pc, pc64: simplify error handling setscreensize()

36d797f8 – cinap_lenrek authored - 2024/04/07 11:19
nusb/audio: fix division by zero error

cc17845f – Jacob authored - 2024/04/06 21:56
ape: bring in entrypoint changes from libc and fix profiling across the board

69793014 – cinap_lenrek authored - 2024/04/06 19:18
pc, pc64: fix rlock: nlocks 1 print from vga

6e33b8e4 – Sigrid authored - 2024/04/06 19:07
audio/mixfs: resample based on audio dev output format, not just the rate

e6f85e3e – Sigrid authored - 2024/04/06 18:55
nusb(4): fix audio(3) reference

dde3628d – Sigrid authored - 2024/04/06 17:31
nusb(4): fix Audio section

1b44caa0 – cinap_lenrek authored - 2024/04/06 12:42
kernel: print warning in rlock() and wlock() when we hold spinlocks

a597496b – cinap_lenrek authored - 2024/04/06 12:35
9boot: use BIOS tick counter instead of INT 0x15 WAIT

3e9ae26c – cinap_lenrek authored - 2024/04/06 12:17
devip: handle interface spec correctly for writes to /net/iproute

d5fc6080 – Jacob authored - 2024/04/04 23:21
sdide: add pci id for SiS 964 IDE controller (thanks mrunix00)

0c77ac17 – Sigrid authored - 2024/04/04 20:50
nusb/audio: great new features

0a7d581e – adventuresin9 authored - 2024/04/04 18:23
mt7688: add devarch and i2c

6901fbd5 – Sigrid authored - 2024/04/04 17:45
usbxhci: fix high/super speed iso transfers

c613e336 – Sigrid authored - 2024/04/02 21:46
libpcm: fix pcmratio - forgot to adjust for output frame size

3d5dca52 – Sigrid authored - 2024/04/02 17:28
ext4srv: correct the "not found" walk error

8dfdc38f – Sigrid authored - 2024/04/02 17:19
ext4srv: walk: set QTTMP

5af9daea – Sigrid authored - 2024/04/02 16:52
ext4srv: fix ..-walk from a dir under root

de1a460f – Sigrid authored - 2024/04/02 16:52
ext4srv: add append-only and temp files support

0196ca75 – Jacob authored - 2024/04/01 23:57
/sys/doc/nssec.ms: fix references section header

68512a3f – Jacob authored - 2024/04/01 23:55
ktrans: correct Korean input (thanks npmania!)

f4122cfb – Jacob authored - 2024/04/02 00:01
ktrans: graphical upgrade and feedback

578af376 – cinap_lenrek authored - 2024/04/01 16:23
6c: fix botched "embedded struct conversion codegen"-fix

1b51d568 – cinap_lenrek authored - 2024/03/31 15:55
pc64: use chain of IDIVQ for delayloop() (former aamloop())

ad5c6c0d – cinap_lenrek authored - 2024/03/30 15:26
qio: fix deadlock with qdiscard()

0bf1028e – Ori authored - 2024/03/29 17:38
git/branch: don't add dirs to removed file list

61cc0694 – Sigrid authored - 2024/03/29 11:35
audio(1): add a missing comma

bdd38580 – cinap_lenrek authored - 2024/03/28 18:27
kernel: fix addbroken() race

b96573b4 – cinap_lenrek authored - 2024/03/28 17:52
kernel: zero up->ureg on sysexec() and pexit()

c309f466 – cinap_lenrek authored - 2024/03/28 17:34
kernel: bring back cooperating scheduling

92ce2cfe – cinap_lenrek authored - 2024/03/28 11:16
ktrace: _intrr -> noteret (pc64)

5622b0bb – sl authored - 2024/03/27 22:58
/sys/src/cmd/nusb/kb/kb.c: increase uchar rep from 512 to 1024, makes thinkpad x280 usb touchscreen work

027f579f – Sigrid authored - 2024/03/27 19:47
nusb/audio: pick a different rate if 44.1kHz is not available

571d3258 – Sigrid authored - 2024/03/27 19:44
audio/mixfs: convert pcm for devices that are not 44.1kHz

2d1f4327 – Sigrid authored - 2024/03/27 19:43
audio/pcmconv: use libpcm

Next