Log

util-src/pposix.c @ 10969:d70db967c1b7

description author age
util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions Kim Alvefur Sun, 07 Jun 2020 02:25:56 +0200
util.pposix,signal: Pass around various OS numbers as integers [Lua 5.3] Kim Alvefur Mon, 04 May 2020 21:51:30 +0200
util.*.c: Add static qualifiers everywhere Emmanuel Gil Peyrot Sun, 01 Dec 2019 20:25:20 +0100
Merge 0.11->trunk Kim Alvefur Sat, 16 Nov 2019 16:52:31 +0100
util.pposix: Avoid overflow of malloc info at 2GB (fixes #1445 until 4GB) 0.11 Kim Alvefur Sat, 16 Nov 2019 16:45:33 +0100
util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups() Matthew Wild Tue, 04 Dec 2018 12:11:58 +0000
util.pposix: Allow _DARWIN_C_SOURCE to be overriden Kim Alvefur Sat, 08 Sep 2018 11:52:44 +0200
Merge 0.10->trunk Kim Alvefur Sat, 08 Sep 2018 11:51:52 +0200
util.pposix: Fix or silence a warning on OS X (#1202) Kim Alvefur Sat, 08 Sep 2018 11:46:02 +0200
Merge 0.10->trunk Kim Alvefur Sat, 08 Sep 2018 11:42:22 +0200
util.pposix: Fix building on OS X (#1202) Kim Alvefur Sat, 18 Aug 2018 12:07:40 +0200
util.pposix: Restrict use of malloc_info to glibc Kim Alvefur Fri, 07 Sep 2018 15:50:12 +0200
util.pposix: Do not attempt to assign to stdio variables [pedantic] Kim Alvefur Fri, 07 Sep 2018 15:25:33 +0200
pposix: Generate an error when a passed string isn’t "unlimited". Emmanuel Gil Peyrot Wed, 08 Aug 2018 09:28:42 +0200
pposix, signal: Ignore unused arguments. Emmanuel Gil Peyrot Wed, 08 Aug 2018 09:28:04 +0200
net, pposix, signal: Check for redefined defines, fix warnings. Emmanuel Gil Peyrot Wed, 08 Aug 2018 09:27:34 +0200
util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak) Kim Alvefur Thu, 12 Jul 2018 20:42:22 +0200
util.pposix: Remove fallocate Kim Alvefur Tue, 28 Feb 2017 13:26:05 +0100
util.pposix: Add function for atomically appending data to a file Kim Alvefur Wed, 01 Mar 2017 01:33:00 +0100
util-src: Specify size of various tables to be allocated Kim Alvefur Thu, 09 Mar 2017 01:20:59 +0100
util.pposix: Use correct type for limits [-Wconstant-conversion] Kim Alvefur Tue, 07 Mar 2017 22:36:43 +0100
util.pposix: Limit meminfo to Linux until we can figure out how to get this info on other platforms Kim Alvefur Tue, 07 Mar 2017 22:33:57 +0100
util.pposix, configure: Move _GNU_SOURCE macro into source files Kim Alvefur Wed, 01 Mar 2017 22:27:11 +0100
util.pposix: Expose ENOENT constant (usually 2, but you never know) Kim Alvefur Wed, 01 Mar 2017 17:03:48 +0100
util.pposix: Fix typo in comment Kim Alvefur Sun, 26 Feb 2017 20:31:08 +0100
util-src/*.c: Attach pointer * to name instead of type Kim Alvefur Sun, 12 Feb 2017 16:42:29 +0100
util-src/*.c: Squeeze repeated blank lines Kim Alvefur Mon, 23 Jan 2017 18:33:35 +0100
util-src: Make C modules assert that the Lua runtime matches what it was compiled for Kim Alvefur Sun, 08 Jan 2017 14:21:08 +0100
util.pposix: rfork() seems to be FreeBSD only (fixes #412) Kim Alvefur Mon, 19 Dec 2016 08:51:50 +0100
util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixes #412) Kim Alvefur Wed, 25 May 2016 21:34:34 +0200