summaryrefslogtreecommitdiff
path: root/ports/unix
Commit message (Expand)AuthorAge
* add wrapper for bindPeter Seebach2016-04-28
* Fix mknod(...) with no file type bitsPeter Seebach2016-01-22
* f*open*: Use more-correct mode.Peter Seebach2015-09-22
* Don't have mkdirat set errno unintentionallyPeter Seebach2015-09-04
* Finish (I hope) working around 0700 umasks.Peter Seebach2015-09-03
* realpath: allocate memory when null pointer givenPeter Seebach2015-09-01
* Small cleanups in passingPeter Seebach2015-08-24
* xattrdb bug fixesPeter Seebach2015-08-24
* New option: Use extended attributes to store db values.Peter Seebach2015-08-21
* Drop the allocation in pseudo_fix_path/pseudo_root_path/etc.Peter Seebach2015-08-20
* 1.6.7: fix mkfifoPeter Seebach2015-07-17
* Allow fifosPeter Seebach2015-07-16
* Possibly fix strange corruptionsPeter Seebach2014-10-03
* Don't follow symlinks for lutimes()Peter Seebach2014-06-13
* Typo fixPeter Seebach2014-05-27
* Honor umaskPeter Seebach2014-05-27
* pseudo_has_unload: add functionPeter Seebach2014-05-16
* Permissions handling tweaks (fchmodat, mask out write bits)Peter Seebach2014-05-16
* fchmodat: don't pass AT_SYMLINK_NOFOLLOWPeter Seebach2014-05-15
* mkdir was storing/reporting modes with 0700 addedPeter Seebach2014-01-23
* mknod apparently got broken a long time ago, fixedPeter Seebach2014-01-23
* Change debugging to use flags rather than levelsPeter Seebach2013-06-25
* Darwin fixes for fsync changes, uninitialized variablePeter Seebach2013-02-17
* If you don't want the answer, don't ask the question.Peter Seebach2013-02-16
* allow pseudo to force asynchronous behaviorPeter Seebach2013-02-16
* Fix linkat() again.Peter Seebach2013-02-13
* Fix link() to work when chrootedPeter Seebach2013-02-12
* add linkat() implementationPeter Seebach2012-12-12
* Remove the _plain thing, use PSEUDO_STATBUF everywhere.Peter Seebach2012-08-02
* cleanup and fixesPeter Seebach2012-03-28
* add popen() callPeter Seebach2012-03-27
* Fix *at() function interface holesPeter Seebach2012-02-06
* Fix realpath(name, NULL) when PSEUDO_DISABLED=1Peter Seebach2011-06-09
* Improve system()Peter Seebach2011-06-06
* Add system() wrapper to force setup of the pseudo environment. NotePeter Seebach2011-06-02
* Change logic on file creation/chmod so that we only secretly mask inPeter Seebach2011-05-31
* Merge in ports workPeter Seebach2011-03-25