Jan Philipp Hafer 06b263825a std.os: add missing mmap errors
Man page for posix lists EMFILE, man page for linux ENFILE.
Also posix says "The mmap() function adds an extra reference to the file
associated with the file descriptor fildes which is not removed by a
subsequent close() on that file descriptor. This reference is removed
when there are no more mappings to the file."

It sounds counter-intuitive, that a process limit but no system limit can
be exceeeded.

As far as I understand, fildes is only used for file descriptor backed mmaps.
2023-03-08 13:00:06 -05:00
..
2023-03-05 02:59:01 -05:00
2022-12-13 13:14:20 +02:00
2022-11-04 00:09:27 +03:30
2023-02-18 19:17:21 -07:00
2023-03-03 02:37:45 -05:00
2022-12-13 13:14:20 +02:00
2023-03-03 02:37:45 -05:00
2023-02-20 09:09:05 +11:00
2023-03-01 12:21:53 -05:00
2022-09-11 23:18:43 -04:00
2023-03-08 13:00:06 -05:00
2023-02-17 09:08:41 -07:00
2023-03-08 13:00:06 -05:00
2022-04-15 17:01:01 -05:00
2023-01-06 18:52:39 -07:00
2023-02-03 00:06:11 -07:00