musl/src/linux/mntent.c, branch master musl - an implementation of the standard library for Linux-based systems cleanup src/linux and src/misc trees, etc. 2012年09月07日T04:48:25+00:00 Rich Felker dalias@aerifal.cx 2012年09月07日T04:48:25+00:00 b9bb8f67bbac9bab5314fb00974ad469476e936e previously, it was pretty much random which one of these trees a given function appeared in. they have now been organized into: src/linux: non-POSIX linux syscalls (possibly shard with other nixen) src/legacy: various obsolete/legacy functions, mostly wrappers src/misc: still mostly uncategorized; some misc POSIX, some nonstd src/crypt: crypt hash functions further cleanup will be done later.
previously, it was pretty much random which one of these trees a given
function appeared in. they have now been organized into:
src/linux: non-POSIX linux syscalls (possibly shard with other nixen)
src/legacy: various obsolete/legacy functions, mostly wrappers
src/misc: still mostly uncategorized; some misc POSIX, some nonstd
src/crypt: crypt hash functions
further cleanup will be done later.
make getmntent_r discard long lines when it returns error, not seek back 2011年09月28日T23:37:14+00:00 Rich Felker dalias@aerifal.cx 2011年09月28日T23:37:14+00:00 ede5ae7b0bb5a7ed9edeb2eeb8e24d30af64d185 seeking back can be performed by the caller, but if the caller doesn't expect it, it will result in an infinite loop of failures.
seeking back can be performed by the caller, but if the caller doesn't
expect it, it will result in an infinite loop of failures.
improve error handling in mntent stuff... 2011年09月27日T21:00:38+00:00 Rich Felker dalias@aerifal.cx 2011年09月27日T21:00:38+00:00 7e76095180a5d64821e21900b85dbd8829e2d90d not sure if this is correct/ideal. it needs further attention.
not sure if this is correct/ideal. it needs further attention.
fix completely bogus loop condition in getmntent_r 2011年04月06日T16:35:05+00:00 Rich Felker dalias@aerifal.cx 2011年04月06日T16:35:05+00:00 6b87e941f932a93120383de33f5237395fc1354a somehow this worked on my simple fstab, but horribly broke in general, leading to use of uninitialized offset array and crashes.
somehow this worked on my simple fstab, but horribly broke in general,
leading to use of uninitialized offset array and crashes.
add getmntent_r interface (all of mntent is nonstandard anyway) 2011年04月05日T18:11:14+00:00 Rich Felker dalias@aerifal.cx 2011年04月05日T18:11:14+00:00 2c4e9e6e4b570f4dbbcc5f2402b0257a3b43380a
initial check-in, version 0.5.0 2011年02月12日T05:22:29+00:00 Rich Felker dalias@aerifal.cx 2011年02月12日T05:22:29+00:00 0b44a0315b47dd8eced9f3b7f31580cf14bbfc01

AltStyle によって変換されたページ (->オリジナル) /