git: 9front

RSS feed

ed11c46f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/24 12:11
boot/net.rc: redirect grep error to /dev/null

8993e92b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/23 12:37
gefs: remove nokill code

662084ed – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/23 11:05
auth/factotum: mount factotum onto /mnt/factotum instead of /mnt by default

c17fa7ea – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/22 17:47
libpcm: fix buggy use of clip macro (evaluates its arg twice)

7cce1bc8 – Ori Bernstein <ori@eigenstate.org> authored on 2024/11/22 11:34
upas/Mail: don't move cursor when flags are unchanged

76d49ac9 – Noam Preil <noam@pixelhero.dev> authored on 2024/11/18 17:22
usb: support the pine64 UART

f2456c83 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/18 20:56
libmp/convtest: fix format string type warning uint -> %ud and remove unused variables

ac8cbb87 – Ori Bernstein <ori@eigenstate.org> authored on 2024/11/18 18:00
gefs: fix block leak when merging tree nodes

0faaba0e – Ori Bernstein <ori@eigenstate.org> authored on 2024/11/18 15:34
git/save: handle all cases correctly when walking args

84bc75fe – Ori Bernstein <ori@eigenstate.org> authored on 2024/11/18 15:33
git: make tests less verbose

7cc4f38b – Ori Bernstein <ori@eigenstate.org> authored on 2024/11/18 15:24
git/walk: dirs should not count as tracked

8819d2f8 – Ori Bernstein <ori@eigenstate.org> authored on 2024/11/18 15:23
git/merge: normal messages go to stdout

054269d0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/16 12:49
kernel: reorganize bootfs.paq generation

6ff904ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/15 23:24
sdodin: fix set but not used warning

46bbfc87 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/15 22:37
kernel: remove unused cruft: delaylink, normalprint

0ab8631f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/15 18:20
pc, pc64: refactor pcibios code so we dont pollute the amd64 kernel

52e959a6 – Jacob Moody <moody@posixcafe.org> authored on 2024/11/14 20:06
devip: correctly return when allocating an ipmedium slot

53fe5507 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/13 14:31
devip: panic if we exceed the number of media entries (thanks k0ga)

a9b194ee – Ori Bernstein <ori@eigenstate.org> authored on 2024/11/09 20:31
git/save: sort argv lexicographically

909d59f5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/07 16:24
ip/pppoe: properly zero-pad ethernet frames, optimize framing, limit mtu

8ddde2cf – Ori Bernstein <ori@eigenstate.org> authored on 2024/11/07 15:51
acme/Mail: provide runnable command to view html

b4682512 – Jacob Moody <moody@posixcafe.org> authored on 2024/11/06 19:40
git: fix off by one in strncmp

0362ec1b – Jacob Moody <moody@posixcafe.org> authored on 2024/11/06 19:40
/sys/lib/dist/ndb/common: add git and gits

658b29c2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/03 12:05
cpurc, termrc: actually, gefs not needed, still, keep it sorted (thanks ori)

9e200898 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/03 10:16
cpurc, termrc: dont kill gefs

505dbbdc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/03 10:10
cpurc: use ndb/query -cia instead of ndb/ipquery

a33545d8 – qwx <qwx@sciops.net> authored on 2024/11/03 09:58
pstree: remove unnecessary globbing and environment pollution (thanks cgnarne, cinap_lenrek)

99fdbe3a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/03 07:18
nusb/usbd: issue SetConfiguration(0) request to USB3 hub on attach

95e88e07 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/03 07:13
nusb/lib: do not retry port status requests

298c9c1f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/11/03 07:11
devusb: destruct usb tree from the leaves, split epclose() into epstop()/epclose()

29bef5a7 – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/29 10:15
samterm: make right arrow move to the right of dot (thanks llamaa)

cdcfbf03 – qwx <qwx@sciops.net> authored on 2024/10/30 19:43
pstree: reimplement in awk, optionally restrict to a given process

cd08e764 – Jacob Moody <moody@posixcafe.org> authored on 2024/10/30 17:46
ip/tftpd: accept an address to announce to as an argument.

7fa5db9d – Jacob Moody <moody@posixcafe.org> authored on 2024/10/30 17:45
aux/listen: remove namespace from procsetname.

b73d0d12 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/28 21:03
ip/traceroute: sprint() -> snprint()

92f4247b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/28 20:58
telnetd: fix getremote()

