freebsd-dev/usr.bin
Brooks Davis 54404cfb13 In preparation for raising NGROUPS and NGROUPS_MAX, change base
system callers of getgroups(), getgrouplist(), and setgroups() to
allocate buffers dynamically.  Specifically, allocate a buffer of size
sysconf(_SC_NGROUPS_MAX)+1 (+2 in a few cases to allow for overflow).

This (or similar gymnastics) is required for the code to actually follow
the POSIX.1-2008 specification where {NGROUPS_MAX} may differ at runtime
and where getgroups may return {NGROUPS_MAX}+1 results on systems like
FreeBSD which include the primary group.

In id(1), don't pointlessly add the primary group to the list of all
groups, it is always the first result from getgroups().  In principle
the old code was more portable, but this was only done in one of the two
places where getgroups() was called to the overall effect was pointless.

Document the actual POSIX requirements in the getgroups(2) and
setgroups(2) manpages.  We do not yet support a dynamic NGROUPS, but we
may in the future.

MFC after:	2 weeks
2009-06-19 15:58:24 +00:00
..
alias - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
apply - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ar Act like ranlib if our name ends in ranlib. In particular, 2009-03-20 17:11:45 +00:00
asa - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
at - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
atm - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
awk - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
banner - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
basename Alow dirname(1) to accept multiple arguments in the same way that 2009-02-02 11:19:56 +00:00
biff - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
bluetooth Clenup code a bit and do not call fork(2) before dameon(3) where not needed. 2009-02-04 22:04:06 +00:00
brandelf - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
bsdiff - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
bzip2 - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
bzip2recover - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
c89 - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
c99 - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
calendar [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not California 2009-06-04 21:48:04 +00:00
cap_mkdb - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
catman When checking if we can write to a file, use access() instead of a 2009-06-19 15:52:35 +00:00
chat - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
checknr - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
chkey Rename all symbols in libmp(3) to mp_*, just like Solaris. 2009-02-26 21:43:15 +00:00
chpass Make the chpass Makefile honour NO_FSCHG. 2009-06-15 21:05:00 +00:00
cksum - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
cmp - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
col - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
colcrt - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
colldef - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
colrm - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
column - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
comm - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
compile_et - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
compress - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
cpio When compiled for the release crunches, be a bit 2009-04-19 06:59:12 +00:00
cpuset Sync manpage's synopsis with program's usage(). 2008-12-13 15:44:29 +00:00
csplit A bit of rewording for clarity, taken from OpenBSD. 2009-01-10 12:47:22 +00:00
csup - Add missing rsyncfile from Makefile 2008-11-23 19:43:45 +00:00
ctags - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
cut Fix punctuation. 2009-04-01 08:33:54 +00:00
dig Add support for the build options that are currently in the port: 2009-06-01 21:58:59 +00:00
dirname Alow dirname(1) to accept multiple arguments in the same way that 2009-02-02 11:19:56 +00:00
du Report the next directory being scanned when a ^T is pressed (or any 2009-04-30 01:24:53 +00:00
ee - Add Hungarian catalog 2009-06-01 21:54:59 +00:00
elf2aout Add a basic manual page for elf2aout. 2008-12-23 01:22:57 +00:00
elfdump - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
enigma - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
env - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
expand - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
false - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
fetch The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored because 2009-01-17 13:34:56 +00:00
file Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT. 2009-05-04 00:37:44 +00:00
file2c - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
find rm, find -delete: fix removing symlinks with uchg/uappnd set. 2009-05-30 10:42:19 +00:00
finger - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
fmt - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
fold - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
from - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
fstat Fix bug in zphys offset calculation I introduced while retyping 2009-06-09 04:09:31 +00:00
fsync - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ftp - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
gcore - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
gencat - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
getconf - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
getent - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
getopt - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
gprof If running with "-K" really do not information about symbols from the a.out 2009-01-12 21:49:42 +00:00
gzip - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
head - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
hesinfo - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
hexdump - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
host - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
id In preparation for raising NGROUPS and NGROUPS_MAX, change base 2009-06-19 15:58:24 +00:00
indent - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ipcrm - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ipcs Correct types of variables used to track amount of allocated SysV shared 2009-03-02 18:53:30 +00:00
join - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
jot - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
kdump Unbreak buildworld. 2009-05-31 15:41:46 +00:00
keylogin - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
keylogout - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
killall Add support for the arbitrary named jail parameters used by jail_set(2) 2009-05-27 14:30:26 +00:00
ktrace Add a new type of KTRACE record for sysctl(3) invocations. It uses the 2009-03-11 21:48:36 +00:00
ktrdump Remove unnecessary opt* definations. 2009-02-21 03:53:06 +00:00
lam - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
last - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lastcomm - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ldd - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
leave - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
less - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lessecho - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lesskey - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lex - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
limits - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
locale - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
locate Signed/unsigned fixes, should be WARNS=2 clean now. 2009-04-02 21:44:55 +00:00
lock - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lockf - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
logger - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
login Pass int arguments to auditon(2)'s A_GETCOND API rather than long 2009-04-19 23:34:22 +00:00
logins - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
logname - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
look - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lorder - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
lsvfs Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
m4 - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
mail Rename mail(1)'s aux.c to util.c. 2009-01-16 15:00:30 +00:00
make Add volatile to sig_atomic_t where it was missing. 2009-06-14 21:39:52 +00:00
makewhatis - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
mesg - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
minigzip - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ministat Fix some warns - mainly signedness and unused variables. 2009-03-17 19:37:47 +00:00
mkdep - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
mkfifo - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
mklocale - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
mkstr - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
mktemp - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
mkuzip - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
msgs - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
mt - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
nc - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ncal Since the width is always 2, it is enough to put just one 2009-06-18 16:40:00 +00:00
ncplist - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ncplogin - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
netstat Convert the two dimensional array to be malloced and introduce 2009-06-01 15:49:42 +00:00
newgrp In preparation for raising NGROUPS and NGROUPS_MAX, change base 2009-06-19 15:58:24 +00:00
newkey Fix compilation of newkey(8) with WITHOUT_NIS=yes. 2009-02-28 16:16:37 +00:00
nfsstat Include <sys/module.h> for modfind(). 2009-06-14 12:47:27 +00:00
nice - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
nl Use getline() instead of fgets(). This enables nl(1) to handle 2009-02-28 15:53:36 +00:00
nohup - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
nslookup - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
nsupdate Update bmake glue for changes in 9.4.3 2008-12-23 22:51:10 +00:00
objformat - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
opieinfo - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
opiekey - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
opiepasswd - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
pagesize - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
passwd - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
paste - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
pathchk - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
perror Use prototype for usage(). This makes perror(1) WARNS=6 clean. 2009-05-28 21:37:40 +00:00
pr - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
printenv Define extern **environ in global scope instead of in function. 2009-02-21 03:50:25 +00:00
printf - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
procstat Include param.h instead of types.h before user.h so that the nested 2008-12-29 18:58:22 +00:00
quota In preparation for raising NGROUPS and NGROUPS_MAX, change base 2009-06-19 15:58:24 +00:00
renice - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rev - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
revoke Add revoke(1). 2009-06-15 21:52:27 +00:00
rlogin - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rpcgen - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rpcinfo - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rs - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rsh - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rup - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ruptime - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rusers - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rwall - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
rwho - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
script - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
sed Bump the document date to reflect the recent address range enhancements. 2009-05-25 21:29:06 +00:00
setchannel - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
shar - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
showmount - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
smbutil - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
sockstat Remove unused v6 macro aliases for inpcb fields: 2009-03-10 17:57:41 +00:00
split When "-b" is specified, one could easily create "smaller" files 2009-01-24 05:32:11 +00:00
stat Let stat(1) use fdevname(3). 2009-02-11 20:36:17 +00:00
su Fixup the parameters to audit_submit(3) the order is errno then return 2009-04-04 20:58:18 +00:00
systat Correct a number of evolved problems with inp_vflag and inp_flags: 2009-03-15 09:58:31 +00:00
tabs - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tail Change the behaviour of -F slightly; it now persists (forever) in 2009-06-05 09:08:53 +00:00
talk Utilize strlcpy(). 2009-02-21 03:38:46 +00:00
tar Make -lcrypto usage dependent on whether or not we're building with OpenSSL. 2009-04-18 06:03:09 +00:00
tcopy - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tee - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
telnet - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tftp - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
time - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tip - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
top Update top and systat for vfs.bufcache now being a long rather than an int. 2009-03-10 15:25:19 +00:00
touch - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tput - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tr - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
true - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
truncate Initialize 'sz' as 0. 2009-02-21 03:42:31 +00:00
truss Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
tset - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tsort - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
tty - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ul - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
uname - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
unexpand - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
unifdef - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
uniq - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
units - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
unvis - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
unzip - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
usbhidaction Build fixups for the new USB stack. 2009-02-23 18:36:54 +00:00
usbhidctl Build fixups for the new USB stack. 2009-02-23 18:36:54 +00:00
users - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
uudecode - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
uuencode - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
vacation - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
vgrind - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
vi - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
vis - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
vmstat Utilize calloc() instead of bzero'ing manually. 2009-02-21 03:43:20 +00:00
w - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
wall - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
wc Add a -L option to wc(1), for finger compatibility with the GNU 2008-12-06 19:21:56 +00:00
what - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
whereis - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
which - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
who - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
whois - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
write - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
xargs - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
xinstall - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
xlint - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
xstr - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
yacc - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
yes - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ypcat - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ypmatch - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
ypwhich - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00
Makefile Add revoke(1). 2009-06-15 21:52:27 +00:00
Makefile.inc - Import the HEAD csup code which is the basis for the cvsmode work. 2008-10-19 08:41:10 +00:00