git: 9front

RSS feed

486edb9a – Jacob Moody <moody@posixcafe.org> authored on 2025/01/25 17:09
/sys/doc: mk html fix and clean the output

25547c32 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/25 17:08
/sys/doc/sam: remove more unused files

4fefe973 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/25 16:46
htmlroff: remove legacy html unicode encoding

cdcf147e – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/25 13:59
cc: don't crash on empty args for USED()/SET()

5765a17d – qwx <qwx@sciops.net> authored on 2025/01/23 05:16
revert 033721c4b01ad9433038ebb77c667407a84ed2d8, ecc63084d98c556715fb3d4921755b3ccffded20

033721c4 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/21 15:05
glenda/lib/profile: fix embarrassing copy-paste issue

ecc63084 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/20 15:55
newuser, dist: sync profile script for glenda

b8000382 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/19 17:24
rc: count split line numbers correctly

562adf5d – Lennart Jablonka <humm@ljabl.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2025/01/19 17:20
acid(1), db(1), proc(3): mention snap(4)

c55893d6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2025/01/17 18:07
sam, samterm: rfork to copy env vars and namespace

87798948 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/16 13:02
units: accept negative numbers

67309398 – qwx <qwx@sciops.net> authored on 2025/01/16 11:44
patch: fix not applying each input patch file atomically

37471c0c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/15 12:38
nusb/lib: remove GET_STATUS special case in usbcmd(), cleanup

a10738c8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/15 12:35
nusb/usbd: maintain hublist order with rootports first

2f522907 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/13 00:08
leak: properly sign-extend kernel callerpc for arm64

94d2ee52 – Alex Musolino <alex@musolino.id.au> authored on 2025/01/12 23:36
totp(1): fix example for adding totp key to factotum

cde4b93a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/12 21:28
merge

1feadc68 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/12 21:27
libdraw: fix bytesperline() for negative coordinates (thanks qwx)

f564ea22 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/12 19:14
git/branch: missed changing a var name

89c4a6fc – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/12 19:12
git/branch: change '-d' flag to '-r' flag for consistency

8d50f565 – qwx <qwx@sciops.net> authored on 2025/01/12 10:20
fontsel: fix text buffer oob and crash due to insufficient stack size after IOUNIT change

55b324e7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/11 23:16
ip/ipconfig: unconditionally refresh when adding addresses manually (thanks chilledfrogs)

c06291a2 – Lennart Jablonka <humm@ljabl.com> authored and Jacob Moody <moody@posixcafe.org> committed on 2024/12/29 08:55
6l: relocate operands with REX correctly

9e996002 – Arne <cgnarne@netcologne.de> authored on 2025/01/11 17:04
ethervgbe: implement proper speed and link detection

82f4d6c7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/11 13:54
netif: simplify locking and cleanup

62162be3 – Arne <cgnarne@netcologne.de> authored on 2025/01/11 10:03
ip/ipconfig: only write out /net/ndb when something changed

cb5def63 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/10 17:50
devether: handle input queue size for bypass mode

536478cd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/10 17:48
wifi: don't try to associate when bypassed

34eb2bfa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/10 09:32
allocb: implement buffer pools for ethernet drivers

6e99e7dc – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/09 00:20
gefs: remove daed mkfile bits

9d6930b7 – Arne <cgnarne@netcologne.de> authored on 2025/01/08 14:36
gefs(8): fix indent of empty snapshot paragraph

0539617f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/07 06:54
stats: add etherovf value (hw and software overflows on input queue)

a4c072b2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/07 06:52
devether: don't print link-status until netif is initialized

482f6132 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/07 01:49
netif: fix potential memory leak in netifwstat()

987ab425 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/06 22:50
devether: print mbps only on link-up

24cf90c6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/06 22:10
devether: make link status prints consistent

49e53cf9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/06 19:45
ether2114x: fix automatic media detection

d685a638 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/06 02:25
libmp: fix mips build breakage from previous commit (thanks eyss)

4c0a0b13 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/05 21:45
gefs: use broke() when we get a corrupt block

0270f43f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/05 19:53
merge

adab9d8a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/05 19:51
gefs: getblk(): remove duplicate getcallerpc(), check b->bp.gen from cache

6e73d1b1 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/05 18:35
configfs: adjust phrasing on file system state/usecases

ee1040d8 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/05 17:36
inst/configfs: make gefs visible in the installer

e92a6f1c – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/05 17:25
gefs: don't abort when the fs breaks

5682c682 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/05 16:28
gefs: use freeblk() instead of freebp() when we already have the block

41247ba4 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/05 16:13
mkfiles: stop cargo culting UPDATE=

c78ff316 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/05 15:16
devether: provide ethersetspeed() function to adjust queue sizes

dbc23efe – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/05 14:49
9/pc64: remove reference to stale conf

2d8a8cc0 – Ori Bernstein <ori@eigenstate.org> authored on 2025/01/05 13:07
gefs: flush limbo lists on halt

77089880 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/05 12:52
htmlroff: fix tcs pipe leak

7a447151 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/05 12:49
/sys/doc/fs: don't make fs.html by default

