shithub: riscv

RSS feed

a8f64e53 – cinap_lenrek <[email protected]> authored on 2020/06/06 11:44
archacpi: use 64-bit uvlong for physical addresses

6184a4ef – cinap_lenrek <[email protected]> authored on 2020/06/06 11:23
devvga: use 64-bit physical addresses for framebuffer

182e18ec – cinap_lenrek <[email protected]> authored on 2020/06/06 11:21
devpccard: use 64-bit physical addresses

4eeaedbc – cinap_lenrek <[email protected]> authored on 2020/06/06 11:18
usbxhci: use 64-bit physical addresses

b6becc7a – cinap_lenrek <[email protected]> authored on 2020/06/06 11:17
devpnp, devether, devusb: cast ISAConf.port to uvlong (for 32-bit implementations)

6ae50ce3 – cinap_lenrek <[email protected]> authored on 2020/06/06 11:12
devusb: print Hci.port as 64-bit uvlong

d4213dbc – cinap_lenrek <[email protected]> authored on 2020/06/06 11:11
devether: print Ether.port as 64-bit uvlong

0a96d33a – cinap_lenrek <[email protected]> authored on 2020/06/06 11:10
devpnp: print pci membar as 64-bit uvlong

7bf5c61e – cinap_lenrek <[email protected]> authored on 2020/06/06 11:06
bcm64: bring pci code in line with the pc/pc64

142bb6d5 – cinap_lenrek <[email protected]> authored on 2020/06/06 11:01
bcm64: use uvlong for ISAConf.port

c7d9da8f – cinap_lenrek <[email protected]> authored on 2020/06/06 11:01
bcm64: use 64-bit uvlong physical address in vmap()

3bcc34f2 – cinap_lenrek <[email protected]> authored on 2020/06/06 10:58
pc, pc64: implement 64-bit pci membar support

93f6ce24 – cinap_lenrek <[email protected]> authored on 2020/06/06 10:52
pc, pc64: use 64-bit physical addresses for ISAConf.port

21e4d88a – cinap_lenrek <[email protected]> authored on 2020/06/06 10:43
pc, pc64: use 64-bit physical addresses for vmap() and upaalloc()

5f3e72eb – cinap_lenrek <[email protected]> authored on 2020/05/31 20:07
merge

8918bd59 – kvik <[email protected]> authored on 2020/05/31 18:39
acme: implement 'scratch' ctl command (thanks Drew DeVault)

94916808 – cinap_lenrek <[email protected]> authored on 2020/05/31 13:25
kernel: remove unused segment argument in freepte()

30bf1c45 – cinap_lenrek <[email protected]> authored on 2020/05/31 10:32
pc, xen: make PAT support optional (for xen)

5cd7f7b0 – Ori Bernstein <[email protected]> authored on 2020/05/30 06:06
ape/libdraw: add missing eenter (thanks phil9)

07a1df8c – cinap_lenrek <[email protected]> authored on 2020/05/30 09:03
imap4d: reject invalid month in date2tm()

a48b462e – cinap_lenrek <[email protected]> authored on 2020/05/29 22:03
rc: avoid forking for final command that has variable assignments (to get $apid right)

0e97c8d1 – cinap_lenrek <[email protected]> authored on 2020/05/26 20:09
ip/cifsd: add FIND_FIRST2 SMB_FIND_FILE_FULL_DIRECTORY_INFO info level

b72af6a2 – cinap_lenrek <[email protected]> authored on 2020/05/26 17:37
sshnet: prevent ssh process from keeping the mount alive

153fcabb – cinap_lenrek <[email protected]> authored on 2020/05/24 13:50
pc, pc64: fix wrong mtrr physmask() for machines without extended address size msr

9960a125 – cinap_lenrek <[email protected]> authored on 2020/05/24 12:00
awk: fix race condition with sub-mk in mkfile

f5910123 – cinap_lenrek <[email protected]> authored on 2020/05/23 22:43
usbehci: release ctlr ilock before calling pollcheck()

9b287904 – cinap_lenrek <[email protected]> authored on 2020/05/23 22:12
merge

3869d7a8 – cinap_lenrek <[email protected]> authored on 2020/05/23 22:11
usbehci: avoid kproc() while holding poll lock

e06f8e06 – cinap_lenrek <[email protected]> authored on 2020/05/23 20:26
man(9): remove accidentally commited indices

81918373 – cinap_lenrek <[email protected]> authored on 2020/05/23 19:32
merge

