git: DragonFly_RELEASE_4_0 netif/if_lagg: Fix panic on MOD_UNLOAD

2015-03-05 Thread Markus Pfeiffer

commit 07813beed38af2b364e83e32493cf0aaebabb732
Author: Markus Pfeiffer markus.pfeif...@morphism.de
Date:   Thu Feb 26 12:39:16 2015 +

netif/if_lagg: Fix panic on MOD_UNLOAD

Remove one instance of if_clone_detach being called.

Reported-By: bycn82 byc...@gmail.com

Summary of changes:
 sys/net/lagg/if_lagg.c | 1 -
 1 file changed, 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/07813beed38af2b364e83e32493cf0aaebabb732


-- 
DragonFly BSD source repository


git: sbin/hammer: Fix workaround made in 2f8c6a59

2015-03-05 Thread Tomohiro Kusumi

commit 15230345fa342bcf0d2f32580a87bf09edaf0cd4
Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com
Date:   Fri Mar 6 04:23:32 2015 +0900

sbin/hammer: Fix workaround made in 2f8c6a59

- 'elm-internal.mirror_tid == 0' was not necessary.
  It failed to detect some cases that it was going to workaround.

Summary of changes:
 sbin/hammer/cmd_show.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/15230345fa342bcf0d2f32580a87bf09edaf0cd4


-- 
DragonFly BSD source repository


git: DragonFly_RELEASE_4_0 net/if_lagg: Fix double-free issue

2015-03-05 Thread Markus Pfeiffer

commit 665f4bc1d79adcc45d7cad80d2e8cf824191d892
Author: Markus Pfeiffer profm...@dragonflybsd.org
Date:   Thu Feb 26 15:24:45 2015 +

net/if_lagg: Fix double-free issue

Summary of changes:
 sys/net/lagg/if_lagg.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/665f4bc1d79adcc45d7cad80d2e8cf824191d892


-- 
DragonFly BSD source repository


git: DragonFly_RELEASE_4_0 net/if_lagg: Fix compilation error caused by MFC

2015-03-05 Thread Markus Pfeiffer

commit 18fa7bb168053c85ea9e6c09c08321aecfd7045a
Author: Markus Pfeiffer markus.pfeif...@morphism.de
Date:   Thu Mar 5 22:30:23 2015 +

net/if_lagg: Fix compilation error caused by MFC

callout_init_lk does not exist in RELEASE, and hence we go
back to callout_init_mp. This is non-consequential, since the
callout function is empty at the moment anyway.

Summary of changes:
 sys/net/lagg/if_lagg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/18fa7bb168053c85ea9e6c09c08321aecfd7045a


-- 
DragonFly BSD source repository


git: sbin/hammer: Print '' or '' if the element is a copy of root_btree_(beg|end)

2015-03-05 Thread Tomohiro Kusumi

commit 04b9236f8a624ef900f3669b86ee62dd23374fc2
Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com
Date:   Fri Mar 6 04:42:08 2015 +0900

sbin/hammer: Print '' or '' if the element is a copy of 
root_btree_(beg|end)

- Make hammer show command print '' or '' if the element is a copy
  of hmp-root_btree_beg or hmp-root_btree_end. These two elements
  don't need 'd' so print it in place of 'd'.

- Makes it easier to find (grep) these two.

Summary of changes:
 sbin/hammer/cmd_show.c | 57 +++---
 1 file changed, 45 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/04b9236f8a624ef900f3669b86ee62dd23374fc2


-- 
DragonFly BSD source repository


git: rwho(1): Let the width of the username column depend on the file format.

2015-03-05 Thread Sascha Wildner

commit efba773785ace3408feddd2ed3310985d9f908a2
Author: Sascha Wildner s...@online.de
Date:   Thu Mar 5 18:54:02 2015 +0100

rwho(1): Let the width of the username column depend on the file format.

We're parsing files generated by rwhod(8) here, not utmp(5) files.

This is FreeBSD's r200997.

Summary of changes:
 usr.bin/rwho/rwho.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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


-- 
DragonFly BSD source repository