1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00
freebsd/usr.bin
Jilles Tjoelker e810bef741 find: Fix two more problems with -lname and -ilname:
* Do not match symlinks that are followed because of -H or -L. This is
  explicitly documented in GNU find's info file and is like -type l.

* Fix matching symlinks in subdirectories when fts changes directories.

Also, avoid some readlink() calls on files that are obviously not symlinks
(because of fts(3) restrictions, not all of them).

MFC after:	1 week
2014-01-05 23:01:28 +00:00
..
alias
apply
ar Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
asa
at - Do not bail out if stat(2) fails with ENOENT in the spool directory. This 2013-04-12 14:32:16 +00:00
atf Build and install the atf tests. 2013-11-08 14:33:41 +00:00
atm
awk
banner
basename
bc Document -q and --quiet as discouraged compatibility option. 2013-12-07 07:12:37 +00:00
biff Fix EXIT STATUS. biff reports its status when it was invoked. 2013-04-28 09:29:44 +00:00
bluetooth
bmake Stick to traditional DEFAULT_SYS_PATH (/usr/share/mk) 2013-09-10 23:31:38 +00:00
brandelf fix up my copyright and remove third clause.. 2013-08-26 18:51:48 +00:00
bsdiff
bzip2
bzip2recover Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
c89 Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc, 2013-03-07 21:34:16 +00:00
c99 Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" instead 2013-03-07 21:37:23 +00:00
calendar calendar(1): use strlcpy instead of strncpy 2013-12-11 14:54:58 +00:00
cap_mkdb
catman
chat
checknr
chkey
chpass
cksum
clang Enable llvm's integrated assembler for PowerPC, since it should now be 2013-12-16 18:45:21 +00:00
cmp Bump .Dd for recent change 2013-11-18 23:11:42 +00:00
col
colcrt
colldef
colrm
column
comm
compile_et
compress
cpio MFV r248590,248594: 2013-03-22 13:36:03 +00:00
cpuset
csplit
csup Clean up -Wheader-guard warnings. 2013-06-17 20:11:04 +00:00
ctags
ctlstat Fix bugs in the elapsed time calculation in ctlstat_standard() 2013-04-11 21:18:04 +00:00
cut
dc Properly handle '-h' argument. 2013-02-28 01:22:14 +00:00
dirname
drill Build and install drill(1). 2013-09-22 20:30:55 +00:00
dtc Some more cleanups and bug fixes in dtc for property printing / parsing. 2013-12-12 08:55:24 +00:00
du
ee Fix spelling. 2013-03-11 13:08:32 +00:00
elf2aout
elfdump
enigma
env
expand
false
fetch Include an Accept header in requests. 2013-07-30 13:07:55 +00:00
file
file2c
find find: Fix two more problems with -lname and -ilname: 2014-01-05 23:01:28 +00:00
finger
fmt
fold
from Add static where appropriate. 2013-11-21 21:19:01 +00:00
fstat Similar to 233760 and 236717, export some more useful info about the 2013-05-03 21:11:57 +00:00
fsync
ftp
gcore Add some missing DPADD. 2013-05-11 13:46:05 +00:00
gencat
getconf
getent Add support for netgroup, based on patch in the PR but made consistent 2013-05-23 20:52:30 +00:00
getopt
gprof
grep grep -i does not work for simple patterns and single byte locales, like 2013-07-30 18:16:43 +00:00
gzip
head Remove EOL whitespace accidentally introduced in r248393. 2013-03-17 06:57:25 +00:00
hesinfo
hexdump Fix typo ('1' != 'l') 2013-03-04 02:21:06 +00:00
host Remove BIND. 2013-09-30 17:23:45 +00:00
iconv As a followup to r252547, propate const down the call stack. 2013-07-03 18:27:45 +00:00
id
indent Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
ipcrm
ipcs
iscsictl Properly document -u and -s. 2014-01-04 09:57:23 +00:00
join
jot
kdump If we cannot connect to casperd we don't enter sandbox, but if we can connect 2013-12-19 00:51:48 +00:00
keylogin
keylogout
killall killall: add -q flag to suppress error message when no processes are matched 2013-06-30 20:27:31 +00:00
ktrace
ktrdump
lam
last
lastcomm
ldd Pass variables prefixed with both LD_ and LD_32_ to the run-time linker. 2013-08-07 00:28:17 +00:00
leave
less
lessecho
lesskey
lex Connect flex 2.5.37 to the build and bump __FreeBSD_version. 2013-05-21 19:32:35 +00:00
limits sh(1),limits(1): Document kqueues (-k) rlimit. 2013-11-01 13:57:30 +00:00
locale
locate
lock
lockf Add option to lockf to avoid creating a file if it does not exist. 2013-05-10 17:30:29 +00:00
logger
login Fix whitespace. 2013-11-13 20:35:10 +00:00
logins
logname
look
lorder
lsvfs - Add file system type number (vfc_typenum) in the list. This is useful 2013-06-09 16:33:32 +00:00
lzmainfo
m4 mdoc: convert .Fd to .In, which is much nicer. 2013-06-04 07:37:06 +00:00
mail Remove unnecessary cast to pid_t. 2013-07-04 03:24:58 +00:00
make Remove unnecessary cast to pid_t. 2013-07-04 03:24:58 +00:00
makewhatis
man
mandoc
mesg
minigzip
ministat
mkcsmapper To avoid having to explicitly test COMPILER_TYPE for setting 2013-12-22 17:51:33 +00:00
mkcsmapper_static
mkdep
mkesdb Attempt to deal with a compile failure that shows up with gcc, which 2013-07-03 18:25:27 +00:00
mkesdb_static
mkfifo
mklocale Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
mkstr
mktemp
mkulzma
mkuzip
msgs
mt
nc
ncal
netstat Explicitly free rt_tables to please Coverity. 2013-12-31 12:11:48 +00:00
newgrp
newkey
nfsstat Modify nfsstat.c so that it prints out an error when a non-root 2013-06-09 21:54:19 +00:00
nice
nl
nohup
opieinfo
opiekey
opiepasswd
pagesize
pamtest
passwd
paste
patch Improve bsdpatch usability: 2013-09-26 18:00:45 +00:00
pathchk pathchk: Ensure bytes >= 128 are considered non-portable characters. 2013-10-20 20:10:31 +00:00
perror
pr
printenv
printf
procstat Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I had 2013-11-15 19:55:35 +00:00
protect Correct stale comments. 2013-09-20 16:05:09 +00:00
quota
rctl Minor spelling and grammar fixes. 2013-04-11 19:05:24 +00:00
renice Move example to EXAMPLES. 2013-03-17 06:36:04 +00:00
rev
revoke
rlogin
rpcgen Generate client sample code which compiles without warnings. 2013-12-26 11:38:33 +00:00
rpcinfo Use INADDR_NONE instead of -1 to check inet_addr() result. 2013-10-15 07:37:30 +00:00
rs
rsh
rup
ruptime
rusers
rwall
rwho Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
script Add -F to flush output after each write. With this, I can 2013-12-05 01:44:24 +00:00
sed Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i' 2013-12-09 18:57:20 +00:00
seq
setchannel
shar
showmount
smbutil
sockstat
sort In usr.bin/sort/radixsort.c, pop_ls_mt() is only referenced if 2013-12-22 20:46:31 +00:00
split Add missed DPADD 2013-11-09 09:05:50 +00:00
ssh-copy-id
stat
stdbuf
su Make check for unknown login class actually work. Previously, using the "-c" option 2013-08-12 21:01:01 +00:00
svn Import svn-1.8.5. This contains a user-visible fix for svn:externals 2013-11-25 17:52:16 +00:00
systat Use INADDR_NONE instead of -1 to check inet_addr() result. 2013-10-15 07:37:30 +00:00
tabs
tail Print file names without stdio buffering to avoid mixing buffered and 2013-06-09 08:06:26 +00:00
talk
tar MFV r248590,248594: 2013-03-22 13:36:03 +00:00
tcopy
tee
telnet
tests Build and install the atf tests. 2013-11-08 14:33:41 +00:00
tftp
time
tip
top Bump the CPU/WCPU column width by one so that it fits values from 100% up 2013-06-11 19:05:29 +00:00
touch Constify where appropriate. 2013-04-23 13:03:17 +00:00
tput
tr
true
truncate
truss Extend the support for exempting processes from being killed when swap is 2013-09-19 18:53:42 +00:00
tset
tsort
tty
ul
uname Change introduction history. 2013-11-20 17:48:38 +00:00
unexpand
unifdef Update to upstream version 2.7 2013-03-28 20:33:07 +00:00
uniq Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
units
unvis Replace our (un)vis(1) commands with implementations from NetBSD to 2013-03-15 00:05:50 +00:00
unzip Replace deprecated (or remove obsolete) libarchive 2.8 functions 2013-03-22 10:17:42 +00:00
usbhidaction
usbhidctl mdoc sweep. 2013-05-12 22:22:12 +00:00
users
uudecode
uuencode
vacation
vgrind
vi Give up on using iconv to convert to UTF-8 at build time. I don't see any 2013-08-12 09:56:52 +00:00
vis Replace our (un)vis(1) commands with implementations from NetBSD to 2013-03-15 00:05:50 +00:00
vmstat
w Revert r253748,253749 2013-07-28 18:44:17 +00:00
wall
wc
what
whereis
which
who
whois The whois() function is called in a loop so make sure we close the 2014-01-04 15:51:52 +00:00
write
xargs Style(9) changes fo xargs.c 2013-05-10 03:49:05 +00:00
xinstall revert sign changes to buffers used in invocation of digest_update() 2013-10-30 18:40:55 +00:00
xlint Improve compatibility with recent flex from flex.sourceforge.net. 2013-05-03 23:51:32 +00:00
xstr
xz
xzdec
yacc Add missing bits from the vendor's 2005-05-04 change to 2013-12-04 19:15:56 +00:00
yes
ypcat
ypmatch
ypwhich
Makefile Build and install the atf tests. 2013-11-08 14:33:41 +00:00
Makefile.amd64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.arm Add arm bits to truss. 2013-03-07 23:44:35 +00:00
Makefile.i386 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.ia64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.inc
Makefile.powerpc - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.sparc64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00