a54804ed – cinap_lenrek <[email protected]> authored on 2020/05/23 19:31
ip/tinc: accept udp connection from any udp source port

a8e4b50c – Sigrid <[email protected]> authored on 2020/05/23 16:41
paint: change colors in the palette with button 3

ec737b6a – cinap_lenrek <[email protected]> authored on 2020/05/23 13:44
libaml: implement ToDecimalString and ToHexString operations

b86bb35c – cinap_lenrek <[email protected]> authored on 2020/05/22 19:58
pc, pc64: do page attribute table (PAT) init early in cpuidentify()

0002fd0c – cinap_lenrek <[email protected]> authored on 2020/05/17 19:46
libc/arm64: work arround linker bug for cas()

b599dc0e – cinap_lenrek <[email protected]> authored on 2020/05/17 15:08
7l: handle dupok flag in TEXT/GLOBL data

f860f25f – Ori Bernstein <[email protected]> authored on 2020/05/17 04:18
Add stdbool.h to ape

8550a2ad – cinap_lenrek <[email protected]> authored on 2020/05/16 12:26
7l: fix mistake

bd4b6bda – Ori Bernstein <[email protected]> authored on 2020/05/15 12:56
#pragma ref no longer exists

78aec6d5 – Ori Bernstein <[email protected]> authored on 2020/05/15 12:46
Fix scans of more than one character in %[]

ed464597 – Ori Bernstein <[email protected]> authored on 2020/05/13 14:50
stop fiddling with path construction.

d332f8a9 – Ori Bernstein <[email protected]> authored on 2020/05/13 04:42
fix yacc crash with absolute paths

1c4c8227 – cinap_lenrek <[email protected]> authored on 2020/05/12 20:17
ape: fix name clash, have to use _SLEEP syscall instead of ape sleep in plan9 code (thanks jamos)

8ca102d4 – cinap_lenrek <[email protected]> authored on 2020/05/12 19:18
cc: dont export gethunk(), hunk, nhunk and thunk

34cf2725 – cinap_lenrek <[email protected]> authored on 2020/05/12 18:45
cc: get rid of hunk pointer fiddling and just use alloc()

ecdf3f92 – cinap_lenrek <[email protected]> authored on 2020/05/12 18:04
?l: remove direct hunk manipulation from linkers, just call malloc()

73f38fc5 – Ori Bernstein <[email protected]> authored on 2020/05/12 06:48
[ape] add missing conversion flags for scanf

27fc79b0 – cinap_lenrek <[email protected]> authored on 2020/05/10 18:51
devip: fix ifc recursive rlock() deadlock

dbfec06b – cinap_lenrek <[email protected]> authored on 2020/05/10 12:54
kernel: fix checkpages() and segflush() on SG_PHYSICAL type segments

0099db7b – kvik <[email protected]> authored on 2020/05/09 23:24
merge

1c3a6fc6 – kvik <[email protected]> authored on 2020/05/09 23:18
acme: add missed error checks

662aff21 – cinap_lenrek <[email protected]> authored on 2020/05/09 22:44
merge

c474179f – cinap_lenrek <[email protected]> authored on 2020/05/09 22:43
usbxhci: fix wrong control endpoint 0 output device context address

bfc8cdff – Ori Bernstein <[email protected]> authored on 2020/05/09 11:10
fix '%[]' specifiers and '%n' (thanks phil9)

758edf2b – kvik <[email protected]> authored on 2020/05/08 16:49
nusb/kb: add quirks for Elecom HUGE trackball

2c3e60d9 – cinap_lenrek <[email protected]> authored on 2020/05/07 19:28
merge

04066fe9 – cinap_lenrek <[email protected]> authored on 2020/05/07 19:27
bcm64: fix kernels cmpswap() function

ec4011ac – Ori Bernstein <[email protected]> authored on 2020/05/07 09:23
fix typo: mouse->xy, not w->mc.xy

6d25e194 – kvik <[email protected]> authored on 2020/05/07 14:37
aux/getflags: remove rogue debug print

57499005 – Ori Bernstein <[email protected]> authored on 2020/05/06 11:39
bring stdint.h closer to spec

ccf5d3fb – kvik <[email protected]> authored on 2020/05/06 20:10
aux/getflags: improve flagfmt parser

0dc9c8d0 – Ori Bernstein <[email protected]> authored on 2020/05/06 09:38
Reset click count on mouse motion.

