code: plan9front

RSS feed

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

0d84321e – Sigrid authored - 2024/03/27 19:42
libpcm: audio/pcmconv-as-a-library

4834c3c1 – cinap_lenrek authored - 2024/03/27 17:14
devuart: dont allow ridiculous queue sizes

4cdf0539 – cinap_lenrek authored - 2024/03/27 17:13
devuart: should use rts() control only when hw flow control is enabled (modem flag)

d034799e – cinap_lenrek authored - 2024/03/24 16:38
qio: aaand turn QDEBUG off :)

ad974842 – cinap_lenrek authored - 2024/03/24 16:37
kernel: Fix qio flow control

0f9c1727 – cinap_lenrek authored - 2024/03/24 16:24
devether: use qfull() instead of qwindow()

fe4b87e6 – cinap_lenrek authored - 2024/03/24 13:05
devmnt: handle too short or negative message sizes

f0f2d452 – Sigrid authored - 2024/03/24 11:24
audio/mkplist: fix wrong pointer being dereferenced

57b4f2b8 – Jacob authored - 2024/02/29 18:56
/sys/src/cmd: make Rerror for non existent files consistent

90032afb – Jacob authored - 2024/02/29 18:53
/sys/src: remove testfiles on mk clean

a24a2944 – Jacob authored - 2024/02/29 18:46
cal(1): indicate which reformation date is used

de0f2325 – Sigrid authored - 2024/03/21 15:23
pc/ac97: add 0x27de did

e5561c36 – rodri authored - 2024/03/21 07:38
libgeometry: add barycentric interpolation routines

f97cf2ac – cinap_lenrek authored - 2024/03/17 13:27
kernel: delcare nalemenerror() and faulterror() as _Noreturn

e3ad3d69 – cinap_lenrek authored - 2024/03/16 16:14
qio: revert the change, i was not reading the code right

b54c61c6 – cinap_lenrek authored - 2024/03/16 13:10
devpipe: use 256k pipeqsize as default, make sure its a multiple of the i/o unit

06221c08 – cinap_lenrek authored - 2024/03/16 13:07
qio: fix queue bloat blocking condition for qwrite()

6c9c2beb – mkf authored and cinap_lenrek committed - 2024/03/14 09:48
imap4d: be consistant with rest of system in log file name

e1cd2250 – Sigrid authored - 2024/03/12 21:01
audio/flac: remove unused var; add a missing newline

fcb6d6ec – cinap_lenrek authored - 2024/03/11 13:34
7c: fix storeprop() sign extension bug

1d902b24 – Sigrid authored - 2024/03/10 17:45
libtags: separate "album artist" key

68a4565c – Sigrid authored - 2024/03/10 17:13
ext4srv: support ORCLOSE

e5d9d3c0 – Sigrid authored - 2024/03/06 18:29
libtags: sync with upstream

36478171 – cinap_lenrek authored - 2024/03/04 14:32
bootrc: make sure essid and wpapsk are used literally

88377fc8 – Sigrid authored - 2024/03/04 13:53
libtags: fix multiple issues found by fuzzing

abdb6260 – Sigrid authored - 2024/03/02 13:23
libtags: correct 437 codepage

c5c19dfe – Sigrid authored - 2024/02/24 15:43
ext4srv: generate a uuid when doing mkfs; don't journal ext2

d6923e0f – cinap_lenrek authored - 2024/02/24 14:43
nusbrc: ignore ITE RGB LED Controller

f881d4f6 – Jacob authored - 2024/02/24 09:35
games/gba: add rtc GPIO implementation

2259c436 – Sigrid authored - 2024/02/23 18:27
ext4srv: ext4_recover: fix a deadlock on filesystems without a journal

41abe98a – Sigrid authored - 2024/02/19 20:38
zuke: add "composer" tag support (column hidden by default)

bafc196c – Sigrid authored - 2024/02/19 13:53
libtags/m4a: "gnre" is non-standard id3v1 style (non-text) - check before reading the value

