shithub: mc

RSS feed

f84e82b3 – Ori Bernstein <[email protected]> authored on 2014/08/23 21:37
Fix 'make install' from 6/ directory

2c814b34 – Ori Bernstein <[email protected]> authored on 2014/08/23 17:19
Use the correct length of the new value for sysctl

6132de5d – Ori Bernstein <[email protected]> authored on 2014/08/23 16:59
Fix 'sysctl()' and enable it for uname.

ef60174b – Ori Bernstein <[email protected]> authored on 2014/08/22 07:03
Clean up comment a little bit.

ae2627db – Ori Bernstein <[email protected]> authored on 2014/08/22 07:00
Wrap freebsd syscall args in 'a()'.

e38e6221 – Ori Bernstein <[email protected]> authored on 2014/08/22 06:43
Also wrap syscall args on OSX with 'a()' function.

55a8161a – Ori Bernstein <[email protected]> authored on 2014/08/21 20:17
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc

727d551a – Ori Bernstein <[email protected]> authored on 2014/08/21 20:07
Wrap up syscall args in trivial 'a()' function.

c5c9df21 – Ori Bernstein <[email protected]> authored on 2014/08/21 20:06
Remove bogus test.

f9508b27 – Ori Bernstein <[email protected]> authored on 2014/08/21 20:06
Fix swapped loop indexes.

b799c095 – Ori Bernstein <[email protected]> authored on 2014/08/20 16:14
Use pid type in sys-osx.myr

678f608c – Ori Bernstein <[email protected]> authored on 2014/08/20 11:13
Clean up formatting.

40b61fce – Ori Bernstein <[email protected]> authored on 2014/08/20 10:45
Add spork() and sporkfd() calls

4883457b – Ori Bernstein <[email protected]> authored on 2014/08/20 06:28
Add kqueue syscalls.

0558718a – Ori Bernstein <[email protected]> authored on 2014/08/19 21:36
Add poll() syscall.

95e600ae – Ori Bernstein <[email protected]> authored on 2014/08/19 17:17
Add epoll syscalls to libstd on linux.

4469bf2e – Ori Bernstein <[email protected]> authored on 2014/08/19 14:29
Fix broken test.

aedfbe88 – Ori Bernstein <[email protected]> authored on 2014/08/19 13:06
Fix pointer comparisons, and add a test for it.

0c67d985 – Ori Bernstein <[email protected]> authored on 2014/08/19 12:00
Refactor towards supporting struct compares.

184dbb71 – Ori Bernstein <[email protected]> authored on 2014/08/19 11:27
Add test for big condition arguments.

a5495bfd – Ori Bernstein <[email protected]> authored on 2014/08/19 06:23
Don't spuriously add include paths.

d58f6235 – Ori Bernstein <[email protected]> authored on 2014/08/19 06:18
Add back the warning flags.

6c8f9384 – Ori Bernstein <[email protected]> authored on 2014/08/19 06:10
Harmonize types.

5aaa3475 – Ori Bernstein <[email protected]> authored on 2014/08/18 21:03
Fix the date.

4b5aa679 – Ori Bernstein <[email protected]> authored on 2014/08/18 21:01
Document the build system.

d7456331 – Ori Bernstein <[email protected]> authored on 2014/08/18 20:17
A little bit more cleanup.

961fb681 – Ori Bernstein <[email protected]> authored on 2014/08/18 20:00
Clean up makefiles a bit.

f0ce247d – Ori Bernstein <[email protected]> authored on 2014/08/18 15:56
Fix directory reading on OSX.

d6d20b1c – Ori Bernstein <[email protected]> authored on 2014/08/18 15:48
More missing fd -> uint64 casts.

93c80509 – Ori Bernstein <[email protected]> authored on 2014/08/18 13:49
Add fput/fputv calls.

0185c4db – Ori Bernstein <[email protected]> authored on 2014/08/18 13:47
Cast 'fd' to appropriate sized type.

4d4b406d – Ori Bernstein <[email protected]> authored on 2014/08/18 13:20
Add missing test data

81f4aba2 – Ori Bernstein <[email protected]> authored on 2014/08/18 13:07
Add test for label preservation change.

