shithub: mc

RSS feed

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

d602a0b9 – Ori Bernstein <[email protected]> authored on 2014/06/18 06:52
Optimize nodemoves()

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

dd39ca79 – Ori Bernstein <[email protected]> authored on 2014/06/17 21:10
Merge pull request #1 from akoshibe/master

83fd0c25 – Ori Bernstein <[email protected]> authored on 2014/06/17 19:51
Make 'make install' build the library.

aad5f3f9 – akoshibe <[email protected]> authored on 2014/06/17 16:56
added sockproto values

05d7bc89 – Ori Bernstein <[email protected]> authored on 2014/06/17 07:12
Add 'getdirentries64' syscall to OSX.

e94061ff – Ori Bernstein <[email protected]> authored on 2014/06/17 07:02
Add one more test case for alignment.

0f633a97 – Ori Bernstein <[email protected]> authored on 2014/06/17 06:58
Merge https://github.com/oridb/mc

923e6c9d – Ori Bernstein <[email protected]> authored on 2014/06/16 19:06
Actually run the alignment test.

98c29a7d – Ori Bernstein <[email protected]> authored on 2014/06/16 19:06
Truncate the message in the right place.

4f34933a – Ori Bernstein <[email protected]> authored on 2014/06/16 18:47
Merge https://github.com/oridb/mc

994d0ecb – Ori Bernstein <[email protected]> authored on 2014/06/16 18:45
Fix alignment on structs.

9647f61a – Ori Bernstein <[email protected]> authored on 2014/06/16 06:47
Actually make the OSX ifreqs match.

4989e1b4 – Ori Bernstein <[email protected]> authored on 2014/06/14 19:45
Inline the swap function.

6933c334 – Ori Bernstein <[email protected]> authored on 2014/06/14 11:55
Appropriately put in fresh registers.

c1c53526 – Ori Bernstein <[email protected]> authored on 2014/06/14 11:49
Appropriately save/restore registers.

0163d4d7 – Ori Bernstein <[email protected]> authored on 2014/06/14 10:27
Rearrange declarations to facilitate refactoring.

9b5f3a1e – Ori Bernstein <[email protected]> authored on 2014/06/14 10:17
Take into account subregisters when coalescing.

49a846b1 – Ori Bernstein <[email protected]> authored on 2014/06/12 13:08
Fix generated headers in parallel builds.

aa4d210e – Ori Bernstein <[email protected]> authored on 2014/06/12 13:03
Add knowledge that gram.h is generated from gram.y

b008e420 – Ori Bernstein <[email protected]> authored on 2014/06/12 12:11
Finish off DESTDIR support.

f794ffc7 – Ori Bernstein <[email protected]> authored on 2014/06/12 11:44
Add DESTDIR support for libstd

03a30224 – Ori Bernstein <[email protected]> authored on 2014/06/12 11:32
Delete mistakenly added binary.

91ab406b – Ori Bernstein <[email protected]> authored on 2014/06/12 11:16
Add support for DESTDIR

00949c38 – Ori Bernstein <[email protected]> authored on 2014/06/12 10:03
Add missing file.

b9129f3f – Ori Bernstein <[email protected]> authored on 2014/06/12 09:04
Merge https://github.com/oridb/mc

e810bb4e – Ori Bernstein <[email protected]> authored on 2014/06/12 09:03
Add support for matching string arguments.

0ab1465f – Ori Bernstein <[email protected]> authored on 2014/06/12 05:35
Fix ifreq on Linux, and add it for OSX

Next