freebsd-dev/usr.sbin
Mikolaj Golub 16c3b091ae In snmp_hostres, device_map table is used for consistent device table
indexing. When a device has gone it is not removed from device_map
table but just its entry_p field is set to NULL.

So when traversing device_map in disk_OS_get_ATA_disks() and
disk_OS_get_MD_disks() check for entry_p being NULL, otherwise the
bsnmpd crash is possible when a removed map entry is dereferenced.

Before the fix, for disk_OS_get_ATA_disks() the crash could be easily
reproduced running:

  atacontrol detach ata1

The crash was not observed in disk_OS_get_MD_disks() because currently
snmp_hostres does no see md(4) disks: to get the device list it uses
devinfo(3), which does not return md devices.

Reported by:	Miroslav Lachman 000.fbsd quip.cz
MFC after:	1 week
2012-09-17 07:32:53 +00:00
..
ac Bump date missed in r202756 2012-09-14 17:50:42 +00:00
accton A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
acpi Merge ACPICA 20120816. 2012-08-16 20:54:52 +00:00
adduser Remove a reference to CVS and to freefall from a user-facing man page. 2012-09-15 16:24:03 +00:00
amd Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor 2012-02-07 09:27:07 +00:00
ancontrol Fix always 0 tautologly revealed by gcc46 2012-07-08 00:52:54 +00:00
apm Mark global functions and/or variables in apm(8) static where possible. 2011-11-06 19:01:30 +00:00
apmd mdoc: avoid nested displays. Fixes mandoc warnings. 2012-06-13 18:57:27 +00:00
arp Provide a sysctl switch that allows to install ARP entries 2012-09-03 14:29:28 +00:00
arpaname bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
asf A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
audit A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
auditd A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
auditreduce A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
authpf o Create directory sys/netpfil, where all packet filters should 2012-09-14 11:51:49 +00:00
bluetooth mdoc: add missing width argument to Bl -tag. 2012-06-03 06:57:47 +00:00
boot0cfg Remove superfluous paragraph macro. 2012-03-25 09:18:34 +00:00
boot98cfg A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
bootparamd mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
bsdconfig Correct double "the the" 2012-09-14 21:28:56 +00:00
bsdinstall Fix "unexpected operator" error when passed multi-word first-argument 2012-08-21 13:46:46 +00:00
bsnmpd In snmp_hostres, device_map table is used for consistent device table 2012-09-17 07:32:53 +00:00
btxld A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
burncd Reencode files to UTF-8. Drop CP1252 em-dash. 2011-12-30 00:59:08 +00:00
cdcontrol Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
chkgrp Reencode files to UTF-8. Drop CP1252 em-dash. 2011-12-30 00:59:08 +00:00
chown Mark global functions and/or variables in chown(8) static where possible. 2011-11-06 19:01:41 +00:00
chroot Eliminate global variables. 2011-11-06 16:40:17 +00:00
ckdist A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
clear_locks A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
config Fix world after byacc import: 2012-05-22 16:33:10 +00:00
cpucontrol cpucontrol: use CPUCTL_UPDATE ioctl on correct file descriptor 2012-06-03 08:30:00 +00:00
crashinfo Improve multi-line kernel ident parsing 2012-03-07 18:46:21 +00:00
cron Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
crunch Some amount of style(9) 2012-06-27 04:39:30 +00:00
ctladm In usr.sbin/ctladm/ctladm.c, function cctl_error_inject(), initialize 2012-08-05 17:23:47 +00:00
ctm In usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c, cast a printf field width 2011-12-17 20:07:42 +00:00
daemon Document -r option in SYNOPSIS and usage statement. 2012-06-04 09:25:01 +00:00
dconschat Fix the following warning from clang trunk: 2012-03-19 19:17:55 +00:00
ddns-confgen bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
devinfo Mark global functions and/or variables in devinfo(8) static where possible. 2011-11-06 19:01:48 +00:00
digictl mdoc: add missing width argument to Bl -tag. 2012-06-03 06:57:47 +00:00
diskinfo Improve error reporting in diskinfo(8) by not displaying errno when 2012-03-09 18:34:14 +00:00
dnssec-dsfromkey A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
dnssec-keyfromlabel A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
dnssec-keygen A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
dnssec-revoke bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
dnssec-settime bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
dnssec-signzone bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
dumpcis A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
editmap A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
edquota Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
eeprom A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
etcupdate Add HISTORY section. 2012-07-13 21:27:18 +00:00
extattr A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
extattrctl Close fd in initattr() and showattr(). 2010-12-08 10:27:07 +00:00
faithd mdoc: correct .Bd/.Bl arguments. 2012-03-26 21:22:53 +00:00
fdcontrol A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
fdformat The FD_FORM ioctl used to ignore errors from the floppy controller; now when 2011-02-21 09:56:08 +00:00
fdread Mark global functions and/or variables in fdread(8) static where possible. 2011-11-06 19:01:54 +00:00
fdwrite mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
fifolog Fix world after byacc import: 2012-05-22 16:33:10 +00:00
flowctl Add "human" option to print IPv4/IPv6 flows in human-readable format. 2012-06-09 10:10:12 +00:00
freebsd-update Fixes to man8 groff mandoc style, usage mistakes, or typos. 2012-05-24 02:24:03 +00:00
ftp-proxy o Create directory sys/netpfil, where all packet filters should 2012-09-14 11:51:49 +00:00
fwcontrol mdoc: add missing width argument to Bl -tag. 2012-06-03 06:57:47 +00:00
genrandom bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
getfmac A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
getpmac A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
gpioctl Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
gssd mdoc: add missing width argument to Bl -tag. 2012-06-03 06:57:47 +00:00
gstat A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
i2c Fixes to man8 groff mandoc style, usage mistakes, or typos. 2012-05-24 02:24:03 +00:00
ifmcstat Remove variables which are initialized but never used thereafter reported by gcc46 warning 2012-06-19 06:10:27 +00:00
inetd Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
iostat In usr.sbin/iostat/iostat.c, use printf format specifiers from 2011-12-17 20:25:23 +00:00
ip6addrctl A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
ipfwpcap Update my e-mail to my FreeBSD one. 2012-07-19 08:56:30 +00:00
IPXrouted Fix warning when compiling with gcc46 2012-02-16 05:17:06 +00:00
isc-hmac-fixup bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
isfctl Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts. 2012-08-25 18:08:20 +00:00
jail Warn about filesystem-based attacks. 2012-09-16 15:22:15 +00:00
jexec A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
jls Fix building with WITHOUT_INET_SUPPORT set. 2012-03-06 18:39:07 +00:00
kbdcontrol Reencode files to UTF-8. Drop CP1252 em-dash. 2011-12-30 00:59:08 +00:00
kbdmap Remove variables which are initialized but never used thereafter reported by gcc46 warning 2012-06-19 06:10:31 +00:00
keyserv Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
kgmon Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
kgzip A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
kldxref Remove variables which are initialized but never used thereafter reported by gcc46 warning 2012-06-19 06:10:34 +00:00
lastlogin Allow custom files to be opened and allow sorting by timestamp. 2011-06-06 18:40:01 +00:00
lmcconfig Rework time handling. 2012-09-01 10:56:15 +00:00
lpr Remove unused values 2012-09-11 07:54:41 +00:00
lptcontrol A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
mailstats A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
mailwrapper A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
makefs Remove trailing whitespace. 2012-08-31 16:57:16 +00:00
makemap A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
manctl A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
memcontrol Mark global functions and/or variables in memcontrol(8) static where possible. 2011-11-06 19:01:59 +00:00
mergemaster If using DISTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfo 2011-11-29 08:22:12 +00:00
mfiutil Fix ARM compilation issue. 2012-06-20 17:20:25 +00:00
mixer Return proper error message if recording device is not specified. 2012-01-27 09:15:55 +00:00
mld6query Add __unused. Ansi prototypes. 2010-12-20 08:54:30 +00:00
mlxcontrol Add the CAM Target Layer (CTL). 2012-01-12 00:34:33 +00:00
mount_nwfs A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
mount_portalfs Change checkpath() to not exit on error. This is a prerequisite for 2012-01-16 19:34:21 +00:00
mount_smbfs A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
mountd Show error messages if nmount() failed. 2012-08-27 19:08:47 +00:00
moused The UMS module is now loaded by rules in /etc/devd/usb.conf which 2012-03-17 16:40:15 +00:00
mptable Add an missing argument to open(2). If O_CREAT flag is specified, 2012-01-04 07:04:43 +00:00
mptutil add missing variable declaration when DEBUG is defined forgotten in 2012-05-30 03:57:49 +00:00
mtest Remove superfluous paragraph macro. 2012-03-25 09:18:34 +00:00
mtree Remove superfluous paragraph macro. 2012-03-25 09:18:34 +00:00
named Upgrade to BIND version 9.8.1. Release notes at: 2011-09-03 07:13:45 +00:00
named-checkconf bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
named-checkzone A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
named-journalprint bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
nandsim Add missing include. 2012-05-18 14:12:17 +00:00
nandtool mdoc: remove whitespace. 2012-05-17 11:50:12 +00:00
ndiscvt Minor spelling fixes. 2012-06-03 11:29:48 +00:00
ndp Remove "prefer_source" address selection option. FreeBSD has had an 2012-07-09 06:21:46 +00:00
newsyslog We don't need to check the result of sending signal when -R option is 2012-07-09 07:37:10 +00:00
nfscbd A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
nfsd General mdoc(7) and typo fixes. 2012-05-12 03:25:46 +00:00
nfsdumpstate A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
nfsrevoke A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
nfsuserd Change the NFSv4 nfsuserd(8) daemon so that it doesn't preload the 2011-06-21 21:07:33 +00:00
ngctl Add __unused. Ansi prototypes. 2010-12-20 09:36:54 +00:00
nghook A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
nologin A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
nscd Remove end of line whitespace. 2012-07-04 10:17:02 +00:00
nsec3hash bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
ntp General mdoc(7) and typo fixes. 2012-05-12 15:08:22 +00:00
nvram Dont cast from char* to struct chrp_header* which has a bigger alignment 2012-08-27 14:51:26 +00:00
ofwdump A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
pc-sysinstall Add TRIM support, enabled by default. 2012-09-06 14:59:53 +00:00
pciconf - Denote PCI-e endpoints that support FLR. 2012-09-13 19:08:31 +00:00
periodic Prevent periodic scripts that run longer than the expected period from 2012-02-12 23:18:05 +00:00
pkg Fix confirmation logic when detecting a tty 2012-08-24 21:45:52 +00:00
pkg_install Do not change owner, group, or mode when package database directory and 2012-09-14 00:19:06 +00:00
pmcannotate A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
pmccontrol In usr.sbin/pmccontrol/pmccontrol.c, fix a few warnings about format 2011-12-17 23:39:13 +00:00
pmcstat Add -m option (for printing sampled PCs to a file) to pmcstat usage 2012-08-22 19:02:07 +00:00
pnpinfo A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
portsnap Add interactive option to override portsnap's automagical detection of 2012-08-05 21:13:21 +00:00
powerd Improve error reporting when no cpufreq(4) support is available. 2012-04-09 20:59:14 +00:00
ppp mdoc fixes. 2012-09-08 08:46:43 +00:00
pppctl A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
praliases A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
praudit A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
procctl A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
pstat Get rid of major/minor number distinction. 2011-09-28 18:53:36 +00:00
pw Handle NULL return from crypt(3). Mostly from DragonFly 2012-02-22 06:27:20 +00:00
pwd_mkdb Mark global functions and/or variables in pwd_mkdb(8) static where possible. 2011-11-06 19:02:25 +00:00
quot The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
quotaon Simply use getprogname() to obtain the name of the process. 2012-01-03 11:08:58 +00:00
rarpd Remove end of line whitespace. 2012-07-09 15:44:35 +00:00
repquota A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
rip6query Mark global functions and/or variables in rip6query(8) static where possible. 2011-11-06 19:02:31 +00:00
rmt Mark global functions and/or variables in rmt(8) static where possible. 2011-11-06 19:02:37 +00:00
rndc bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
rndc-confgen bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
route6d Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
rpc.lockd Remove dead return code 2012-09-11 07:35:24 +00:00
rpc.statd Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor 2012-02-07 09:27:07 +00:00
rpc.umntall A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
rpc.yppasswdd Handle NULL return from crypt(3). Mostly from DragonFly 2012-02-22 06:27:20 +00:00
rpc.ypupdated Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor 2012-02-07 09:27:07 +00:00
rpc.ypxfrd Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor 2012-02-07 09:27:07 +00:00
rpcbind Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
rrenumd A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
rtadvctl Fixes to man8 groff mandoc style, usage mistakes, or typos. 2012-05-24 02:24:03 +00:00
rtadvd Fixes to man8 groff mandoc style, usage mistakes, or typos. 2012-05-24 02:24:03 +00:00
rtprio Fix the case where the utility is being used to run a command directly, 2012-05-11 21:52:05 +00:00
rtsold Fix warning when compiling with gcc46: 2012-01-20 01:38:52 +00:00
rwhod Bump date missed in r202756 2012-09-14 17:50:42 +00:00
sa In usr.sbin/sa/db.c, avoid warnings about assigning two const char 2011-12-18 01:08:25 +00:00
sade Fix warning when compiling with gcc46: 2012-01-20 01:39:01 +00:00
sendmail Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to 2012-02-28 18:30:18 +00:00
service Fix a silly typo on my part. 2011-08-06 09:11:30 +00:00
services_mkdb A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
setfib Minor spelling fixes. 2012-06-03 11:29:48 +00:00
setfmac A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
setpmac A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
sicontrol A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
smbmsg Fixes to man8 groff mandoc style, usage mistakes, or typos. 2012-05-24 02:24:03 +00:00
snapinfo Mark global functions and/or variables in snapinfo(8) static where possible. 2011-11-06 19:02:43 +00:00
spkrtest Update spkrtest(8) to use new dialog auto-sizing syntax. 2011-01-13 17:30:18 +00:00
spray Mark global functions and/or variables in spray(8) static where possible. 2011-11-06 19:02:49 +00:00
syslogd Add documentation for IPv6 support 2012-09-12 16:58:42 +00:00
tcpdchk A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
tcpdmatch A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
tcpdrop Include param.h for CACHE_LINE_SIZE to unbreak the build. 2011-06-06 17:07:38 +00:00
tcpdump Correct double "the the" 2012-09-14 21:28:56 +00:00
timed Add missing braces 2012-09-12 10:16:39 +00:00
traceroute traceroute(8): make WARNS=3 clean 2010-12-04 14:19:27 +00:00
traceroute6 Add -a and -A option to the usage. 2012-05-08 15:18:35 +00:00
trpt A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
tzsetup Grammar: tzsetup now has more than one option. 2012-02-29 14:44:42 +00:00
uathload Only use -z noexecstack for these explicit arches: i386, amd64, powerpc 2011-02-16 21:04:47 +00:00
ugidfw A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
uhsoctl Add an missing argument to open(2). If O_CREAT flag is specified, 2012-01-04 07:21:37 +00:00
usbconfig - Correct USB 3.0 wire-speed to 5.0Gbps 2011-02-26 09:28:52 +00:00
usbdump Make usbusN logging pseudo-interface used by usbdump(8) clonable. One is 2012-07-09 07:25:09 +00:00
utx Fixes to man8 groff mandoc style, usage mistakes, or typos. 2012-05-25 03:46:56 +00:00
vidcontrol Call set_terminal_mode() after video mode change, not before, because 2012-06-29 12:55:36 +00:00
vipw Restore message in man page on VFS timestamp precision. 2012-02-14 09:29:37 +00:00
wake Exit with proper status when wake() fails. 2012-02-24 07:54:08 +00:00
watch Perform even more style changes. 2012-03-10 14:38:34 +00:00
watchdogd - It's also need to lock current memory. 2012-08-30 08:07:37 +00:00
wlandebug Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
wlconfig mdoc: correct .Bd/.Bl arguments. 2012-03-26 21:22:53 +00:00
wpa Xref mwl(4) and rum(4) in hostapd(8). 2012-07-18 23:32:12 +00:00
yp_mkdb In usr.sbin/yp_mkdb/yp_mkdb.c, cast some printf field width parameters 2011-12-19 20:44:44 +00:00
ypbind Protect NIS client with madvise(2) since this daemon is required 2011-10-24 14:35:31 +00:00
yppoll A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
yppush Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor 2012-02-07 09:27:07 +00:00
ypserv Remove superfluous paragraph macro. 2012-03-25 09:18:34 +00:00
ypset A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
zic A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
zzz A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
Makefile Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts. 2012-08-25 18:08:20 +00:00
Makefile.amd64 Build sade on amd64 as well as i386 and sparc64. 2010-12-09 11:37:40 +00:00
Makefile.arm sysinstall was removed from usr.sbin/Makefile in r225937. Because per-arch 2012-03-13 00:45:27 +00:00
Makefile.i386 A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
Makefile.ia64 A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
Makefile.inc A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
Makefile.mips Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00
Makefile.powerpc A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00
Makefile.sparc64 A new jail(8) with a configuration file, to replace the work currently done 2010-10-19 21:32:13 +00:00