Searched hist:cf38985293be425552c13d54018a2d1aa29b7be9 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.c | diff cf38985293be425552c13d54018a2d1aa29b7be9 Sat Sep 14 21:16:07 CEST 2019 Edward Tomasz Napierala <trasz@FreeBSD.org> Make pseudofs(9) create directory entries in order, instead of the reverse.
This fixes Linux sysctl(8) binary - it assumes the first two directory entries are always "." and "..". There might be other Linux apps affected by this.
NB it might be a good idea to rewrite it using queue(3).
Reviewed by: kib MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21550
|
H A D | pseudofs.h | diff cf38985293be425552c13d54018a2d1aa29b7be9 Sat Sep 14 21:16:07 CEST 2019 Edward Tomasz Napierala <trasz@FreeBSD.org> Make pseudofs(9) create directory entries in order, instead of the reverse.
This fixes Linux sysctl(8) binary - it assumes the first two directory entries are always "." and "..". There might be other Linux apps affected by this.
NB it might be a good idea to rewrite it using queue(3).
Reviewed by: kib MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21550
|