shithub: mc

RSS feed

3dbb72f5 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/28 08:24
Switch now from milliseconds microseconds.

185389d8 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/27 07:21
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

73417304 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/27 07:16
Fix gettimeofday() on OSX.

47a5896a – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/26 11:26
Check type compatibility when unifying membered types

f46bd78c – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 23:01
Make joke configure output less spammy.

14783b20 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 21:52
Initialize the time in std.now()

f884639b – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 21:37
Fix 'make install' from 6/ directory

8ff1d5f6 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 17:19
Use the correct length of the new value for sysctl

38403473 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/23 16:59
Fix 'sysctl()' and enable it for uname.

3e766b90 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/22 07:03
Clean up comment a little bit.

ba1671ef – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/22 07:00
Wrap freebsd syscall args in 'a()'.

36f222ac – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/22 06:43
Also wrap syscall args on OSX with 'a()' function.

a0ab14aa – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/21 20:17
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc

9ed8ab55 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/21 20:07
Wrap up syscall args in trivial 'a()' function.

c55bb874 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/21 20:06
Remove bogus test.

6a9c60a0 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/21 20:06
Fix swapped loop indexes.

dae8be83 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/20 16:14
Use pid type in sys-osx.myr

8849da69 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/20 11:13
Clean up formatting.

6863b805 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/20 10:45
Add spork() and sporkfd() calls

0c36acb0 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/20 06:28
Add kqueue syscalls.

b01a5489 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 21:36
Add poll() syscall.

c9217ae2 – Ori Bernstein <ori@eigenstate.org> authored on 2014/08/19 17:17
Add epoll syscalls to libstd on linux.