shithub: riscv

RSS feed

9b8af272 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/28 16:50
facelift for mothra: flat ui is in.

dcf96a00 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/27 16:13
missing headers rate a FATAL.

39c3fd11 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/27 15:55
lib9p: reject reads on closed fids and writes on directories

00bfe3ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/26 15:55
merge

61a062ee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/26 15:54
kernel: improve page reclaimation strategy and locking

0fc1abc7 – qwx <devnull@localhost> authored on 2020/04/26 15:43
mothra: fix a few errors in previous patch

c6f79891 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/26 05:32
copy all the tokens from the tokenrows with a paste.

8ebe958d – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/26 05:03
add missing header change (thanks qwx)

d6598a2a – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 16:46
Support for neo2 keyboard layout

2614fa02 – stanley lieber <stanley.lieber@gmail.com> authored on 2020/04/25 17:55
mothra: make user interface monochrome

9a7c5d56 – stanley lieber <stanley.lieber@gmail.com> authored on 2020/04/25 17:53
mothra: remove extraneous lines and decoration (fake 3d). patch extracted from my forked mess by Ori_B.

60c34ebb – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 11:18
tweak selection criteria

7feab4dc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/25 18:16
cc: simplify macexpand() and off-by-one error

4adb1d68 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 07:00
fix typos in time calculation

d52d7bc1 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 06:57
Backed out changeset 2737b9af622b

2de164c5 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 06:43
fix typos in time calculation

5d7e9bee – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 05:38
Bump protocol version for Ttclick

8bc290cc – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 04:59
triple click selection in acme

6f443939 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 04:58
triple click selection in rio

f616a0c1 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/25 04:57
triple click selection in sam

614b1848 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/24 17:15
acme/win: exit winfs once acme shuts down the window

4fb7462b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/24 16:26
pc, pc64: use softscreen double buffering for *bootscreen= framebuffer

759656ad – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/22 15:57
bcm, bcm64: dancing to the drum of the linux clowns for device tree memory size detection (thanks kenji)

77048feb – stanley lieber <stanley.lieber@gmail.com> authored on 2020/04/21 17:14
/sys/man/1/mothra: add description of Plumb menu item.

27743b56 – stanley lieber <stanley.lieber@gmail.com> authored on 2020/04/21 17:12
mothra.c: add Plumb menu item, and update man page. my original changes sanity-checked by Ori_B.

bd78cd2d – stanley lieber <stanley.lieber@gmail.com> authored on 2020/04/21 17:09
rdhtml.c: restore original fonts. dejavusans was my change, my fault. it never looked right outside of drawterm on osx (mea culpa). this is easy to change for anyone who prefers something else, but it's difficult to imagine native users preferring our very fuzzy dejavusans to anything else.

eb266ded – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/21 13:32
remove unused macro from chan.c

81c9ede5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/21 20:55
samterm: don't scroll invisible (command) window (thanks umbraticus)

2c317dcc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 20:08
merge

8499401a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 19:57
?a, ?c: fix macro debug prints

313216e6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 19:51
?c: get rid of sprint(), strcpy() and strcat()/strncat(), cleanup

b43720e3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 19:47
[257]l: cleanup fmt routines, replace sprint()

c66b3739 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 19:42
cc: cc.h changes needed by previous commit

0d59a235 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 19:37
?a, cc: fix buffer overflows in built-in preprocessor (macbody)

e24bfa49 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 18:59
?a: catch symb[NSYMB] buffer overflow in lexer, cleanup, assume thechar is a rune

3f87ffea – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 16:44
cc: get rid of sprint() and temporary buffer for type conversion fuction

3a79916c – rgl <devnull@localhost> authored on 2020/04/19 11:30
libmemdraw: remove inexistent build targets

260d1eaa – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/19 07:26
Make priority array max size explicit.

15a32f06 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/19 07:15
fix cpp operator associativity

2c596d00 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/19 05:03
merge

21831527 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/19 05:02
dont overflow the stack

d4417679 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 00:34
merge

34a1b1bb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/19 00:33
?c: fix Bconv() misusage of strncat()

e6634fbd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/18 21:25
6c: conserve registers for floating point operations

03aeeaff – stanley lieber <stanley.lieber@gmail.com> authored on 2020/04/18 17:37
fortunes: As much as I'd love to I feel I have to let it go -- rminnich

380adf8b – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/18 11:38
aux/getflags: support named flags

8ae77554 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/18 15:07
7l, ql: dont assume . is in the path for running mkcname (thanks sam-d)

94bd7700 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/18 14:20
rc: fix code serialization for PIPEFD (thanks BurnZeZ)

7734749e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/17 15:18
acme/win: pass on flags to winfs (fix undocumented -e flag)