bc902fe5 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/04 21:35
/sys/doc: remove generated files

0b165771 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/04 21:35
/sys/doc: add mk clean

681629a5 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/04 19:26
kprof: don't downsample the pc

0c435d84 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/04 19:12
gefs: fix waserror() bugs

0c186894 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/04 19:11
gefs: fix dlist cache limit by maintaining fs->dlcount

5f1541a6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/03 04:24
nusb/ether: dont break lan78xx chip (rpi3b+)

64ac95ab – Jacob Moody <moody@posixcafe.org> authored on 2025/01/02 19:41
aux/mnihongo: formatting

ba562a48 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/02 19:43
aux/mnihongo: use memdraw instead of draw

540f13f2 – Jacob Moody <moody@posixcafe.org> authored on 2025/01/02 19:51
libmemdraw: change openmemsubfont() to accept rune minimum as argument

aa5e70e5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/02 15:11
auth/factotum: avoid static buffer from netmkaddr()

1656d16b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2025/01/02 15:09
libc: provide netmkaddrbuf() function avoiding the static buffer

50680933 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/29 12:09
usbuhci, usbehci: remove portlck qlock

ca76dac0 – Jacob Moody <moody@posixcafe.org> authored on 2024/12/27 14:29
acid: remove outdated 8.out binary default (thanks Tekk)

55b805e4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/26 12:35
devusb: fix enable delays to avoid device suspend (thanks cgnarne)

e8e26435 – Jacob Moody <moody@posixcafe.org> authored on 2024/12/25 22:54
vdiff: accept diff as filename argument and man page touch-up (thanks humm)

74a15288 – Jacob Moody <moody@posixcafe.org> authored on 2024/12/25 22:53
rio(4): fix paragraph spacing (thanks humm)

a1f0bb3d – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/25 19:46
gefs: fix error handling in readsnap()

8a9647b9 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/25 12:33
auth/totp(1): separate docs for auth/totp, auth/userpasswd

1f55f2c7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/25 12:08
auth/userpasswd: remove factotum-bug work-around from 2002, cruft (thanks ori)

3e867070 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/24 21:18
auth/factotum: add support for TOTP code generation

98e7f36f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/23 11:12
ip/dhcpd: impvoe validip(), make validipmask() reject ipv6 masks

47d939a2 – Jacob Moody <moody@posixcafe.org> authored on 2024/12/22 17:41
git: bikeshed git/walk relative path calculation and add tests

7e9b758a – Jacob Moody <moody@posixcafe.org> authored on 2024/12/22 16:06
git: make git/diff -s print relative file paths

402cde6b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/22 15:06
ip/dhcpd: don't get confused by ipv6 addresses for bootp Info

53f913a3 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/21 23:53
cpp: remove stray line from tests

5ce4ab6e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/21 22:37
/sys/src/9/mkfile: add imx8, lx2k and mt7688 to kernel ARCH list

eefed496 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/21 20:19
git/pull: fix typo

c320a827 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/21 19:48
cpp: implement empty arg handling for function-like macros (thanks rod)

76d893b9 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/21 17:40
git/pull: only show commit summary after updating branches

f5a8f328 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/14 12:11
git/get: support side-band and multi-ack

e7161f76 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/16 00:14
usbdwc: preserve Prtpwr bit for portstatus, turn off power by default, handle channel timeout

ea3cfa80 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/15 20:52
usbehci: implement portpower control for rootports

e91d72a8 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/15 16:56
acme/Mail: correct message line number for partially hidden threads

f3d40b08 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/15 16:27
usbxhci: preserve RsvdP bits in registers, print recovery reason, print base address.

7265e75a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/15 16:19
nusb/usbd: use longer reset delay for rootports

82f0e133 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/14 00:32
git/branch: stop emitting incorrect 'merge failed' messages

e2d8479a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/13 20:49
ndb/dns: don't refuse queries when delegated subareas

effc5f4f – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/12 15:35
walk: error on mutually exclusive flags

7596b04a – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/12 15:17
walk: fix skipped files, simplify seen()

9bf92838 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/10 18:15
git: refactor capability parsing

99323f65 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/10 18:14
walk: show siblings with the same qid

fcfc6ade – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/10 18:11
mkfiles: check for test/mkfile when recursing

e922ef2a – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/10 18:07
cpiofs: add newc support for cpiofs (thanks rminnich)

d756a227 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/10 18:05
tar: use IOUNIT to compute Dblock

6e88d91a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/09 08:57
libdisk: cleanname() paths for setname()/mkpath(), avoid utfrrune()

6cd69f1e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/09 08:00
nusb/lib: decode classcode() 0xFF -> vendor, 0xFE -> application (-specific)

d6548ad1 – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/09 00:27
acme/Mail: fix redrawn line offsets, add support for flag filters

7fbd55cb – Ori Bernstein <ori@eigenstate.org> authored on 2024/12/08 22:58
upas/Mail: Add support for message filtering

0d5c3726 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/12/08 20:30
nusbrd: pass $usbdebug to nusb/usbd

Next