7de7414e – Sigrid <[email protected]> authored on 2020/05/04 07:57
tmac.eai: wrapper around -me: auto indexing sections, .TC macro (thanks sirjofri)

5e795918 – Sigrid <[email protected]> authored on 2020/05/04 07:55
add missing /sys/lib/tmac/me files (thanks sirjofri)

ac88ce4f – cinap_lenrek <[email protected]> authored on 2020/05/02 13:32
make bind(2) error handling consistent

7ff6ea0f – cinap_lenrek <[email protected]> authored on 2020/05/02 13:05
libdraw: fix mount() error handling in newwindow()

19cc46bc – cinap_lenrek <[email protected]> authored on 2020/05/02 12:56
sed: accept and ignore -E and -r flags for unix compatibility

d0c87bad – cinap_lenrek <[email protected]> authored on 2020/05/02 12:53
ip/cifsd: implement primitive per-share unix id mapping for wstat()

badbf50b – cinap_lenrek <[email protected]> authored on 2020/05/02 11:34
merge

8e2cfc04 – cinap_lenrek <[email protected]> authored on 2020/05/02 11:32
ether82543gc, ether82557, ethervirtio: do kproc() call ouside of spinlock

d935bb25 – Ori Bernstein <[email protected]> authored on 2020/05/01 09:29
use #error when missing define

eb73718c – Ori Bernstein <[email protected]> authored on 2020/04/28 16:51
merge

9b8af272 – Ori Bernstein <[email protected]> authored on 2020/04/28 16:50
facelift for mothra: flat ui is in.

3bdf2425 – Sigrid <[email protected]> authored on 2020/04/28 08:49
libsec/base58enc: null-terminate the result

dcf96a00 – Ori Bernstein <[email protected]> authored on 2020/04/27 16:13
missing headers rate a FATAL.

39c3fd11 – cinap_lenrek <[email protected]> authored on 2020/04/27 15:55
lib9p: reject reads on closed fids and writes on directories

00bfe3ec – cinap_lenrek <[email protected]> authored on 2020/04/26 15:55
merge

61a062ee – cinap_lenrek <[email protected]> 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 <[email protected]> authored on 2020/04/26 05:32
copy all the tokens from the tokenrows with a paste.

8ebe958d – Ori Bernstein <[email protected]> authored on 2020/04/26 05:03
add missing header change (thanks qwx)

d6598a2a – Ori Bernstein <[email protected]> authored on 2020/04/25 16:46
Support for neo2 keyboard layout

2614fa02 – stanley lieber <[email protected]> authored on 2020/04/25 17:55
mothra: make user interface monochrome

9a7c5d56 – stanley lieber <[email protected]> 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 <[email protected]> authored on 2020/04/25 11:18
tweak selection criteria

7feab4dc – cinap_lenrek <[email protected]> authored on 2020/04/25 18:16
cc: simplify macexpand() and off-by-one error

4adb1d68 – Ori Bernstein <[email protected]> authored on 2020/04/25 07:00
fix typos in time calculation

d52d7bc1 – Ori Bernstein <[email protected]> authored on 2020/04/25 06:57
Backed out changeset 2737b9af622b

2de164c5 – Ori Bernstein <[email protected]> authored on 2020/04/25 06:43
fix typos in time calculation

5d7e9bee – Ori Bernstein <[email protected]> authored on 2020/04/25 05:38
Bump protocol version for Ttclick

8bc290cc – Ori Bernstein <[email protected]> authored on 2020/04/25 04:59
triple click selection in acme

6f443939 – Ori Bernstein <[email protected]> authored on 2020/04/25 04:58
triple click selection in rio

f616a0c1 – Ori Bernstein <[email protected]> authored on 2020/04/25 04:57
triple click selection in sam

614b1848 – cinap_lenrek <[email protected]> authored on 2020/04/24 17:15
acme/win: exit winfs once acme shuts down the window

4fb7462b – cinap_lenrek <[email protected]> authored on 2020/04/24 16:26
pc, pc64: use softscreen double buffering for *bootscreen= framebuffer

759656ad – cinap_lenrek <[email protected]> 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 <[email protected]> authored on 2020/04/21 17:14
/sys/man/1/mothra: add description of Plumb menu item.

27743b56 – stanley lieber <[email protected]> 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 <[email protected]> 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 <[email protected]> authored on 2020/04/21 13:32
remove unused macro from chan.c

Next