shithub: riscv

RSS feed

cd747191 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/05 22:59
merge

4cf801b8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/05 22:58
add missing /sys/src/cmd/auth/lib/private.c

2dae1ed5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/05 22:09
auth: release dp9ik implementation and reentrant factotum

e064752d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/05 20:19
libmp: silence compiler warning for strtomp

3735cc9b – stanley lieber <stanley.lieber@gmail.com> authored on 2016/01/05 16:34
authsrv(6): english

32c11e28 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/05 02:53
pc/pc64: import i210 support from erik quanstrom's 9atom

41383ad0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/05 00:32
kernel: change active.machs from bitmap to char array to support up to 64 cpus on pc64

dd8908cf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/04 22:57
fdisk: properly convert byte units K,M,G and T to cylinders/sectors

5aeddd67 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/04 14:09
libmp: check nil return value of strtomp() in test program

263b0e34 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/04 13:35
mpc: use new strtomp() c-style prefixes to parse integer constants

f5fcf668 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/04 13:33
libmp: mistake in strtomp()

d30b160f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/03 17:43
libmp: support for c-style base prefixes for strtomp(), octal support

39f18c9d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/25 12:05
libsec: implement TLS-PSK for tlsClient()/tlsServer()

4a6ab355 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/22 21:31
file: recognize bootable disk images (by 0x55AA boot sector signature)

76e5cda1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/22 21:11
file: recognize tcpdump pcap files

46bbeea0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/22 21:00
snoopy: fix timestamps for pcap files (thanks BurnZeZ)

a53ae278 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/22 13:12
libjson: added printing support (thanks spew)

f6e8b115 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/22 12:00
libjson: fix memory leak setjmp/longjmp problem (thanks spew)

9b0de7f9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/20 23:55
tls: implement chacha20/poly1305 aead cipher suits

d1914415 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/20 23:49
kernel: missing changes for ibrk() prototype

bdc2b755 – aiju <devnull@localhost> authored on 2015/12/20 08:45
mpfmt: handle base 2, 4

a8f8de1c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/16 16:30
import/expoerfs: dont assert() fault when ai->secret is > 8 bytes, just use the first 8 bytes

e83c9b3e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/16 16:27
auth/httpauth: use auth_userpasswd() instead of AuthHttp request to AS

8a60d9e2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/16 16:23
libsec: use tsmemcmp() when comparing hashes, use mpfield() for ecc, use mptober() when right adjusting mpint to bytes

efd3ac8a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/16 16:18
libmp: add mpfield() function for fast field arithmetic

b6f04b77 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/16 16:07
devprov: remove unused extern int unfair

7be7d068 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/16 16:06
kernel: use uintptr for ibrk() return value (for base >2GB) and clarify segbrk(2)

afe450d3 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/12/11 09:18
/sys/lib/dist/ndb/common: update for sl's auth servers

55f6484f – stanley lieber <stanley.lieber@gmail.com> authored on 2015/12/08 20:17
/lib/ndb/common: add auth=cb.inri.net authdom=nyc

15c6cd75 – aiju <devnull@localhost> authored on 2015/12/08 15:26
mp: strtomp support for bases 2,4,8

609a9922 – aiju <devnull@localhost> authored on 2015/12/08 14:43
mp: fix bug in mplogic.c; update mkfile

87abbc64 – aiju <devnull@localhost> authored on 2015/12/08 13:29
mp: add logic operations; mpfmt: include 0x with #

5f155322 – Matthew Veety <mveety@mveety.com> authored on 2015/12/07 13:55
fixed spelling error in 2c(1) for the axp entry.

1c0ba201 – Matthew Veety <mveety@mveety.com> authored on 2015/12/07 12:59
made sure that rcmain.local runs independent of the existence of $home/lib/profile. Documented /rc/lib/rcmain, /rc/lib/rcmain.local, $home/lib/profile in rc(1) and the first two in namespace(4)

04a8392f – Matthew Veety <mveety@mveety.com> authored on 2015/12/07 11:01
Added change to /rc/lib/rcmain to allow execution of /rc/lib/rcmain.local if it exists. /rc/lib/rcmain.local is similar to $home/lib/profile in that it will only be executed with -l, but is site-wide.

9e09742e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/07 12:00
yacc: attempt to keep line numbers right for yyparse()

d928a6f2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/06 15:55
merge

01afe932 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/06 15:53
libmp: fix assert() for mpexp() with nil modulus

1a5c8430 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/06 15:52
libmp: fix wrong move instruction for arm vector operations

eccb144a – aiju <devnull@localhost> authored on 2015/12/06 15:37
winwatch: l allows label changes

8d16e980 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/01 06:25
libmp: mpmod() fix typo

ffdfc17c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/01 06:13
libmp: with mpmod() m = 2^a - c ensure that digits(c) < digits(m)

fbd82589 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/01 04:41
merge

3a40210d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/12/01 04:40
libsec: fix genprime() to produce normalized result

4770f60b – aiju <devnull@localhost> authored on 2015/11/30 18:36
mkone: yacc wants the D

bdaa0022 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/30 15:08
webcookies: strdup() file argument to avoid crash (thanks mischief)

1d8f2ac0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/30 09:57
merge

7f3659e7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/30 09:56
kernel: cleanup exit()/shutdown()/reboot() code