06731838 – Sigrid authored - 2024/02/19 13:37
libtags: add Tcomposer and Tcomment

4882f18a – Sigrid authored - 2024/02/19 13:07
libtags/wav: respect buffer size when reading tag value

f6a6ccb1 – Sigrid authored - 2024/02/19 13:00
libtags/wav: process unknown tags as well

c7c5ed35 – Sigrid authored - 2024/02/19 20:13
audio/readtags: print Tunknown tags

d5896322 – Sigrid authored - 2024/02/19 12:52
libtags/wav: don't stop on data (tags may follow after); don't stop after 8 sections either

674a47f7 – Ori authored - 2024/02/03 10:06
git/serve: provide better errors

ace4e4de – Ori authored - 2024/02/18 00:06
git/get: move ERR handling into protocol code

79a7b4ae – Sigrid authored - 2024/02/16 21:22
ext4srv: ext4_crc32c: use u32int macro

7359de43 – Sigrid authored - 2024/02/16 21:21
ext4srv: fix meta csum producing garbage

ed767b2a – Sigrid authored - 2024/02/16 13:41
ext4srv: fix dir/idx case when creating new dirs; update mtime on writes; close dirs after create

a9513b75 – Sigrid authored - 2024/02/16 13:37
ext4srv: dir/index: disable htree csum checks for now (lwext4 broken); fix a few bugs

220dfb87 – Sigrid authored - 2024/02/16 13:30
ext4srv: update inode change time on wstat

5494e2fa – Sigrid authored - 2024/02/15 19:55
ext4srv: fix/simplify ext4_bmap_bits_free

a15d6fcb – Sigrid authored - 2024/02/15 10:52
ext4srv: fix a missed size decrement; fix 32-bit int crc32 on big endian

0e2ae6f7 – Sigrid authored - 2024/02/14 19:39
ext4srv: faster crc32c

6be97790 – Sigrid authored - 2024/02/14 16:51
fshalt: halt ext4srv as well

64d18a99 – Sigrid authored - 2024/02/14 14:22
ext4srv: clean up and fix a couple bugs

f39e5315 – Sigrid authored - 2024/02/13 10:48
audio/mixfs: fix volume proxying; ignore audioctl and audiostat - not device names

b959508d – Sigrid authored - 2024/02/12 20:21
ext4srv: disallow fwrite/ftruncate on files not open for writing

10b25b51 – Sigrid authored - 2024/02/12 14:12
replace ext2srv with ext4srv

f9230151 – Jacob authored - 2024/02/10 17:16
tapefs/^(v6fs 32vfs): fix read errors (thanks Lyssa)

671d8daa – Jacob authored - 2024/02/07 21:15
cal(1): remove redundant statement

71723730 – Jacob authored - 2024/02/08 13:34
/sys/src/cmd/?i: correct memory access

09f2ec3b – Ori authored - 2024/02/07 17:33
disk/qcow2: fix crash with misaligned sectors

081b58a6 – phil9 authored - 2024/02/05 05:54
merge

9ced712a – phil9 authored - 2024/02/05 05:53
vdiff: add ability to collapse file diffs

1eadcba4 – cinap_lenrek authored - 2024/02/03 16:28
plan9.ini(8): document $sysname override

29d22d13 – Jacob authored - 2024/01/31 16:04
libc: remove dead code from main9p.s

7f79ce9b – sl authored - 2024/01/31 23:43
/rc/bin/9fs: case 9front: move extra to plan9.stanleylieber.com

ed4c1344 – sl authored - 2024/01/30 21:12
/lib/theo: there is another possibility is everyone is out to get you.

8a45afd4 – Ori authored - 2024/01/30 18:26
vdiff: correctly strip more than one prefix

5e010fd8 – Ori authored - 2024/01/30 17:58
vdiff: add support for stripping path elements when plumbing