02fa3c02 – Ori Bernstein <[email protected]> authored on 2014/08/18 13:02
Preserve indexes when folding variables.

f0903921 – Ori Bernstein <[email protected]> authored on 2014/08/15 11:29
Add shuffled alloc/free to the alloc test.

3a49659e – Ori Bernstein <[email protected]> authored on 2014/08/15 11:21
Add copious allocs to benchmarks.

be41274b – Ori Bernstein <[email protected]> authored on 2014/08/15 11:13
Add benchmarking runner and makefile.

2a6089aa – Ori Bernstein <[email protected]> authored on 2014/08/15 11:09
Disable implicit rules.

bc4494b4 – Ori Bernstein <[email protected]> authored on 2014/08/14 12:27
Add direct open flag

e9c3e68f – Ori Bernstein <[email protected]> authored on 2014/08/14 12:11
Add and correct file manipulation stuff.

eacfd7db – Ori Bernstein <[email protected]> authored on 2014/08/14 09:21
Add support for pipe() syscall.

82ed916d – Ori Bernstein <[email protected]> authored on 2014/08/14 06:49
Improve comments.

c212e703 – Ori Bernstein <[email protected]> authored on 2014/08/14 06:40
Add path joining and normalization functions.

968a619a – Ori Bernstein <[email protected]> authored on 2014/08/12 15:45
Reduce nesting levels in resolver.

9843a5b9 – Ori Bernstein <[email protected]> authored on 2014/08/12 15:39
Remove workaround for compiler bug.

7806ff93 – Ori Bernstein <[email protected]> authored on 2014/08/12 07:37
Update the documentation for myrbuild.

94e367e2 – Ori Bernstein <[email protected]> authored on 2014/08/11 18:16
Implement waitstatus() for freebsd.

b00f9d00 – Ori Bernstein <[email protected]> authored on 2014/08/11 15:53
Add missing file.

86b48fa0 – Ori Bernstein <[email protected]> authored on 2014/08/11 15:46
Simplify runtime overrride scheme.

378fb4a0 – Ori Bernstein <[email protected]> authored on 2014/08/11 15:34
Spit out the runtime from libstd.

5c185d0f – akoshibe <[email protected]> authored on 2014/08/11 15:34
more modifications for FreeBSD port

b678c30f – akoshibe <[email protected]> authored on 2014/08/06 19:14
Merge remote-tracking branch 'origin/freebsd-port'

849ce44a – akoshibe <[email protected]> authored on 2014/08/06 19:00
Merge branch 'master' of https://github.com/akoshibe/mc

630d88d3 – akoshibe <[email protected]> authored on 2014/08/05 20:12
Merge branch 'master' of https://github.com/oridb/mc

ae643e10 – Ori Bernstein <[email protected]> authored on 2014/08/06 17:20
Add initial cut for freebsd start code.

ca443e95 – akoshibe <[email protected]> authored on 2014/08/05 20:12
Merge branch 'master' of https://github.com/oridb/mc

489c5feb – akoshibe <[email protected]> authored on 2014/08/05 20:06
Parts of syscall wrapper for FreeBSD

bc0b3961 – Ori Bernstein <[email protected]> authored on 2014/08/05 19:49
Add missing test file

67608f06 – Ori Bernstein <[email protected]> authored on 2014/08/04 19:54
Step through default types when specializing.

106bbb49 – Ori Bernstein <[email protected]> authored on 2014/08/04 18:15
Better formatting for fmtunion

abd0b643 – Ori Bernstein <[email protected]> authored on 2014/08/04 18:14
Don't print 'tynil' in ucons.

dd84b816 – Ori Bernstein <[email protected]> authored on 2014/08/04 16:03
Add proper checking for types with parameters.

2875136e – Ori Bernstein <[email protected]> authored on 2014/07/16 07:46
Use probed values from configure

8148ffb8 – Ori Bernstein <[email protected]> authored on 2014/08/02 20:42
Removing a binary blob.

72585365 – Ori Bernstein <[email protected]> authored on 2014/07/20 15:25
Add 'swap' to libstd

014b7612 – Ori Bernstein <[email protected]> authored on 2014/07/14 20:14
Fix compilation on GCC 4.8

