freebsd-dev/bin
Josef Karthauser 418d67b0d9 Revert part of the last commit, remove {g|s}etflags from the libc
interface, and statically link them to the programs using them.
These functions, upon reflection and discussion, are too generically
named for a library interface with such specific functionality.
Also the api that they use, whilst ok for private use, isn't good
enough for a libc function.

Additionally there were complications with the build/install-world
process.  It depends heavily upon xinstall, which got broken by
the change in api, and caused bootstrap problems and general mayhem.

There is work in progress to address future problems that may be
caused by changes in install-chain tools, and better names for
{g|s}etflags can be derived when some future program requires them.
For now the code has been left in src/lib/libc/gen (it started off
in src/bin/ls).

It's important to provide library functions for manipulating file
flag strings if we ever want this interface to be adopted outside
of the source tree, but now isn't necessarily the right moment
with 4.0-release just around the corner.

Approved:	jkh
2000-02-05 18:42:36 +00:00
..
cat $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
chflags Revert part of the last commit, remove {g|s}etflags from the libc 2000-02-05 18:42:36 +00:00
chio $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
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 This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for 1999-10-09 20:47:59 +00:00
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 $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
echo Correct some hard sentence breaks. Only those surrounding the previous 1999-09-14 11:46:04 +00:00
ed Add `.Nm red' to NAME section. 2000-01-10 12:20:30 +00:00
expr $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
hostname Mention the hostname variable in /etc/rc.conf since that is the most 1999-12-22 01:28:49 +00:00
kill Correct some hard sentence breaks. Only those surrounding the previous 1999-09-14 11:46:04 +00:00
ln Fix cut'n'paste niggles in previous commit. 1999-12-21 08:57:58 +00:00
ls Revert part of the last commit, remove {g|s}etflags from the libc 2000-02-05 18:42:36 +00:00
mkdir brucify and add comment about -v being non-standard to manpage 1999-09-04 03:19:38 +00:00
mv Removed bogus dependancy on libutil. 2000-01-01 15:40:40 +00:00
pax $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
ps I'm probably jumping the gun, but what the heck, this is -current. 1999-11-17 13:37:30 +00:00
pwd Correct some hard sentence breaks. Only those surrounding the previous 1999-09-14 11:46:04 +00:00
rcp . mdoc(7)'fy 2000-01-07 13:14:32 +00:00
rm Revert part of the last commit, remove {g|s}etflags from the libc 2000-02-05 18:42:36 +00:00
rmail $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
rmdir $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
sh Fix command hash handling on 1999-12-20 13:42:59 +00:00
sleep Restore reference to sleep(3). 1999-10-28 17:41:33 +00:00
stty Don't report the tablet line discipline, it "doesn't happen (TM)" 2000-01-29 16:44:08 +00:00
sync $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
test Take into account the fact that "[" may be called with a path, 1999-12-28 09:34:57 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00