freebsd-nq/usr.bin
Andrey V. Elsukov fcf596178b Merge projects/ipsec into head/.
Small summary
 -------------

o Almost all IPsec releated code was moved into sys/netipsec.
o New kernel modules added: ipsec.ko and tcpmd5.ko. New kernel
  option IPSEC_SUPPORT added. It enables support for loading
  and unloading of ipsec.ko and tcpmd5.ko kernel modules.
o IPSEC_NAT_T option was removed. Now NAT-T support is enabled by
  default. The UDP_ENCAP_ESPINUDP_NON_IKE encapsulation type
  support was removed. Added TCP/UDP checksum handling for
  inbound packets that were decapsulated by transport mode SAs.
  setkey(8) modified to show run-time NAT-T configuration of SA.
o New network pseudo interface if_ipsec(4) added. For now it is
  build as part of ipsec.ko module (or with IPSEC kernel).
  It implements IPsec virtual tunnels to create route-based VPNs.
o The network stack now invokes IPsec functions using special
  methods. The only one header file <netipsec/ipsec_support.h>
  should be included to declare all the needed things to work
  with IPsec.
o All IPsec protocols handlers (ESP/AH/IPCOMP protosw) were removed.
  Now these protocols are handled directly via IPsec methods.
o TCP_SIGNATURE support was reworked to be more close to RFC.
o PF_KEY SADB was reworked:
  - now all security associations stored in the single SPI namespace,
    and all SAs MUST have unique SPI.
  - several hash tables added to speed up lookups in SADB.
  - SADB now uses rmlock to protect access, and concurrent threads
    can do SA lookups in the same time.
  - many PF_KEY message handlers were reworked to reflect changes
    in SADB.
  - SADB_UPDATE message was extended to support new PF_KEY headers:
    SADB_X_EXT_NEW_ADDRESS_SRC and SADB_X_EXT_NEW_ADDRESS_DST. They
    can be used by IKE daemon to change SA addresses.
o ipsecrequest and secpolicy structures were cardinally changed to
  avoid locking protection for ipsecrequest. Now we support
  only limited number (4) of bundled SAs, but they are supported
  for both INET and INET6.
o INPCB security policy cache was introduced. Each PCB now caches
  used security policies to avoid SP lookup for each packet.
o For inbound security policies added the mode, when the kernel does
  check for full history of applied IPsec transforms.
o References counting rules for security policies and security
  associations were changed. The proper SA locking added into xform
  code.
o xform code was also changed. Now it is possible to unregister xforms.
  tdb_xxx structures were changed and renamed to reflect changes in
  SADB/SPDB, and changed rules for locking and refcounting.

