git: plan9front

RSS feed

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

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

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

dd2ed532 – 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

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

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

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

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

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

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

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

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

705638e1 – 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

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

3f7a323e – 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)

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

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

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

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

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

c51566fa – 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)

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

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

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

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

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

ebf3e906 – 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()

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

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

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

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

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

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

1e7d5833 – 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.

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

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

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

6894c4e1 – 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3f33d868 – 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

772f3099 – 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

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

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

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

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

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

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

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

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

79eb47ef – aap <aap@papnet.eu> authored on 2024/09/09 09:03
acme, abaco: render scrollbar like rio

36e5075d – Ori Bernstein <ori@eigenstate.org> authored on 2024/09/07 15:00
gefs: protect fids with rwlock

084c9d6e – qwx <qwx@sciops.net> authored on 2024/09/04 15:57
g: add .in, fix earlier fuckup (thanks mkf)

Next