freebsd-nq/usr.sbin
Ed Maste 881e506b36 makefs: sync NetBSD IDs with upstream for changes that we already have
May 22 21:51:39 2011 +0000 (christos):

    From Nathan Whitehorn (nwhitehorn at freebsd dot org):
    Add code to generate bootable ISOs on Powermac and CHRP systems.
    Synthesize some partition maps (APM and MBR, respectively) pointing
    to (a) the whole disk, and (b) relevant El Torito boot images that
    have been added by other code. These partition maps are a little
    bit funny looking, but they seem to work. FreeBSD has been using
    this successfully in their release generation on powerpc, as well
    as generating all non-SPARC install media. SPARC support could
    probably be added as an extension of this patch.

makefs.8 1.33

Tue Aug 23 17:09:11 2011 +0000 (christos):

    PR/45285: Martin Matuska: makefs does not properly convert ISO level 1 and 2
    filenames (buffer overflow)

    makefs does not properly verify the maximum filename length in the
    special "." case for both ISO level 1 and ISO level 2 filename
    conversion.  This creates broken images or causes a buffer overflow
    (ISO level 2).

    ISO level 1:
    If a filename contains only dots or up to 8 characters followed by
    dots the 8+3 limit check doesn't work.

    ISO level 2:
    If a filename contains a dot in the first 30 characters and a dot
    on the 30th character, the length limit check doesn't work and the
    buffer is overflowed.

    $ mkdir level1
    $ touch level1/12345............
    $ makefs -t cd9660 -o isolevel=1 test.iso level1

    $ mkdir level2
    $ touch level2/1234567890.2345678901234567.....34567890123456789012345
    $ makefs -t cd9660 -o isolevel=2 test.iso level2

cd9660.c 1.32

Sun Oct 9 21:33:43 2011 +0000 (christos):

    add support for setting the ufs label. (Nathan Whitehorn)

ffs.c 1.45
ffs.h 1.2
mkfs.c 1.22
makefs.8 1.37

