git: 9front

RSS feed

4a03674d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 20:45
libmp: mpnrand(), what was i *THINKING*

6103afdf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 13:39
python: remove automatic compiled module loading (.pyc files)

f222a0c6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 12:46
libmp: mpdiv(): fix divisor==quotient case (again)

d5b32ac6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 12:33
libmp: timingsafe sign flip for small power-of-two negative divisor for mpdiv()

20bac609 – aiju <devnull@localhost> authored on 2016/08/28 12:05
mp.h: add mpasr

d62c7398 – aiju <devnull@localhost> authored on 2016/08/28 09:59
pc(1): SYNOPSIS...

e7258f91 – aiju <devnull@localhost> authored on 2016/08/28 09:49
pc(1): document -n option in manpage

cd7faab2 – aiju <devnull@localhost> authored on 2016/08/28 09:40
add pc(1)

7421055f – aiju <devnull@localhost> authored on 2016/08/28 08:00
mpdiv: negative divisor has to flip sign of quotient

06cd4da1 – aiju <devnull@localhost> authored on 2016/08/28 07:38
mp: fix mptov and mptouv

67dba2c1 – aiju <devnull@localhost> authored on 2016/08/28 06:49
mp: fix mpnot and add mpasr

ec8c438b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 23:41
mercurial: use new d_stat from dirent structure in osutil.listdir

49f75406 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 23:39
ape: add d_stat struct in dirent struct allowing the avoidance of stats

5a401cb4 – aiju <devnull@localhost> authored on 2016/08/27 21:23
timmy: manpage

79092442 – aiju <devnull@localhost> authored on 2016/08/27 21:08
strtomp: update the returned char* even if there were no characters parsed

b5518b92 – aiju <devnull@localhost> authored on 2016/08/27 21:07
strtomp: fix mpbits() call in octal code

6a3c5498 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 18:37
fix wrong manpage section index generation for rc-httpd(8)

89ae2d38 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/27 17:28
rio(4): document text truncation

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

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

69c7b7e2 – 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

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

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

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

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

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

c49c3f55 – 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

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

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

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

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

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

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

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

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

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

9bb30d3e – 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

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

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

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

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

7e716f34 – 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()

2c105470 – 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

b14a526e – 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

2b8f51b7 – 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

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

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

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

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

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

c97d16f7 – 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

d3c3c6bd – 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

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

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

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

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

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

1ff9815b – 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

3dde2922 – 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)

3a57a471 – 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

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

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

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

f0a33d3c – 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)

bbf10e9a – 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()

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

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

01811145 – 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

20211ad5 – 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

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

cacd1d6d – 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)

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

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

2cf91043 – 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)

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

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

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

5ad10b74 – 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

7f9966ca – 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

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

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

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

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

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

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

569891ea – 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

dbe3c337 – 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

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

f6ca5def – 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

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

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

87e21591 – 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()

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

b7448d59 – 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

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

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

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

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

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

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

Next