| Commit message (Expand) | Author | Age | Files | Lines |
* | crypt: handle libxcrypt failure tokens. | Kaz Kylheku | 2023-07-04 | 1 | -1/+3 |
* | sysif: define passwd symbol for group stuff. | Kaz Kylheku | 2023-05-11 | 1 | -1/+3 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | crypt: fix for platforms that lack crypt_r. | Kaz Kylheku | 2022-12-30 | 1 | -0/+4 |
* | crypt: reduce ridiculous stack usage. | Kaz Kylheku | 2022-11-17 | 1 | -4/+9 |
* | crypt: remove dubious validator. | Kaz Kylheku | 2022-10-31 | 1 | -69/+12 |
* | args: don't use alloca for const size cases. | Kaz Kylheku | 2022-10-15 | 1 | -6/+6 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | Casts have crept into the code not wrapped by macros. | Kaz Kylheku | 2022-01-06 | 1 | -1/+3 |
* | sysif: rlim constants: use signed/unsigned-agnostic macro. | Kaz Kylheku | 2022-01-02 | 1 | -3/+3 |
* | rlimit: var init problem due to large file offset. | Kaz Kylheku | 2022-01-02 | 1 | -0/+16 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -8/+14 |
* | exceptions: fix leftover uw_throwfs with errno. | Paul A. Patience | 2021-10-04 | 1 | -2/+2 |
* | New variable: *child-env*. | Kaz Kylheku | 2021-09-26 | 1 | -2/+18 |
* | New function: replace-env. | Kaz Kylheku | 2021-09-25 | 1 | -0/+35 |
* | poll: don't free array from alloca. | Kaz Kylheku | 2021-09-08 | 1 | -2/+0 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -75/+75 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | hash: change make_hash interface. | Kaz Kylheku | 2021-07-22 | 1 | -1/+1 |
* | sysif: create rlim struct even without HAVE_RLIM. | Kaz Kylheku | 2021-07-14 | 1 | -3/+1 |
* | New functions: getrlimit, setrlimit. | Kaz Kylheku | 2021-07-13 | 1 | -1/+68 |
* | sysif: bug: bogosity in protect call. | Kaz Kylheku | 2021-07-13 | 1 | -1/+1 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -4/+8 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -43/+57 |
* | sysif: define passwd_s if we have <grp.h>. | Kaz Kylheku | 2021-06-17 | 1 | -1/+5 |
* | dlsym: improve diagnostic. | Kaz Kylheku | 2021-06-05 | 1 | -1/+2 |
* | sysif: utimes: internal naming cleanup. | Kaz Kylheku | 2021-06-01 | 1 | -4/+4 |
* | port: build on OpenBSD | Alexander Shendi | 2021-04-18 | 1 | -0/+15 |
* | poll: iterate sequences efficiently. | Kaz Kylheku | 2021-03-16 | 1 | -6/+10 |
* | 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 |