Reviewed by:	gnn, wblock
Obtained from:	Yandex LLC
Relnotes:	yes
Sponsored by:	Yandex LLC
Differential Revision:	https://reviews.freebsd.org/D9352
2017-02-06 08:49:57 +00:00
..
addr2line elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree 2016-04-21 12:58:29 +00:00
alias Add META_MODE support. 2015-06-13 19:20:56 +00:00
apply Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
ar ar: enable reproducible output by default when invoked as 'ar -s' 2016-06-16 21:22:26 +00:00
asa Add META_MODE support. 2015-06-13 19:20:56 +00:00
at Use nitems() from sys/param.h 2016-07-30 06:32:18 +00:00
atm Add META_MODE support. 2015-06-13 19:20:56 +00:00
awk WITH_META_MODE: Fix rebuilding maketab outside of build-tools. 2016-06-14 16:20:05 +00:00
banner Add META_MODE support. 2015-06-13 19:20:56 +00:00
basename DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
bc DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
biff Add META_MODE support. 2015-06-13 19:20:56 +00:00
bluetooth Update dependencies after r291406 added libelf to libkvm. 2015-12-01 05:18:48 +00:00
bmake Merge bmake-20161212 2016-12-19 23:38:07 +00:00
brandelf Use standard 'THE AUTHOR' license text 2015-07-31 16:45:42 +00:00
bsdcat MFV r307859: 2016-10-24 14:08:05 +00:00
bsdiff bspatch: Remove backwards-compatibility sys/capability.h support 2016-09-20 15:13:15 +00:00
bzip2 Add META_MODE support. 2015-06-13 19:20:56 +00:00
bzip2recover Add META_MODE support. 2015-06-13 19:20:56 +00:00
c89 Add META_MODE support. 2015-06-13 19:20:56 +00:00
c99 Don't claim c99 is a wrapper around gcc; it's a wrapper around the system cc. 2015-07-13 14:13:15 +00:00
caesar Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
calendar Add my birthday to calendar.freebsd 2017-01-10 05:37:53 +00:00
cap_mkdb Remove O_SYNC from the options passed to dbmopen(). 2016-02-19 08:42:13 +00:00
catman Instead of ignoring the EEXIST from link(), unconditionally unlink 2016-05-13 05:49:02 +00:00
chat Delete dead code in chat(8) 2017-01-04 16:24:40 +00:00
checknr Remove usage of _WITH_GETLINE from usr.bin 2016-07-30 01:07:47 +00:00
chkey Add META_MODE support. 2015-06-13 19:20:56 +00:00
chpass Restore the 'beforeinstall' for chpass(1), so files with the 2016-01-28 02:56:30 +00:00
cksum Add META_MODE support. 2015-06-13 19:20:56 +00:00
clang Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CC 2017-01-27 01:59:12 +00:00
cmp Fix file descriptor leaks in cmp(1) 2017-01-07 00:59:06 +00:00
col DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
colcrt Add META_MODE support. 2015-06-13 19:20:56 +00:00
colldef Note that mklocale(1) and colldef(1) are no longer used 2016-04-17 23:02:49 +00:00
colrm Add META_MODE support. 2015-06-13 19:20:56 +00:00
column Fix type mismatches for malloc(3) and Co. 2015-12-29 11:24:41 +00:00
comm Remove usage of _WITH_GETLINE from usr.bin 2016-07-30 01:07:47 +00:00
compile_et DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
compress Add META_MODE support. 2015-06-13 19:20:56 +00:00
cpio MFV r307859: 2016-10-24 14:08:05 +00:00
cpuset Fix markup for -j in cpuset(1) synopsis 2016-07-29 21:18:20 +00:00
csplit Rename getline with get_line to avoid collision with getline(3) 2016-05-10 11:11:23 +00:00
ctags Rename getline with get_line to avoid collision with getline(3) 2016-05-10 11:11:23 +00:00
ctlstat Rewrite CTL statistics in more simple and scalable way. 2017-01-09 18:18:15 +00:00
cut Add some basic -s flag testcases for cut(1) 2017-01-20 08:00:36 +00:00
cxxfilt elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree 2016-04-21 12:58:29 +00:00
dc DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
dirname DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
dpv Bump copyright 2016-01-27 00:03:43 +00:00
drill META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
dtc fdt: Expect strchr() to return a const char* 2016-11-26 12:36:11 +00:00
du Fix improper use of "its". 2016-11-08 23:59:41 +00:00
ee Create ee(1) package. 2016-02-02 21:04:33 +00:00
elf2aout Add META_MODE support. 2015-06-13 19:20:56 +00:00
elfcopy Retire WITHOUT_ELFCOPY_AS_OBJCOPY option 2016-10-03 17:49:26 +00:00
elfdump DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
enigma Remove bdes(1) 2017-02-06 08:27:19 +00:00
env Add META_MODE support. 2015-06-13 19:20:56 +00:00
expand Add META_MODE support. 2015-06-13 19:20:56 +00:00
factor Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
false Add META_MODE support. 2015-06-13 19:20:56 +00:00
fetch Add phttpget(8) .Xr to fetch(1). 2016-03-29 11:56:00 +00:00
file Add META_MODE support. 2015-06-13 19:20:56 +00:00
file2c Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
find Improve wording when describing -mmin. 2017-01-24 10:42:21 +00:00
finger Use NULL instead of 0 for pointers. 2016-04-18 14:44:01 +00:00
fmt fmt(1): for pointers use NULL instead of 0 2016-04-13 01:57:06 +00:00
fold fold(1): Revert incorrect r308432 2016-11-15 00:24:18 +00:00
fortune Remove obsolete path from fortune(6). This was inadvertantly left over 2017-01-11 22:50:57 +00:00
from Add META_MODE support. 2015-06-13 19:20:56 +00:00
fstat Add META_MODE support. 2015-06-13 19:20:56 +00:00
fsync Add META_MODE support. 2015-06-13 19:20:56 +00:00
ftp Add META_MODE support. 2015-06-13 19:20:56 +00:00
gcore Cleanup some leftovers from '-s' removal in r302792. 2016-11-17 23:16:56 +00:00
gencat Rename getline with get_line to avoid collision with getline(3) 2016-05-10 11:12:31 +00:00
getconf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
getent Document getent(1)'s ability to enumerate netgroup members. 2016-06-04 21:34:06 +00:00
getopt DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
gprof Use NULL instead of 0 for pointers. 2016-05-16 01:11:02 +00:00
grdc Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
grep Fix a segfault in bsdgrep when parsing the invalid extended regexps "?" 2016-08-02 20:25:22 +00:00
gzip Reflect actual NetBSD revision we already have. 2017-02-06 07:02:17 +00:00
head Add META_MODE support. 2015-06-13 19:20:56 +00:00
hesinfo
hexdump hexdump(1): First cut capsicumification 2016-12-16 02:03:40 +00:00
host Add META_MODE support. 2015-06-13 19:20:56 +00:00
iconv iconv(1): Capsicumify 2016-12-16 02:06:34 +00:00
id Add META_MODE support. 2015-06-13 19:20:56 +00:00
ident ident(1): Capsicumify 2016-12-16 02:09:48 +00:00
indent indent(1): add a piece missed in r311138. 2017-01-02 20:49:24 +00:00
ipcrm Update dependencies after r291406 added libelf to libkvm. 2015-12-01 05:18:48 +00:00
ipcs Update dependencies after r291406 added libelf to libkvm. 2015-12-01 05:18:48 +00:00
iscsictl Move values displayed by "iscsictl -v" one character to the right, 2017-01-22 20:11:24 +00:00
join Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
jot DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
kdump Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'. 2017-01-03 01:39:05 +00:00
keylogin Add META_MODE support. 2015-06-13 19:20:56 +00:00
keylogout Add META_MODE support. 2015-06-13 19:20:56 +00:00
killall Add META_MODE support. 2015-06-13 19:20:56 +00:00
ktrace Add a cross reference to ktrace(2). 2016-03-31 23:57:03 +00:00
ktrdump ktrdump(8): Capsicumify 2016-12-16 01:59:28 +00:00
lam Add META_MODE support. 2015-06-13 19:20:56 +00:00
last Capsicumify last(1) 2016-12-16 01:47:08 +00:00
lastcomm Fix .../usr.bin/lastcomm/legacy_test:main on i386 2016-07-03 17:52:21 +00:00
ldd Increase size of argv[] array to avoid running off the end. 2016-05-16 16:01:46 +00:00
leave Add META_MODE support. 2015-06-13 19:20:56 +00:00
less - Add support for zip to lesspipe.sh 2016-01-15 23:13:01 +00:00
lessecho new depends 2015-06-16 23:37:19 +00:00
lesskey new depends 2015-06-16 23:37:19 +00:00
lex Use NULL instead of 0 for pointers. 2016-04-19 02:05:32 +00:00
limits Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
locale locale: fix the powerpc build 2016-12-06 15:42:18 +00:00
localedef localedef: Improve cc_list parsing 2016-10-06 19:51:30 +00:00
locate DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
lock Add META_MODE support. 2015-06-13 19:20:56 +00:00
lockf Add META_MODE support. 2015-06-13 19:20:56 +00:00
logger Fix gcc build. 2016-12-24 22:51:02 +00:00
login Clarify warning message when failing to configure audit on user login: 2016-11-30 14:02:36 +00:00
logins Add META_MODE support. 2015-06-13 19:20:56 +00:00
logname DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
look Fix a ton of speelling errors 2015-10-21 05:37:09 +00:00
lorder lorder: produce locale-independent symbol ordering 2016-07-07 20:50:59 +00:00
lsvfs Add META_MODE support. 2015-06-13 19:20:56 +00:00
lzmainfo Add META_MODE support. 2015-06-13 19:20:56 +00:00
m4 Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
mail Don't reference NULL pointer. 2017-01-24 07:48:36 +00:00
makewhatis Fix installation of makewhatis.local(1) since r283777. 2016-02-18 00:26:21 +00:00
man Update MACHINE/MACHINE_ARCH examples to use arm64/aarch64 instead of i386/pc98 2017-01-29 00:24:34 +00:00
mandoc Import mandoc cvs snapshot 20170121 (pre 1.14) 2017-01-21 13:17:25 +00:00
mesg Add META_MODE support. 2015-06-13 19:20:56 +00:00
minigzip Restructure libz, place vendor files in contrib/zlib like other third 2017-01-04 09:30:47 +00:00
ministat ministat(1): Capsicumify 2016-12-16 01:51:12 +00:00
mkcsmapper Revert the change from errx/strerror to errc to appease gcc 4.2 2016-07-09 06:52:55 +00:00
mkcsmapper_static META_MODE: Don't rebuild build-tools targets during normal build. 2016-04-14 21:06:10 +00:00
mkdep Replace gcc reference with 'cc' and document the default ${CC}. 2015-10-24 05:16:30 +00:00
mkesdb DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
mkesdb_static META_MODE: Don't rebuild build-tools targets during normal build. 2016-04-14 21:06:10 +00:00
mkfifo Add META_MODE support. 2015-06-13 19:20:56 +00:00
mkimg Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
mklocale Use strlcpy() instead of strncpy() when copying the encoding value 2016-05-12 08:41:22 +00:00
mkstr Add META_MODE support. 2015-06-13 19:20:56 +00:00
mktemp Add META_MODE support. 2015-06-13 19:20:56 +00:00
mkuzip DIRDEPS_BUILD: Update dependencies. 2016-05-04 03:14:34 +00:00
morse Final step of eliminating the "games" distribution: Merge src/games 2015-10-02 10:08:11 +00:00
msgs Use strlcpy() instead of strncpy() when copying date and subj 2016-05-12 08:55:57 +00:00
mt Add the density code for LTO-7 to libmt and the mt(1) man page. 2016-05-20 19:30:52 +00:00
nc Add META_MODE support. 2015-06-13 19:20:56 +00:00
ncal ncal: fix a reference to an out-of-scope stack buffer 2016-11-05 14:08:14 +00:00
netstat Merge projects/ipsec into head/. 2017-02-06 08:49:57 +00:00
newgrp Remove useless calls to basename(). 2016-05-01 08:22:11 +00:00
newkey Squelch clang 3.9.0 warnings about BASE (which is 32768) being converted 2016-08-30 19:02:15 +00:00
nfsstat Use November instead of the abbreviation. 2016-11-26 20:58:05 +00:00
nice Add META_MODE support. 2015-06-13 19:20:56 +00:00
nl Remove another occurence of _WITH_GETLINE 2016-07-31 19:02:19 +00:00
nm elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree 2016-04-21 12:58:29 +00:00
nohup Add META_MODE support. 2015-06-13 19:20:56 +00:00
numactl Don't repeat the the word 'the' 2016-05-17 12:52:31 +00:00
number Final step of eliminating the "games" distribution: Merge src/games 2015-10-02 10:08:11 +00:00
opieinfo Add META_MODE support. 2015-06-13 19:20:56 +00:00
opiekey Add META_MODE support. 2015-06-13 19:20:56 +00:00
opiepasswd Add META_MODE support. 2015-06-13 19:20:56 +00:00
pagesize Add META_MODE support. 2015-06-13 19:20:56 +00:00
pamtest META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
passwd Restore the 'beforeinstall' for chpass(1), so files with the 2016-01-28 02:56:30 +00:00
paste Add META_MODE support. 2015-06-13 19:20:56 +00:00
patch patch(1): replace strnlen() with a simpler strlen(). 2017-01-02 18:27:35 +00:00
pathchk Add -P to pathchk usage 2016-07-09 04:56:28 +00:00
perror Add META_MODE support. 2015-06-13 19:20:56 +00:00
pom Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
pr Fix a ton of speelling errors 2015-10-21 05:37:09 +00:00
primes primes: trivially capsicumize 2016-09-30 13:50:59 +00:00
printenv DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
printf Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
proccontrol DIRDEPS_BUILD: Connect new directories. 2016-09-23 22:46:19 +00:00
procstat Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
protect META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
quota Use MIN() macro from sys/param.h. 2016-04-27 02:13:57 +00:00
random Fix a (false positive?) Argument cannot be negative coverity defect. 2016-06-08 02:14:05 +00:00
rctl Add four new RCTL resources - readbps, readiops, writebps and writeiops, 2016-04-07 04:23:25 +00:00
readelf elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree 2016-04-21 12:58:29 +00:00
renice Add META_MODE support. 2015-06-13 19:20:56 +00:00
resizewin Make resizewin.1 manpage use .Fx macro 2016-07-29 21:05:17 +00:00
rev Add META_MODE support. 2015-06-13 19:20:56 +00:00
revoke Add META_MODE support. 2015-06-13 19:20:56 +00:00
rlogin Create a rcmds package. 2016-01-21 17:33:31 +00:00
rpcgen rpcgen(1): Check getrlimit() return for generated code. 2017-01-12 14:44:41 +00:00
rpcinfo Simplify some overly complex code so that both humans and Coverity 2016-05-13 00:50:53 +00:00
rs Rename getline with get_line to avoid collision with getline(3) 2016-05-10 11:17:36 +00:00
rsh Create a rcmds package. 2016-01-21 17:33:31 +00:00
rup Add META_MODE support. 2015-06-13 19:20:56 +00:00
ruptime Create a rcmds package. 2016-01-21 17:33:31 +00:00
rusers Add META_MODE support. 2015-06-13 19:20:56 +00:00
rwall Add META_MODE support. 2015-06-13 19:20:56 +00:00
rwho Create a rcmds package. 2016-01-21 17:33:31 +00:00
script Directly set the O_CLOEXEC flags via the open(2) attributes 2016-04-16 12:47:23 +00:00
sdiff Remove extra entries from the option enum 2016-12-30 23:46:11 +00:00
sed Restore r312404: 2017-02-05 08:51:41 +00:00
send-pr META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
seq Update history. Patch supplied by Sevan Janiyan <venture37@geeklan.co.uk>. 2016-09-16 14:23:16 +00:00
setchannel META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
shar Add META_MODE support. 2015-06-13 19:20:56 +00:00
showmount Cleanup unnecessary semicolons from utilities we all love. 2016-04-15 22:31:22 +00:00
size elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree 2016-04-21 12:58:29 +00:00
smbutil META MODE: Update dependencies with 'the-lot' and add missing directories. 2015-12-01 05:23:19 +00:00
sockstat This patch fixes two bugs: 2016-06-25 12:46:18 +00:00
soelim Revert capsicum support 2016-09-19 06:39:11 +00:00
sort sort - Don't live-loop threads. 2017-01-23 15:39:51 +00:00
split Add META_MODE support. 2015-06-13 19:20:56 +00:00
ssh-copy-id Merge from head 2015-06-15 10:56:01 +00:00
stat Use MIN() instead of MAX() as the previous syntax was wrote in a weird and 2016-04-26 00:29:00 +00:00
stdbuf Add META_MODE support. 2015-06-13 19:20:56 +00:00
strings elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree 2016-04-21 12:58:29 +00:00
su Add META_MODE support. 2015-06-13 19:20:56 +00:00
svn Update from subversion 1.9.2 to 1.9.4. 2016-04-30 10:35:42 +00:00
systat Fix error in the example section 2016-12-05 13:23:22 +00:00
tabs Add META_MODE support. 2015-06-13 19:20:56 +00:00
tail Fix build of usr.bin/tail with GCC 2017-01-11 16:09:25 +00:00
talk User NULL instead of 0 for pointers. 2016-04-18 07:14:01 +00:00
tar MFV r307859: 2016-10-24 14:08:05 +00:00
tcopy Add META_MODE support. 2015-06-13 19:20:56 +00:00
tee DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
telnet Add META_MODE support. 2015-06-13 19:20:56 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
tftp Use MIN() macro from sys/param.h. 2016-04-27 02:34:25 +00:00
time Add META_MODE support. 2015-06-13 19:20:56 +00:00
timeout Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
tip Don't hide build commands. 2015-09-18 21:01:52 +00:00
top Style fixes 2017-01-09 00:29:23 +00:00
touch Add META_MODE support. 2015-06-13 19:20:56 +00:00
tput Add META_MODE support. 2015-06-13 19:20:56 +00:00
tr DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
true Add META_MODE support. 2015-06-13 19:20:56 +00:00
truncate Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
truss Add RISC-V support for truss(1) 2017-01-24 09:41:44 +00:00
tset Add META_MODE support. 2015-06-13 19:20:56 +00:00
tsort Add META_MODE support. 2015-06-13 19:20:56 +00:00
tty tty: Use proper definition of exit status code and stdin macro 2016-08-16 14:15:09 +00:00
ul Do not truncate lines longer than 512 chars. 2016-07-11 08:05:46 +00:00
uname Add META_MODE support. 2015-06-13 19:20:56 +00:00
unexpand Add META_MODE support. 2015-06-13 19:20:56 +00:00
unifdef Avoid -Wmissing-initializer 2015-12-03 14:32:54 +00:00
uniq Remove usage of _WITH_GETLINE from usr.bin 2016-07-30 01:07:47 +00:00
units Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
unvis Add META_MODE support. 2015-06-13 19:20:56 +00:00
unzip - Match directory extraction message with Infozip [1] 2016-01-15 23:04:36 +00:00
usbhidaction Store PID after becoming a daemon() and not before to ensure the 2015-09-28 07:23:05 +00:00
usbhidctl Add META_MODE support. 2015-06-13 19:20:56 +00:00
users style(9) fix 2017-01-07 17:37:39 +00:00
uudecode Rename getline with get_line to avoid collision with getline(3) 2016-05-10 11:12:31 +00:00
uuencode Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
vacation DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
vgrind Remove disconnected directory RETEST. 2015-12-04 05:00:51 +00:00
vi DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools. 2016-05-09 22:21:09 +00:00
vis Add META_MODE support. 2015-06-13 19:20:56 +00:00
vmstat Remove a lingering reference to cache pages from vmstat(8). 2016-11-16 00:21:18 +00:00
vtfontcvt vtfontcvt: remove superfluous newlines in errx messages 2016-09-14 18:22:12 +00:00
w When -n is specified, don't make bogus DNS queries. Instead, 2016-09-02 18:28:14 +00:00
wall Revert r286144 leaving the original fix to the buffer overflow. 2015-08-04 02:56:31 +00:00
wc Add more text to explain --libxo flag. 2015-12-01 19:18:53 +00:00
what Add META_MODE support. 2015-06-13 19:20:56 +00:00
whereis usr.bin: minor spelling fixes on comments. 2016-05-01 16:13:05 +00:00
which Add META_MODE support. 2015-06-13 19:20:56 +00:00
who Add META_MODE support. 2015-06-13 19:20:56 +00:00
whois More robust handling of whois referrals from RIRs. 2016-11-17 15:19:06 +00:00
write DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
xargs Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
xinstall DIRDEPS_BUILD: Add some missing dirctories to the build. 2016-08-31 19:30:59 +00:00
xlint Fix improper use of "its". 2016-11-08 23:59:41 +00:00
xo Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
xstr Cleanup unnecessary semicolons from utilities we all love. 2016-04-15 22:31:22 +00:00
xz Add META_MODE support. 2015-06-13 19:20:56 +00:00
xzdec Add META_MODE support. 2015-06-13 19:20:56 +00:00
yacc Update byacc regression tests to match 20170201. 2017-02-02 20:01:54 +00:00
yes DIRDEPS_BUILD: Update dependencies. 2016-11-13 00:11:30 +00:00
ypcat Rename YP to NIS in the manpages. 2015-09-03 07:18:52 +00:00
ypmatch Rename YP to NIS in the manpages. 2015-09-03 07:18:52 +00:00
ypwhich Rename YP to NIS in the manpages. 2015-09-03 07:18:52 +00:00
Makefile Remove bdes(1) 2017-02-06 08:27:19 +00:00
Makefile.amd64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.arm
Makefile.i386 - 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