History log of /netbsd-src/lib/libutil/stat_flags.3 (Results 1 – 9 of 9)
Revision Date Author Comments
# 71118f06 31-May-2023 uwe <uwe@NetBSD.org>

stat_flags(3): try to improve the descriptions

List all alternative forms recognized by string_to_flags(3).
Both "dump" and "nonodump" are the negative of "nodump".
string_to_flags does not recogniz

stat_flags(3): try to improve the descriptions

List all alternative forms recognized by string_to_flags(3).
Both "dump" and "nonodump" are the negative of "nodump".
string_to_flags does not recognize "snap".
Provide xrefs for flag descriptions where applicable.

show more ...


# cd3709ae 19-Sep-2012 wiz <wiz@NetBSD.org>

Fix string_to_flags prototype. From Brooks Davis in PR 46986.
Bump date.


# e2ab801e 06-Aug-2011 jruoho <jruoho@NetBSD.org>

Xref chflags(2) and stat_flags(3) with each other.


# 805fdd47 04-May-2010 jruoho <jruoho@NetBSD.org>

Use table instead of a list.


# 11a6dbe7 30-Apr-2008 martin <martin@NetBSD.org>

Convert TNF licenses to new 2 clause variant


# f77162e1 23-Dec-2006 wiz <wiz@NetBSD.org>

Fix typo.


# 1073e35f 23-Dec-2006 wiz <wiz@NetBSD.org>

Use more macros. Fix section in Xr.


# 57551caa 23-Dec-2006 wiz <wiz@NetBSD.org>

Remove trailing whitespace.


# 33d6b113 14-Dec-2006 christos <christos@NetBSD.org>

moved string_to_flags and flags_to_string from ls to libutil.