shithub: mc

RSS feed

185f780a – Ori Bernstein <ori@eigenstate.org> authored and Ori Bernstein <ori@markovcorp.com> committed on 2018/04/05 09:48
Ensure that we initialize the environment fully.

814c5bcd – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/31 15:19
Clip top of ints.

7ed35649 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/30 20:52
Fix tests on 9front.

8703e529 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/30 20:00
Comment out unused tests (oops)

3e94feff – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/30 19:59
Add mising file to build list.

473ce973 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 21:53
Add constant time bigint ops.

731dd885 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/29 09:42
Remove suprious free. We don't want to mutate the targets.

c5cc1b17 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 14:23
Allow 'make release' to override version.

ed04d47b – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/28 11:20
Fix typos in build.

fb0c459a – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/28 07:34
Improve comments on the regex interpreter.

654eb21d – Ori Bernstein <ori@markovcorp.com> authored on 2018/03/28 07:09
Improve commenting.

c19f9bc2 – Ori Bernstein <ori@deb.here> authored on 2018/03/24 21:13
Make output buffers bigger.

375f3f20 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 20:11
Clean up setenv a bit.

8da5ac5a – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 19:45
Clean up and remove edge cases in strfind.

56c70bd6 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 19:13
Handle subtests correctly.

34a0fe0d – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 18:49
Handle zero length needles.

b39e8ca0 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 18:35
Improve test runner test filtering.

17cb502c – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/24 14:00
Add support for OpenBSD's MAP_STACK mmap flags, use it in libthread

530c197b – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/23 20:04
Add OpenBSD 6.3 system call support.

60964cf8 – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/22 20:24
Fix the cpufeatures... er... features on plan 9.

a94f75ac – Ori Bernstein <ori@eigenstate.org> authored on 2018/03/22 20:24
Fix the cpufeatures... er... features on plan 9.

65c3b339 – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2018/03/13 01:07
Allow CPU feature detection by mbld, and add "sse4" tag

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.