=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/67.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- www/67.html 2020/05/06 13:39:30 1.18 +++ www/67.html 2020/05/06 13:44:28 1.19 @@ -130,10 +130,11 @@ to send a 408 response when a timeout happens while headers are being received, but close the connection if no request is received.
  • Updated en_US.UTF-8.src to Unicode 12.1. -
  • Added a new __tmpfd __syscall(2) that creates - a new, unnamed file in /tmp, intended for shm/fd passing, but for - programs that may otherwise like filesystem access +
  • Added a new __tmpfd system call which creates a new, unnamed file in + /tmp, intended for shm/fd passing, but in programs that may otherwise + lack filesystem access (due to restrictions imposed by + unveil(2) or + pledge(2)).
  • Imported dt(4), a driver and framework for Dynamic Profiling, and an accompanying bug tracer that speaks the bt(5)