git: 9front

RSS feed

1f83b100 – Jacob Moody <moody@posixcafe.org> authored on 2024/04/06 20:13
9c/9l: do not have the linker rewrite OSUB to negative OADD

0ef486b8 – Jacob Moody <moody@posixcafe.org> authored on 2024/04/06 20:01
9l: do consize check for SB relative as well

8f2658dd – Jacob Moody <moody@posixcafe.org> authored on 2024/04/06 18:13
9c: avoid generating immediates that make the linker use REGTMP

b8bfc03f – Jacob Moody <moody@posixcafe.org> authored on 2024/04/01 01:20
9c/9l/libmach: handle 64 bit constants

301a23a2 – Jacob Moody <moody@posixcafe.org> authored on 2024/03/27 11:54
9l: add -H6 for elf targeting kexec

3d7c45ed – Jacob Moody <moody@posixcafe.org> authored on 2024/03/30 14:58
/sys/src: power64 target

63530e7c – Jacob Moody <moody@posixcafe.org> authored on 2023/11/07 09:45
libmach: power64 vector mov and cleanup

c23e588c – Jacob Moody <moody@posixcafe.org> authored on 2023/11/04 16:52
/sys/lib/acid: add power64

23ec6e6d – Jacob Moody <moody@posixcafe.org> authored on 2023/11/04 16:51
9c: mind which CMP is used when handling constants

beb9a3bc – Jacob Moody <moody@posixcafe.org> authored on 2023/11/03 11:34
libmach: power64 catch up

f0e8e340 – Jacob Moody <moody@posixcafe.org> authored on 2023/10/01 19:18
9c: allow switches on 64bit values

3b65e3d6 – Jacob Moody <moody@posixcafe.org> authored on 2023/10/01 17:08
9l: fix ELF generation

586eaabc – Jacob Moody <moody@posixcafe.org> authored on 2024/04/01 16:46
9a, 9c, 9l: import from 9legacy

3d6fc4c2 – Jacob Moody <moody@posixcafe.org> authored on 2024/05/04 13:13
libmach: remove unused 6c subdirectory

4bccc276 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/05/04 10:49
ip/torrent: support compact peers6 list

ea344d45 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/05/04 10:48
ip/torrent: fix wrong interval check

68b1622f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/28 12:37
ip/torrent: fix webseed

f2547cdf – Jacob Moody <moody@posixcafe.org> authored on 2024/04/27 20:20
inst: remove net install support

b1cb39b4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/27 12:26
ext4srv: reduce the number of options, align more with existing filesystems

1f487960 – Ori Bernstein <ori@eigenstate.org> authored on 2024/04/26 22:19
libc: correct dst transition times

149ad6ef – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/24 16:31
usbtree(8): document usbtree

732f99fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/24 16:09
nusb(4): document usbhubctl command format for PPPS

c9d9cb2f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/24 05:06
tcp: remove "MaxSegment" MIB stat, add InLimbo stat

fda3acee – Jacob Moody <moody@posixcafe.org> authored on 2024/04/22 20:55
/sys/lib/dist/ndb/common: remove old random auth domains

1c786dee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/22 14:44
tcp: fix limbo entry leaks from hell

4458691d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/22 03:19
pc: fix link order, libc.a *after* libsec.a (for rand())

93b16c81 – Jacob Moody <moody@posixcafe.org> authored on 2024/04/21 14:51
g: search .S files

abc13e8a – Jacob Moody <moody@posixcafe.org> authored on 2024/04/21 14:40
rio: fix memory leak with closed kbdtap (thanks aap)

28ab3928 – Jacob Moody <moody@posixcafe.org> authored on 2024/04/21 14:21
stats: use a high water mark for maximum on graphs

27ad7eec – Jacob Moody <moody@posixcafe.org> authored on 2024/04/21 14:20
/sys/lib/dist/ndb: update root servers and add script to keep them updated

18837452 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/21 09:16
rudp: better newgen() function, avoiding the lock

062ea515 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/21 09:10
devsdp: fix randomization of dial and acceptid

16edac9b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/21 09:08
rudp: fix start generation randomization and cleanup

4013d424 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/20 08:01
snoopy: teach gre about ethernet and ip6 payloads (thanks arne meyer)

09d4ca52 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/19 12:17
keyboard(6): use >> instead of > for caps example (thanks moody)

81ecbb5e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2024/04/19 10:06
Fix minor typos and error redirections

75943722 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2024/04/19 07:55
Add caps kbmap

99695242 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/16 10:07
nusb/usbd: fix typos

4dcffdfb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/14 09:29
snoopy: add igmp protocol

6b0cbf10 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/13 13:34
igmp: maintain timeout per group per interface

e688bddb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/08 12:47
kernel: do nlocks && delayshed check only for Running state

fc01d157 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/08 12:45
kernel: fix the semacquire stack corruption on interrupt

ec1831fb – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/08 11:57
audio(1): mention mixfs resampling audio

9d8d895a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/08 10:50
ext4srv(4): fshalt works with ext4srv now, update; add SOURCE section

5175057d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/08 10:00
ext4srv: fix ext4_bmap_bit_find_clr returning the wrong bit index

f200ab4c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/08 09:48
ext4srv: remove mbr scanning and writing

