NetBSD/usr.sbin
tkusumi 13d532c277 autofs: Change autounmountd(8) to use time_t for duration instead of double
The commit log from FreeBSD.
--
autounmountd(8) uses doubles to handle mount time durations.  However,
it must convert to integer types, time_t in particular, to do anything
meaningful.  Additionally, even though it's a floating-point value in
seconds, the sub-seconds component is never used, so it's unnecessary.

Switching type to time_t fixes an assertion on powerpc64, which checks
that a sleep value that's not -1.0 is greater than 0.  On powerpc64, it
happens that the value of -1.0 gets loaded as a float (perhaps a bug in
gcc), but gets compared to a double.  This compares as false, so follows
through the 'sleep != -1.0' path, and fails the assert.  Since the
sub-second component isn't used in the double, just drop it and deal
with whole-integer seconds.
--

Taken-from: FreeBSD and DragonFlyBSD
2019-11-21 16:45:05 +00:00
..
ac
accton
acpitools introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
altq introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
apm introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
apmd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
arp
autofs autofs: Change autounmountd(8) to use time_t for duration instead of double 2019-11-21 16:45:05 +00:00
bad144
bootp
bta2dpd Fix off by one in sbc encoder. Test mode transmission and reception 2019-09-21 00:01:33 +00:00
btattach
btconfig
btdevctl
bthcid
btpand introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
catman introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
chroot
cnwctl introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
cpuctl 0x7d and 0x7e are for 10th generation Core (Ice Lake). 2019-11-17 15:32:00 +00:00
crash introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
dev_mkdb
diskpart
dumpfs
dumplfs
edquota introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
eeprom memcpy->strncpy, and avoid copying beyond the static string length 2019-10-05 23:30:22 +00:00
envstat
eshconfig introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
etcupdate
extattrctl
faithd
flashctl
fssconfig
fstyp autofs: Change my email address in man pages to netbsd.org 2019-11-21 15:24:17 +00:00
fusermount
fwctl
gpioctl Be consistent in not marking up "GPIO". 2019-10-20 17:45:08 +00:00
grfconfig
gspa
hdaudioctl
i2cscan
ifmcstat
ifwatchd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
inetd
installboot Add support for additional install step directives to enable using 2019-09-19 01:25:29 +00:00
intrctl Merge single letter options in usage. 2019-09-24 11:31:06 +00:00
iopctl
iostat
ip6addrctl
ipwctl introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
irdaattach
isibootd
iteconfig
iwictl introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
kgmon
kleak
kvm_mkdb
lastlogin
ldpd
link
lockstat
lpr
lptctl
mailwrapper
makefs Correct documentation of -m and -M. 2019-11-06 21:04:22 +00:00
makemandb PR bin/54343: We want the callback_args.machine to be NULL if it is not present in the DB. 2019-08-18 09:14:30 +00:00
map-mbone
mdconfig
mdsetimage
memswitch
mld6query
mlxctl
mmcformat
mopd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
mountd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
moused
mrinfo
mrouted introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
mscdlabel
mtrace
mtree
ndbootd
ndp
netgroup_mkdb
nfsd
npf PR/54670: Azuma OKAMOTO: Consistently use 'W' for TH_CWN, and bump buffer 2019-11-01 13:58:32 +00:00
nvmmctl Forgot to put nvmmctl in the "nvmm" group. 2019-10-29 08:13:16 +00:00
ofctl
paxctl
pcictl
perfused introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
pf sync with reality 2019-08-13 09:48:24 +00:00
postinstall remove debugging. 2019-11-12 23:54:34 +00:00
powerd
psrset
pstat
puffs Sort SEE ALSO. "file system" police. 2019-10-28 13:42:28 +00:00
pwd_mkdb
quot
quotacheck convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
quotaon
quotarestore
racoon
racoonctl
rarpd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rbootd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rdate
repquota introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rip6query
rmt
route6d introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.bootparamd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.lockd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.pcnfsd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.statd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpc.yppasswdd introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rpcbind introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rtadvd rtadvd: Add C flag to control the zeroing of the leaving configuration 2019-11-11 13:42:49 +00:00
rtsold
rwhod introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
sa
schedctl
screenblank
sdpd
service
services_mkdb
sesd
sliplogin introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
spray introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
srtconfig
sti
sunlabel
sysinst Fix previous: not a good idea to try to copy files from the not yet 2019-11-18 16:05:55 +00:00
syslogd With TLSv1.3 a client has to receive and process metadata. 2019-10-24 08:21:18 +00:00
tadpolectl
tcpdchk
tcpdmatch
tcpdrop
timed Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) 2019-11-11 22:44:56 +00:00
tpctl
tprof Add AMD Family 15h to supported model list 2019-10-11 20:18:20 +00:00
traceroute traceroute: Add indirection of symbol to remove clash with sanitizers 2019-08-18 04:12:07 +00:00
traceroute6
trpt
unlink
usbdevs dynamically calculate the list of usb hubs from drvctl if available. 2019-11-12 07:41:50 +00:00
user
veriexecgen Move case 'f' to go right after case 'F'. 2019-08-01 08:51:52 +00:00
videomode
vipw
vnconfig
wakeonlan
wiconfig introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
wlanctl
wsconscfg
wsfontload
wsmoused
wsmuxctl
ypbind introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
yppoll
ypserv introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
ypset introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
zdump Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) 2019-11-11 22:44:56 +00:00
zic
Makefile Add nvmmctl, with two commands for now. 2019-10-28 13:04:18 +00:00
Makefile.inc