git: sbin/hammer: add get_ondisk()

2015-02-14 Thread Tomohiro Kusumi

commit 24dd58053d0c5202c7072e4a7b9cca0f3aae5a14
Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com
Date:   Wed Feb 4 05:31:46 2015 +0900

sbin/hammer: add get_ondisk()

- Cleanup get_buffer_data() and get_node() using a new inline function
  get_ondisk(). These two actually do the same thing except for the way
  they release an existing buffer (--ref and eventually free it).

- from Submit #2783

Summary of changes:
 sbin/hammer/ondisk.c | 47 +--
 1 file changed, 33 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/24dd58053d0c5202c7072e4a7b9cca0f3aae5a14


-- 
DragonFly BSD source repository


git: sys/vfs/hammer2: fix typos

2015-02-14 Thread Tomohiro Kusumi

commit 900413c3a6b52cd61e09ad98049ce53aa3ac77de
Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com
Date:   Sun Feb 15 03:27:25 2015 +0900

sys/vfs/hammer2: fix typos

- Fix trivial typos in comments.

Summary of changes:
 sys/vfs/hammer2/hammer2_disk.h   | 2 +-
 sys/vfs/hammer2/hammer2_vfsops.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/900413c3a6b52cd61e09ad98049ce53aa3ac77de


-- 
DragonFly BSD source repository


git: systat - Improve pftop output

2015-02-14 Thread Matthew Dillon

commit cb5feafec34e5d1ffa577c296e10a4ceafc0cf4f
Author: Matthew Dillon dil...@apollo.backplane.com
Date:   Sat Feb 14 11:19:46 2015 -0800

systat - Improve pftop output

* Fix bugs where ICMP states were display bandwidth as 'huge' .

* Fix bugs where the RB tree compare code would sometimes collapse
  distinct states, creating confusion.

* Greatly improve readability by reformatting addresses and ports,
  in particular truncating IPV6 addresses to fit better.

* Reduce jumping around of display elements as bandwidth values change.
  Instead of sorting by the current bandwidth the display is sorted
  by the 1/8 decay bandwidth.

Summary of changes:
 usr.bin/systat/pftop.c  | 147 
 usr.bin/systat/systat.1 |  11 
 2 files changed, 122 insertions(+), 36 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb5feafec34e5d1ffa577c296e10a4ceafc0cf4f


-- 
DragonFly BSD source repository


git: drm: Update linux/kernel.h

2015-02-14 Thread Francois Tigeot

commit d7b47d244aaf4acd7d11998d86f710997b9af81e
Author: François Tigeot ftig...@wolfpond.org
Date:   Sat Feb 14 08:52:48 2015 +0100

drm: Update linux/kernel.h

* Add clamp_t and DIV_ROUND_UP_ULL(), both obtained from NetBSD

* Add WARN_ON_SMP()

* Add max3()

Summary of changes:
 sys/dev/drm/include/linux/kernel.h | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d7b47d244aaf4acd7d11998d86f710997b9af81e


-- 
DragonFly BSD source repository


git: drm: Add DMI_MATCH and DMI_EXACT_MATCH

2015-02-14 Thread Francois Tigeot

commit dbd91184ddb94efbe2d8d7c13a34ccc0f521a8a6
Author: François Tigeot ftig...@wolfpond.org
Date:   Sat Feb 14 08:59:29 2015 +0100

drm: Add DMI_MATCH and DMI_EXACT_MATCH

Obtained-from: OpenBSD

Summary of changes:
 sys/dev/drm/include/linux/{fb.h = dmi.h}   |  8 
 sys/dev/drm/include/linux/{spinlock.h = mod_devicetable.h} | 11 +--
 2 files changed, 9 insertions(+), 10 deletions(-)
 copy sys/dev/drm/include/linux/{fb.h = dmi.h} (92%)
 copy sys/dev/drm/include/linux/{spinlock.h = mod_devicetable.h} (87%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dbd91184ddb94efbe2d8d7c13a34ccc0f521a8a6


-- 
DragonFly BSD source repository


git: drm: Add linux/ctype.h

2015-02-14 Thread Francois Tigeot

commit fa20de6b821092e5ec262ba298230abc78056719
Author: François Tigeot ftig...@wolfpond.org
Date:   Sat Feb 14 09:08:19 2015 +0100

drm: Add linux/ctype.h

Summary of changes:
 sys/dev/drm/include/linux/{fb.h = ctype.h} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
 copy sys/dev/drm/include/linux/{fb.h = ctype.h} (93%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fa20de6b821092e5ec262ba298230abc78056719


-- 
DragonFly BSD source repository


git: Update the pciconf(8) database.

2015-02-14 Thread Sascha Wildner

commit a65c5ed16fc487f2fd170da1bf98a0a8ddaa91f5
Author: Sascha Wildner s...@online.de
Date:   Sun Feb 15 08:05:53 2015 +0100

Update the pciconf(8) database.

February 14, 2015 snapshot from http://pciids.sourceforge.net/

Summary of changes:
 share/misc/pci_vendors | 137 ++---
 1 file changed, 131 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a65c5ed16fc487f2fd170da1bf98a0a8ddaa91f5


-- 
DragonFly BSD source repository