git: 9front

RSS feed

d7632bc0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/17 10:06
nusb/ether: multicast and promisc support for rtl8150 (url)

48c4a2e4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/16 19:23
merge

7a66cce3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/16 19:21
nusb/ether: experimental pomisc mode and multicast support for smsc and asix

27f5f439 – aiju <devnull@localhost> authored on 2016/09/15 05:13
pc(1): _ handling in numbers was broken at some point; restore documented behaviour

bd958dfe – aiju <devnull@localhost> authored on 2016/09/15 04:51
pc(1): add nsa() command

5cfe317b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/13 20:18
ape: fix format clash, %z is for size_t (which is a long currently), not pointer sized

de9f22c2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/11 19:20
ape: bring strtod() in line with plan9's libc version

2fc8b4c1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/11 19:19
libc: dont use floating point for portable umuldiv(), use 64 bit uvlong

88edd57f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/11 15:07
kernel: rekey chacha state on each randomread() invocation

b10a9e7d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/11 10:12
devcons: remove /dev/reboot "halt" command...

7c2f6c92 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/10 23:18
kernel: better nonce partitioning for chacha random number generator

c035cfb0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/10 22:10
kernel: xoroshiro128+ generator for rand()/nrand()

1d563ec8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/10 22:09
kernel: make randomread() fault reentrant

90dd4f7f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/10 21:54
kernel: replace various custom random iv buffer filling functions with calls to prng()

4d4050c3 – stanley lieber <stanley.lieber@gmail.com> authored on 2016/09/09 12:59
fortunes: Nein -- General Chuck Yeager

53e9e627 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/08 06:40
authsrv(2): update Nvrsafe structure to include aesmachkey

8df06041 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/07 21:49
kernel: fix type for utime/stime in pexit(), fix debug format strings

87378a03 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/07 21:28
kernel: make sure procalarm() remaining time doesnt become negative

ccd28c11 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/07 20:44
kernel: always do unsigned subtractions for m->ticks delta for updatecpu() and rebalance(), handle ticks wrap arround in hzsched()

6b616181 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/07 19:39
kernel: use tk2ms() instead of TK2MS macro for process time conversion

60b1d505 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/07 19:36
kernel: tsemacquire() use MACHP(0)->ticks for time delta

0349c32b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/07 17:14
devcap: timeout capabilities after a minute, fix memory leak, paranoia

2b530de1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/06 18:29
merge

bd193165 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/06 18:27
devproc: do unsigned subtraction to get MACHP(0)->ticks - up->times[TReal] delta

307449ef – aiju <devnull@localhost> authored on 2016/09/05 11:48
pc(1): bugfix: allow setting output base to 0 (thanks, deuteron)

0d8b07da – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/03 15:05
5c: do shift propagation for rotate right (ROR)

63514bf4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/03 14:18
5c: format assembly constant right shift encoding 0 as >>32

71938c24 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/03 13:11
5a: assemble constant >>0 right shifts as <<0 (no shift), allow >>32

29342066 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/03 13:01
5l: format assembly constant right shift encoding 0 as >>32

11528e96 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/09/03 12:47
libmach: fix RORREG, right shift with shift count 0 means >>32

a91f5a5b – aiju <devnull@localhost> authored on 2016/09/01 07:46
pc(1): manpage: restore previous size rather than set to 10

bc30c76b – aiju <devnull@localhost> authored on 2016/09/01 07:38
pc(1): manpage formatting

4f8c44e2 – aiju <devnull@localhost> authored on 2016/09/01 06:55
pc: add cat() function

2d854df9 – aiju <devnull@localhost> authored on 2016/09/01 06:46
mptrunc: don't write to r->p[r->top]

b78abcf9 – aiju <devnull@localhost> authored on 2016/08/31 09:00
pc: add rev function

ff81ffdf – aiju <devnull@localhost> authored on 2016/08/29 05:57
pc: add gcd, rand and minv; set base of logical operation results to 0

8b2cfbc0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 22:09
libmp: remove unused mpeuclid.c

12634d25 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/08/28 22:07
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()

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

Next