shithub: riscv

RSS feed

dbf6aaf5 – spew <devnull@localhost> authored on 2017/01/20 11:14
games/mix: fix man page directories

339fda91 – spew <devnull@localhost> authored on 2017/01/17 15:52
games/mix: remove tests directory

4b68ddfb – spew <devnull@localhost> authored on 2017/01/17 15:51
games/mix: document -g option, rename tests to examples as it is in the man page

ca47fef0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/15 13:25
rcpu: use $cpu environment variable for host when not specified

e9bf14ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/14 23:09
libsec: avoid temp variables in chacha/salsa ENCRYPT() macro

03c44c44 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:54
rx: remove ssh code

b7103d15 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:46
listen(8): remove tcp22 section

432c8941 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:44
remove !tcp22 service

916d0088 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:43
cpu(1), import(4): note deprecation and refer to rcpu(1)

67fb6805 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:31
listen(8): remove reference to ssh(1)

04b200f5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:30
rsa(8): remove reference to ssh(1)

db310be1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:29
srv(4): fix reference to tlssrv(8)

23ebca57 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:26
factotum(4): remove reference to ssh(1)

a2eddf4d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:24
execnet(4): remove trailing ,

93dc490b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:23
execnet(4): remove reference to ssh(1)

5bfce16c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:21
vt(1): remove reference to ssh(1)

412cbf67 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:19
con(1): remove reference to ssh(1)

26c39ddc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:18
9p(2): remove reference to ssh(1)

3a7146f8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:15
stub(8): remove reference to sshnet

19668882 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:13
authsrv(6): remove reference to ssh(1)

39e4bbcf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/13 14:02
srv(4): remove ssh/sshsrv references

dc8c7bf2 – khm <devnull@localhost> authored on 2017/01/12 11:36
ssh: R.I.P.

cb1555c7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/12 16:11
sgi: change definition of tas() to take void* like the rest

bdc1b187 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/12 15:17
merge

2e23780d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/12 15:16
libsec: implement extended 192-bit nonce xchacha variant and hchacha function

47f07b26 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/12 15:13
kernel: make the mntcache robust against fileserver like fossil that do not change the qid.vers on wstat

4aeefba6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/12 15:04
kernel: add "close" ctl message for tcp connection to gracefully hang up a connection without a tcp reset (used by go)

a0cc369c – spew <devnull@localhost> authored on 2017/01/10 06:42
games/mix: Add Knuth MIX emulator/assembler

c67d0c69 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/08 12:41
6c: reverse register allocation order to avoid having to spill AX,DX and CX

28089ee0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/07 15:36
aux/data2s: compress output

df6c1908 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/05 21:54
cfs: fix cfsctl interaction with mount cache (mount -C flag)

19dc7c20 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/01/02 00:49
6c, 8c: fix "DI botch" evacuating DI/SI/CX registers to ".save" variables

8547defe – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/28 22:46
vgaigfx: enable softscreen by default

9e95cb1a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/28 18:42
samterm: avoid flushimage when theres nothing new to flush

45512020 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/28 13:19
libmp: avoid temporary buffer allocation in mprand()

7755561a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/27 21:09
fplot: fix zoom egetrect check (thanks qu7uux)

74f62ca2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/27 21:08
fplot: parse negative numbers in argument to -r option (thanks qu7uux)

ed9fdc72 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/27 21:02
libsec: replace des based X9.17 genrandom() with chacha random number generator

84228515 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/26 14:48
keyfs: print error message when reading /adm/keys fails

c5e90835 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/24 21:13
cdproto: explicitely create /$objtype/bin subdirectories for all archs

ff384cbd – spew <devnull@localhost> authored on 2016/12/24 12:58
libavl: fix manpage example, minor improvement to code

6187b862 – spew <devnull@localhost> authored on 2016/12/22 13:44
avl: fix man page example

0885ed1e – spew <devnull@localhost> authored on 2016/12/22 11:47
alv(2): new avl implementation

3bf89ed8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/22 16:55
auth/as: simplify further

82bf1994 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/22 16:39
auth/as, auth/none, auth/newns: consistent handling of command arguments, cleanup

640adc8f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/21 20:59
merge

1ebcdca4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/21 20:56
libauth: don't attempt to mount when opening mount srv file fails in nsop()

a37a1307 – aiju <devnull@localhost> authored on 2016/12/20 13:33
mpxor: sign should be 1/-1, not 0/-1

cd15849b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/19 14:05
rcpu: avoid filedescriptor conflict with <{} (thanks mycroftiv)

4f72cda4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/18 13:00
awk: improve random number generation

