code: plan9front

RSS feed

27fe8ee3 – Michael authored - 2021/02/05 18:19
games/gb: minor style fixes

d5368b07 – Michael authored - 2021/02/10 04:00
games/gb: various RTC fixes

638b8212 – Michael authored - 2022/03/18 19:45
git/fetch: use read for reading packfiles instead of readn

02d1725d – cinap_lenrek authored - 2022/03/18 16:18
uartpci: add serial-over-lan uart from x230/AMT

e83917a6 – cinap_lenrek authored - 2022/03/18 15:54
ip/dhcpd: ignore ipv6 addresses when looking up static binding

488f3784 – cinap_lenrek authored - 2022/03/18 15:53
sdide: add pci id for AMT IDE-r controller on x230

d55a64c9 – Michael authored - 2022/03/16 21:41
git: use commit date as traversal hint instead of author date

8bd5be7c – Michael authored - 2022/03/16 21:41
git/fetch: improve detection of dumb http protocol

2e47badb – Michael authored - 2022/03/16 17:41
git/query: refactor graph painting algorithm (findtwixt, lca)

873f381e – Igor authored - 2022/03/15 06:49
acme: fix hiding of top windows when loading a dump file (thanks Xiao-Yong)

ca313087 – cinap_lenrek authored - 2022/03/14 14:45
ip(3): use flags instead of tag for 8 column route add/remove

d4e89fe7 – cinap_lenrek authored - 2022/03/14 07:16
ape: fix wrong write size for _assert()

263251da – cinap_lenrek authored - 2022/03/13 16:43
ip/dhcpd: ignore icmp advice

5186cb3b – cinap_lenrek authored - 2022/03/13 13:38
ip(3): document the trans argument for add/try.

c8507f42 – cinap_lenrek authored - 2022/03/13 13:29
ipconfig(8): add -t flag to enable source address translation

6e4a1fda – cinap_lenrek authored - 2022/03/13 13:16
devip: allow setting the "trans" flag on a logical interface

d2a7d886 – cinap_lenrek authored - 2022/03/12 15:53
devip: implement network address translation routes

c14ea9fd – cinap_lenrek authored - 2022/03/12 07:29
awk: fix off-by-one string buffer overflow from gsub

af6f03e5 – Alex authored - 2022/03/08 08:25
hjfs: fix group ownership of home dirs created by newuser command

21b501c2 – glenda authored - 2022/03/05 21:25
/lib/theo: Once you understand the mechanism you'll realize it will never work.

0f890140 – Michael authored - 2022/03/04 20:06
igfx: fix some typos in comments

d52f25ec – Michael authored and cinap_lenrek committed - 2022/03/02 05:26
igfx: add TypeILK, since it differs slightly from SNB

a00957ef – Michael authored and cinap_lenrek committed - 2022/03/02 05:26
igfx: maintain single/double-channel LVDS mode from BIOS

79c7e451 – Michael authored and cinap_lenrek committed - 2022/03/02 05:26
igfx: fix FDI link training on ironlake

9c02337f – cinap_lenrek authored - 2022/03/02 13:54
merge

954f9f1f – Michael authored and cinap_lenrek committed - 2022/02/28 16:20
aux/vga: return modes according to EDID timing priority order

d082a897 – cinap_lenrek authored - 2022/02/28 08:18
ether82563: add pci id for ethernet on dell optiplex 7090 micro (thanks leimy)

5886b999 – cinap_lenrek authored - 2022/02/27 08:32
devbridge: fix vlan range parsing

840d1691 – Ori authored - 2022/02/26 23:27
git/revert: update modification time on revert

fd1cfc82 – cinap_lenrek authored - 2022/02/26 22:33
snoopy: add vlan protocol (802.1q)

9944e16b – cinap_lenrek authored - 2022/02/26 17:05
devbridge: improve locking, unbind ports automatically on read error and more...

be0a80fa – cinap_lenrek authored - 2022/02/23 13:38
nusb/disk: use setalt(), print argv0 in prints instead of "disk:"

045936a7 – cinap_lenrek authored - 2022/02/23 13:13
nusb/cam: fix mistake (nil vs -1)