4badf997 – BurnZeZ <brz-9dev@feline.systems> authored on 2015/11/29 13:06
fplot(1): fix typo

a1a3af55 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/11/27 12:04
fortunes: If you get this, delete it. - Sorry! -- Tim Berners-Lee, www-talk, Mon, 28 Oct 91 14:34:12 GMT+0100

8043614f – stanley lieber <stanley.lieber@gmail.com> authored on 2015/11/27 11:49
fplot(1): add BUGS section

254031cf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/26 10:25
libsec: add chacha20 poly1305 aead, allow 64 bit iv's for chacha, add tsmemcmp()

90695e2e – BurnZeZ <brz-9dev@feline.systems> authored on 2015/11/25 06:39
mpc: mpc.c is generated by yacc, so remove it on mk clean

d7303af0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/24 23:31
rio: allow reading the image of a hidden window thru the window file

9ef4ba83 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/24 23:30
rio: fix handling "resize" wctl for hidden windows

e82b10ff – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/24 06:02
disksim: don't assume 4-byte pointers

518fd3ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/22 19:50
rio: stop serving kbdin file (thanks eekee)

569bdd00 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/22 18:47
add mpc(1), extended precision code generator

ccfb9118 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/21 22:19
bootrc: remove usbwait hack, usbd/nusbrc are now synchronous by previous commit

7e3b2cdb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/21 22:17
usbd: intoruce /env/usbbusy

98363cb2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/21 21:39
devenv: fix ORCLOSE handling

38e1e527 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/21 04:39
libmp: initial attempt at constant time code, faster reductions for special primes (for ecc)

b677ab0c – aiju <devnull@localhost> authored on 2015/11/20 17:26
remove dunning-krugerrand code

51bedde4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/20 01:28
libmp: fix test program

9fccf162 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/20 01:25
libmp: add mpvecadd()/mpvecsub() assembly versions for arm

2559e19e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/20 01:25
libmp: 386/amd64 mpvec*(): replace conditional branches with ADC/SBB instructions

55d3e11f – stanley lieber <stanley.lieber@gmail.com> authored on 2015/11/06 15:00
9fs: add case 9front

b2148282 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/06 12:28
merge

00572496 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/06 12:27
kernel: use nicer check in okaddr(), wet floor signs in fixfault()

3133a2a4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/05 21:55
merge

b32300de – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/05 21:53
kernel: fix okaddr() check

b26ec24f – stanley lieber <stanley.lieber@gmail.com> authored on 2015/11/02 14:12
9fs: add 9pio case for unauthenticated connections to 9p.io.

2ba46903 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/01 07:14
merge

a4e32b43 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/01 07:12
libmp: optimize case x/0xffffffff in mpdigdiv() (helps arm)

d901fbe4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/01 07:10
libmp: add mpvecdigmuladd()/mpvecdigmulsub() assembly routines for arm

c184d260 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/11/01 07:09
5c: handle (rare) MULU instruction in peephole optimizer

258c4fc0 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/10/31 12:09
fortunes: [9fans] FUSE on Plan9

15bd0c52 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/10/31 12:07
delkey(1): update man page to reflect recent changes.

5c5c074f – aiju <devnull@localhost> authored on 2015/10/30 18:18
delkey: don't be stupid

cd3053a3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/28 13:09
devtls: reject SHA2_256 mac for SSL, but TLS is fine

93d63dc1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/28 09:39
mp(2): fix typo mnprand() -> mpnrand()

4587326e – BurnZeZ <brz-9dev@feline.systems> authored on 2015/10/25 10:46
ascii: replace mnemonic np (new page) with ff (form feed) for consistency

8f27b8d0 – BurnZeZ <brz-9dev@feline.systems> authored on 2015/10/24 18:57
rio: fix scrolling when cursor is above window

847f3a0c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/22 03:48
libsec: add chacha cipher (from charles forsyth)

7effba9d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/22 03:17
libsec: add poly1305

a3c15570 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/10/19 07:56
fortunes: Maybe a git branch can help here?

24d74a4b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/18 20:20
acid/leak: fix endless loop for B2NB(b) == b case (thanks mischief)

5ca4afb2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/17 10:45
wifi: prioritize rsne over wpaie

2f99484b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/15 09:22
merge

a034e629 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/15 09:21
lib9p: do not override Srv.end in listensrv(), simplify srvclose() and recounting

27d2955c – aiju <aiju@phicode.de> authored on 2015/10/12 06:41
lib9p: add reqqueuefree

9112daa7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/09 21:12
libsec: remove rc4 cipher suits for tls

13213681 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/09 20:11
aux/listen1: usage()

47682ee4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/09 20:09
aux/listen1: allow alternative namespace when running as user none with -n option

bab31af7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/09 15:22
cwfs: fix wstat() failing to mark block dirty when noatime is set

9ec1a07a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/09 14:52
libsec: clarify the code by declaring constant for DirectoryString and handle conversion in mkstring()

6bb63f78 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/09 14:31
libsec: use the right string encoding for various x509 fields

4040ea7a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/09 01:10
wifi: quote value of parsed ether options

b29e414b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/08 13:16
merge

2598a9e3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/10/08 13:14
cc: restore side(), but do not consider OINDEX as side effect free

Next