2830cd7e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/17 14:47
pc: modify cpu0 page tables in patwc() instead of current cpu ones

ea30cf94 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/17 11:35
pat write combinding support for 386 kernel, honor cpuid bits

d48a0894 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/15 18:27
pc64: implement simple write combining for framebuffers with the PAT

f3b5bcff – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/15 17:08
acid: fix y.tab.h dependency for proc.$O

052abe1c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/14 15:02
xen: fix build by adding missing rdrandbuf() function

6cbc2263 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/11 11:53
vncs: update devmouse code

5cc1cb18 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/11 11:52
vnc: don't prompt for password on auth_respond() failure

5d353d62 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/11 11:02
devmouse: remove unused static map[] array

b3c1fa9e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/10 11:12
devmouse: change msec argument of *mousetrack() to ulong

7a145e89 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/05 13:32
audioac97: support for ICH4-ICH7 based cards with memory mapped registers (thanks echoline)

978628d6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/12/02 19:24
tcp17019: make service proto and netdir arguments optional (for aux/listen1)

9a553462 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/29 16:11
devmouse: various bugfixes, simplify

3dc64de2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/29 15:54
omap: cleanup mouse.c, just a dummy for mousectl()

807019d6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/29 15:51
omap: fix format string warning %d for long

6d424674 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/27 16:20
stdio: fix sclose() buffer overrun when terminating string, realloc() error handling (thanks porlock)

0edcb33c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/19 11:47
merge

93f122b9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/19 11:45
link loopbackmedium and netdevmedium in bcm/pif, sgi/indy and zynq kernels

ee9b0eef – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/17 18:07
libavl, libregexp: put debug functions back

ed76659c – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/17 17:58
/sys/src/lib*: clean up

28f4567b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/17 15:10
libmemdraw: cleanup fillpoly(), remove unused fillcolor hack

6fc0e054 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/17 14:54
libsec: remove unused get32() function

b4db7379 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/17 14:42
libmemdraw: remove unused static drawbuf variables and ptrfn() declaration

dd4de0b0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/17 13:14
devtls: remove unused get32() function

0930f44f – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/16 21:59
cmd: remove a bit of unused stuff

c0d0f86b – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/16 21:14
tar: remove unused variable

e49f163e – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/16 21:12
clock: remove unused variable

4c0c82d6 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/16 21:11
page: remove unused variables

ec327019 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/16 21:09
ramfs: remove unused variable

4195e1a5 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/16 21:07
aan: didn't ask about sendcommand

8f221cfe – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2016/11/16 21:02
libsec: remove unused aes_setupDec

1a782fda – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/16 20:28
pc64: check if vmap() range fits in VMAPLEN window, remove unneeded vmapsync(), rename fault386() to faultamd64()

78d2a525 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/15 19:54
ip/tcp: never raise the mss over the link mtu < 1280 for v6

323d6258 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/15 17:13
ip: get rid of update_mtucache() and restrict_mtu() prototypes

30c5c340 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/15 17:11
ip/pktmedium: no mintu, no maclen... thi is ip packets

35797572 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/15 16:54
ip/pktmedium: fix wrong hsize, theres no ethernet header on packet media

1f628ef1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/15 15:28
ip/tcp: only calculae mss from interface mtu when directly reachable for v6

fdc81870 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/12 18:11
nusb/ether: support for "bridge" ctl message

c86b5dda – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/12 12:41
kernel/qio: make readblist() offset of type ulong as the rest

2127b8c5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/12 11:05
kernel/qio: get rid of unused qcopycnt debug variable

d2ad8df9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/09 14:44
kernel/qio: implement concatblock() with pullupblock()

d97eb114 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/08 17:33
kernel/ip: fix typo (rfc -> ifc)

ba38aa8b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/08 17:33
gre: check nil for pullupblock()

58fe71b2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/08 16:06
devbridge: simplify etherwrite() as we dont deal with block lists

99cc56f2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/08 16:05
kernel/ip: remove nil checks for allocb() and padblock()

5cbffd6e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/08 16:03
kernel/qio: maintain Block.next pointer in padblock()

8f782ac9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 21:10
srv(4): add SOURCE for srvtls

b431b6c1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 19:38
kernel/qio: fix comments, fix qiwrite() on close queue, remove debug setmalloctag() call in qwrite()

32dfbc7c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 19:34
devcons: simplify putstrn0()

48b49361 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 17:43
devbridge: various bugfixes and improvements from charles forsyth

a54d1cd9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/11/07 17:20
kernel/qio: big cleanup of qio functions

Next