summaryrefslogtreecommitdiffstats
path: root/sysif.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* Casts have crept into the code not wrapped by macros.Kaz Kylheku2022-01-061-1/+3
* sysif: rlim constants: use signed/unsigned-agnostic macro.Kaz Kylheku2022-01-021-3/+3
* rlimit: var init problem due to large file offset.Kaz Kylheku2022-01-021-0/+16
* Eliminate declaration-after-statement everywhere.Kaz Kylheku2021-12-291-8/+14
* exceptions: fix leftover uw_throwfs with errno.Paul A. Patience2021-10-041-2/+2
* New variable: *child-env*.Kaz Kylheku2021-09-261-2/+18
* New function: replace-env.Kaz Kylheku2021-09-251-0/+35
* poll: don't free array from alloca.Kaz Kylheku2021-09-081-2/+0
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-75/+75
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* hash: change make_hash interface.Kaz Kylheku2021-07-221-1/+1
* sysif: create rlim struct even without HAVE_RLIM.Kaz Kylheku2021-07-141-3/+1
* New functions: getrlimit, setrlimit.Kaz Kylheku2021-07-131-1/+68
* sysif: bug: bogosity in protect call.Kaz Kylheku2021-07-131-1/+1
* type: disallow structs using built-in type names.Kaz Kylheku2021-07-081-4/+8
* c_str now takes a self argument.Kaz Kylheku2021-06-231-43/+57
* sysif: define passwd_s if we have <grp.h>.Kaz Kylheku2021-06-171-1/+5
* dlsym: improve diagnostic.Kaz Kylheku2021-06-051-1/+2
* sysif: utimes: internal naming cleanup.Kaz Kylheku2021-06-011-4/+4
* port: build on OpenBSDAlexander Shendi2021-04-181-0/+15
* poll: iterate sequences efficiently.Kaz Kylheku2021-03-161-6/+10
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* sysif: respect HAVE_SETENV.Kaz Kylheku2020-10-161-0/+6
* env-hash: now persistent and synced with setenv.Kaz Kylheku2020-10-161-16/+45
* env: move function to sysif.cKaz Kylheku2020-10-161-2/+36
* cygwin: build fixes.Kaz Kylheku2020-08-071-0/+1
* distat: bugfix: use lstat.Kaz Kylheku2020-07-201-1/+1
* stat, lstat and dirstat now take struct param.Kaz Kylheku2020-07-201-13/+13
* Add dirstat function.Kaz Kylheku2020-07-091-19/+46
* Add missing closedir.Kaz Kylheku2020-07-091-2/+21
* opendir: gc-correctness.Kaz Kylheku2020-07-091-1/+2
* readdir: skip . and .. entriesKaz Kylheku2020-07-081-14/+19
* Expose low-level opendir/readdir dir traversal.Kaz Kylheku2020-07-081-3/+104
* c_num: now takes self argument.Kaz Kylheku2020-06-291-61/+97
* New function strsignal.Kaz Kylheku2020-06-271-0/+17
* exit: argument becomes optionalKaz Kylheku2020-06-201-2/+4
* Replace all strerror calls with wrapper.Kaz Kylheku2020-06-201-35/+40
* New function: strerrorKaz Kylheku2020-06-191-0/+16
* Replace trivial format(nil, ...) with simpler ops.Kaz Kylheku2020-05-301-2/+1
* Expose isatty function.Kaz Kylheku2020-05-111-0/+24
* Reduce footprint of :fd property.Kaz Kylheku2020-04-251-3/+3
* poll: allow execution of async signal handlers.Kaz Kylheku2020-04-231-8/+7
* arith: move c_unum and unum declaration into lib.hKaz Kylheku2020-04-221-1/+0
* repl: improve dotfile security tests.Kaz Kylheku2020-04-091-1/+1
* warning cleanup: GNU C++ initializer warnings.Kaz Kylheku2020-04-061-1/+1
* warning cleanup: suspicious switch fallthrough cases.Kaz Kylheku2020-04-051-0/+1
* warning cleanup: missing member initializers.Kaz Kylheku2020-04-051-7/+5
* warning cleanup: signed/unsigned in ternaries.Kaz Kylheku2020-04-051-1/+1
* warning cleanup: remove unused parameters.Kaz Kylheku2020-04-051-2/+2