freebsd-nq/usr.sbin
Neel Natu 2bd073e13b Disable the 'uart_drain()' callback when the emulated receive FIFO is full.
Failing to do this will cause the kevent(2) notification to trigger
continuously and the bhyve(8) mevent thread will hog the cpu until the
characters on the backend tty device are drained.

Also, make the uart backend file descriptor non-blocking to avoid a
select(2) before every byte read from that backend.

Reviewed by:	grehan
2014-05-05 23:54:13 +00:00
..
ac
accton
acpi Teach acpidump(8) to display the 'Flags' field in the HPET Description Table. 2013-11-22 18:53:54 +00:00
adduser
amd Remove the names of the build host and user and the build date. This 2014-04-12 18:01:25 +00:00
ancontrol
apm
apmd
arp Speed up the lookup of interfaces when there are a large number 2014-04-05 22:13:32 +00:00
asf
audit
auditd
auditdistd
auditreduce
authpf
bhyve Disable the 'uart_drain()' callback when the emulated receive FIFO is full. 2014-05-05 23:54:13 +00:00
bhyvectl Allow a virtual machine to be forcibly reset or powered off. This is done 2014-04-28 22:06:40 +00:00
bhyveload ZFS boot support for bhyveload. 2014-02-22 07:18:06 +00:00
binmiscctl More mdoc/spelling/grammar cleanup. 2014-04-10 10:18:30 +00:00
bluetooth mdoc: minor paragraph fixes. 2014-02-08 13:37:02 +00:00
boot0cfg
boot98cfg
bootparamd NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
bsdconfig Implement GEOM based media device classification. You'll notice a few 2014-04-23 22:04:04 +00:00
bsdinstall Finish connecting up installer UEFI support. If the kernel was booted using 2014-04-27 15:58:07 +00:00
bsnmpd Rough cleanup (new sentence -> new line, grammar, spelling, mdoc). 2014-02-25 21:01:55 +00:00
btxld In puthdr(), start the ELF .data section on a new page, as this is 2014-02-25 17:13:42 +00:00
cdcontrol
chkgrp
chown
chroot
ckdist
clear_locks
config Fix kern/187712: config(8) does not respect KERNCONFDIR. 2014-03-20 17:30:09 +00:00
cpucontrol
crashinfo Do not truncate the `command'' column in `ps'' output. 2013-12-25 15:23:01 +00:00
cron Bad timespec_subtract() calculations produce negative tv_nsec on i386 2014-01-25 02:16:09 +00:00
crunch NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
ctladm Bump .Dd after r257379. 2013-10-30 11:41:28 +00:00
ctld Style fixes. 2014-04-24 11:28:23 +00:00
ctm NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
daemon Fork a child process and wait until the process terminates when the -P 2014-04-06 16:35:49 +00:00
dconschat
devinfo
digictl
diskinfo
dumpcis
editmap
edquota edquota: Don't pass fd for temporary file to editor. 2013-10-27 21:06:17 +00:00
eeprom In usr.sbin/eeprom/ofw_options.c, remove a superfluous const specifier. 2014-02-22 00:16:27 +00:00
etcupdate Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout. 2014-03-16 04:09:22 +00:00
extattr
extattrctl
faithd
fdcontrol
fdformat
fdread
fdwrite
fifolog NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
flowctl
freebsd-update Fix typo in r256646: We want to generate lists of directories in INDEX-OLD 2013-11-09 04:50:05 +00:00
ftp-proxy
fwcontrol
getfmac
getpmac
gpioctl Adds gpioiic.4 and gpioled.4 man pages. Moves some of the information that 2013-11-12 12:44:59 +00:00
gssd
gstat
i2c
ifmcstat Remove sa_equal() definition since it is already defined in net/route.h. 2014-04-26 16:12:39 +00:00
inetd
iostat iostat: fix extracting TTY statistics from core. 2013-11-25 22:55:47 +00:00
ip6addrctl
ipfwpcap
iscsid Remove redundant code. 2014-04-17 12:53:56 +00:00
jail Line-wrapping tweak: make the sample jail command line fit in 80 characters. 2014-03-17 14:19:42 +00:00
jexec
jls
kbdcontrol
kbdmap
keyserv
kgmon
kgzip
kldxref kldxref: Clean up error reporting 2014-04-30 18:11:53 +00:00
lastlogin
lmcconfig
lpr NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
lptcontrol
mailstats
mailwrapper
makefs Timestamps may not have a decimal point. 2014-04-06 02:57:49 +00:00
makemap
manctl
memcontrol
mergemaster mergemaster: Avoid "/var/tmp/temproot disappeared" if there is nothing to 2014-04-14 22:01:49 +00:00
mfiutil - Fix an off by one error when checking for the stop event. This resulted 2014-04-22 15:17:32 +00:00
mixer
mld6query
mlxcontrol
mount_smbfs Use system libiconv, instead of trying to dlopen() it. 2013-11-09 14:48:50 +00:00
mountd
moused
mptable Pass the size of the top-level table to map when mapping the table instead 2014-03-10 16:07:45 +00:00
mptutil
mtest mtest(8): use correct macro in mdoc 2013-12-10 05:01:01 +00:00
mtree Merge from CheriBSD: 2014-01-30 21:32:25 +00:00
nandsim
nandtool
ndiscvt We have in base iconv. 2013-12-25 01:20:14 +00:00
ndp Change the type of addr argument in dump() function to be able 2013-12-10 14:17:07 +00:00
newsyslog Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout. 2014-03-16 04:09:22 +00:00
nfscbd
nfsd
nfsdumpstate
nfsrevoke
nfsuserd
ngctl
nghook
nmtree Merge from CheriBSD: 2014-01-30 21:32:25 +00:00
nologin
nscd
ntp NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
nvram
ofwdump
pc-sysinstall
pciconf Print status of ARI capability in pciconf -c 2014-04-01 16:03:52 +00:00
periodic
pkg Import libucl 0.4.0 2014-04-22 22:02:06 +00:00
pmcannotate
pmccontrol
pmcstat Fix formatting of the -a option in usage() to be consistent. 2014-04-29 07:19:22 +00:00
pnpinfo
portsnap Use case insensitive match in portsnap. 2014-04-21 19:33:27 +00:00
powerd In acline_init(), initialize ac_line to SRC_UNKNOWN. Previously 2014-02-11 15:16:49 +00:00
ppp Garbage collect long time obsoleted (or never used) stuff from routing API. 2014-03-15 06:49:32 +00:00
pppctl
praliases
praudit
procctl
pstat
pw Simplify reading pw.conf(5) by using getline(3) 2014-04-22 21:07:56 +00:00
pwd_mkdb Add -p to the example (why isn't this the default?) 2014-02-06 09:57:27 +00:00
quot
quotaon
rarpd
repquota
rip6query
rmt
route6d Remove unneeded fake _KERNEL definition. 2014-03-23 09:15:14 +00:00
rpc.lockd multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
rpc.statd multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
rpc.umntall
rpc.yppasswdd
rpc.ypupdated NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
rpc.ypxfrd
rpcbind Disable libwrap (TCP wrappers) support in rpcbind by default, introducing 2014-03-06 17:33:27 +00:00
rrenumd
rtadvctl
rtadvd
rtprio
rtsold
rwhod Update most userspace consumers of capability.h to use capsicum.h instead. 2014-03-16 11:04:44 +00:00
sa Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout. 2014-03-16 04:09:22 +00:00
sendmail
service Be a little more verbose in service's error message 2014-03-15 02:26:46 +00:00
services_mkdb Similar to cap_mkdb(1), add endianness support to services_mkdb(1) 2014-01-22 16:50:18 +00:00
setfib
setfmac
setpmac
sicontrol
smbmsg
snapinfo
spkrtest
spray
syslogd Add ENETUNREACH and EADDRNOTAVAIL to the list of errors that are potentially 2013-11-13 01:04:02 +00:00
sysrc Revert SVN r257830 -- that feature was annoying and was removed long ago. 2013-11-21 00:54:26 +00:00
tcpdchk
tcpdmatch
tcpdrop
tcpdump Add Casper support. 2013-12-15 23:05:19 +00:00
tests Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout. 2014-03-16 04:09:22 +00:00
timed
traceroute
traceroute6
trpt
tzsetup Merge from CheriBSD: 2014-01-30 21:08:36 +00:00
uathload
ugidfw
uhsoctl
unbound
usbconfig
usbdump Add check for "hw.usb.no_pf" sysctl value. 2014-01-21 08:24:12 +00:00
utx Remove utxrm(8). This command has been superseded by 'utx rm'. 2013-11-03 16:43:52 +00:00
vidcontrol
vipw
wake
watch
watchdogd mdoc: minor paragraph fixes. 2014-02-08 13:37:02 +00:00
wlandebug Fix stray "." left over from previous commit. 2014-04-10 10:56:11 +00:00
wlconfig
wpa Fix reference to ioctl(2). 2013-11-21 19:31:57 +00:00
yp_mkdb
ypbind Replace Sun RPC license for TI-RPC library with a 3-clause BSD license, 2013-12-15 16:17:00 +00:00
yppoll
yppush
ypserv
ypset Use INADDR_NONE instead of -1 to check inet_addr() result. 2013-10-15 07:37:30 +00:00
zic
zzz
Makefile Add Stacey Son's binary activation patches that allow remapping of 2014-04-08 20:10:22 +00:00
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.ia64
Makefile.inc
Makefile.mips
Makefile.powerpc
Makefile.sparc64