summaryrefslogtreecommitdiffstats
path: root/sysif.c
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong uses of ~s for function name string.Kaz Kylheku2018-11-071-3/+3
* sysif: work around glibc warnings about makedev macros.Kaz Kylheku2018-06-081-0/+3
* bugfix: correcly obtain self path on Solaris.Kaz Kylheku2018-05-041-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* mpi: fix some careless use of integer types.Kaz Kylheku2017-06-181-1/+1
* sysif: add overflow checks.Kaz Kylheku2017-06-121-14/+19
* Adding realpath function.Kaz Kylheku2017-05-211-0/+17
* Splitting cptr object into separate CPTR tag.Kaz Kylheku2017-05-151-13/+25
* bugfix: use proper hashing for cptr.Kaz Kylheku2017-05-151-1/+1
* cobj: rename poorly named default operation.Kaz Kylheku2017-05-151-1/+1
* dlopen: add error reporting via dlerror()Kaz Kylheku2017-05-031-9/+22
* dlopen: allow nil name and default both args.Kaz Kylheku2017-05-031-4/+5
* HAVE_SYS_TYPES_H config variable.Kaz Kylheku2017-05-031-1/+1
* Error checking in dlopen wrappers.Kaz Kylheku2017-05-021-0/+22
* Provide access to dlopen.Kaz Kylheku2017-04-251-0/+102
* New path slot in stat struct.Kaz Kylheku2017-04-081-8/+11
* Rename badly named default_bool_argKaz Kylheku2017-03-171-2/+2
* umask: arg optional, return old value.Kaz Kylheku2017-03-151-3/+7
* Check result of seteuid and setegid.Kaz Kylheku2017-02-221-6/+10
* bugfix: wrongly strict stream class check in poll.Kaz Kylheku2017-02-051-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Fix some C style casts to use casting macros.Kaz Kylheku2016-12-071-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* key function argument on remq, remql and remqual.Kaz Kylheku2016-09-151-1/+1
* Adding uname.Kaz Kylheku2016-07-191-0/+50
* Don't use sleep function in tail streams.Kaz Kylheku2016-05-231-1/+1
* New functions: at-exit-call and at-exit-do-not-call.Kaz Kylheku2016-05-181-0/+29
* Replace abort with panic in setuid code.Kaz Kylheku2016-05-071-8/+7
* New --reexec option.Kaz Kylheku2016-05-051-1/+1
* Implement setgid script support.Kaz Kylheku2016-05-021-15/+44
* Fix somewhat broken setuid privilege dropping.Kaz Kylheku2016-05-011-6/+41
* Adding getresuid, getresuid, getresgid and setresgid.Kaz Kylheku2016-05-011-0/+45
* Adding setgroups function.Kaz Kylheku2016-05-011-0/+36
* Strengthen against resource leaks upon exceptions.Kaz Kylheku2016-04-211-11/+23
* Integrating fnmatch.Kaz Kylheku2016-04-201-0/+53
* Expose stat_to_struct outside of sysif.Kaz Kylheku2016-04-151-1/+1
* Bugfix in setenv: default argument handling.Kaz Kylheku2016-03-081-1/+1
* Allow nil value in setenv.Kaz Kylheku2016-03-081-2/+6
* Fix signed/unsigned warning from g++.Kaz Kylheku2016-03-061-1/+1
* Support umask function.Kaz Kylheku2016-03-021-0/+14
* Support setuid operation.Kaz Kylheku2016-01-231-0/+53
* Bugfix: env-hash discarding characters after =.Kaz Kylheku2016-01-171-2/+5
* Support crypt function.Kaz Kylheku2016-01-131-0/+19
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* C++ breakage: multiple definition of name_s.Kaz Kylheku2015-12-301-2/+1
* Useful feature: object post-initialization.Kaz Kylheku2015-12-161-3/+4
* Large file support.Kaz Kylheku2015-12-041-0/+93
* Implementing *print-base* and ~d format directive.Kaz Kylheku2015-11-141-20/+20
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Implementation of static slots for structures.Kaz Kylheku2015-09-291-6/+6