8bf71adc – cinap_lenrek authored - 2022/02/23 13:03
nusb/audio: use setalt(), make sure endpoint has right direction.

11e12ea0 – cinap_lenrek authored - 2022/02/23 13:02
nusb/cam: use setalt()

67750a09 – cinap_lenrek authored - 2022/02/23 13:01
nusb/ether: use setalt()

bea20cd1 – cinap_lenrek authored - 2022/02/23 13:00
nusb/lib: provide a setalt() function to set the interface to its altsetting

9cd55a08 – cinap_lenrek authored - 2022/02/23 12:59
nusb/ether: remove csp check for rndis, already done in nusbrc

0e3a9556 – Sigrid authored - 2022/02/21 16:11
libFLAC: update to 1.3.4

065d6019 – cinap_lenrek authored - 2022/02/21 14:50
nusb: Fix handling of interface altsetting.

14bb9734 – cinap_lenrek authored - 2022/02/21 13:46
usbxhci: endpoint address needs to be masked with Epmax from endpoint number

4b637a24 – cinap_lenrek authored - 2022/02/16 17:38
devbridge: implement experimental vlan support

7289f371 – cinap_lenrek authored - 2022/02/16 17:31
devip: dont hold ifc wlock during medium bind/unbind

755880b1 – cinap_lenrek authored - 2022/02/16 13:07
rc: fix globbing with lists (thanks qwx)

5c96a51f – Michael authored and Ori committed - 2022/01/01 17:51
nusb/serial: fix pl2303 usbcmd error checks

c5c79d61 – kemal authored and qwx committed - 2021/08/21 18:23
etheriwl: fixes for 7260 ac

2367a2ae – Ori authored - 2022/02/09 20:33
git/branch: fix order of operations (thanks qwx)

beeb0542 – qwx authored - 2022/02/09 19:35
gba: fix flash chip id for 128k and add setting

a72a4c8b – Sigrid authored - 2022/02/08 19:42
audio/flacdec: handle read errors properly to avoid endless looping saturating cpu

876907a5 – Igor authored - 2022/02/08 19:11
rio: fix parsing of directory path (-cd) when creating a new window via wctl

4ab2d149 – cinap_lenrek authored - 2022/02/05 20:19
nusb/usbd: use per hname collision counter instead of device address to resolve collisions

fc0357b3 – cinap_lenrek authored - 2022/02/05 19:11
nusbrc: fix FTDI detection

c0f142d9 – cinap_lenrek authored - 2022/02/05 11:20
bcm: fix rebootcode linkage

e4f30c89 – cinap_lenrek authored - 2022/02/04 20:34
ip/tftpd: add -m argument for name substitution using regular expressions

dc725301 – cinap_lenrek authored - 2022/02/04 20:25
devgpio: make reading ctl file return 0 bytes

1290c534 – Ori authored - 2022/02/04 19:40
g: show all file names when grepping

251c3cfd – cinap_lenrek authored - 2022/01/29 15:50
acne/Mail: fix double-free (Bterm() in mesgshow())

2833aecc – Michael authored and Ori committed - 2022/01/24 18:48
vmx: fix PCI ID for virtio block devices

8dc8e3a0 – Kristo authored and Ori committed - 2022/01/22 13:00
mothra: fix rendering of <samp> tag

33231f92 – Michael authored and Ori committed - 2022/01/01 05:26
g: use xargs instead of finding complete file list before greping

4db9bebe – Michael authored and Ori committed - 2022/01/01 17:51
g: fix duplicate files with directory argument

60adc401 – cinap_lenrek authored - 2022/01/23 16:33
devenv: allow environment total size of up to 1MB

a5a8a92a – Michael authored and Ori committed - 2022/01/22 19:39
git/query: leave range commits in topological order

b9adc507 – Michael authored and Ori committed - 2022/01/22 20:05
cc: fix incorrect octal range condition in mpatov

dadaeb58 – glenda authored - 2022/01/22 22:10
/sys/games/lib/fortunes: GPU.js

27bdfccc – glenda authored - 2022/01/22 22:08
/lib/theo: You obviously don't know what you are doing, and I think you don't deserve help.

