summaryrefslogtreecommitdiff
path: root/doc/ref/posix.texi
Commit message (Expand)AuthorAgeFilesLines
* Add 'spawn'.Josselin Poiret2023-01-131-4/+56
* Define Scheme bindings to ‘openat’ when available.Maxime Devos2022-10-211-0/+13
* Define a Scheme binding to ‘fstatat’ when available.Maxime Devos2022-10-211-0/+8
* Define a Scheme binding to ‘fchownat’ when it exists.Maxime Devos2022-10-211-0/+11
* Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos2022-10-211-0/+12
* Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos2022-10-211-0/+9
* Correct documentation of ‘mkdir’ w.r.t. the umask.Maxime Devos2022-10-211-1/+2
* Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos2022-10-211-0/+6
* Define ‘symlinkat’ wrapper when supported.Maxime Devos2022-10-211-0/+6
* Allow file ports in ‘utime’.Maxime Devos2022-10-211-4/+11
* Allow file ports in ‘readlink’.Maxime Devos2022-10-211-2/+7
* Allow file ports in ‘chdir’ when supported.Maxime Devos2022-10-211-1/+4
* Define SO_RCVTIMEO and SO_SNDTIMEO.Christopher Baines2022-10-121-0/+2
* 'pipe' now takes an optional 'flags' parameter.Ludovic Courtès2022-09-191-1/+19
* Define IPPROTO_IPV6 and IPV6_V6ONLY.Ludovic Courtès2022-07-041-0/+11
* Define IN6ADDR_ANY and IN6ADDR_LOOPBACK.Ludovic Courtès2022-07-041-1/+16
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-101-11/+14
* Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran2021-01-211-8/+8
* New procedure mkdtemp! to create unique temporary directoryMichael Gran2021-01-191-1/+20
* doc: Add missing canonicalize-path documentation.Ricardo G. Herdt2020-06-181-0/+15
* doc: Tweak 'pipeline' documentation.Ludovic Courtès2020-05-161-12/+9
* popen: Add 'pipeline' procedure.Rutger van Beusekom2020-05-161-0/+28
* Clarify open-input-pipe example in docDaniel Llorens2020-01-241-1/+1
* doc: Document optional parameter of 'stat'.Ludovic Courtès2019-06-301-2/+8
* Remove references to 'inet-ntoa' and 'inet-aton'.Ludovic Courtès2019-06-241-24/+0
* Clarify the manual's "Processes" section.Chris Marusich2018-10-141-3/+4
* Define AT_SYMLINK_NOFOLLOW et al.Ludovic Courtès2018-09-231-0/+5
* Check for working profiling and virtual itimersMike Gran2017-03-061-4/+11
* Remove 'umask' calls from 'mkdir'.Ludovic Courtès2017-03-011-3/+4
* "select" no longer throws exception on EINTRAndy Wingo2017-03-011-4/+4
* Add accept4 supportAndy Wingo2017-02-151-1/+5
* Move thread bindings to (ice-9 threads)Andy Wingo2016-10-231-23/+2
* Deprecate user asyncsAndy Wingo2016-10-171-5/+5
* Add file descriptor finalizersAndy Wingo2016-08-301-0/+45
* Remove duplicate documentationAndy Wingo2016-08-281-27/+0
* Fix typo about open-pipesirgazil2016-08-081-1/+1
* Allow mkstemp! to have optional "mode" argumentAndy Wingo2016-07-251-1/+5
* Add popen featureAndy Wingo2016-07-251-1/+1
* Document sigaction + SA_RESTARTAndy Wingo2016-06-211-0/+16
* Support `connect' on nonblocking socketsAndy Wingo2016-06-091-4/+6
* `accept' on nonblocking socket can return #fAndy Wingo2016-06-091-7/+18
* Big ports documentation updateAndy Wingo2016-06-081-3/+3
* socket: TCP_CORK, TCP_NODELAYAndy Wingo2016-06-041-0/+9
* Generic port facility provides buffering uniformlyAndy Wingo2016-04-061-41/+28
* Use symbols instead of _IONBF values as args to setvbufAndy Wingo2016-04-041-7/+7
* Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'Andy Wingo2015-01-221-1/+5
|\
| * doc: Clarify behavior of 'select' in the presence of signal interruptions.Ludovic Courtès2014-11-201-1/+5
* | Merge branch 'stable-2.0'Mark H Weaver2014-09-301-2/+8
|\ \ | |/
| * Add 'EXIT_SUCCESS' and 'EXIT_FAILURE'.Ludovic Courtès2014-09-221-2/+8
* | Fix setitimer documentation. Allow microseconds >= 1e6.Andy Wingo2014-02-281-15/+17