shithub: mc

RSS feed

40503a54 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/20 16:10
Add -T to use *only* the passed sytem tags.

22f8aa50 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/03/20 12:22
Allow intfmt to handle uint64s with {p=0,w=64,b=2}

b0f3b09f – Ori Bernstein <ori@eigenstate.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/03/19 12:57
Check both digits for < Kmin

16ed56af – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/17 07:36
Add benchmark for bigint multiplication.

f127b825 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/16 21:26
Implement karatsuba multiplication.

dc9fbed2 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/14 08:43
Add incomplete constant time bigint code.

038b1d6b – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/13 10:35
Fix extra parens.

1b564b2e – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/12 14:57
Reinit nexttid on every run.

755433e9 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/11 20:02
Bump ABI retroactively.

bd5cf678 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/11 20:02
Add constant time 'min()' and 'max()'

dda65708 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/10 16:24
Be a bit more paranoid about memory corruption.

dcd6fad7 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/10 14:19
Don't overallocate.

dbf04d05 – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/10 13:16
Clean up readinto.

e65d5c40 – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/09 07:37
Remove accidentally committed cruft.

7b024df8 – Ori Bernstein <ori@eigenstate.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/03/06 06:47
Add ternary operator.

27b4f894 – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/01 08:47
Fix syscall numbers.

5f908a4b – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/02/27 17:54
Test some fltbits functions

19248d96 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/02/27 17:54
Adjust signs of fltbits functions

abb53670 – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/26 08:37
Fix build.

3ac4d72f – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/24 16:46
Add secure clearing util functions.

3782820d – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/23 15:53
Update 9front bootstrap.

10afb24e – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/23 15:51
Regenerate FreeBSD bootstrap.

042899b8 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/23 06:33
Regenerate OpenBSD bootstrap.

99cf0575 – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/23 06:32
Fix Linux bootstrap.

e8599e1a – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/20 05:40
Fix minor leak

39b688e8 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/19 09:34
Add some constant time math helpers.

92747b6c – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/19 07:23
Speed up std.clear

9855b5ed – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/18 17:47
Add hmac implementation.

7b625e88 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/18 17:25
Resolve the impl() type.

ceca8755 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/18 16:22
sjlj types are arch-specific.

745fee5b – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/18 16:22
Add utility functions for testing.

9cb3a0f2 – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/15 06:19
Be a bit better about cleaning up fds on error.

f8b121ae – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/09 06:05
Fix confusingness with byte sizes/element counts.

aec1d8a6 – Ori Bernstein <ori@eigenstate.org> authored on 2018/02/04 13:37
Free up regexes/strings after benchmark.

f14bc153 – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/01 06:53
Add test for bio skipto.

a2653e75 – Ori Bernstein <ori@markovcorp.com> authored on 2018/02/01 06:04
Merge branch 'skiptoit' of https://github.com/moreais/mc

066812db – Carlin Bingham <cb@viennan.net> authored on 2018/02/01 21:42
Fix std.skipto

5e2dccff – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/31 17:32
Fix 9front build

7caf9ecc – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/31 16:29
Check that if we default to int, all necessary traits are there.

b4e3c2bc – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/31 10:10
Free obsolete htabs

d4bb1a02 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/31 06:42
Teach libtestr to listen MTEST_SUBSET.

bc9ee15f – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/31 06:41
Teach mbld how to parse skipped tests.

65c02369 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/31 09:35
Fix missing condition in runtest.sh

04d69fa4 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/31 05:21
Support running single test

80f31970 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/28 19:28
Allow generating function vars.

30c66257 – Quentin Carbonneaux <quentin@c9x.me> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/28 14:37
Improve error message for mismatched formats.

fcfba8c4 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/27 07:33
GC sections by default.

4c94aae2 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/27 07:22
Remove std.sleq

dbe9ae0f – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/26 20:03
Optimize int formatting a bit.

ff991b5e – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/26 19:05
Put data into sections too.

24a566ff – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/26 13:14
Improve our env code, add tests.

83bca2aa – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/26 06:52
Contbuild wants strreplace.

d6095b1b – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/25 13:40
Clean up code.

58633cbf – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/25 13:33
Ensure null termination of environment list.

0b3e6b32 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/25 09:35
Don't print when exec fails.

f1c2aa0d – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/24 19:28
Improve error message.

2e258c1d – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/22 18:20
Bring back old addresses, with a better explanation.

6c25be85 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/22 17:22
Remove spare -Is on FreeBSD

2fd4a5c5 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/22 05:04
Embarrassing typo.

cd3218bd – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/21 11:47
Allow using the '==' operator on enum-style union.

720cc29f – Quentin Carbonneaux <quentin@c9x.me> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/20 08:07
Cheap enums.

d8b90906 – Carlin Bingham <cb@viennan.net> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/01/21 17:12
Fix some leaks when freeing json

98235d96 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/18 19:55
Clean up OpenBSD bootstrap.

21f7a2a7 – Ori Bernstein <ori@markovcorp.com> authored on 2018/01/18 12:43
We removed some -I. spew from libstd, let's get rid of it in bootstrap.

de000479 – Ori Bernstein <ori@eigenstate.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/01/18 12:42
Add 'loaduses()' to muse.

490e90d2 – Ori Bernstein <ori@eigenstate.org> authored on 2018/01/17 17:18
Hack in seqaux.