3ba62d3c – Igor authored - 2022/01/22 20:14
man(1): reference /rc/bin/sig in SOURCE section

108d74cb – Benjamin authored and Ori committed - 2022/01/07 05:37
cmd/sshfs.c (recvproc): prefer error codes over error strings

9d43029f – qwx authored - 2022/01/19 17:58
page: performance fixes

aa14ba62 – Sigrid authored - 2022/01/18 21:16
flacdec: do not loop forever on write/decode errors

6f9838a6 – cinap_lenrek authored - 2022/01/16 14:25
kernel: make Page.txtflush into an array

6e64d304 – glenda authored - 2022/01/11 23:13
fortunes: MY NAME IS BEING USED IN A PHISHING ATTACK. DO NOT RESPOND TO MAIL OFFERING MONEY FOR UNDERGRAD RESEARCH ASSISTANTS. -- bwk

538b8107 – cinap_lenrek authored - 2022/01/10 12:41
rc: fix pwrd() regression, forgot <= ' ' case from needsrcquote()... sorry :(

85bfb0e9 – cinap_lenrek authored - 2022/01/09 21:01
reduce: use if() to test for exit status of pipeline

4d872079 – Ori authored - 2022/01/09 12:38
iostats: bind /srv into the namespace, its magic

9e79aace – Ori authored - 2022/01/09 12:37
git/commit: squelch error when run outside repository

47b7dc5c – Igor authored - 2022/01/04 14:11
acme: fix window and scrollbar display glitches at bottom fringe of column

369cba5f – cinap_lenrek authored - 2022/01/07 15:50
rc: read heredoc when receiving '\n' (thanks Eckard Brauer)

70edb7fb – Ori authored - 2022/01/06 20:43
git/fs: remove trailing null bytes from parent file (thanks mcf)

bf322dfb – Benjamin authored and Ori committed - 2021/12/10 15:44
ape/mkstemp: better options

370bfd26 – Ori authored - 2022/01/06 01:38
git: fix typo in git/log output

3568e27e – cinap_lenrek authored - 2022/01/03 19:19
rc: only have single instance of a symbol, extern in header (thanks mcf)

699d2e0e – cinap_lenrek authored - 2022/01/03 17:48
rc: simplify Makefile, use yacc default rule (thanks k0ga)

1a90e04c – cinap_lenrek authored - 2022/01/03 13:49
ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is set

b34fc2a9 – cinap_lenrek authored - 2022/01/03 13:47
ape: allow exporting rc functions in environ[]

3ec59c7b – cinap_lenrek authored - 2022/01/03 13:44
ape/psh: provide /dev/fd

189731aa – cinap_lenrek authored - 2022/01/03 13:41
rc: make it portable (for UNIX)

c51a5cfa – cinap_lenrek authored - 2022/01/03 13:22
rc: Xerror is not a instruction, remove from pfnc

f63d1d3c – Ori authored - 2022/01/01 22:37
git: size cache in bytes, not objects

99d54e42 – cinap_lenrek authored - 2022/01/01 22:35
rc: add Xhereq instruction to trace

11d573d7 – cinap_lenrek authored - 2022/01/01 22:33
rc: rstr() shouldnt skip trailing NUL bytes (thanks ori)

c4e30bed – qwx authored - 2022/01/01 10:23
remove ssl from zynq and remaining kernel configurations

2025214d – cinap_lenrek authored - 2021/12/31 18:26
rc: fix here document handling with quoted end-marker (thanks sigrid)

d0c9127b – cinap_lenrek authored - 2021/12/31 11:21
remove devssl.c

49e991ea – cinap_lenrek authored - 2021/12/31 11:15
/rc/lib/rcmain: remove useless exit $staus at the end

b00b3d37 – cinap_lenrek authored - 2021/12/31 11:08
rc(1): fix synopsis

9773f553 – cinap_lenrek authored - 2021/12/31 11:05
rc: add err != nil check for early exit

44a5f4d2 – cinap_lenrek authored - 2021/12/31 10:59
remove pushssl(2)

8bebe3ab – cinap_lenrek authored - 2021/12/31 10:56
remove ssl(3)

2d105c2d – cinap_lenrek authored - 2021/12/31 10:53
0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu

Next