git: 9front

RSS feed

7c5f8aff – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/19 07:50
libsec: add salsa20 stream cipher

c31610a5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/19 06:08
authsrv(6): fix arrows

3e5b3203 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/14 18:39
wifi: check tkip/ccmp mac and crc in constant time avoiding timing side channels

4ce47db5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/13 20:08
pc64: move idle() routine after CALL main(SB) as the comment suggests

c4e7269b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/13 18:18
pc/pc64: backing out new mp startup code (caused issues with ramnode)

57c9ee90 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/13 16:48
devssl: use tsmemcmp() to compare mac to close timing side channel

75f994da – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/12 03:53
ndb/dnstcp: -x specifies the mountmoint

3ddf7e8d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/12 03:43
fix manpage references

59b6efa2 – mischief <mischief@offblast.org> authored on 2016/01/11 14:30
libauthsrv: fix ed448 goldilocks prime comment

4d8fb1ac – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/11 01:47
pc/pc64: bring up ap's one after another, use idlehands() while waiting for thunderbirdsarego

2c389cef – aiju <devnull@localhost> authored on 2016/01/10 17:03
libauthsrv: add D in mkfile

3445c99a – stanley lieber <stanley.lieber@gmail.com> authored on 2016/01/07 10:04
/rc/bin/": fix quoting bug (thanks, aiju and silasm)

88882398 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/07 14:37
pc/pc64: remove mpshutdown print

3b198151 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/07 14:37
kernel: remove todfix overflow iprint() spam

12741ba9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/07 14:20
ape/stdio: %z format is VLONG on amd64

bab6ffb3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/07 14:04
ape/fmt: %p and %z format for amd64

6bdb951b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 23:44
format pointer subtraction results with %zd instead of %ld (for long -> intptr on amd64)

c5210568 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 23:40
6c: return vlong result for pointer subtraction

4a6e6c47 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 23:39
introduce signed intptr and %z format modifier for formating uintptr and intptr

a08c1262 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 22:38
venti/fixarenas: more %z -> %Z

0e9cb0ee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 21:27
venti/fixarenas: replace %z fmt with %Z

ac52447e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 01:00
rx: theres no p9sk2 anymore

268cc3fa – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 00:31
merge

bbc8cc4f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2016/01/06 00:30
libsec: make sure theres no garbage after the asn.1 decode, cleanup

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

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

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

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

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

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

77cff465 – 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

39c11de5 – 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0b177b66 – 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)

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

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

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

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

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

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

809f1f25 – 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)

d673edbb – 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.

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

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

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

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

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

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

8b8c49d8 – 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)

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

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

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

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

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

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

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

274ba886 – 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

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

2a83da72 – 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()

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

4c2a52f8 – 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Next