shithub: mc

RSS feed

d45042b7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 09:27
Make the Wsignal name clearer.

405aec54 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 09:09
Update the bldfile to match the Makefile.

4bc888e7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 08:53
Make wait() more portable.

4eae5641 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 19:58
Make a generic, platform agnostic wait.

f1432bf2 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 13:07
Clean up C string conversion code a bit.

caec8e04 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 13:07
Fix duplicate variable definition.

56953948 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 18:32
Helps if I actually commit typo fixes..

2ff72374 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 18:26
Use Statprefixsz, not Statprefix. Also delete an unused struct.

2789d6a7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 18:23
Fix a couple of typos around cstrconv()

24ad64cf – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 18:23
Junk character slipped into source.

0e147ba8 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 17:12
Add basic stat-like functionality to libstd.

fc7a74ca – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 17:11
Fix a buggy usage of lfatal()

02f19e5b – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 18:12
Add a C string conversion utility, and use it for sysinfo

1e4082af – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 18:12
Implement getenv on plan9.

833d9ebb – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 13:57
Add missing usefile.

efead633 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 13:47
Looks like some changes got clobbered. Reapply.

55660f5a – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 13:44
Update dial and syswrap to work on plan9.

b6239eb7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 13:38
Remove 'access() from exported syscalls for now.

ed7bb0cd – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 07:26
Add __osx_lseek

2550b676 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 07:12
Get OSX up to par with some of the new code.

db794e20 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 20:39
fix forgotten cstring() call in chdir().

dab3c833 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 20:39
mtime() -> fmtime(): it operates on files.

cd04b272 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 20:29
Wrap posixy syscall stuff up so we can make it more portable.

9fa17d0d – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 20:28
syswrap+plan9 wasn't x64 specific.

c40bf0f7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 20:04
Add mtime() and fsize() calls to libstd.

6d8c2c16 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 19:03
Also env vars: env.myr gone in favor of env+plan9.myr, env+posixy.myr

2ddd2714 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 19:02
Same with resolve.myr: resolve+plan9.myr and resolve+posixy.myr

71ae933e – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 19:01
Remove dial.myr in favor of platform specific ones.

58f01f8a – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 18:46
Actually add the seek code.

bd548d89 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 18:44
API change: strsplit("") -> [][:]

e1b01e82 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/28 17:05
Add boolean 'strhas()' function.