1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00
freebsd/libexec
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
..
atrun
bootpd Fix bootpd for Alpha. 1999-11-12 10:11:48 +00:00
comsat
fingerd
ftpd Revert part of the last commit, remove {g|s}etflags from the libc 2000-02-05 18:42:36 +00:00
getNAME
getty Changed setflags() to set_flags(). This fixes world breakage due to 2000-01-28 07:12:03 +00:00
mail.local
makekey Revert the libcrypt/libmd stuff back to how it was. This should not have 1999-12-18 13:55:17 +00:00
mknetid
named-xfer
pppoed Add a ``-P pidfile'' option 1999-11-23 00:21:20 +00:00
rbootd
revnetgroup
rexecd
rlogind sync iruserok() extension API with other BSDs 2000-02-01 15:55:56 +00:00
rpc.rquotad Fix various man pages to stop abusing the .Bx macro to generate the 2000-01-23 02:18:19 +00:00
rpc.rstatd
rpc.rusersd
rpc.rwalld
rpc.sprayd
rshd sync iruserok() extension API with other BSDs 2000-02-01 15:55:56 +00:00
rtld-aout Move the man pages for the a.out dynamic linker into the 1aout 2000-01-29 03:13:49 +00:00
rtld-elf Add a manual page for the ELF dynamic linker. I initially created 2000-01-29 03:16:54 +00:00
smrsh
talkd
telnetd several tcp apps IPv6 update 2000-01-25 14:52:10 +00:00
tftpd
uucpd Revert the libcrypt/libmd stuff back to how it was. This should not have 1999-12-18 13:55:17 +00:00
xtend
ypxfr Fix various man pages to stop abusing the .Bx macro to generate the 2000-01-23 02:18:19 +00:00
Makefile Reactivate named-xfer 1999-11-30 06:23:04 +00:00
Makefile.inc