| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | sysif: respect HAVE_SETENV. | Kaz Kylheku | 2020-10-16 | 1 | -0/+6 |
* | env-hash: now persistent and synced with setenv. | Kaz Kylheku | 2020-10-16 | 1 | -16/+45 |
* | env: move function to sysif.c | Kaz Kylheku | 2020-10-16 | 1 | -2/+36 |
* | cygwin: build fixes. | Kaz Kylheku | 2020-08-07 | 1 | -0/+1 |
* | distat: bugfix: use lstat. | Kaz Kylheku | 2020-07-20 | 1 | -1/+1 |
* | stat, lstat and dirstat now take struct param. | Kaz Kylheku | 2020-07-20 | 1 | -13/+13 |
* | Add dirstat function. | Kaz Kylheku | 2020-07-09 | 1 | -19/+46 |
* | Add missing closedir. | Kaz Kylheku | 2020-07-09 | 1 | -2/+21 |
* | opendir: gc-correctness. | Kaz Kylheku | 2020-07-09 | 1 | -1/+2 |
* | readdir: skip . and .. entries | Kaz Kylheku | 2020-07-08 | 1 | -14/+19 |
* | Expose low-level opendir/readdir dir traversal. | Kaz Kylheku | 2020-07-08 | 1 | -3/+104 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -61/+97 |
* | New function strsignal. | Kaz Kylheku | 2020-06-27 | 1 | -0/+17 |
* | exit: argument becomes optional | Kaz Kylheku | 2020-06-20 | 1 | -2/+4 |
* | Replace all strerror calls with wrapper. | Kaz Kylheku | 2020-06-20 | 1 | -35/+40 |
* | New function: strerror | Kaz Kylheku | 2020-06-19 | 1 | -0/+16 |
* | Replace trivial format(nil, ...) with simpler ops. | Kaz Kylheku | 2020-05-30 | 1 | -2/+1 |
* | Expose isatty function. | Kaz Kylheku | 2020-05-11 | 1 | -0/+24 |
* | Reduce footprint of :fd property. | Kaz Kylheku | 2020-04-25 | 1 | -3/+3 |
* | poll: allow execution of async signal handlers. | Kaz Kylheku | 2020-04-23 | 1 | -8/+7 |
* | arith: move c_unum and unum declaration into lib.h | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | repl: improve dotfile security tests. | Kaz Kylheku | 2020-04-09 | 1 | -1/+1 |
* | warning cleanup: GNU C++ initializer warnings. | Kaz Kylheku | 2020-04-06 | 1 | -1/+1 |
* | warning cleanup: suspicious switch fallthrough cases. | Kaz Kylheku | 2020-04-05 | 1 | -0/+1 |
* | warning cleanup: missing member initializers. | Kaz Kylheku | 2020-04-05 | 1 | -7/+5 |
* | warning cleanup: signed/unsigned in ternaries. | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |
* | warning cleanup: remove unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -2/+2 |
* | fnmatch: fix missing fnm-extmatch. | Kaz Kylheku | 2020-03-07 | 1 | -1/+1 |
* | crypt: refactor hardening a bit. | Kaz Kylheku | 2020-02-15 | 1 | -17/+22 |
* | crypt: harden against crashes. | Kaz Kylheku | 2020-02-14 | 1 | -3/+60 |
* | chmod: ugo perms sees effects from same clause. | Kaz Kylheku | 2020-02-08 | 1 | -0/+1 |
* | chmod: ugo must refer to unaltered perms. | Kaz Kylheku | 2020-02-08 | 1 | -7/+9 |
* | chmod: bug handling comma after right hand ugo. | Kaz Kylheku | 2020-02-07 | 1 | -2/+1 |
* | chmod: setuid/setgid bit bugfix and new tests. | Kaz Kyheku | 2020-02-07 | 1 | -4/+2 |
* | chmod: bugfix and new tests. | Kaz Kyheku | 2020-02-07 | 1 | -5/+7 |
* | chmod: fix broken umask application for implicit all. | Kaz Kylheku | 2020-02-07 | 1 | -9/+6 |
* | chmod: fix broken Coreutils-compatible sticky clear. | Kaz Kylheku | 2020-02-07 | 1 | -1/+1 |
* | chmod: type error in exception throw. | Kaz Kyheku | 2020-02-05 | 1 | -2/+9 |
* | fstat: turn into true alias. | Kaz Kylheku | 2020-02-04 | 1 | -10/+6 |
* | stat and fstat become equivalent. | Kaz Kylheku | 2020-02-04 | 1 | -33/+30 |
* | New feature: symbolic chmod. | Kaz Kylheku | 2020-02-03 | 1 | -7/+156 |
* | New function: rmdir. | Kaz Kylheku | 2020-01-28 | 1 | -0/+16 |
* | New functions: chown, lchown. | Kaz Kyheku | 2020-01-28 | 1 | -1/+45 |
* | ensure-dir: return nil when exists. | Kaz Kylheku | 2020-01-27 | 1 | -1/+2 |
* | ensure-dir: fail if exists and not dir. | Kaz Kylheku | 2020-01-25 | 1 | -20/+30 |
* | New function: mkfifo. | Kaz Kylheku | 2020-01-23 | 1 | -0/+25 |
* | mknod: third arg must be optional. | Kaz Kylheku | 2020-01-23 | 1 | -1/+1 |
* | New functions utimes, lutimes. | Kaz Kylheku | 2020-01-21 | 1 | -1/+113 |
* | sysif: fix inappropriate use of w_ convention. | Kaz Kylheku | 2020-01-15 | 1 | -13/+13 |