freebsd_amp_hwpstate/lib/libc
Josef Karthauser 18c0eeddf7 Historically file flags (schg, uschg, etc) have been converted from
string to u_long and back using two functions, flags_to_string and
string_to_flags, which co-existed with 'ls'.  As time has progressed
more and more other tools have used these private functions to
manipulate the file flags.

Recently I moved these functions from /usr/src/bin/ls to libutil,
but after some discussion with bde it's been decided that they
really ought to go in libc.

There are two already existing libc functions for manipulating file
modes:  setmode and getmode.  In keeping with these flags_to_string
has been renamed getflags and string_to_flags to setflags.

The manual page could probably be improved upon ;)
2000-01-27 21:17:01 +00:00
..
alpha Remove unnecessary alternate entry points for *setjmp(). Make the main 2000-01-20 21:58:27 +00:00
amd64 Remove unnecessary alternate entry points for *setjmp(). Make the main 2000-01-20 21:58:27 +00:00
compat-43 Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
db Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
gen Historically file flags (schg, uschg, etc) have been converted from 2000-01-27 21:17:01 +00:00
gmon Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
i386 Remove unnecessary alternate entry points for *setjmp(). Make the main 2000-01-20 21:58:27 +00:00
include $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
locale Although it should be obvious that the 3-digit numeric values of the 2000-01-19 16:21:05 +00:00
mips Bring in initial libc support for mips. These files were taken from 1999-03-03 07:06:17 +00:00
mipseb Fix all the mipseb Makefiles. They were broken when I checked them in 1999-04-22 07:16:11 +00:00
mipsel Fix all the mipseb Makefiles. They were broken when I checked them in 1999-04-22 07:16:11 +00:00
net Allow reverse lookup for loopback addr. 2000-01-27 13:00:14 +00:00
nls Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
posix1e A few more touchups: 2000-01-26 16:15:48 +00:00
quad $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
regex $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
rpc Fixed wrong includes in synopsis. 2000-01-27 02:55:01 +00:00
stdio Improve the explanation on the (in)security of mktemp(3). 2000-01-25 13:58:46 +00:00
stdlib o Back out rev 1.4 - reallocf() failure clobbers existing `environ'. 2000-01-27 16:12:03 +00:00
stdtime Make the quotes in the #include line visible. 2000-01-19 13:27:03 +00:00
string Grammar: "be even number" -> "be an even number" 2000-01-03 20:18:04 +00:00
sys We _do_ support MS_ASYNC 2000-01-24 18:35:16 +00:00
xdr Close PR#16028. Make the sanity check saner. The condition that we 2000-01-19 06:12:32 +00:00
yp Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
Makefile sigset_t change (part 5 of 5) 1999-09-29 15:18:46 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00