3e010bfa – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/07 19:22
ext4srv: revisit "fix meta csum producing garbage" in a better way

a289edbd – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/07 18:03
disk/smart: fix a warning

72f26fbe – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/07 18:00
tapefs: fix two warnings

0986dc11 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/07 17:44
imx8/sai: run off ref 25MHz clock - no need to turn audio PLL on

1f811b4b – Jacob Moody <moody@posixcafe.org> authored on 2024/04/07 15:04
filter(1): small typesetting error

6ece06ff – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/07 13:45
kernel: dont zero up->nerrlab in syscall()

e44da28d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/07 12:23
kernel: zero Proc.lastlock and Proc.lastilock in newproc()

2bd0b206 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/07 12:19
kernel: remove unused Proc.lockwait Lock pointer

b1baefc8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/07 12:09
kernel: remove some debugging cruft from taslock.c

4e48ba4c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/07 11:22
pc, pc64: simplify error handling setscreensize()

77652a0c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/07 11:19
nusb/audio: fix division by zero error

27ff6876 – Jacob Moody <moody@posixcafe.org> authored on 2024/04/06 21:56
ape: bring in entrypoint changes from libc and fix profiling across the board

1522f722 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/06 19:18
pc, pc64: fix rlock: nlocks 1 print from vga

aeabc449 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/06 19:07
audio/mixfs: resample based on audio dev output format, not just the rate

068ae063 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/06 18:55
nusb(4): fix audio(3) reference

6d4724bb – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/06 17:31
nusb(4): fix Audio section

ad0726a1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/06 12:42
kernel: print warning in rlock() and wlock() when we hold spinlocks

5b23c72a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/06 12:35
9boot: use BIOS tick counter instead of INT 0x15 WAIT

eaa0b13b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/06 12:17
devip: handle interface spec correctly for writes to /net/iproute

a1923338 – Jacob Moody <moody@posixcafe.org> authored on 2024/04/04 23:21
sdide: add pci id for SiS 964 IDE controller (thanks mrunix00)

69e8a814 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/04 20:50
nusb/audio: great new features

2be642f3 – adventuresin9 <adventuresin9@gmail.com> authored on 2024/04/04 18:23
mt7688: add devarch and i2c

85f19e82 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/04 17:45
usbxhci: fix high/super speed iso transfers

8e7be62f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/02 21:46
libpcm: fix pcmratio - forgot to adjust for output frame size

7d9f1254 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/02 17:28
ext4srv: correct the "not found" walk error

5a5d4c2f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/02 17:19
ext4srv: walk: set QTTMP

c7c0d55b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/02 16:52
ext4srv: fix ..-walk from a dir under root

6efb760e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/04/02 16:52
ext4srv: add append-only and temp files support

22facc78 – Jacob Moody <moody@posixcafe.org> authored on 2024/04/01 23:57
/sys/doc/nssec.ms: fix references section header

a195041d – Jacob Moody <moody@posixcafe.org> authored on 2024/04/01 23:55
ktrans: correct Korean input (thanks npmania!)

e74f1325 – Jacob Moody <moody@posixcafe.org> authored on 2024/04/02 00:01
ktrans: graphical upgrade and feedback

7928008e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/04/01 16:23
6c: fix botched "embedded struct conversion codegen"-fix

b5d0d92c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/31 15:55
pc64: use chain of IDIVQ for delayloop() (former aamloop())

83033779 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/30 15:26
qio: fix deadlock with qdiscard()

31dab1e5 – Ori Bernstein <ori@eigenstate.org> authored on 2024/03/29 17:38
git/branch: don't add dirs to removed file list

2f75eb4e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/03/29 11:35
audio(1): add a missing comma

559d6a6e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/28 18:27
kernel: fix addbroken() race

3ddb2e65 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/28 17:52
kernel: zero up->ureg on sysexec() and pexit()

853f9208 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/28 17:34
kernel: bring back cooperating scheduling

80216ac2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/28 11:16
ktrace: _intrr -> noteret (pc64)

afbf5d1e – sl <sl@y> authored on 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

44a8e807 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/03/27 19:47
nusb/audio: pick a different rate if 44.1kHz is not available

48da3d27 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/03/27 19:44
audio/mixfs: convert pcm for devices that are not 44.1kHz

bb8b13be – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/03/27 19:43
audio/pcmconv: use libpcm

4414c31b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/03/27 19:42
libpcm: audio/pcmconv-as-a-library

ae0dd1da – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/27 17:14
devuart: dont allow ridiculous queue sizes

e2828a5f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/27 17:13
devuart: should use rts() control only when hw flow control is enabled (modem flag)

8000f12d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/24 16:38
qio: aaand turn QDEBUG off :)

863431cf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/24 16:37
kernel: Fix qio flow control

3ac232cf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/24 16:24
devether: use qfull() instead of qwindow()

d0cbed90 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/03/24 13:05
devmnt: handle too short or negative message sizes

9740263b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/03/24 11:24
audio/mkplist: fix wrong pointer being dereferenced

c3ec9afb – Jacob Moody <moody@posixcafe.org> authored on 2024/02/29 18:56
/sys/src/cmd: make Rerror for non existent files consistent

764c47d0 – Jacob Moody <moody@posixcafe.org> authored on 2024/02/29 18:53
/sys/src: remove testfiles on mk clean

Next