Log

util-src/pposix.c @ 6155:dc3497041aca

description author age
util.pposix: Fix error reporting from really old Linux fallocate() that did not use errno for some reason (thanks pro) Kim Alvefur 2014-04-25
util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno (thanks pro) Kim Alvefur 2014-04-24
Merge 0.9->0.10 Kim Alvefur 2013-11-28
util.pposix: Verify that file handle is open Kim Alvefur 2013-11-28
Merge 0.9->trunk Matthew Wild 2013-09-02
util.pposix: Fix building on non-Linux with glibc Kim Alvefur 2013-09-02
util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be quiet please) Kim Alvefur 2013-08-10
Merge Matthew Wild 2013-06-29
util.pposix: Correctly handle 'unlimited' limits (RLIM_INFINITY), by returning and accepting the string 'unlimited' in get/setrlimit() Matthew Wild 2013-06-29
util.pposix: setrlimit(): Add missing return on error when an incorrect number of arguments are passed Matthew Wild 2013-06-28
mod_posix, util.pposix: Bump version for API change Matthew Wild 2013-04-08
util.pposix: syslog(): Support an optional source parameter (producing messages of the form '<source>: <message>' Matthew Wild 2013-04-08
util.pposix: Allow fetching RLIMIT_NICE when available Matthew Wild 2013-03-22
util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connections Kim Alvefur 2012-11-10
util.pposix: Put the warning back, mention how we might still use posix_fallocate() Kim Alvefur 2012-07-31
util.pposix: Try posix_fallocate() if fallocate() is unsupported by the file system Kim Alvefur 2012-07-31
util.pposix: Warn about posix_fallocate Kim Alvefur 2012-07-29
util.pposix: Add fallocate method, backed by either posix_fallocate() or Linux fallocate() Kim Alvefur 2012-07-28
util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorrow what they mean Matthew Wild 2012-07-08
util.pposix: Add meminfo() binding to memory allocation stats provided by mallinfo() [compilation tested on Ubuntu...] Matthew Wild 2012-07-08
util.pposix: Add setenv() Kim Alvefur 2012-07-03
util.pposix: Don't trust errno for success. Thanks Quince Kim Alvefur 2011-11-18
util.pposix: Remove extraneous semicolon Matthew Wild 2010-12-26
util.pposix: uname(): Fix to push nil,err in case of error Matthew Wild 2010-08-31