freebsd-skq/bin
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
..
cat
chflags Historically file flags (schg, uschg, etc) have been converted from 2000-01-27 21:17:01 +00:00
chio
chmod Default to not -v. 1999-11-28 12:24:16 +00:00
cp fix cp -vi bug 2000-01-23 03:04:49 +00:00
csh
date Fix various mandoc bugs 2000-01-12 00:29:16 +00:00
dd I've been Brucified! I did evil things with typedefs, but I'll do it 1999-12-08 02:44:46 +00:00
df add human readable output (-h and -H) 1999-12-15 03:44:09 +00:00
domainname
echo
ed Add `.Nm red' to NAME section. 2000-01-10 12:20:30 +00:00
expr
hostname Mention the hostname variable in /etc/rc.conf since that is the most 1999-12-22 01:28:49 +00:00
kill
ln Fix cut'n'paste niggles in previous commit. 1999-12-21 08:57:58 +00:00
ls Historically file flags (schg, uschg, etc) have been converted from 2000-01-27 21:17:01 +00:00
mkdir
mv Removed bogus dependancy on libutil. 2000-01-01 15:40:40 +00:00
pax
ps
pwd
rcp . mdoc(7)'fy 2000-01-07 13:14:32 +00:00
rm Historically file flags (schg, uschg, etc) have been converted from 2000-01-27 21:17:01 +00:00
rmail
rmdir
sh Fix command hash handling on 1999-12-20 13:42:59 +00:00
sleep
stty
sync
test Take into account the fact that "[" may be called with a path, 1999-12-28 09:34:57 +00:00
Makefile
Makefile.inc