Commit Graph

202423 Commits

Author SHA1 Message Date
dumbbell
b87fdb7ac9 vt(4): Remove superfluous word in comment
Submitted by:	brueffer@
MFC after:	3 days
MFC with:	271871
2014-09-19 12:38:43 +00:00
dumbbell
bd0370dde7 vt(4): Rewrite history scrolling
It's now possible to scroll up the 500 hard-coded lines of history, not
just a fraction of them. For instance, one can reach the top of the boot
process.

Sometimes, when scrolling or when changing the screen size (by changing
the font or loading a KMS driver for instance), one could see the
history cycling (old content appeared below latest lines). This is
fixed.

Now, when the resolution changes are more lines can be shown, the
displayed area is adjusted so that, if the screen was filled with
content before, it's filled with content after as well: more history
is visible, instead of having blank lines below the previously visible
content.

MFC after:	3 days
2014-09-19 12:20:43 +00:00
glebius
99f4bfa07b - Provide igb_get_counter() to return counters that are not collected,
but taken from hardware.
- Mechanically convert to if_inc_counter() the rest of counters.
2014-09-19 11:49:41 +00:00
mav
5586a5309c Fix inverted expression to report block size in mode page block descriptor. 2014-09-19 11:15:30 +00:00
dumbbell
2e7b781164 vt(4): Remove vt_buf->vb_dirtymask
This structure and the associated functions were unused since the
implementation of vd_bitblt_text_t callbacks.

MFC after:	3 days
2014-09-19 11:02:44 +00:00
glebius
f2cafe032f Mechanically convert to if_inc_counter(). 2014-09-19 10:39:58 +00:00
glebius
cedd8768c4 Mechanically convert to if_inc_counter(). 2014-09-19 10:35:56 +00:00
glebius
c0926ec282 Mechanically convert to if_inc_counter(). 2014-09-19 10:33:23 +00:00
glebius
b79f445942 Move rl(4) to dev/rl. 2014-09-19 10:32:20 +00:00
glebius
fec1da5cbc Mechanically convert to if_inc_counter(). 2014-09-19 10:19:51 +00:00
glebius
56e9d80329 Mechanically convert to if_inc_counter(). 2014-09-19 10:18:14 +00:00
glebius
2ca697202c Mechanically convert to if_inc_counter(). 2014-09-19 09:20:55 +00:00
glebius
4b282ea6e0 Mechanically convert to if_inc_counter(). 2014-09-19 09:20:34 +00:00
glebius
38c3245a7b Mechanically convert to if_inc_counter(). 2014-09-19 09:20:16 +00:00
glebius
375a1fa081 Mechanically convert to if_inc_counter(). 2014-09-19 09:19:49 +00:00
glebius
16745af543 Mechanically convert to if_inc_counter(). 2014-09-19 09:19:29 +00:00
glebius
72f04611ec Remove ifq_drops from struct ifqueue. Now queue drops are accounted in
struct ifnet if_oqdrops.

Some netgraph modules used ifqueue w/o ifnet. Accounting of queue drops
is simply removed from them. There were no API to read this statistic.

