shithub: riscv

RSS feed

b59aa679 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 17:27
rand(2), cons(3): clarify /dev/random behaviour

f777743b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:50
merge

0a5f81a4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:42
kernel: switch to fast portable chacha based seed-once random number generator

71ac8839 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:39
devsdp: keep cipher states in secret memory

7f16c927 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:38
ip/esp: allocate cipher states in secret memory

2967f942 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:37
devtls: allocate cipher states in secret memory

7250c438 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:37
devssl: allocate cipher states in secret memory

0ac260b1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:36
wifi: update wifi.h header

0b8851dd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:35
wifi: allocate cipher states in secret memory, do AESstate key setup once

0f97eb3a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:33
kernel: add secalloc() and secfree() functions for secret memory allocation

8a736508 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 16:23
libc: add poolisoverlap() and definitions for Pool *secrmem

762e98d4 – aiju <devnull@localhost> authored on 2016/08/26 17:23
Bfn: set +x

1bd3ace9 – aiju <devnull@localhost> authored on 2016/08/25 19:39
document Bfn

81b1fc5a – aiju <aiju@phicode.de> authored on 2016/08/25 19:03
fix Bfn botch

1f441308 – aiju <devnull@localhost> authored on 2016/08/25 18:36
add Bfn script

a1e96ae4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 15:09
merge

c0ab6c1d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 15:06
vga/igfx: add pci did's for kenjis intel graphics cards.

51f76ae9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 14:51
merge

540373b9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/20 14:49
vga/igfx: work in progress fdi link train for sandy bridge, properly calculate fdi and displayport lane count

db7d1ed2 – spew <devnull@localhost> authored on 2016/08/18 04:52
fix awk format printing bugs (thanks aiju)

713beb6d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/16 14:06
devmnt: fix mistake in mntrahread()

f3b27fd8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/15 05:07
webfs: dont include http status in "needkey" error string

52d407f8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/15 04:40
libframe: consistent use of nil vs. 0

5af0a7ce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/14 21:07
libflate: add bounds checking on decode array, add sanity checks in hufftab()

75a8003a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/14 19:10
ndb/cs: don't lookup AAAA records for IL, make sure translated address is IPv4 for IL, consistent use of nil vs. 0 for pointers

58a0db93 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/14 19:07
ip/il: dont attept to connect over IPv6, IL only supports IPv4 packets

d41ca0d3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/14 14:52
6c: subsitute floating point registers eleminating MOVSD and MOVSS instructions in peephole pass

dac57567 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/09 22:40
ratrace: fix fork/exec race with "nohang" procctl (like a debugger)

a07a2025 – aiju <devnull@localhost> authored on 2016/08/08 18:19
document mplogic functions

590a4980 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/08 03:48
auth/fgui: use pale colors

e9818df0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/08 03:37
libcontrol: primitive text entry cut and paste with mouse

15fd8261 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/08 01:35
hgwebfs: make hgwebfs prompt for password

c8d1a885 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/08 01:32
webfs: avoid retry loops when we got a bad key in factotum

038a6155 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/08 00:17
webfs: include factotum key query in error string for 401/407 Unauthorized status

62ad8fc8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/07 22:03
authsrv(6): document session secret key derivation for p9sk1 and dp9ik

c6318ecb – aiju <devnull@localhost> authored on 2016/08/07 20:54
mptrunc: normalize after mpassign to handle the case b==r

333468d6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/06 11:09
thread(2): threadgrp() -> threadgetgrp(), thanks jpm

b21fe017 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/05 15:09
libauthsrv: ANAMELEN -> PASSWDLEN

b540a22e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/04 07:48
libauth: fix mount file-descriptor leak in auth_chuid()

2a6fd6ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/04 07:47
auth/login: add dp9ik key to sub factotum, get rid of temporary /srv file

ad6bb37e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/04 06:38
ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libauthsrv (thanks lawler)

261e3190 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:16
auth: various cleanups, use common readcons() from libauthsrv, zero keys after use

a75f4de5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:09
auth/secstore: use common readcons() routine from libauthsrv

ae5fb4ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:06
auth/factotum: use common readcons() function from libauthsrv

cf37a101 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/31 16:04
libauthsrv: export common readcons() routine and introduce PASSWDLEN constant

d91c4e40 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/24 11:13
auth/changeuser: fix misleading print (secret is 31 chars max, not 256)

409babb9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 23:24
devtls, devssl: make sure channel has ORDWR mode and is not a mount chan on fdtochan()

8173223f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 23:23
swap: make sure swap chan has ORDWR mode on fdtochan()

a0d4c5e2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 22:21
make error handling in 9p service loops consistent

a840b597 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 22:17
upas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p loop

518a40ae – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/23 22:12
ndb/dns: remove procname statistics and restart feature, cleanup 9p service loop

