git: mount{,_ufs}: Fix wrong mountctl(2) error check.

2012-11-14 Thread Sascha Wildner
commit 44869c118ed0709253d461ea3b1d45c4e3181f4d Author: Sascha Wildner s...@online.de Date: Wed Nov 14 11:06:26 2012 +0100 mount{,_ufs}: Fix wrong mountctl(2) error check. mountctl(2) returns the number of copied bytes when successful, and -1 if there was an error. This

git: top(1): Remove some code that is unused after the UP removal.

2012-11-14 Thread Sascha Wildner
commit 975fc63638be00d2e60cdab028209f9e782ec399 Author: Sascha Wildner s...@online.de Date: Wed Nov 14 22:24:23 2012 +0100 top(1): Remove some code that is unused after the UP removal. Summary of changes: usr.bin/top/m_dragonfly.c | 25 + 1 files changed, 5

git: libk{core, info}: The kern.ccpu sysctl is gone, so remove *get_sched_ccpu().

2012-11-14 Thread Sascha Wildner
commit e4700cfb69c721379df954759472897b18ed436a Author: Sascha Wildner s...@online.de Date: Wed Nov 14 23:14:32 2012 +0100 libk{core,info}: The kern.ccpu sysctl is gone, so remove *get_sched_ccpu(). Interestingly, kcore_get_sched_ccpu() seems to never have returned ccpu, but

git: init(8): Resurrect kern.shutdown_timeout as kern.init_shutdown_timeout.

2012-11-14 Thread Sascha Wildner
commit 699c19e31bf2b6ff06419fd2802b560f86c3693f Author: Sascha Wildner s...@online.de Date: Wed Nov 14 23:57:04 2012 +0100 init(8): Resurrect kern.shutdown_timeout as kern.init_shutdown_timeout. Taken from FreeBSD. Quoting their commit msg: Fix system shutdown timeout