57d690c4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/15 14:16
ip(3): remove outdated maximum ipstack number limit.

fe6affc2 – 23hiro <23hiro@gmail.com> authored on 2020/04/12 20:33
draw(3): typo dp

0e96bbd0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/12 12:12
merge

1aa80c1d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/12 12:11
kernel: remove unused mem2bl() prototype

3cdbbcd8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/11 18:37
merge

0c7da78f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/11 18:36
ip/ipconfig: ignore default routes targeting ourselfs

a7dab272 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/11 14:09
ip/ipconfig: resolve ipgw to an ip address as neccesary (thanks k0ga)

d68f4ade – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/11 10:20
merge

d8545806 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/11 10:20
vl: remove unused mysbrk() prototype

550b6d1a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/11 10:20
qa: remove ALLOC() and ALLOCN() macros

2d1dac07 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/11 10:19
triple-click to select non-whitespace segment

ca9d65e4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/11 10:19
cc: remove mysbrk(), exponentially increase gethunk() allocation delta

ebb3e311 – Ori Bernstein <ori@eigenstate.org> authored on 2020/04/11 07:56
vt plumbing: don't require selection

49c159b5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/11 01:19
6c: remove mystery sys.c file

1b8a5694 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/11 01:03
cc, ?[acl]: fix gethunk() and move common memory allocator code to cc/compat

9d46360c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/10 21:26
backout the gethunk() again, as that breaks the assemblers

1d3644a1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/10 19:11
cc, ?l: fix gethunk() to actually grow allocation

e610ffaf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/10 18:26
merge

a39cc60c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/10 18:25
cc: backout gethunk() change

2cdf1a3c – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/04/10 16:38
cc, ?a, ?l: change thunk type to uintptr

6018316e – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/04/10 13:19
cc: sbrk in bigger chunks as it grows, so it gets a chance to use the ram/swap available

1fe3143e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/10 13:12
kernel: cleanup the software mouse cursor mess

7b309d2e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/09 09:05
pc, pc64: remove "got unassigned irq" prints

6041d204 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/08 19:48
9bootpxe: simplify

abc5a66c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/08 19:37
9bootpxe: continues the war against random DHCPv6 DUIDs

fed50d79 – Alex Musolino <alex@musolino.id.au> authored on 2020/04/08 07:52
/lib/face: add .dict entries for andrew.1 face files

a3f6976a – Alex Musolino <alex@musolino.id.au> authored on 2020/04/07 08:14
notify(2): fix typo

665b78da – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/05 21:31
merge

9e2344a5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/05 21:29
pc64: remove rampage() nil check

a35cd0f8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/05 21:28
pc: zero rampage() memory (thanks LordCreepity)

80fdafd1 – Alex Musolino <alex@musolino.id.au> authored on 2020/04/05 19:26
file: try ismp4() before ismp3()

0ba08200 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 23:46
dossrv: fix falloc() for >31 bit sector numbers (thanks sl)

ecba7822 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 23:05
nusb/usbd: fix portreset error handling

315f20b9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 20:59
nusb/audio: set frequency only when supported

f5352eb5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 13:17
merge

339112ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 12:52
mtx, ppc: use proctab() to index into process table

30cbaa5c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 12:50
kernel: remove scheddump() comment for delay() in */fns.h

5f1b70f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 12:48
pc, pc64: new memory map code

8debb073 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 12:04
kernel: add portable memory map code (port/memmap.c)

7451bb40 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 11:55
ether8390: remove unused variables

6498ce3b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/04/04 11:47
ether8003: use physical addresses for ISAConfig ether->mem

ad3da2fa – Alex Musolino <alex@musolino.id.au> authored on 2020/04/01 18:57
merge

c3938067 – Alex Musolino <alex@musolino.id.au> authored on 2020/04/01 18:49
upas/fs: fix sending of "delete" plumb messages

55033d9a – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/04/01 07:42
kbd(1): revert repeat/delay change

4756cf54 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/04/01 07:31
devkbd: bits bad! revert repeat/delay, better patches welcome

d3512f60 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/03/31 17:57
ip/dhcp6d: work arround non-ethernet based client duid

480ce031 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/03/31 15:00
audiohda: add pci vid/did for AMD Raven HD Audio Controller (T495)

ddaaf65e – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/03/31 06:04
kbd(3): fix a typo (thanks Alex Musolino)

4dcb3ce2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2020/03/29 18:47
xen: fix rebootcode linkage

11025d6f – BurnZeZ <devnull@localhost> authored on 2020/03/29 13:39
lib9p: fix re-use of root Qid when using createfile(); remove unused dirqidgen

f5f37ba5 – Sigrid <ftrvxmtrx@gmail.com> authored on 2020/03/29 15:28
pc64: enable uartpci (thanks taw9 for testing)

Next