093eaec2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/19 18:10
kernel: dont pprint() into 9p channels

95524b1c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/15 17:13
5c: fix int -> uvlong cast bug (thanks to qwx on his patience on a the trouble session to narrowing it down)

de1e74ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/15 11:04
5a: ROL instruction

1492f46f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/10 17:41
libsec: add scrypt password based key derivation function

677dd90b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/08 12:19
disk/prep: if no 9fat, reserve space for plan9 partition table in autopart (thanks Shamar)

49cd794f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/08 00:16
5l: ROR instruction

752ba45f – spew <devnull@localhost> authored on 2016/07/05 19:21
remove mpc.tab.h on mk clean

eef8f57b – spew <devnull@localhost> authored on 2016/07/04 10:25
add history for libregexp

5fc7cdbb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/07/02 17:15
9fs: remove juke, kfs and snap targets, caching for other and dump

1edd8d28 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 15:11
acpi: _ADR and _BBN might be methods, so use amleval() to evaluate the value

3ec84c5d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 15:09
rc: implement 9atoms ` split {command} syntax extension

cabbe0a8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 13:18
doom: use Kprint for pause function (from qu7uux)

92aa75e8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 13:16
ether8169: fix wrong mbps setting (from qu7uux)

ca8ca008 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 13:13
doom: fix blazing door sounds (from qu7uux)

dab539cd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/30 07:58
vga/igfx: fix integer overflow in datam calculation (from qu7uux)

6c782909 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/29 21:07
acme(1): remove references to awd

828ec57d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/29 20:46
acme/win: implement /dev/wdir file in win to change directory tagline, remove awd

65977417 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/29 20:45
rc: write /dev/wdir after printing the prompt, not after executing "cd" command

d39d1a53 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 20:36
merge

2dc97202 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 20:36
ndb/dns: purge db records on refresh for resolvers, remove old debug and testing code

cb1a49da – stanley lieber <stanley.lieber@gmail.com> authored on 2016/06/26 12:47
/sys/src/games/mkfile: add timmy

4821c261 – aiju <devnull@localhost> authored on 2016/06/23 17:12
added games/timmy

baf20a54 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 14:14
rio: move the test if w is allowed to change cursor into wsetcursor()

b2efac46 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 12:38
5c: handle unused results for cgen64()

67a9174f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:28
chacha: calculate rounds in separate function (helps registerizer), get rid of unrolled code

69b0980a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:16
libc: native _addv() and _subv() routines for arm

a99cf56c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:13
kernel: more (arm) compiler friendly mul64fract()

5bf09937 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:09
5c: support for bit ROL, native 64 bit arithmetic

57ff297c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/26 11:00
cc: add OROL op to side effect free op list

c7565b51 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/20 19:11
merge

94ba3db5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/20 19:09
audio/flacdec: exit on decode error, print error message

0d29a5d8 – stanley lieber <stanley.lieber@gmail.com> authored on 2016/06/19 14:40
fortunes: Emacs now supports webkit.

e73a9eb9 – aiju <devnull@localhost> authored on 2016/06/10 08:14
togif: -E flag to read animation from stdin

a00b6bdb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/09 19:12
8c, 6c: native ROL (cyclic shift) instruction support, improve peephole optimizers

5cdabc5e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/09 19:03
?c: track ../cc/cc.h dependency and rebuild cc.a$O as neccesary

bd8b6c2f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/05 11:15
aml(2): document amlintmask

bc2a5d9b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/05 10:57
aml: define amlintmask and set it according to DSDT revision (64bit / 32bit)

3ccc8224 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/04 17:11
aml: implement ToInteger() and Match() instructions

a4a1a88a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/04 15:10
webfs: less aggressive url normalization; never unescape reserved characters in path/query/fragment

7c5ca77a – stanley lieber <stanley.lieber@gmail.com> authored on 2016/06/01 17:45
etheriwl: add pcid 0x0082 for Intel Centrino Advanced-N 6205 variant

de19776b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/01 20:12
mk: remove buggy and useless symtab functions (thanks qrstuv)

b8784507 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/06/01 14:31
mk: remove buggy and unneeded syminit() function (thanks qurstuv)

68571320 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/29 14:23
libmemdraw: remove unused static variable from memimagedraw()

3b1f13cb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/28 19:59
add polish keymap (thanks chomzee!)

e8eed628 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/27 14:56
awk: restore old buffering behaviour for printf

7a28f9bd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/26 17:28
vgaigfx: check gtt to determine graphics memory size, add hw cursor support for g35 (thanks kenji)

fa82522b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/26 06:02
etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)

3ba84f05 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/22 17:53
/sys/lib/dist/mkfile: efi iso/hybrid support

4e5b596b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/05/22 17:52
efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail otherwise

Next