Age | Commit message (Collapse) | Author | Files | Lines |
|
that shows that Tru64 is broken...
It doesn't have getdirent() and the the replacement
code doesn't work there.
tridge: do you have any idea how to fix this?
metze
(This used to be commit a5ebfd0ab71f4f4288697f6fd3183a440ce7506b)
|
|
metze
(This used to be commit a7ce2c6c53f1bbb2320fd8afe44ec12e504d95c9)
|
|
metze
(This used to be commit 8774eeb0dc8a72a9871d42bf1652ce4f7d4a29b7)
|
|
when _OSF_SOURCE is defined
metze
(This used to be commit 5279656a15e42e6dd96ddfa181597c71fc993ff3)
|
|
* libreplace can now build stand-alone
* add stub testsuite for libreplace
* make talloc/tdb/ldb use libreplace
(This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
|
|
Make MODULE handling a bit more like BINARY, LIBRARY and SUBSYSTEM
Add some more PUBLIC_HEADERS
(This used to be commit 875eb8f4cc658e6aebab070029fd499a726ad520)
|
|
(This used to be commit 994093b08ee463066c6bae494b10374bd700b0b0)
|
|
(This used to be commit d974bf3589e1b0cd1d5661a21571b81e99350709)
|
|
(This used to be commit ce022e40908dabad41de276941d2ee7a5739aea4)
|
|
are broken (apparently all BSD systems). This breakage leads to unlink
on files in an open directory causing a later seekdir to miss
files. The bug happens due to a block boundary bug in the BSD libc
implementation of these calls.
This replacement code also fixes a severe memory usage problem with
telldir that can cause closedir() to take an arbitrary amount of time.
I have reported the bug in readdir to Greg Lehey (a FreeBSD maintainer)
(This used to be commit e1bf7c4279fbc03a52497d24cea375e75059cba1)
|