about summary refs log tree commit diff
path: root/Src/Modules/system.c
Commit message (Collapse)AuthorAgeFilesLines
* 46152: zsh/system: Re-allow '0' timeout in zsystem flockCedric Ware2020-07-111-3/+3
|
* 45708: zsh/system: Enable sub-second timeout in zsystem flockCedric Ware2020-04-201-5/+74
|
* zsh/system: Fix infinite loop in sysreadRoman Perepelitsa2020-02-061-1/+1
|
* 44480: Don't automatically close externally visible file descroptors.Peter Stephenson2019-07-021-2/+2
| | | | | | | | | | These are descriptors marked FDT_EXTERNAL. Make all sysopen'ed file descriptors FDT_EXTERNAL. Make =(...) call closem() consistent with other substitutions. Document file descriptors are left open.
* users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson2018-06-151-0/+4
|
* 42188: Close flock descriptor in failure casesSebastian Gniazdowski2018-01-041-3/+11
|
* 41142: Ensure close-on-exec is passed to moved file descriptorStephane Chazelas2017-05-231-10/+20
|
* 39268: "zsystem flock -t 0 ..." tries only once to flock and immediately ↵Barton E. Schaefer2016-09-111-3/+3
| | | | returns success or failure
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-2/+2
|
* 35963: simplify condition found by coverity to include tautologyOliver Kiddle2015-07-311-2/+1
|
* 35864: add sysopen, sysseek and systell to system moduleOliver Kiddle2015-07-241-1/+183
|
* 27756: add OS file locking to calendarPeter Stephenson2010-02-261-0/+4
| | | | add errflag test to loop over fcntl()
* 27755: add "zsystem supports" to zsh/systemPeter Stephenson2010-02-251-0/+31
|
* 27754 plus NEWS change: add "zsystem flock"Peter Stephenson2010-02-241-1/+165
|
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-6/+6
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-81/+57
|
* 22483: add $sysparams to zsh/systemPeter Stephenson2006-06-051-9/+88
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-6/+6
|
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-1/+1
|
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-3/+3
| | | | Separate justification width of parameters from base/precision.
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-6/+6
|
* 19096: crash unloading zsh/systemPeter Stephenson2003-09-171-0/+2
|
* 18980: new zsh/system modulePeter Stephenson2003-08-301-0/+418