5f0c2fbc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/28 20:42
ip/*: sprint() -> snprint() in a bunch of old copy-pasted network announce routines.

208b0066 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/28 20:17
ip/ipconfig: don't use sprint() when we have variable strings.

3db82393 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/28 18:51
ip/ipconfig: ndbvalfmt() strings when formatting ndb entries.

ab46f01e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/28 18:50
ip/ppp: rc-quote ipnet value, to prevent accidents.

9f52efe8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/28 15:08
ppp: pass -i flag to ip/ipconfig (-i for ipv4, -I for ipv6) to populate ipnet= entries

c12f73cb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/28 15:06
ip/ipconfig: implement dhcpv6 prefix delegation, dynamic client

733db65e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/27 18:57
ip(3): ra6 routerlt is in seconds, not ms.

57d1b7b8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/27 05:09
ip/ipconfig: handle dhcpv6 IA options, pass gateway from RA

cb2982f1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/26 13:05
devip: allow (NAT) hole punching for ICMP and UDP

35ad7a7d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/26 13:04
devip: Fix bugus RouteHint* pointer to be passed to ipoput4()

6590bcc6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/23 18:54
devfloppy: fix unreachable code warning after cmderror()

4cc65428 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/23 17:54
devusb: fix TT properties, checking, and bugs

3eb3c3fa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/23 17:42
nusb/*: improve usbd to handle transaction translater properties correctly

1054458b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/23 17:30
nusb/disk: kill 9p procs before sysfatal(), devctl() before opendevdata()

b438f745 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/23 17:26
kernel: make cmderror() _Noreturn

9673f4aa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/20 08:23
forgot pc/wavelan.h

52585f63 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/20 08:22
devether: Fix memory leaks in ifstat reads

9a5bb5c4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/20 08:12
devuart: Fix memory leak when reading status file

913cf047 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/20 08:07
kernel: Limit parsecmd() to a maximum of READSTR bytes

b37b35e0 – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/18 19:24
upasfs(4): make the name match the executable path

933430e7 – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/18 11:33
spin: make generated code match installed headers

0afafe0a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/10/17 10:29
audio/zuke: icy: use http 1.1, specify host, follow redirects

eb2370e4 – Jacob Moody <moody@posixcafe.org> authored on 2024/10/17 02:04
timezones: Add Indonesia (thanks AlfredPros)

97330dd6 – rodri <rgl@antares-labs.eu> authored on 2024/10/14 08:04
libgeometry: add ptincylinder and ptincone

3b665bd8 – rodri <rgl@antares-labs.eu> authored on 2024/10/14 07:22
geometry(2): fix little typo

521afbf1 – rodri <rgl@antares-labs.eu> authored on 2024/10/14 07:14
libgeometry: add quaternion sandwich product functions

5d0758b3 – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/12 10:50
patch: show expected line number for hunk when rejecting it

e50a9f5b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/09 17:43
devusb: prevent double-detach and other invalid state changes

3a81671b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/09 16:14
devusb: better usbid allocation, fix locking, remove dump ctl

5156c931 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/09 15:18
ether8169: add pci id for RTL8111/8168/8411 (thanks Sylvie)

ab929ed3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/06 12:14
test/zones.rc: Fix instability, read current time once.

c94d0673 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/06 12:02
kernel: remove unused lockstats and make lock() return type void

7cb2db12 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/05 22:03
auth/as: dont pollute parents environment or namespace (thanks jrmu, sl)

8451e4bd – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/05 11:20
doctype: fix custom options (thanks sirjofri)

f8e4c22e – Jacob Moody <moody@posixcafe.org> authored on 2024/10/04 20:43
isalpharune(2): invalid Runes are just > Runemax

6cb9c164 – Jacob Moody <moody@posixcafe.org> authored on 2024/10/04 20:36
libc/runeistype: out of range is only > Runemax, Rune is a uint

b1bbbbe6 – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/04 20:06
libc/runeistype: accept out of range runes

2476b4fc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/10/03 16:25
kernel: avoid recursive lockloop() prints from screenputs() (thanks noam)

fe9a09b8 – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/03 11:36
git/export: don't try to diff dirs

a0192831 – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/02 17:45
merge3: remove unnecessary variables

800417fc – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/02 17:43
merge3: fix funny merge cases and crashes

cc230c9d – Ori Bernstein <ori@eigenstate.org> authored on 2024/10/01 14:13
merge3: clamp aligned lines to be within the file.

7fec06f4 – Noam Preil <noam@pixelhero.dev> authored on 2024/10/01 08:08
git/diff: fix -c flag

342641ab – Noam Preil <noam@pixelhero.dev> authored on 2024/09/29 11:08
aux/cddb: fix artist line splitting

a3286864 – Noam Preil <noam@pixelhero.dev> authored on 2024/09/17 03:45
mkmany: check more carefully for test folder

63f99057 – Noam Preil <noam@pixelhero.dev> authored on 2024/09/24 02:47
aux/cddb: support very long artist+album name combos

787cb680 – Noam Preil <noam@pixelhero.dev> authored on 2024/09/22 16:24
git/commit: preserve merge-parents on failed commit

6d712613 – Jacob Moody <moody@posixcafe.org> authored on 2024/09/29 14:35
look: fix case sensitivity when using base > 10

153048d2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/29 13:29
git/test: add noam.rc testcase

9f944d35 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/29 13:28
git/save: and try again...

14dbc15b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/29 12:47
git/save: pffff. revert last change...

f66d02d8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/29 12:30
git/save: fix the "noam" bug

907c6f96 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/29 07:41
ip/ipconfig: make ra limiter less agressive (thanks cgnarne)

baeeb662 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/23 14:31
walk: qid.vers should be ignored (thanks BurnZeZ)

69f67534 – Ori Bernstein <ori@eigenstate.org> authored on 2024/09/22 13:06
git/branch: make it more robust

810bbbe7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/16 18:55
git/test: run tests with a temporary install bound to /bin/git

0d66f4b8 – Ori Bernstein <ori@eigenstate.org> authored on 2024/09/16 18:51
git/serve: we don't do thin packs -- advertise it.

5b8382c3 – Ori Bernstein <ori@eigenstate.org> authored on 2024/09/16 18:48
git/query: process full contents of queue, even with skips

2c395c90 – Ori Bernstein <ori@eigenstate.org> authored on 2024/09/14 22:22
merge3: correctly handle 1-based closed intervals

deabd78a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/14 15:21
git/test: improve ftype test (also test dir -> file transition)

3101971e – Ori Bernstein <ori@eigenstate.org> authored on 2024/09/14 11:57
merge3: fix assert in merge of identical deletions

64c2b700 – Ori Bernstein <ori@eigenstate.org> authored on 2024/09/13 12:28
git/branch: handle dirents changing between file and dir correctly (thanks cinap)

f3993727 – rodri <rgl@antares-labs.eu> authored on 2024/09/12 15:09
jpg/tga: decode TGA32 images into RGBA32 ones

2d05d28f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2024/09/09 12:54
merge

Next