freebsd-src/usr.sbin
Mitchell Horne 2e085395e1 efibootmgr: fix an incorrect error handling check
efivar_device_path_to_unix_path() returns standard error codes on
failure and zero on success. Checking for a return value less than zero
means that the actual failure cases won't be handled. This could
manifest as a segfault during the subsequent call to printf().

Reviewed by:	imp
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D27424
2020-11-30 22:16:11 +00:00
..
ac
accton
acpi
adduser
ancontrol
apm
apmd
arp
audit
auditd
auditdistd
auditreduce
authpf
autofs Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
bhyve Suspend I/O on ahci-cd devices during a snapshot. 2020-11-28 04:21:22 +00:00
bhyvectl Remove no longer used variable. 2020-09-17 18:06:57 +00:00
bhyveload bhyveload(8): Implement loader_callbacks::diskwrite 2020-10-07 20:31:13 +00:00
binmiscctl binmiscctl(8): miscellaneous cleanup 2020-11-07 03:43:45 +00:00
blacklistctl
blacklistd
bluetooth
boot0cfg
bootparamd
bsdconfig bsdconfig, bsdinstall: Prune dead mirrors 2020-09-26 16:27:09 +00:00
bsdinstall Initial support for implementing the bootXXX.efi workaround 2020-10-09 00:16:26 +00:00
bsnmpd snmp_wlan(3): Fix mandoc warnings 2020-11-20 16:46:51 +00:00
btxld
camdd Fix a few mandoc issues 2020-10-09 19:12:44 +00:00
cdcontrol
certctl certctl: fix unprivileged mode 2020-09-15 17:13:29 +00:00
chkgrp
chown
chroot
ckdist
clear_locks
config
cpucontrol Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE 2020-10-27 11:29:11 +00:00
crashinfo crashinfo(8): Fix a few mandoc warnings 2020-11-20 16:59:51 +00:00
cron Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE 2020-10-27 11:29:11 +00:00
crunch crunchgen: fix MK_AUTO_OBJ logic after r364166 2020-10-05 20:57:44 +00:00
ctladm Replace paths in ctladm(8) examples with something sensible. 2020-11-23 14:30:27 +00:00
ctld [ctld] Fix compilation under gcc-6.4 2020-11-01 21:18:21 +00:00
cxgbetool cxgbetool(8): Remove dublicate word 'whether' 2020-10-10 14:36:16 +00:00
daemon Fix a typo in the 366098. 2020-09-24 19:12:03 +00:00
dconschat
devctl
devinfo
diskinfo
dumpcis
editmap
edquota edquota(8): Cleanup to make it WARNS=6 clean. 2020-08-17 05:57:22 +00:00
efibootmgr efibootmgr: fix an incorrect error handling check 2020-11-30 22:16:11 +00:00
efidp
efivar Comment out bogus command line entry 2020-09-25 18:20:45 +00:00
etcupdate
extattr
extattrctl Fix a few mandoc issues 2020-10-09 14:03:45 +00:00
fdcontrol
fdformat
fdread
fdwrite
fifolog
flowctl
fmtree Avoid collisions with function names in openssl headers. 2020-09-04 04:31:56 +00:00
freebsd-update Document the PAGER environment variable 2020-11-14 13:07:41 +00:00
fstyp Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
ftp-proxy
fwcontrol
getfmac
getpmac
gpioctl
gssd
gstat In the endless batch mode (-B), terminate if and when stdout is closed. 2020-08-24 16:45:23 +00:00
hyperv
i2c Fix a few mandoc issues 2020-10-09 14:03:45 +00:00
ifmcstat
inetd
iostat
iovctl Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
ip6addrctl
ipfwpcap
iscsid Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
jail jail: introduce per jail suser_enabled setting 2020-11-18 21:07:08 +00:00
jexec
jls Fix bad libbxo format strings in jls 2020-11-04 14:31:52 +00:00
kbdcontrol
kbdmap
keyserv
kgmon
kldxref kldxref: Avoid buffer overflows in parse_pnp_list 2020-10-15 18:03:14 +00:00
lastlogin
lpr
lptcontrol
mailstats
mailwrapper Make use of the getlocalbase() function for run-time adjustment of the 2020-11-18 20:00:55 +00:00
makefs makefs: connect cd9660 El Torito EFI boot image system type 2020-09-17 19:41:10 +00:00
makemap
manctl
memcontrol
mergemaster mergemaster: handle symbolic links during update. 2020-11-18 19:22:24 +00:00
mfiutil
mixer
mld6query
mlx5tool Fix a few mandoc issues 2020-10-09 19:12:44 +00:00
mlxcontrol
mount_smbfs
mountd Update man page for new TLS export options. 2020-11-20 22:14:51 +00:00
moused moused(8): Fix a few mandoc warnings 2020-11-20 17:04:49 +00:00
mpsutil
mptable
mptutil
mtest
ndiscvt
ndp
newsyslog
nfscbd
nfsd stablerestart(5): Fix some issues reported by mandoc 2020-10-22 19:25:01 +00:00
nfsdumpstate
nfsrevoke
nfsuserd Fix a few mandoc issues 2020-10-09 14:03:45 +00:00
ngctl ngctl: add -c (compact output) for the dot command 2020-10-04 17:07:13 +00:00
nghook
nmtree Allow bootstrapping mtree on Linux systems 2020-08-03 18:08:10 +00:00
nologin Revert 363598 2020-08-17 10:25:02 +00:00
nscd
ntp [PowerPC] Fix multiple ntp configuration issues 2020-09-23 02:37:27 +00:00
nvram
ofwdump [PowerPC] Allow traversal of oversize OF properties. 2020-11-13 16:49:41 +00:00
pciconf Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE 2020-10-27 11:29:11 +00:00
periodic Add a periodic script to backup output generated from gmirror list. 2020-11-07 04:15:24 +00:00
pkg Make use of the getlocalbase() function for run-time adjustment of the 2020-11-18 20:00:55 +00:00
pmc pmc: Fix freed internal location read 2020-09-01 15:52:18 +00:00
pmcannotate
pmccontrol
pmcstat pmcstat: Fix a typo in the usage message 2020-11-04 15:44:59 +00:00
pmcstudy Fix a few mandoc issues 2020-10-09 14:03:45 +00:00
pnfsdscopymr
pnfsdsfile pnfsdsfile(8): Remove dublicate word 'the' 2020-10-10 14:38:01 +00:00
pnfsdskill
pnpinfo
portsnap phttpget: move out of portsnap 2020-09-09 00:39:47 +00:00
powerd
ppp
pppctl
praliases
praudit Add missing includes of src.opts.mk 2020-11-16 17:20:35 +00:00
prometheus_sysctl_exporter
pstat
pw Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
pwd_mkdb Fix bootstrapping of pwd_mkdb after r364049 2020-08-11 16:46:38 +00:00
pwm pwm(8): fix potential duty overflow, use unsigneds for period and duty 2020-09-25 07:55:08 +00:00
quot
quotaon
rarpd
repquota
rip6query
rmt
route6d
rpc.lockd
rpc.statd
rpc.umntall
rpc.yppasswdd
rpc.ypupdated
rpc.ypxfrd
rpcbind
rrenumd
rtadvctl
rtadvd
rtprio
rtsold fix casper initialization for setting scripts. 2020-11-27 18:40:51 +00:00
rwhod
sa
sendmail
service
services_mkdb
sesutil
setfib
setfmac
setpmac
smbmsg
snapinfo
spi Clean up spi.8 2020-08-21 09:48:00 +00:00
spkrtest
spray
syslogd syslog.conf(5): Fix a few mandoc warnings 2020-11-20 16:50:52 +00:00
sysrc
tcpdchk
tcpdmatch
tcpdrop
tcpdump
tests
traceroute
traceroute6 ping: fix some man pages and tests after r368045 2020-11-26 04:55:02 +00:00
trim
trpt
tzsetup Don't link against libdialog/ncurses when bootstrapping tzsetup 2020-08-07 16:04:10 +00:00
uathload
uefisign Drop "All rights reserved" from all my stuff. This includes 2020-10-28 13:46:11 +00:00
ugidfw
uhsoctl
unbound MFV r367082: 2020-10-27 23:03:15 +00:00
usbconfig
usbdump
utx
valectl netmap: valectl: switch to libnetmap 2020-11-22 10:02:56 +00:00
vidcontrol
vigr
vipw
wake
watch
watchdogd
wlandebug
wpa hostapd.conf(5): Add missing 'l' 2020-11-20 17:13:13 +00:00
yp_mkdb Fix clang 11 -Wformat warnings in yp_mkdb: 2020-08-06 20:31:50 +00:00
ypbind
ypldap Only set WARNS if not defined 2020-09-11 13:28:37 +00:00
yppoll
yppush
ypserv
ypset
zic
zonectl Fix a few mandoc issues 2020-10-09 19:12:44 +00:00
zzz
Makefile
Makefile.amd64
Makefile.arm
Makefile.arm64
Makefile.i386
Makefile.inc build: provide a default WARNS for all in-tree builds 2020-09-18 17:17:46 +00:00
Makefile.mips
Makefile.powerpc
Makefile.riscv