git: zopen.3: zap file since zopen() is only used via compress(1)

2013-07-23 Thread Sascha Wildner
commit 3ebabff11aec7e00689c6ef47e7226aed6d12562 Author: Franco Fichtner fra...@lastsummer.de Date: Tue Jul 23 00:22:09 2013 +0200 zopen.3: zap file since zopen() is only used via compress(1) Summary of changes: usr.bin/compress/Makefile | 4 -- usr.bin/compress/zopen.3 | 138

git: m4(1): Remove two unused manual pages.

2013-07-23 Thread Sascha Wildner
commit 82f979de7283df48a4ab5f754cbddf8532e1969c Author: Sascha Wildner s...@online.de Date: Tue Jul 23 13:04:15 2013 +0200 m4(1): Remove two unused manual pages. Summary of changes: usr.bin/m4/lib/ohash_init.3 | 231

git: share/examples: use .Mt for emails in man pages

2013-07-23 Thread Sascha Wildner
commit ed18266128d3ea83eb68e0fcb02eb5641bc41a73 Author: Franco Fichtner fra...@lastsummer.de Date: Mon Jul 22 23:49:10 2013 +0200 share/examples: use .Mt for emails in man pages While there, get rid of redundant quotes in .Nd lines. Summary of changes:

git: forward.5: use .Ar instead of .Aq for email address

2013-07-23 Thread Sascha Wildner
commit aacea718a3e3ff6ceb92c1bc83fce9850eeab11f Author: Franco Fichtner fra...@lastsummer.de Date: Mon Jul 22 23:53:25 2013 +0200 forward.5: use .Ar instead of .Aq for email address The email is an example and should not be a spurious candidate for .Mt conversion. The example

git: tzfile.5: use .In for including tzfile.h

2013-07-23 Thread Sascha Wildner
commit 211b8dfcf1a01eba1a6c0a0fe5682d6fed165543 Author: Franco Fichtner fra...@lastsummer.de Date: Tue Jul 23 00:12:06 2013 +0200 tzfile.5: use .In for including tzfile.h The file resides in /usr/include anyway. Summary of changes: lib/libc/stdtime/tzfile.5 | 2 +- 1 file

git: dhclient: partial sync from OpenBSD man pages

2013-07-23 Thread Sascha Wildner
commit 0f17c1ab7166f48951ec1c5033e768f29b8d4366 Author: Franco Fichtner fra...@lastsummer.de Date: Tue Jul 23 14:18:15 2013 +0200 dhclient: partial sync from OpenBSD man pages Summary of changes: sbin/dhclient/dhclient.8| 102 +-- sbin/dhclient/dhclient.conf.5

git: Remove some no longer used externs in various system headers.

2013-07-23 Thread Sascha Wildner
commit 29d98cc22d7c5605390d6cd6fee1edc175980311 Author: Sascha Wildner s...@online.de Date: Tue Jul 23 18:54:20 2013 +0200 Remove some no longer used externs in various system headers. Summary of changes: sys/sys/dmap.h | 4 +--- sys/sys/kernel.h | 2 -- sys/sys/thread.h | 2 -- 3

git: drm2: Remove CTR* functions

2013-07-23 Thread Francois Tigeot
commit 4b6e803b73f2e7529ffb2cf93cefbc3c07707b50 Author: François Tigeot ftig...@wolfpond.org Date: Tue Jul 23 19:15:09 2013 +0200 drm2: Remove CTR* functions Summary of changes: sys/dev/drm2/drm_crtc.c | 2 -- sys/dev/drm2/drm_fops.c | 4 ---

git: drm2: Handle locking

2013-07-23 Thread Francois Tigeot
commit e8a91b3cefd66c1680879e24e150f5e98d3a8c20 Author: François Tigeot ftig...@wolfpond.org Date: Tue Jul 23 19:18:48 2013 +0200 drm2: Handle locking * Locally define PROC_LOCK and PROC_UNLOCK to nothing * irq_lock must be a lwkt serializer * Remove Giant usage

git: drm2: Remove unused FreeBSD functions and macros

2013-07-23 Thread Francois Tigeot
commit a620cf98fb51aaf9744d7669190e6133e5fe400e Author: François Tigeot ftig...@wolfpond.org Date: Tue Jul 23 19:21:09 2013 +0200 drm2: Remove unused FreeBSD functions and macros * sched_pin() / sched_unpin() * VM_ALLOC_NOOBJ and VM_ALLOC_WIRED * callout_drain()

git: drm2: Handle slightly different little things (1/2)

2013-07-23 Thread Francois Tigeot
commit 168ab13f61bad526b2b3329a772c0b04ba6352f7 Author: François Tigeot ftig...@wolfpond.org Date: Tue Jul 23 19:21:53 2013 +0200 drm2: Handle slightly different little things (1/2) * DragonFly and FreeBSD memory barrier functions are named differently * Replace

git: drm2: Handle slightly different little things (2/2)

2013-07-23 Thread Francois Tigeot
commit f130376c3be762f8e5dc732d6775c389db58c741 Author: François Tigeot ftig...@wolfpond.org Date: Tue Jul 23 19:23:05 2013 +0200 drm2: Handle slightly different little things (2/2) Some functions/macros have little arguments or other small variations: *

git: drm2: Adapt kernel_map usage

2013-07-23 Thread Francois Tigeot
commit 1dab49d6738f2942ea52442c9737e65b6bbbe449 Author: François Tigeot ftig...@wolfpond.org Date: Tue Jul 23 19:23:37 2013 +0200 drm2: Adapt kernel_map usage Summary of changes: sys/dev/drm2/drm_scatter.c | 4 ++-- sys/dev/drm2/i915/intel_ringbuffer.c | 18 +-

git: libmandoc: Add HAVE_STRPTIME and HAVE_MMAP to the Makefile.

2013-07-23 Thread Sascha Wildner
commit 205b63190ed97e83d183003e5fa7bdcb84bbe7d0 Author: Sascha Wildner s...@online.de Date: Tue Jul 23 21:59:09 2013 +0200 libmandoc: Add HAVE_STRPTIME and HAVE_MMAP to the Makefile. The former fixes an issue that would cause mandoc to warn on our .Dd lines when using 'mandoc

git: killall - Add all-but-self tty kill (-T)

2013-07-23 Thread Matthew Dillon
commit b031767fda31b5c605e26a506bb84382fb06374c Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Jul 23 21:17:53 2013 -0700 killall - Add all-but-self tty kill (-T) * Add a new feature to killall, the -T option, which will kill all processes on the caller's tty