| Commit message (Expand) | Author | Age | Files | Lines |
* | streams: use Boolean return value for stdio_fseek. | Kaz Kylheku | 2019-01-25 | 1 | -4/+3 |
* | sysif: take advantage of i64_t in off_t handling. | Kaz Kylheku | 2019-01-25 | 1 | -10/+4 |
* | Fix some instances of 4 bytes = 32 bits assumption. | Kaz Kylheku | 2019-01-23 | 1 | -3/+3 |
* | sysif: use double-intptr function from arith. | Kaz Kylheku | 2019-01-23 | 1 | -4/+2 |
* | sysif: remove low-level MPI code for off_t conversion. | Kaz Kylheku | 2019-01-23 | 1 | -49/+11 |
* | mpi: put access macros into mp_ namespace | Kaz Kylheku | 2019-01-22 | 1 | -9/+9 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Fix wrong uses of ~s for function name string. | Kaz Kylheku | 2018-11-07 | 1 | -3/+3 |
* | sysif: work around glibc warnings about makedev macros. | Kaz Kylheku | 2018-06-08 | 1 | -0/+3 |
* | bugfix: correcly obtain self path on Solaris. | Kaz Kylheku | 2018-05-04 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | mpi: fix some careless use of integer types. | Kaz Kylheku | 2017-06-18 | 1 | -1/+1 |
* | sysif: add overflow checks. | Kaz Kylheku | 2017-06-12 | 1 | -14/+19 |
* | Adding realpath function. | Kaz Kylheku | 2017-05-21 | 1 | -0/+17 |
* | Splitting cptr object into separate CPTR tag. | Kaz Kylheku | 2017-05-15 | 1 | -13/+25 |
* | bugfix: use proper hashing for cptr. | Kaz Kylheku | 2017-05-15 | 1 | -1/+1 |
* | cobj: rename poorly named default operation. | Kaz Kylheku | 2017-05-15 | 1 | -1/+1 |
* | dlopen: add error reporting via dlerror() | Kaz Kylheku | 2017-05-03 | 1 | -9/+22 |
* | dlopen: allow nil name and default both args. | Kaz Kylheku | 2017-05-03 | 1 | -4/+5 |
* | HAVE_SYS_TYPES_H config variable. | Kaz Kylheku | 2017-05-03 | 1 | -1/+1 |
* | Error checking in dlopen wrappers. | Kaz Kylheku | 2017-05-02 | 1 | -0/+22 |
* | Provide access to dlopen. | Kaz Kylheku | 2017-04-25 | 1 | -0/+102 |
* | New path slot in stat struct. | Kaz Kylheku | 2017-04-08 | 1 | -8/+11 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -2/+2 |
* | umask: arg optional, return old value. | Kaz Kylheku | 2017-03-15 | 1 | -3/+7 |
* | Check result of seteuid and setegid. | Kaz Kylheku | 2017-02-22 | 1 | -6/+10 |
* | bugfix: wrongly strict stream class check in poll. | Kaz Kylheku | 2017-02-05 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Fix some C style casts to use casting macros. | Kaz Kylheku | 2016-12-07 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | key function argument on remq, remql and remqual. | Kaz Kylheku | 2016-09-15 | 1 | -1/+1 |
* | Adding uname. | Kaz Kylheku | 2016-07-19 | 1 | -0/+50 |
* | Don't use sleep function in tail streams. | Kaz Kylheku | 2016-05-23 | 1 | -1/+1 |
* | New functions: at-exit-call and at-exit-do-not-call. | Kaz Kylheku | 2016-05-18 | 1 | -0/+29 |
* | Replace abort with panic in setuid code. | Kaz Kylheku | 2016-05-07 | 1 | -8/+7 |
* | New --reexec option. | Kaz Kylheku | 2016-05-05 | 1 | -1/+1 |
* | Implement setgid script support. | Kaz Kylheku | 2016-05-02 | 1 | -15/+44 |
* | Fix somewhat broken setuid privilege dropping. | Kaz Kylheku | 2016-05-01 | 1 | -6/+41 |
* | Adding getresuid, getresuid, getresgid and setresgid. | Kaz Kylheku | 2016-05-01 | 1 | -0/+45 |
* | Adding setgroups function. | Kaz Kylheku | 2016-05-01 | 1 | -0/+36 |
* | Strengthen against resource leaks upon exceptions. | Kaz Kylheku | 2016-04-21 | 1 | -11/+23 |
* | Integrating fnmatch. | Kaz Kylheku | 2016-04-20 | 1 | -0/+53 |
* | Expose stat_to_struct outside of sysif. | Kaz Kylheku | 2016-04-15 | 1 | -1/+1 |
* | Bugfix in setenv: default argument handling. | Kaz Kylheku | 2016-03-08 | 1 | -1/+1 |
* | Allow nil value in setenv. | Kaz Kylheku | 2016-03-08 | 1 | -2/+6 |
* | Fix signed/unsigned warning from g++. | Kaz Kylheku | 2016-03-06 | 1 | -1/+1 |
* | Support umask function. | Kaz Kylheku | 2016-03-02 | 1 | -0/+14 |
* | Support setuid operation. | Kaz Kylheku | 2016-01-23 | 1 | -0/+53 |