shithub: mc

RSS feed

eed9e36c – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/24 08:03
Allow subtests to add MTEST lines.

e7cef4c8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 20:35
Make the subtest runner a bit more resilient.

fa8a0927 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 20:11
Update OSX bootstrap

1b49f964 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/24 15:09
Regenerate OpenBSD bootstrap

f6aa1954 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 20:04
Regenerate FreeBSD bootstrap.

32ecc421 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 23:05
Regenerate Linux bootstrap

b866f72b – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 20:03
Run myrddin tests as subtests.

6d7c80f8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 19:23
Add support for running subtests.

ec5f2d23 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 17:09
Add suball functionality.

167228d8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 10:17
add substitution for full matches.

31247e29 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/23 07:21
Refactor thread matching.

fdafa085 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/22 12:57
Implement noncapturing groups, '\r', and '\n'.

97836cfa – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/21 19:09
Remove dead code.

41dfa1df – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/21 19:09
Add fallback for usefile path on installed dir.

c3a7db11 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/19 18:41
Add tracing of steps when in debug mode.

009cb9bf – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/18 17:16
Fix bld.sub

7aac15b2 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/17 18:00
New syntax for casts.

c96238b8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/17 05:43
The API has changed, and we must change with it.

12000d47 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/16 17:50
Remove debug line that was causing crashes.

447bbbd2 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/16 17:32
Add better regex debugging.

a32ef8d8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/15 19:19
Add redump to installed binaries.

286b40b5 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/15 19:19
Remove outdated comments.

08871fe6 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/16 07:14
Check freshness against the actual outputs.

b23b5b3f – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/16 05:47
Hash sizeof(ptr), not sizeof(*ptr)

89393cb4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/15 11:52
add compileast() function for libregex.

b1e7c8e8 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/14 10:25
'mbld test' now sets the 'test' sysattr

1b56041c – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/14 09:29
Update 9front build/bootstrap.

e5784c0a – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/14 08:37
Fix typos

765ff439 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/14 10:53
Regenerate builds for OpenBSD.

37423477 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/13 18:46
Regenerate Linux bootstrap

7027a019 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/13 15:41
Regenerate bootstrap for FreeBSD

d6fd6fec – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/13 15:33
Regenerate bootstrap for OSX

5bc9a999 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/13 15:31
Switch to using lib{}.use.

f8152dae – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/12 16:37
Exercise some of the allocation/put locking.

bccdc9c4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/12 16:22
Install thread hooks in libstd

107e78e6 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/11 12:03
Implement regex.search()

709e7754 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/10 07:33
Remove values from the visited set.

2f8d3d7f – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/09 20:18
Align union tag when entering subtype.

5c0705cc – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/09 20:07
Align union tag lookup address correctly.

81faf163 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/09 19:25
Only allow one level of namespace in a name.

edcfec9e – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/10 12:23
Regenerate bootstrap for OpenBSD

f991cf4a – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/09 11:39
Avoid infinite recursion when priting bad types.

d2a28cc4 – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/09 04:53
Add support for OpenBSD thread spawning.

c08505fb – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/07 20:35
Fix FreeBSD and Linux builds.

9bd7deee – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/08 15:34
Removed syscall stub from the wrong file.

6f55ccbf – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/08 15:06
Clean up OpenBSD syscalls.

ea6a106b – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/08 14:30
Use a correct implementation of pipe()

0060152b – Ori Bernstein <ori@eigenstate.org> authored on 2016/05/08 14:14
We now can build and install on openbsd.

4868e3b7 – Ori Bernstein <ori@eigenstate.org> authored on 2016/04/29 13:02
mbld sort of works.

15127e35 – Ori Bernstein <ori@eigenstate.org> authored on 2016/03/02 17:34
Fix several openbsd syscalls.

2c4ac133 – Andrew Chambers <andrewchamberss@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2016/03/01 16:49
uname for openbsd

164646bf – Andrew Chambers <andrewchamberss@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2016/03/01 15:41
update bootstrap

beccb9ee – Ori Bernstein <ori@eigenstate.org> authored on 2016/03/01 14:55
Use correct linker command.

9d757335 – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 17:45
Put strings in reasonable places on OpenBSD.

edd7580d – Ori Bernstein <ori@eigenstate.org> authored on 2016/01/22 16:14
Add OpenBSD note section.