2a6476bb – Ori Bernstein <[email protected]> authored on 2014/07/15 15:44
More debug logging.

03de87ed – Ori Bernstein <[email protected]> authored on 2014/07/14 18:58
More debug dumps with final substitutions.

62a1e11f – Ori Bernstein <[email protected]> authored on 2014/07/14 18:41
Indent trace information.

6f20a44d – Ori Bernstein <[email protected]> authored on 2014/07/14 18:11
Sync eqivalent member on OSX names with linux.

e8eac76f – Ori Bernstein <[email protected]> authored on 2014/07/14 17:42
Fix generic type construction.

43b95083 – Ori Bernstein <[email protected]> authored on 2014/07/09 18:14
Return size from std.read

4e2dca0c – Ori Bernstein <[email protected]> authored on 2014/07/09 17:57
Change syntax for tuples.

771a60a1 – Ori Bernstein <[email protected]> authored on 2014/07/06 08:46
Delete dead directory.

1f946031 – Ori Bernstein <[email protected]> authored on 2014/06/27 21:18
Fix indentation on benchmark code.

7e276148 – Ori Bernstein <[email protected]> authored on 2014/06/27 12:00
I can't remember the last time I used 'myrtypes'.

227ec97f – Ori Bernstein <[email protected]> authored on 2014/06/25 21:00
Fix slurp.

678c33a8 – Ori Bernstein <[email protected]> authored on 2014/06/24 20:09
Fix missing newlines in pretty prints.

6b7c47b0 – Ori Bernstein <[email protected]> authored on 2014/06/24 19:55
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc

918dc522 – Ori Bernstein <[email protected]> authored on 2014/06/24 19:54
Add borked test case for generic chaining.

82401e41 – Ori Bernstein <[email protected]> authored on 2014/06/24 06:38
Fix syscall signatures on OSX

9a50ea20 – Ori Bernstein <[email protected]> authored on 2014/06/22 16:54
Fix test expectations for stdfmtpad.

5655bd15 – Ori Bernstein <[email protected]> authored on 2014/06/21 09:45
Correct support for zero/space padded negative int

6b081b7a – Ori Bernstein <[email protected]> authored on 2014/06/21 09:29
Add tests for padded format strings.

9df81ed2 – Ori Bernstein <[email protected]> authored on 2014/06/21 09:20
Add support for padded strings.

6f5ac74a – Ori Bernstein <[email protected]> authored on 2014/06/20 13:39
add lstat() syscall

841bbb27 – Ori Bernstein <[email protected]> authored on 2014/06/20 13:38
Fix struct stat.

a986cbd0 – Ori Bernstein <[email protected]> authored on 2014/06/20 13:37
Compute the directory length

0158f58f – Ori Bernstein <[email protected]> authored on 2014/06/20 09:10
Fix struct stat under Linux.

27c60cc4 – Ori Bernstein <[email protected]> authored on 2014/06/20 07:36
Move to stat64 on OSX.

1f57c415 – Ori Bernstein <[email protected]> authored on 2014/06/19 16:56
Add support for directory listing under OSX

1aaecac7 – Ori Bernstein <[email protected]> authored on 2014/06/19 16:46
Fix dir-linux to actually keep the offset.

d8056a53 – Ori Bernstein <[email protected]> authored on 2014/06/19 10:25
Add directory listing under Linux.

edc5aff3 – Ori Bernstein <[email protected]> authored on 2014/06/19 09:46
Fix getdents() syscall.

57489450 – Ori Bernstein <[email protected]> authored on 2014/06/19 07:51
Make system/arch dependent rules generic.

6f7129fd – Ori Bernstein <[email protected]> authored on 2014/06/18 22:19
Add getdents function to linux.

b1743392 – Ori Bernstein <[email protected]> authored on 2014/06/18 22:09
x

36602462 – Ori Bernstein <[email protected]> authored on 2014/06/18 06:57
Add IP protos to OSX

626035e3 – Ori Bernstein <[email protected]> authored on 2014/06/18 06:53
Merge https://github.com/oridb/mc

14b96127 – Ori Bernstein <[email protected]> authored on 2014/06/17 21:31
Add raw socket type.

Next