NetBSD/sbin
kamil 52678ac6a4 Adapt funopen(3) call after switch to new zlib(3)
In the prototype of the gzclose() function of changed from:

  typedef struct gzFile_s *gzFile;    /* semi-opaque gzip file descriptor */

to:

  typedef voidp gzFile;

This caused type mismatch when calling funopen(3) as:
   'int (*)(void *)' != 'int (*)(struct gzFile_s *)'

Cast gzclose to (int (*)(void *)) when used in funopen(3).
2017-01-10 04:42:20 +00:00
..
amrctl
apmlabel
atactl
badsect
bioctl
brconfig
ccdconfig
cgdconfig Add aes-xts to cgdconfig(8). 2016-12-11 00:34:39 +00:00
chkconfig
chown
clri
devpubd
disklabel
dkctl
dkscan_bsdlabel
dmctl
dmesg
drvctl
dump
dump_lfs
fastboot
fdisk
fsck
fsck_ext2fs
fsck_ffs
fsck_lfs
fsck_msdos
fsck_v7fs
fsdb
fsirand
gpt
ifconfig
init
iscsictl
iscsid
ldconfig
luactl
mbrlabel
mknod
modload
modstat Add a description for the new MODULE_CLASS_BUFQ class. 2016-11-16 10:43:37 +00:00
modunload
mount
mount_ados
mount_cd9660
mount_chfs
mount_efs
mount_ext2fs
mount_fdesc
mount_ffs
mount_filecore
mount_hfs
mount_kernfs
mount_lfs
mount_msdos
mount_nfs
mount_nilfs
mount_ntfs
mount_null
mount_overlay
mount_portal
mount_procfs
mount_ptyfs
mount_puffs New sentence, new line. Sort SEE ALSO. Fix typo. 2016-11-24 12:38:32 +00:00
mount_sysvbfs
mount_tmpfs
mount_udf
mount_umap
mount_union
mount_v7fs
newbtconf
newfs
newfs_ext2fs
newfs_lfs
newfs_msdos
newfs_sysvbfs
newfs_udf
newfs_v7fs
nologin
nvmectl
ping PR bin/36997 Zafer Aydogan: ping doesn't validate numeric inputs enough. 2016-12-18 01:19:34 +00:00
ping6 Merge the PR 36997 fixes into ping6. It already didn't accept too 2016-12-18 01:30:54 +00:00
pppoectl
raidctl
rcorder
reboot
resize_ffs
resize_lfs
restore
rndctl
route
routed Fix that routed deletes local routes 2016-12-20 03:35:12 +00:00
savecore Adapt funopen(3) call after switch to new zlib(3) 2017-01-10 04:42:20 +00:00
scan_ffs
scsictl Whitespace, sort. 2016-11-20 09:38:11 +00:00
setkey
shutdown
slattach
svhlabel
swapctl
sysctl
ttyflags
tunefs
umount
veriexecctl
wdogctl
wsconsctl
Makefile
Makefile.inc