about summary refs log tree commit homepage
path: root/fs.c
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2018-11-28serve /dev*/usage requests from memory
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-01-17copyright comment updates for 2013
2012-03-17remove ENOSYS support for *at() and accept4()
2012-02-27fs: increase internal maximum path length to 255
2012-02-21svc: rename dirfd -> docroot_fd for readability
2012-02-06fs.c: #define O_NOATIME if missing
2012-01-19enforce change permissions _after_ writing file
2012-01-19simplify logic for enforcing O_CLOEXEC on open()
2012-01-19use *open_put instead of *open_excl for writing files
2012-01-18http_dav: remove ability to DELETE on directories
2012-01-18http: add support for MKCOL and DELETE requests
2012-01-13close-on-exec cleanups and documentation
2012-01-11initial commit