Sponsored by:	Netflix
Sponsored by:	Nginx, Inc.
2014-09-19 09:01:19 +00:00
phk
85e6d8134a This is a white-space/comment cleanup commit as a precursor for
some upcoming work on the NTP kernel PLL.
2014-09-19 07:44:49 +00:00
hrs
c8f0850d9e Fix cdev. It is a device node name, not a pathname. 2014-09-19 07:18:45 +00:00
glebius
b010d64973 Increase errors, not queue drops, in cases the module is supplied
with a bad packet or if mbuf allocation failes.
2014-09-19 05:43:38 +00:00
glebius
2bb30b3418 Remove disabled code, that is very unlikely to be ever enabled again,
as well as the comment that explains why is it disabled.
2014-09-19 05:23:47 +00:00
glebius
fe38de49b4 Mechanically convert to if_inc_counter(). 2014-09-19 05:03:11 +00:00
glebius
24b2a2915b Fix typo.
Submitted by:	jkim
2014-09-19 03:55:19 +00:00
glebius
b3b337a80e Mechanically convert to if_inc_counter(). 2014-09-19 03:51:26 +00:00
pjd
094cca2b36 Don't use nvl in case of a failure.
Reported by:	Coverity
CID:		1238922
2014-09-18 22:34:52 +00:00
mav
2286325b1e Allow more commands to pass persistent reservation according to SPC-4 r37. 2014-09-18 22:22:14 +00:00
bz
79c4809c20 Fx a type from r271817; it's IFCOUNTER_* not IFNET_*. 2014-09-18 22:10:49 +00:00
mav
0db50d6959 Add support for "no Data-Out Buffer" (NDOB) flag of WRITE SAME (16) command. 2014-09-18 21:39:00 +00:00
glebius
10a9d2fef6 Mechanically convert to if_inc_counter(). 2014-09-18 21:19:21 +00:00
glebius
ff9b50b034 Mechanically convert to if_inc_counter(). 2014-09-18 21:16:05 +00:00
glebius
d363cf273b Mechanically convert to if_inc_counter(). 2014-09-18 21:14:46 +00:00
glebius
e5c0090780 Mechanically convert to if_inc_counter(). 2014-09-18 21:13:12 +00:00
bz
a8148aa736 Revert r270808, which were changes to common code (i40e_alloc.h).
Rather than #define-ing common code function calls to OS-dependent
ones, make the osdep versions match the common code expectations,
adjust the FreeBSD specific code to use those, and remove the
#defines.

In the FreeBSD specific code, use "i40e_mem_reserved" for the
now expected but unused argument to i40e_allocate_dma_mem().

Reviewed by:	gnn, eric.joyner intel.com
MFC after:	3 days
2014-09-18 21:13:03 +00:00
glebius
a9ce204398 Mechanically convert to if_inc_counter(). 2014-09-18 21:11:42 +00:00
glebius
4ca46ec795 Mechanically convert to if_inc_counter(). 2014-09-18 21:09:22 +00:00
glebius
5a08a4309b Mechanically convert to if_inc_counter(). 2014-09-18 21:07:05 +00:00
glebius
5cb560133f Mechanically convert to if_inc_counter(). 2014-09-18 21:05:59 +00:00
glebius
772da0ce12 Mechanically convert to if_inc_counter(). 2014-09-18 21:03:13 +00:00
glebius
25bbf4092e Mechanically convert to if_inc_counter(). 2014-09-18 21:01:41 +00:00
glebius
f8546b8f0d Mechanically convert to if_inc_counter(). 2014-09-18 20:59:59 +00:00
glebius
455a87bc4c Mechanically convert to if_inc_counter(). 2014-09-18 20:58:04 +00:00
glebius
37b1af5fbf Mechanically convert to if_inc_counter(). 2014-09-18 20:53:02 +00:00
glebius
499591abc0 Mechanically convert to if_inc_counter(). 2014-09-18 20:47:39 +00:00
glebius
a0d846bed0 Mechanically convert to if_inc_counter(). 2014-09-18 20:44:53 +00:00
glebius
64731c3f2e Mechanically convert to if_inc_counter(). 2014-09-18 20:43:17 +00:00
glebius
baa1e8e7cc - Mechanically convert to if_inc_counter().
- Cut code that runs a counter backwards.
2014-09-18 20:39:23 +00:00
smh
c466dfba5f Remove sys/types.h include as per style (9)
SDT requries sys/param.h due to use of NULL

Reported by:	Garrett
Sponsored by:	Multiplay
2014-09-18 20:38:18 +00:00
glebius
54ea96669f Mechanically convert to if_inc_counter(). 2014-09-18 20:35:22 +00:00
glebius
545843dfa9 Mechanically convert to if_inc_counter(). 2014-09-18 20:33:25 +00:00
glebius
684180d1f9 Mechanically convert to if_inc_counter(). 2014-09-18 20:30:47 +00:00