Commit graph

12 commits

Author SHA1 Message Date
Steven Barth
87491bf031 nixio: Improve number handling with non-double Lua setups 2009-11-28 10:24:19 +00:00
Steven Barth
760b917114 System loads are floats 2009-10-31 16:30:44 +00:00
Felix Fietkau
64d9a00a99 nixio: store stats and other number information as integer, which works better when lua number support is downgraded from double to float 2009-10-26 04:52:07 +00:00
Steven Barth
a2b916ab73 Merge nixio 0.2 2009-04-21 16:26:45 +00:00
Steven Barth
9bf88087f4 nixio: chdir() 2009-03-12 21:44:11 +00:00
Steven Barth
82858a8e8f nixio: add setsid() 2009-03-12 21:31:57 +00:00
Steven Barth
a125a64a15 Be nice() 2009-03-10 20:59:56 +00:00
Steven Barth
68a95e6806 nixio: Implement protable behaviour of signal(), export more error
constants
2009-03-09 22:19:47 +00:00
Steven Barth
2e79c969c0 httpclient: Added missing import
nixio: waitpid() returns 0 with WNOHANG and no terminated childs
2009-03-09 20:06:36 +00:00
Steven Barth
589e680970 Make nixio compile on OpenSolaris 2009-03-09 09:37:08 +00:00
Steven Barth
f151bb804f nixio: Export more constants, introduce {g,s}et{g,u}id, getpid, getppid 2009-03-05 19:20:40 +00:00
Steven Barth
e38c438771 nixio:
Use POSIX file functions
introduce dup()
introduce fork() wait() kill()
more signal interrupt wrappers
more POSIX / UNIX standard compliance
2009-03-03 22:44:26 +00:00