git: 9front

RSS feed

a98b76a2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/20 12:49
mii(3): improving a bit.

f88d80e4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/20 12:05
delkey(1): remove remark about probing different factotum files, its always /mnt/factotum/ctl (thanks qwx)

eccc1878 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/19 21:38
mii(3): i knew i'd going to regret this... fix typo.

e42a97b4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/19 21:11
mii(3): Add documentation for devmii (initial, i'm drunk)

be2e1e11 – Jacob Moody <moody@posixcafe.org> authored on 2025/04/19 17:49
sam: fix incorrect exit status from shell subproc

5e71f30f – Jacob Moody <moody@posixcafe.org> authored on 2025/04/19 17:39
vdiff: fix scrolling and clean up

4d9bf39b – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/19 16:56
etheri225: add clause 45 phy auto-negotiation

5277d237 – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/19 16:51
ethermii: add support for up to 10g clause 45 phys

2fff36d6 – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/19 15:21
etheri225: free the block list, not the block

1360739f – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/19 15:15
etheri225: use block pool (thanks cinap)

4473230d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/19 13:32
kernel: add experimental devmii phy debug driver

bece6f7b – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/17 19:23
etheriwl: don't include license in the bootfs

217f6fbc – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/17 19:19
etheriwl: ensure all firmware is installed in the bootfs

276fd549 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/17 18:35
kernel: explicitely pass MiiPhy* to ethermii operations

2dad1821 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/17 13:55
rc: ignore sigwinch trap when theres no handler

158b9dbe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/17 01:25
libc: fix ALL tzload() bugs

dd26895a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/17 00:44
inst/mount*: allow /dev/fs/fs* a file-system partition for cryptsetup (thanks cyb3rh3x_)

35c16dfd – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/16 20:19
dossrv: convert timestamps on disk to utc correctly

0a4f89a9 – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/16 14:44
etheri225: add ethernet driver for intel i225 and i226 devices

b19827ef – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/15 20:26
kernel: refactor syscall and note handling

a970e03d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/14 12:37
kernel: cleanup noted(), make it more consistent

531a57fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/14 12:35
pc64: fix noted(NSAVE) check

f9fd6981 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/13 16:06
kernel: restore kernel fpu state on fault*() error

6504d504 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/12 16:06
kernel/arm64: fix procsetup() TPIDR_EL0 potentially not getting reset to 0 on exec

b2558ff8 – Ori Bernstein <ori@eigenstate.org> authored on 2025/04/12 14:48
gefs: stop wasting a byte for each deletion message

5a436a6b – Jacob Moody <moody@posixcafe.org> authored on 2025/04/11 19:55
vdiff: add button 2 menu

7fded5d9 – qwx <qwx@sciops.net> authored on 2025/04/10 02:53
awk: fix srand not returning previous seed

9e0e429f – qwx <qwx@sciops.net> authored on 2025/04/10 02:47
eui: fix /dev/kbd message parsing

91797c0a – Jacob Moody <moody@posixcafe.org> authored on 2025/04/09 16:43
libmemdraw: initialize min in allocmemsubfont (thanks noam)

4300e6b4 – rodri <rgl@antares-labs.eu> authored on 2025/04/08 14:02
draw(2): fix little typo

3c4425fa – Jacob Moody <moody@posixcafe.org> authored on 2025/04/08 02:44
pc64: revert unintentional change

aea52933 – rodri <rgl@antares-labs.eu> authored on 2025/04/07 20:44
libgeometry: 40% more efficient versions of (det|adj|inv)m3

b143811a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/07 18:10
kernel: deduplicate the mess that is the 32-bit arm ports

a6964cfa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/07 18:07
kernel: fix noted() checks for all archs

9e3dbd0b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/07 17:46
kernel: fix unused warning (some leftover from last monotime commit)

06009390 – Ori Bernstein <ori@eigenstate.org> authored on 2025/04/07 14:37
kernel: add monotonic time to /dev/time, /dev/bintime (thanks rsc)

6d736d42 – Ori Bernstein <ori@eigenstate.org> authored on 2025/04/06 23:40
gefs: allow large snapshot names in gefs

b4da1c54 – rodri <rgl@antares-labs.eu> authored on 2025/04/06 20:37
libgeometry: unroll s?mulm3? for an up to 2-4x speedup

e8ace104 – rodri <rgl@antares-labs.eu> authored on 2025/04/06 20:32
libgeometry: use compound literals instead of constructors

406152e7 – mia soweli <inbox@tachibana-labs.org> authored on 2025/04/06 00:58
ape: add Bstropen

71b42354 – Jacob Moody <moody@posixcafe.org> authored on 2025/04/05 19:59
bio: add Bstropen

52d8bc26 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/04/05 18:55
kernel: allow use of fpu in note handlers

301abc6d – sl <sl@gaff> authored on 2025/04/05 18:34
ghostscript/font/Fontmap: update for URW Garamond No. 8.

ada46e89 – sl <sl@gaff> authored on 2025/04/05 18:33
add URW Garamond No. 8 font to ghostscript, postscript, and troff.

7926af39 – sl <sl@gaff> authored on 2025/04/01 23:02
/lib/1oct1993/: update for 4th print edition of the book

6b8eb26a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/03/30 18:33
9boot(8): document 8+3 file-name limitation for 9bootfat

626eb6de – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/28 11:37
acme: include delimiter-pair when extending selection

4d069a30 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/28 09:34
rio: include delimiter-pair when extending selection

ff99641c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/28 09:32
sam: include delimiter-pair when extending selection

7a7cbfee – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/23 21:22
libc/qlock: don't allow unlocking unlocked lock

422f8c3b – Jacob Moody <moody@posixcafe.org> authored on 2025/03/23 20:09
awk: support %q in s*printf()

5deae3fb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/03/23 18:00
kernel: fix taslocks: Edf times are in µs(), not nanoseconds. d'oh.

3d164d27 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/03/23 14:07
g: add .sl (StreetLISP)

cb9dbeb1 – Jacob Moody <moody@posixcafe.org> authored on 2025/03/22 18:41
netstat(1): fix troff fat finger (thanks cgnarne)

ce70a0f8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/03/22 13:59
ndb/cs: quote attribute value for csgetvalue() and csipinfo()

ddece774 – Jacob Moody <moody@posixcafe.org> authored on 2025/03/20 11:09
netstat(1): reference awk rewrite for SOURCE (thanks Alexander)

382e8655 – Jacob Moody <moody@posixcafe.org> authored on 2025/03/17 21:32
netstat: rewrite in awk

5a61a9c6 – Jacob Moody <moody@posixcafe.org> authored on 2025/03/17 21:25
devip: track connection initialization time as mtime

34ad5b84 – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/17 20:13
devvmx: touch artwork

2c6955c2 – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/16 22:50
flambe: fix non-interruptible temporary warning.

99b73fff – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/16 22:50
prof: fix non-interruptible temporary warning.

157fdba8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/03/16 02:42
ndb/dns: check for truncated read offset

efbe93b0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/03/16 02:42
ndb/cs: check for negative or truncated read offset

dc3c5979 – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/09 14:38
git/import: add support for concatenated patches

09498f39 – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/09 14:26
upas/Mail: clean up child counting, fix off by one.

3f092bbf – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/08 18:13
gefs: allow custom snapshot schedules

907d5b93 – Ori Bernstein <ori@eigenstate.org> authored on 2025/03/08 11:36
auth/factotum: fix out of crash with one byte messages

5b1296ec – Jacob Moody <moody@posixcafe.org> authored on 2025/03/07 22:48
yacc: allow unicode in identifiers

ee7692fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/03/06 11:13
devip: don't add default broadcast addresses for ipv4 (thanks cgnarne)

3abb0cfc – Jacob Moody <moody@posixcafe.org> authored on 2025/03/04 18:08
distproto: correct /lib/^(ucd ktrans) permissions

19cc42d6 – qwx <qwx@sciops.net> authored on 2025/03/03 22:34
dpic(1): fix skybox example not in flat section

0c184be3 – Jacob Moody <moody@posixcafe.org> authored on 2025/03/03 00:28
/lib/glass: normalize to NFC according to Unicode 16.0

add9a92e – Jacob Moody <moody@posixcafe.org> authored on 2025/03/03 00:18
libc: runecomp: update and clean generated files

21160bbe – Jacob Moody <moody@posixcafe.org> authored on 2025/03/03 01:00
libc: runecomp: unicode 16.0 and rewrite

f1396f1f – Jacob Moody <moody@posixcafe.org> authored on 2025/03/01 20:21
pc: more cputemp support for AMD and cleanup

e58adb95 – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/25 11:02
gefs: optimize hash function

8c403a1f – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/24 15:09
gefs: remove dead code

73d2a787 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/02/23 15:57
io: Add -f option to pass a I/O file (such as /dev/pci/*raw)

6a39c049 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/02/23 15:14
aux/aout2uimage: add a flag to override ostype (lie about not being plan9)

5d399bdd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/02/23 13:53
cwfs: check qid.path in Tfile tag for fs_read and truncate

e122002c – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/23 12:26
git/rebase: use correct flag to delete branch (thanks humm)

9b984cc0 – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/23 12:26
git/serve: put repo name in failure message (thanks humm)

db4e2fd3 – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/23 12:24
ether8169: remove redundant tx enable

1f15f469 – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/23 12:19
ether8169: initialize stats counter to prevent scribbling over memory

8137259a – Jacob Moody <moody@posixcafe.org> authored on 2025/02/22 21:42
pc: add cputemp for Ryzen (family 17h)

a7bccbf1 – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/22 15:52
gefs: cleanly reject too many connections

97f1585e – Arne <cgnarne@netcologne.de> authored on 2025/02/21 11:41
nusbrc: fix Prolific detection

f6319cf8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/02/19 11:36
vmx: nanosec: replace the loop with a few div, mod and mul ops

4999b2f7 – Jacob Moody <moody@posixcafe.org> authored on 2025/02/18 00:09
awk: remove dead declerations

893728db – Jacob Moody <moody@posixcafe.org> authored on 2025/02/17 16:00
cc: add case ranges extension

5e325363 – Jacob Moody <moody@posixcafe.org> authored on 2025/02/16 00:47
git/pull: more reference name validation (thanks falsifian)

3a443f63 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/02/15 18:02
reform: retry reading edid a bunch of times

5f10de36 – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/15 16:27
git/serve: accept the same ref formats as git/get

3fecc13c – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/15 15:53
git/pull: validate and prevent rc from checking reference names (thanks falsifian)

8e50a6f2 – Arne <cgnarne@netcologne.de> authored on 2025/02/15 13:46
qsort(2): sync with function declaration

603139e8 – Ori Bernstein <ori@eigenstate.org> authored on 2025/02/15 13:25
gefs(8): clarify and fix description of snapshot commands

a4b24f46 – qwx <qwx@sciops.net> authored on 2025/02/09 20:39
audio/mixfs: set and forward a more sensible audio delay amount

20379f3e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/02/09 18:55
vnc: remove hexdump() function

990a7dca – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/02/09 18:51
ip/pppoe: get rid of horrible hexdump() function

a8da46a1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/02/09 18:50
nusb/lib: get rid of hexstr(), just use %H encodefmt.

Next