shithub: mc

RSS feed

0a1ad962 – Ori Bernstein <[email protected]> authored on 2012/07/25 16:04
Split build into library + test program.

6bc30379 – Ori Bernstein <[email protected]> authored on 2012/07/24 16:43
Make the allocator a bit less crashy.

ba3463e8 – Ori Bernstein <[email protected]> authored on 2012/07/24 13:20
Make the allocator work?

3a641b03 – Ori Bernstein <[email protected]> authored on 2012/07/24 13:18
Initialize the entry to the loop correctly.

67195e13 – Ori Bernstein <[email protected]> authored on 2012/07/24 06:53
Fix typos.

c3f597fc – Ori Bernstein <[email protected]> authored on 2012/07/23 22:17
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr

6e32479c – Ori Bernstein <[email protected]> authored on 2012/07/23 22:11
Fix dereference bugs.

8fc0fa9c – Ori Bernstein <[email protected]> authored on 2012/07/23 21:27
Call mmap correctly.

6047575d – Ori Bernstein <[email protected]> authored on 2012/07/23 13:07
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr

f12188ae – Ori Bernstein <[email protected]> authored on 2012/07/22 20:50
Strip the "-sysname" suffix from usefiles.

a55b663c – Ori Bernstein <[email protected]> authored on 2012/07/22 12:58
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr

b3ea4473 – Ori Bernstein <[email protected]> authored on 2012/07/22 11:18
Many build fixes.

8f126779 – Ori Bernstein <[email protected]> authored on 2012/07/22 00:42
Get bucket numbers for more general alloc goodness.

19ee1c53 – Ori Bernstein <[email protected]> authored on 2012/07/21 23:06
Fill in the rest of the slab allocator. Untested.

dc7a19d1 – Ori Bernstein <[email protected]> authored on 2012/07/21 22:46
Initialize slabs in the allocator.

056657fa – Ori Bernstein <[email protected]> authored on 2012/07/21 21:22
More syscall fixes.

54366e8a – Ori Bernstein <[email protected]> authored on 2012/07/21 20:03
Split OSX/Linux syscall stubs.

4a5814d7 – Ori Bernstein <[email protected]> authored on 2012/07/21 17:01
Make system calls work on OSX.

42d8c267 – Ori Bernstein <[email protected]> authored on 2012/07/21 16:20
Compile on OSX

4932534d – Ori Bernstein <[email protected]> authored on 2012/07/21 16:03
Add missing file.

ebabe7af – Ori Bernstein <[email protected]> authored on 2012/07/20 22:42
Die if we don't get a valid mmap result.

48187205 – Ori Bernstein <[email protected]> authored on 2012/07/20 22:42
Strings are now byte[,], not char[,]

fafd156d – Ori Bernstein <[email protected]> authored on 2012/07/20 21:55
Work towards making the allocator compile.

207a4bb4 – Ori Bernstein <[email protected]> authored on 2012/07/20 16:59
Build with OSX

21d4f2bc – Ori Bernstein <[email protected]> authored on 2012/07/20 14:49
Start work on memory allocator.

3f34c5eb – Ori Bernstein <[email protected]> authored on 2012/07/17 13:58
Initial commit.