Obtained from:	NetBSD
2016-07-19 18:40:54 +00:00
..
ac
accton
acpi Add missing flags from acpidump. These are defined in the header, but not 2016-07-19 16:02:07 +00:00
adduser
amd
ancontrol
apm
apmd It seems <sys/types.h> is a new prerequisite for <bitstring.h> after 2016-05-24 03:15:46 +00:00
arp
asf
audit
auditd
auditdistd
auditreduce
authpf
autofs Add new unmount(2) flag, MNT_NONBUSY, to check whether there are 2016-07-07 09:03:57 +00:00
bhyve Disallow interrupt requests on disabled endpoints. 2016-07-17 20:34:46 +00:00
bhyvectl
bhyveload bhyve: improve memory size documentation 2016-06-26 14:44:01 +00:00
binmiscctl
blacklistctl DIRDEPS_BUILD: Connect new directories and update dependencies. 2016-06-03 19:25:30 +00:00
blacklistd DIRDEPS_BUILD: Connect new directories and update dependencies. 2016-06-03 19:25:30 +00:00
bluetooth [ath3k] add a replacement ath3k firmware loading tool. 2016-06-07 04:22:18 +00:00
boot0cfg
boot98cfg
bootparamd
bsdconfig Add bsdconfig wifi' (aka wireless' or `wlan') module 2016-06-16 21:14:25 +00:00
bsdinstall A failed installation once restarted will often error out 2016-07-16 19:35:04 +00:00
bsnmpd WITH_META_MODE: Don't expect meta files for side-effect generated files. 2016-06-03 19:25:41 +00:00
btxld
camdd Fix multiple Coverity Out-of-bounds access false postive issues in CAM 2016-05-24 00:57:11 +00:00
cdcontrol
chkgrp
chown
chroot
ckdist
clear_locks
config
cpucontrol Return usual error indicator to shell. 2016-06-16 12:08:25 +00:00
crashinfo
cron
crunch WITH_AUTO_OBJ: Fix crunchgen builds. 2016-05-26 23:20:36 +00:00
ctladm Remove duplicated semicolons. 2016-06-05 08:51:56 +00:00
ctld Fix ctld(8) to not exit when reloading configuration with invalid 2016-07-09 20:01:07 +00:00
ctm
daemon
dconschat
devctl
devinfo
digictl
diskinfo Add support for managing Shingled Magnetic Recording (SMR) drives. 2016-05-19 14:08:36 +00:00
dumpcis
editmap
edquota
eeprom
etcupdate META_MODE: Don't require filemon(4) for mergemaster(8)/etcupdate(8) 2016-07-12 19:47:01 +00:00
extattr Fix usr.sbin/extattr testcases on tmpfs 2016-06-13 22:00:44 +00:00
extattrctl
fdcontrol
fdformat
fdread
fdwrite
fifolog
flowctl
fmtree
freebsd-update Allow - in distribution names. This is needed for freebsd-update to work 2016-07-11 03:31:12 +00:00
fstyp
ftp-proxy
fwcontrol
getfmac
getpmac
gpioctl
gssd
gstat Fix gstat's interactive f and q commands 2016-06-23 23:13:14 +00:00
hyperv
i2c
ifmcstat
inetd
iostat
iovctl
ip6addrctl
ipfwpcap
iscsid Decouple MaxBurstLength and FirstBurstLength from MaxRecvDataSegmentLength 2016-06-09 07:49:20 +00:00
jail Fix up the order in which jail creation processes are run, to preserve 2016-07-14 20:15:55 +00:00
jexec
jls
kbdcontrol
kbdmap
keyserv keyserv(1): drop useless comparison. 2016-05-30 20:41:55 +00:00
kgmon
kgzip
kldxref
lastlogin
lmcconfig
lpr
lptcontrol
mailstats
mailwrapper
makefs makefs: sync NetBSD IDs with upstream for changes that we already have 2016-07-19 18:40:54 +00:00
makemap
manctl
memcontrol
mergemaster META_MODE: Don't require filemon(4) for mergemaster(8)/etcupdate(8) 2016-07-12 19:47:01 +00:00
mfiutil
mixer
mld6query
mlxcontrol
mount_smbfs
mountd
moused
mpsutil
mptable
mptutil Fix multiple Coverity Out-of-bounds access false postive issues in CAM 2016-05-24 00:57:11 +00:00
mtest
nandsim
nandtool
ndiscvt
ndp
newsyslog newsyslog: Eliminate unnecessary sleep(10) when -R and -s are specified 2016-06-06 22:54:08 +00:00
nfscbd
nfsd
nfsdumpstate
nfsrevoke
nfsuserd
ngctl
nghook
nmtree
nologin
nscd
ntp MFV r301238: 2016-06-03 08:00:22 +00:00
nvram
ofwdump
pc-sysinstall
pciconf
periodic Better document security_show_{success,info,badconfig} in /etc/periodic.conf 2016-05-21 02:14:11 +00:00
pkg
pmcannotate
pmccontrol
pmcstat Make code compile when basename() is POSIX compliant. 2016-05-25 08:45:03 +00:00
pmcstudy
pnpinfo
portsnap
powerd
ppp Fix build of ppp when WITHOUT_PAM is set 2016-07-04 21:18:57 +00:00
pppctl
praliases
praudit
procctl
pstat
pw pw should sanitize the argument of -w. 2016-07-13 17:09:20 +00:00
pwd_mkdb
quot
quotaon
rarpd
repquota
rip6query
rmt
route6d
rpc.lockd Add missing break in lock_partialfilelock(..) with NFS_RESERR 2016-06-13 11:19:06 +00:00
rpc.statd Mark out_of_mem(..) and usage(..) with __dead2 as they both directly call exit 2016-05-29 04:18:47 +00:00
rpc.umntall
rpc.yppasswdd Wrap EXPAND(..) macro with a do-while(0) loop and put a single statement on each line 2016-05-22 19:06:38 +00:00
rpc.ypupdated
rpc.ypxfrd
rpcbind Fix usr.sbin/rpcbind ATF tests on 32-bit platforms 2016-06-16 15:25:37 +00:00
rrenumd
rtadvctl
rtadvd
rtprio
rtsold
rwhod
sa Skip lastcomm and sa tests on unsupported architectures 2016-06-26 00:53:31 +00:00
sendmail
service
services_mkdb Fix a miss merge in the services_mkdb(8) man page 2016-06-10 14:59:11 +00:00
sesutil
setfib
setfmac
setpmac
sicontrol
smbmsg
snapinfo
spkrtest
spray
syslogd
sysrc Change my given name from "Garrett" to "Ngie" 2016-06-13 10:30:49 +00:00
tcpdchk
tcpdmatch
tcpdrop
tcpdump Fix spelling of the casper introduced in the r296047. 2016-06-08 22:30:21 +00:00
tests
timed
traceroute
traceroute6
trpt
tzsetup Fix tzsetup not installing /etc/localtime for UTC 2016-06-01 15:39:11 +00:00
uathload
uefisign
ugidfw
uhsoctl
unbound
usbconfig
usbdump
utx
vidcontrol
vigr
vipw
wake
watch
watchdogd
wlandebug
wlconfig
wpa
yp_mkdb
ypbind
ypldap Do not allow whitespace in macro names. 2016-07-11 03:34:32 +00:00
yppoll
yppush
ypserv Delay calling yp_malloc_dnsent() until after some additional sanity 2016-05-25 00:25:38 +00:00
ypset
zic
zonectl DIRDEPS_BUILD: Connect new directories and update dependencies. 2016-06-03 19:25:30 +00:00
zzz
Makefile Separate BLACKLIST vs BLACKLIST_SUPPORT properly 2016-06-07 16:31:03 +00:00
Makefile.amd64
Makefile.arm
Makefile.arm64
Makefile.i386
Makefile.inc
Makefile.mips
Makefile.powerpc
Makefile.sparc64