Log

util-src/pposix.c @ 5359:43517e649c53

description author age
util.pposix: Allow fetching RLIMIT_NICE when available Matthew Wild Fri, 22 Mar 2013 11:23:40 +0000
util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connections Kim Alvefur Sat, 10 Nov 2012 23:41:53 +0100
util.pposix: Put the warning back, mention how we might still use posix_fallocate() Kim Alvefur Tue, 31 Jul 2012 23:43:34 +0200
util.pposix: Try posix_fallocate() if fallocate() is unsupported by the file system Kim Alvefur Tue, 31 Jul 2012 23:38:02 +0200
util.pposix: Warn about posix_fallocate Kim Alvefur Sun, 29 Jul 2012 22:21:58 +0200
util.pposix: Add fallocate method, backed by either posix_fallocate() or Linux fallocate() Kim Alvefur Sat, 28 Jul 2012 22:21:10 +0200
util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorrow what they mean Matthew Wild Sun, 08 Jul 2012 18:54:30 +0100
util.pposix: Add meminfo() binding to memory allocation stats provided by mallinfo() [compilation tested on Ubuntu...] Matthew Wild Sun, 08 Jul 2012 18:47:05 +0100
util.pposix: Add setenv() Kim Alvefur Tue, 03 Jul 2012 15:43:46 +0200
util.pposix: Don't trust errno for success. Thanks Quince Kim Alvefur Fri, 18 Nov 2011 06:13:24 +0100
util.pposix: Remove extraneous semicolon Matthew Wild Sun, 26 Dec 2010 05:47:38 +0000
util.pposix: uname(): Fix to push nil,err in case of error Matthew Wild Tue, 31 Aug 2010 15:23:41 +0100
util.pposix: Add pposix.uname(), bump version Matthew Wild Tue, 31 Aug 2010 15:14:39 +0100
util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb) Matthew Wild Sat, 28 Aug 2010 14:31:48 +0100