f79ba911 – cinap_lenrek authored - 2024/01/30 16:06
ndb/dns: fix dnsservers() function

299d450b – phil9 authored - 2024/01/30 04:22
vdiff: a visual diff viewer

2719003b – Ori authored - 2024/01/29 05:48
Mail: add 'Mark +s' to default tag

65ef69a8 – Ori authored - 2024/01/29 05:40
Mail: show cc list in message view

5c8be8ca – cinap_lenrek authored - 2024/01/28 13:59
mt7688/uart: fix compiler warnings

3c8246a3 – cinap_lenrek authored - 2024/01/28 13:58
ether7688: fix compiler warnings

c325c491 – cinap_lenrek authored - 2024/01/28 13:54
kernel: Use _Noreturn for gotolabel(), error(), nexterror() and panic()

29b1f55e – cinap_lenrek authored - 2024/01/28 13:38
zynq: fix unused argument warning in procrestore()

d0ae2e36 – cinap_lenrek authored - 2024/01/28 13:38
zynq: fix missing return argument for intr()

e97719f4 – cinap_lenrek authored - 2024/01/28 13:10
/lib/ndb/common: add tcp=dot port=853 entry

910082be – cinap_lenrek authored - 2024/01/28 12:46
ndb/dns: give each DoT server Maxtcpdialtm + 500ms to complete request

6db18e87 – cinap_lenrek authored - 2024/01/28 11:44
ndb/dns: log appropriate message when thumbfile is missing, make tcpfree static, timeout constants

0aae832a – cinap_lenrek authored - 2024/01/28 11:43
ndb/dns: set procname() for tls server

95114db7 – cinap_lenrek authored - 2024/01/28 11:23
ndb(8): document thumbprint file for DoT

4dbb99f4 – Ori authored - 2024/01/28 09:03
g: search in files with .txt suffix

8a234e57 – Jacob authored - 2024/01/27 22:36
libc, libthread, ape: mark exit functions as _Noreturn and clean up new warnings

6b0574e2 – Jacob authored - 2024/01/27 19:01
ndb/dns: DoT support

917d0fa9 – Jacob authored - 2024/01/27 17:05
9fs: add iso case for nightly iso box

c2a290b8 – Igor authored - 2024/01/25 02:18
acmed(8): fix typos

42ec5a07 – cinap_lenrek authored - 2024/01/24 15:51
ip/ipconfig: don't add default route for ULA prefix

fc6cc079 – cinap_lenrek authored - 2024/01/24 15:51
devip: fix isula()

207cd281 – Jacob authored - 2024/01/23 16:10
awk: fix out of bounds write with large fields (thanks kristo)

26c21f9b – cinap_lenrek authored - 2024/01/21 10:27
kernel: remove unused variables from arm trap() handler

1ac17a5b – Ori authored - 2024/01/20 22:11
diff(1): include merge3 name in diff manpage

4738d905 – Ori authored - 2024/01/20 22:07
diff(1): docuemnt merge3

c59eb6d1 – Ori authored - 2024/01/20 21:44
merge3: make identical changes merge cleanly

4364b71c – cinap_lenrek authored - 2024/01/20 12:26
kernel: make trap() handlers consistent and check for stack overflow in kenter() for all archs

1a73b594 – cinap_lenrek authored - 2024/01/20 12:15
pc: use JMPF instead of indirect jump for going to syscall()

72aa2827 – cinap_lenrek authored - 2024/01/17 14:54
pc64: no need to CLI in noteret() and forkret()

c2ec0616 – cinap_lenrek authored - 2024/01/17 14:48
pc64: set accessed and dirty bits in PTE to avoid write-back

9c2e8e2b – cinap_lenrek authored - 2024/01/14 22:59
ndb/dnsdebug: fix dnsserver override (thanks moody)

53fe82ee – Igor authored - 2024/01/14 20:11
nusb/ptp: transaction IDs are sequences of numbers starting with 0 (thanks unobe)

Next