git: Revert a few additions of __unused that need some more thought.

2012-10-19 Thread Sascha Wildner
commit 312a61c7bfeb5c091ddfe90fce7194047b502c01 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 17:47:17 2012 +0200 Revert a few additions of __unused that need some more thought. We can postpone it until WARNS gets raised to 4 (at the moment, all this stuff is WARNS

git: DragonFly_RELEASE_3_2 crypto: Revert some changes in contributed code.

2012-10-19 Thread Sascha Wildner
commit 6770bff66d880af5c091d13ac0c99b5f6ba6cdf4 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 10:47:11 2012 +0200 crypto: Revert some changes in contributed code. Summary of changes: crypto/openssh/ssh-pkcs11-helper.c |3 +-- crypto/openssh/ssh.c |2 +- 2

git: DragonFly_RELEASE_3_2 Revert some no longer needed local CFLAGS modifications.

2012-10-19 Thread Sascha Wildner
commit 268d0316381c44b8af0fb5418a263e52740e8528 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 10:49:34 2012 +0200 Revert some no longer needed local CFLAGS modifications. Summary of changes: bin/csh/Makefile |2 -- lib/libldns/Makefile |1 - lib/libsmdb/Makefile

git: DragonFly_RELEASE_3_2 Revert a few additions of __unused that need some more thought.

2012-10-19 Thread Sascha Wildner
commit 7358dc4bf9d78777c9398c10b51aef7d610c7944 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 17:47:17 2012 +0200 Revert a few additions of __unused that need some more thought. We can postpone it until WARNS gets raised to 4 (at the moment, all this stuff is WARNS

git: mount{, _ufs}(8): Check for mountctl() error before printing buf.

2012-10-20 Thread Sascha Wildner
commit 199559e75f406267e7222e62afdba6580f5e Author: Sascha Wildner s...@online.de Date: Sat Oct 20 10:18:27 2012 +0200 mount{,_ufs}(8): Check for mountctl() error before printing buf. Summary of changes: sbin/mount/mount.c |4 ++-- sbin/mount_ufs/mount.c |5 ++--- 2 files

git: DragonFly_RELEASE_3_2 mount{, _ufs}(8): Check for mountctl() error before printing buf.

2012-10-20 Thread Sascha Wildner
commit 4d6888206b7696db210c462699b9571d195c5895 Author: Sascha Wildner s...@online.de Date: Sat Oct 20 10:18:27 2012 +0200 mount{,_ufs}(8): Check for mountctl() error before printing buf. Summary of changes: sbin/mount/mount.c |4 ++-- sbin/mount_ufs/mount.c |5 ++--- 2 files

git: newfs(8): Remove an unused variable.

2012-10-20 Thread Sascha Wildner
commit 44ebca5044832ac4e5a24a7ddbfa2829227d0061 Author: Sascha Wildner s...@online.de Date: Sat Oct 20 10:39:26 2012 +0200 newfs(8): Remove an unused variable. Found-by: gcc47 Summary of changes: sbin/newfs/mkfs.c |3 --- 1 files changed, 0 insertions(+), 3 deletions

git: DragonFly_RELEASE_3_2 usb4bsd: Bring in FreeBSD's libusbhid, usbhidctl and USB kernel code.

2012-10-21 Thread Sascha Wildner
commit a60371cd694664333858cf37686c75b8f05ac778 Author: Sascha Wildner s...@online.de Date: Tue Sep 25 23:11:40 2012 +0200 usb4bsd: Bring in FreeBSD's libusbhid, usbhidctl and USB kernel code. In order to make it live peacefully along with our old USB code, name all

git: DragonFly_RELEASE_3_2 usb4bsd: Adjust header paths in libusbhid, usbhidctl, and public headers.

2012-10-21 Thread Sascha Wildner
commit b29b01a834aadc3a26d8c69075ed34bfaf268367 Author: Sascha Wildner s...@online.de Date: Tue Sep 25 23:15:43 2012 +0200 usb4bsd: Adjust header paths in libusbhid, usbhidctl, and public headers. Also remove some __FBSDID's. Submitted-by: Markus Pfeiffer markus.pfeif

git: DragonFly_RELEASE_3_2 bus/pci/pcireg.h: Add a definition for XHCI programming interface.

2012-10-21 Thread Sascha Wildner
commit 94c1a92c08f934ec4a324b4898becc2cc4a3a71b Author: Sascha Wildner s...@online.de Date: Wed Sep 26 09:27:25 2012 +0200 bus/pci/pcireg.h: Add a definition for XHCI programming interface. Submitted-by: Markus Pfeiffer markus.pfeif...@morphism.de Summary of changes: sys/bus/pci

git: DragonFly_RELEASE_3_2 usb4bsd: Generate usbdevs.h and usbdevs_data.h.

2012-10-21 Thread Sascha Wildner
commit 1d5eabb08699e7dee09eb82c23ded8bb222849c6 Author: Sascha Wildner s...@online.de Date: Wed Sep 26 18:00:13 2012 +0200 usb4bsd: Generate usbdevs.h and usbdevs_data.h. Also, rename devlist2h.awk to usbdevs2h.awk and remove our CVS ID in Makefile.usbdevs. Submitted

git: DragonFly_RELEASE_3_2 usb4bsd: Separate building of the old USB modules.

2012-10-21 Thread Sascha Wildner
commit 0b0fb28e22b71beb91e53ccc2e87a2105fec02a2 Author: Sascha Wildner s...@online.de Date: Tue Oct 2 06:21:24 2012 +0200 usb4bsd: Separate building of the old USB modules. Don't build the old USB driver modules when WANT_USB4BSD is set. Also, do some cleanup in some

git: DragonFly_RELEASE_3_2 usb4bsd: Bring in FreeBSD's uaudio driver.

2012-10-21 Thread Sascha Wildner
commit c519b7476c5a827877342ca8e6848f7dab2cae4c Author: Sascha Wildner s...@online.de Date: Sun Oct 7 17:25:03 2012 +0200 usb4bsd: Bring in FreeBSD's uaudio driver. This is based on FreeBSD SVN r231881. Submitted-by: Markus Pfeiffer markus.pfeif...@morphism.de Summary

git: DragonFly_RELEASE_3_2 usb4bsd: Implement umass scsi probing on attach.

2012-10-21 Thread Sascha Wildner
commit f4071775b947f7aa54c9e585955fe7e390ef0a2d Author: Sascha Wildner s...@online.de Date: Wed Oct 10 23:46:53 2012 +0200 usb4bsd: Implement umass scsi probing on attach. Submitted-by: Markus Pfeiffer markus.pfeif...@morphism.de Summary of changes: sys/bus/u4b/storage/umass.c

git: DragonFly_RELEASE_3_2 usb4bsd: Port network devices (uether, udav, axe) and hook into build.

2012-10-21 Thread Sascha Wildner
commit 1a4bba4a3410c3930aab7f4fffd1342e15bfe38e Author: Sascha Wildner s...@online.de Date: Thu Oct 11 11:18:06 2012 +0200 usb4bsd: Port network devices (uether, udav, axe) and hook into build. Submitted-by: Markus Pfeiffer markus.pfeif...@morphism.de Summary of changes: sys/bus

git: DragonFly_RELEASE_3_2 kernel/mii_layer: Little indentation fix.

2012-10-21 Thread Sascha Wildner
commit bac7eae2b62ab440d9ba8b5fc1197ed4c4d14f9c Author: Sascha Wildner s...@online.de Date: Thu Oct 11 11:18:50 2012 +0200 kernel/mii_layer: Little indentation fix. Summary of changes: sys/dev/netif/mii_layer/truephy.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http

git: DragonFly_RELEASE_3_2 usb4bsd: Fix some compilation warnings.

2012-10-21 Thread Sascha Wildner
commit 9411070f57cf1d36055a28e8626bbde076e011b9 Author: Sascha Wildner s...@online.de Date: Thu Oct 11 15:35:22 2012 +0200 usb4bsd: Fix some compilation warnings. Summary of changes: sys/bus/u4b/input/ukbd.c |2 ++ sys/bus/u4b/input/ums.c |4 2 files changed, 6 insertions

git: DragonFly_RELEASE_3_2 usb4bsd: Fix the compilation of the remaining drivers into the kernel.

2012-10-21 Thread Sascha Wildner
commit 95e1810ea19a5e5dcf8dbee89e4ce29974572148 Author: Sascha Wildner s...@online.de Date: Thu Oct 11 15:35:38 2012 +0200 usb4bsd: Fix the compilation of the remaining drivers into the kernel. Summary of changes: sys/conf/files | 14 ++ 1 files changed, 14 insertions(+), 0

git: DragonFly_RELEASE_3_2 usb4bsd: Add uether dependency for compiling udav into the kernel.

2012-10-21 Thread Sascha Wildner
commit eb28d6073c26beffd69f262bfba918ba349ace6b Author: Sascha Wildner s...@online.de Date: Thu Oct 11 15:40:41 2012 +0200 usb4bsd: Add uether dependency for compiling udav into the kernel. Summary of changes: sys/conf/files |2 +- 1 files changed, 1 insertions(+), 1 deletions

git: DragonFly_RELEASE_3_2 Remove old USB stuff when the new stack is requested.

2012-10-21 Thread Sascha Wildner
commit bd89bd70e88b9a81b739d6e3489582e76c7abce0 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 07:44:34 2012 +0200 Remove old USB stuff when the new stack is requested. Summary of changes: Makefile_upgrade.inc | 47 +++ 1 files

git: DragonFly_RELEASE_3_2 usb4bsd/audio: 'static' has to be at the beginning of the declaration.

2012-10-21 Thread Sascha Wildner
commit 74ab45ef8827672552778aa774565b3d0079611c Author: Sascha Wildner s...@online.de Date: Fri Oct 12 08:23:02 2012 +0200 usb4bsd/audio: 'static' has to be at the beginning of the declaration. Summary of changes: sys/bus/u4b/audio/uaudio.c |4 ++-- 1 files changed, 2 insertions

git: DragonFly_RELEASE_3_2 usb4bsd: Remove more unused files.

2012-10-21 Thread Sascha Wildner
commit 2d909c22cad61d6bd7ac3c58c35977c4b2ba40c5 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 18:46:01 2012 +0200 usb4bsd: Remove more unused files. Summary of changes: sys/bus/u4b/controller/avr32dci.c | 2105 - sys/bus/u4b/controller

git: DragonFly_RELEASE_3_2 usb4bsd/controller: Remove some unused module declarations.

2012-10-21 Thread Sascha Wildner
commit a0f979f138ac15b39564cc8fa91587a42524c480 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 18:52:41 2012 +0200 usb4bsd/controller: Remove some unused module declarations. Summary of changes: sys/bus/u4b/controller/usb_controller.c |6 -- 1 files changed, 0 insertions

git: DragonFly_RELEASE_3_2 usb4bsd: Makefile cleanup.

2012-10-21 Thread Sascha Wildner
commit eb28fcf75b0deebb71e9d3ebccc6e6851835a170 Author: Sascha Wildner s...@online.de Date: Sun Oct 14 21:40:29 2012 +0200 usb4bsd: Makefile cleanup. Summary of changes: sys/bus/u4b/controller/ehci/Makefile |3 ++- sys/bus/u4b/controller/ohci/Makefile |3 ++- sys/bus/u4b

git: DragonFly_RELEASE_3_2 usb4bsd: Sync usbdevs with FreeBSD.

2012-10-21 Thread Sascha Wildner
commit 04a734f223010f0668479a224ff6b4ce2e0d1188 Author: Sascha Wildner s...@online.de Date: Sun Oct 14 23:38:08 2012 +0200 usb4bsd: Sync usbdevs with FreeBSD. Summary of changes: sys/bus/u4b/usbdevs | 784 +- 1 files changed, 768

git: DragonFly_RELEASE_3_2 usb4bsd: Regenerate usbdevs.h and usbdevs_data.h.

2012-10-21 Thread Sascha Wildner
commit 55b93b6f006a4653c99f66d8cf59d781d9f909d6 Author: Sascha Wildner s...@online.de Date: Sun Oct 14 23:41:33 2012 +0200 usb4bsd: Regenerate usbdevs.h and usbdevs_data.h. Summary of changes: sys/bus/u4b/usbdevs.h | 782 ++- sys/bus/u4b/usbdevs_data.h | 6336

git: DragonFly_RELEASE_3_2 usb: Fix a typo in ukbd.

2012-10-21 Thread Sascha Wildner
commit 6993bc26fd483d0871505f1dbeed953f7b1a9e98 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Oct 16 09:00:03 2012 + usb: Fix a typo in ukbd. Summary of changes: sys/dev/usbmisc/ukbd/ukbd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

git: DragonFly_RELEASE_3_2 usb4bsd/ukbd: Adjust comment style a bit.

2012-10-21 Thread Sascha Wildner
commit d06a5cbae8958cd2dd6dcabe8d8d422fb3143ae8 Author: Sascha Wildner s...@online.de Date: Tue Oct 16 10:28:52 2012 +0200 usb4bsd/ukbd: Adjust comment style a bit. Summary of changes: sys/bus/u4b/input/ukbd.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) http

git: vkernel64: Add a missing 'break'.

2012-10-21 Thread Sascha Wildner
commit 8619df8e431bc27176548275918ca728ccd94f1c Author: Sascha Wildner s...@online.de Date: Sun Oct 21 22:09:15 2012 +0200 vkernel64: Add a missing 'break'. Summary of changes: sys/platform/vkernel64/platform/init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http

git: condvar.9: Remove trailing whitespace.

2012-10-22 Thread Sascha Wildner
commit 3abb1d47493b000d8e730895879f1b57a3475fa2 Author: Sascha Wildner s...@online.de Date: Mon Oct 22 18:30:12 2012 +0200 condvar.9: Remove trailing whitespace. Summary of changes: share/man/man9/condvar.9 |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http

git: Remove CAPS.

2012-10-22 Thread Sascha Wildner
commit 8f8e1daf36fef12527aa047a5a10e5d740a1848d Author: Sascha Wildner s...@online.de Date: Mon Oct 22 20:06:05 2012 +0200 Remove CAPS. OK'd-by: dillon Summary of changes: Makefile_upgrade.inc | 22 + etc/mtree/BSD.var.dist |6

git: idr.9: Clean up a bit.

2012-10-24 Thread Sascha Wildner
commit f5f75637c30fba1dae44307fea295a853a8bb8b1 Author: Sascha Wildner s...@online.de Date: Wed Oct 24 16:19:31 2012 +0200 idr.9: Clean up a bit. Summary of changes: share/man/man9/idr.9 | 151 - 1 files changed, 86 insertions(+), 65

git: kernel: Make SMP support default (and non-optional).

2012-10-24 Thread Sascha Wildner
commit 1918fc5c9c2c4fb606fcb4387002c740729cc2c4 Author: Sascha Wildner s...@online.de Date: Wed Oct 24 18:04:05 2012 +0200 kernel: Make SMP support default (and non-optional). The 'SMP' kernel option gets removed with this commit, so it has to be removed from everybody's

git: ixgbe/netrate: Remove -DSMP from the Makefiles (no longer needed).

2012-10-24 Thread Sascha Wildner
commit 7b8d3ef36587f6cf558fa920065c2fbe08aadb4c Author: Sascha Wildner s...@online.de Date: Wed Oct 24 18:11:13 2012 +0200 ixgbe/netrate: Remove -DSMP from the Makefiles (no longer needed). Summary of changes: sys/dev/netif/ixgbe/Makefile|2 +- tools/tools/netrate/pktgen

git: kernel: Add back 'options SMP' as a no-op.

2012-10-24 Thread Sascha Wildner
commit ee8700d0964805ccabd2d07c989e76caed633261 Author: Sascha Wildner s...@online.de Date: Wed Oct 24 19:05:48 2012 +0200 kernel: Add back 'options SMP' as a no-op. This is to prevent people working with both 3.2 and master from needing different kernel configs

git: UPDATING: Mention SMP is a no-op for now.

2012-10-24 Thread Sascha Wildner
commit 09ff663c54d9b5b8f21ecfb27471d7774615ac02 Author: Sascha Wildner s...@online.de Date: Wed Oct 24 19:13:59 2012 +0200 UPDATING: Mention SMP is a no-op for now. Summary of changes: UPDATING |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http

git: Sync zoneinfo database with tzdata2012h from ftp://ftp.iana.org/tz/releases

2012-10-27 Thread Sascha Wildner
commit f21b88be4efdb06665bdb2458eb95cb2432b813e Author: Sascha Wildner s...@online.de Date: Sat Oct 27 11:15:46 2012 +0200 Sync zoneinfo database with tzdata2012h from ftp://ftp.iana.org/tz/releases * asia: Israel has new DST rules next year (thanks to Ephraim Silverberg

git: kernel: Fix some wrong cam_simq_release() calls.

2012-11-03 Thread Sascha Wildner
commit 284d4d40bb095ad5b977069fdeb682ad0fb2f170 Author: Sascha Wildner s...@online.de Date: Sat Nov 3 12:08:13 2012 +0100 kernel: Fix some wrong cam_simq_release() calls. Our (refcounted) simq can be released right after allocating the sim. These drivers were not doing

git: DragonFly_RELEASE_3_2 kernel: Fix some wrong cam_simq_release() calls.

2012-11-03 Thread Sascha Wildner
commit 0cf1e04116af941066aac1404673767fca9a0091 Author: Sascha Wildner s...@online.de Date: Sat Nov 3 12:08:13 2012 +0100 kernel: Fix some wrong cam_simq_release() calls. Our (refcounted) simq can be released right after allocating the sim. These drivers were not doing

git: kernel: Simplify simq releasing in some RAID drivers.

2012-11-03 Thread Sascha Wildner
commit a712521bb73cda40492b717724848e056e176a74 Author: Sascha Wildner s...@online.de Date: Sat Nov 3 12:23:14 2012 +0100 kernel: Simplify simq releasing in some RAID drivers. Summary of changes: sys/dev/raid/hpt27xx/osm_bsd.c |3 +-- sys/dev/raid/hptrr/hptrr_osm_bsd.c |3

git: Bring in recent mktemp(1) changes from FreeBSD

2012-11-03 Thread Sascha Wildner
commit 1e4cf316c9903914bcfffeaa78a551a4b7c4b4cc Author: Eitan Adler li...@eitanadler.com Date: Sat Nov 3 00:00:25 2012 -0400 Bring in recent mktemp(1) changes from FreeBSD Support the Sun/GNU/FreeBSD extension of mktemp returning a file1 in /tmp when called without a path.

git: Sync zoneinfo database with tzdata2012i from ftp://ftp.iana.org/tz/releases

2012-11-04 Thread Sascha Wildner
commit 4f9be4a9b78c1d2668d5341b3c0aab0ee0d8b00f Author: Sascha Wildner s...@online.de Date: Sun Nov 4 14:00:36 2012 +0100 Sync zoneinfo database with tzdata2012i from ftp://ftp.iana.org/tz/releases * asia: Comment typo fix. * northamerica: Cuba switched back to standard

git: mfi(4): Don't assert lock holding when dumping or during a panic.

2012-11-07 Thread Sascha Wildner
commit 148e9c0bc3408f258f158bf6fb40ab19ce200cf0 Author: Sascha Wildner s...@online.de Date: Wed Nov 7 22:10:51 2012 +0100 mfi(4): Don't assert lock holding when dumping or during a panic. FreeBSD's mtx_assert() does it the same way, but we usually translate mtx_assert

git: kernel: Mark two more functions __printflike.

2012-11-08 Thread Sascha Wildner
commit 252fb46fc16edd56849eb1aa7aef1c1c2f174a3e Author: Sascha Wildner s...@online.de Date: Thu Nov 8 09:50:27 2012 +0100 kernel: Mark two more functions __printflike. Summary of changes: sys/dev/raid/hpt27xx/osm.h |2 +- sys/emulation/ndis/subr_ntoskrnl.c |2 +- 2 files

git: Mark some functions in userland __printflike.

2012-11-09 Thread Sascha Wildner
commit f7eac9d2ecba22ab8929e5e3950dea28a6ca3197 Author: Sascha Wildner s...@online.de Date: Sat Nov 10 00:19:30 2012 +0100 Mark some functions in userland __printflike. Summary of changes: lib/libdmsg/dmsg.h|3 ++- lib/libtcplay/tcplay.h

git: Fix INVARIANT build issue

2012-11-10 Thread Sascha Wildner
commit 6f20830063f7bfcf580a2db3dbab273591d4b5fe Author: Adam Sakareassen lists_d...@petrified.com.au Date: Fri Nov 9 02:46:00 2012 +1100 Fix INVARIANT build issue Summary of changes: sys/kern/kern_spinlock.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-)

git: hammer.8: Add back an .El that was removed by mistake.

2012-11-11 Thread Sascha Wildner
commit 8a403cd0c9ec9703a5540c0a7e9ca128fd284509 Author: Sascha Wildner s...@online.de Date: Sun Nov 11 10:26:17 2012 +0100 hammer.8: Add back an .El that was removed by mistake. Summary of changes: sbin/hammer/hammer.8 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) http

git: loader: Detect SMBIOS and export its information into the environment.

2012-11-11 Thread Sascha Wildner
commit b95eca126723442c4ab3859d4a8be0d40c401879 Author: Sascha Wildner s...@online.de Date: Sun Nov 11 12:30:20 2012 +0100 loader: Detect SMBIOS and export its information into the environment. Useful to check motherboard vendor/version, BIOS version and so forth. Use kenv(1

git: ipcs(8): Raise WARNS to 6.

2012-11-13 Thread Sascha Wildner
commit 7b3b78293938960f942d490e00c37ae2afcacb12 Author: Sascha Wildner s...@online.de Date: Tue Nov 13 18:13:30 2012 +0100 ipcs(8): Raise WARNS to 6. Summary of changes: usr.bin/ipcs/Makefile |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org

git: ipcs(1): Fix the ipcs: kvm_nlist: No such file or directory error.

2012-11-13 Thread Sascha Wildner
commit 0541e242e4f0b8d2b085cc595837cf25570b0a68 Author: Sascha Wildner s...@online.de Date: Tue Nov 13 18:35:17 2012 +0100 ipcs(1): Fix the ipcs: kvm_nlist: No such file or directory error. The semu variable was removed in 79757ed082, causing this breakage. Strangely, even

git: DragonFly_RELEASE_3_2 ipcs(1): Fix the ipcs: kvm_nlist: No such file or directory error.

2012-11-13 Thread Sascha Wildner
commit 33eadd94c5258efe742d35e2433da8d4e5380eaf Author: Sascha Wildner s...@online.de Date: Tue Nov 13 18:35:17 2012 +0100 ipcs(1): Fix the ipcs: kvm_nlist: No such file or directory error. The semu variable was removed in 79757ed082, causing this breakage. Strangely, even

git: tzfile.5: Little wording fix (from tzcode2012j).

2012-11-13 Thread Sascha Wildner
commit 2b1850b6983d334123a3d0893d85daa9a452ea8d Author: Sascha Wildner s...@online.de Date: Tue Nov 13 19:39:40 2012 +0100 tzfile.5: Little wording fix (from tzcode2012j). Summary of changes: lib/libc/stdtime/tzfile.5 |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http

git: Sync zoneinfo database with tzdata2012j from ftp://ftp.iana.org/tz/releases

2012-11-13 Thread Sascha Wildner
commit 933b0a8d889742042e09ed70e3e6c79b84485d01 Author: Sascha Wildner s...@online.de Date: Tue Nov 13 19:41:51 2012 +0100 Sync zoneinfo database with tzdata2012j from ftp://ftp.iana.org/tz/releases * africa: Lybia set their time one hour back at 02:00 on November 10 (last

git: DragonFly_RELEASE_3_2 Sync zoneinfo database with tzdata2012j from ftp://ftp.iana.org/tz/releases

2012-11-13 Thread Sascha Wildner
commit 75f59366fab72322f3f3ded7fe5037f40674b081 Author: Sascha Wildner s...@online.de Date: Tue Nov 13 19:41:51 2012 +0100 Sync zoneinfo database with tzdata2012j from ftp://ftp.iana.org/tz/releases * africa: Lybia set their time one hour back at 02:00 on November 10 (last

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

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

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

git: nrelease/Makefile.usr: Relocate the git gc for pkgsrc to nrelease.

2012-11-16 Thread Sascha Wildner
commit c59cfa666462aa4e2dc683ca2d991a310e55eac6 Author: Sascha Wildner s...@online.de Date: Fri Nov 16 14:51:11 2012 +0100 nrelease/Makefile.usr: Relocate the git gc for pkgsrc to nrelease. Since it was only meant for keeping the LiveDVD smaller, put it into its build

git: Clean up references to some obsolete functions in manual pages.

2012-11-16 Thread Sascha Wildner
commit 538fa75a98360520e8ed06a98d1dc6d257fe3739 Author: Sascha Wildner s...@online.de Date: Sat Nov 17 00:49:42 2012 +0100 Clean up references to some obsolete functions in manual pages. sigpause(2) - sigsuspend(2) sigsetmask(2)/sigblock(2) - sigprocmask(2

git: Remove an unused header.

2012-11-16 Thread Sascha Wildner
commit a957416ab1cf7561c0f0380257707061d58c187e Author: Sascha Wildner s...@online.de Date: Sat Nov 17 02:59:23 2012 +0100 Remove an unused header. Summary of changes: Makefile_upgrade.inc |1 + sys/platform/pc32/include/pc/msdos.h | 66

git: mtree: Do no longer create /usr/include/objc.

2012-11-17 Thread Sascha Wildner
commit b215a0deacee7979bb2cd3b48f677b1d95e2bc2c Author: Sascha Wildner s...@online.de Date: Sat Nov 17 13:47:14 2012 +0100 mtree: Do no longer create /usr/include/objc. Summary of changes: etc/mtree/BSD.include.dist |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http

git: DragonFly_RELEASE_3_2 mpt(4): Fix a panic in RAID operation.

2012-11-18 Thread Sascha Wildner
commit 235633bee096a4b051f4af2e9a2d22b2bba829b3 Author: Sascha Wildner s...@online.de Date: Sun Nov 18 20:46:15 2012 +0100 mpt(4): Fix a panic in RAID operation. I ported it wrongly. FreeBSD uses callout_init_mtx() here. Summary of changes: sys/dev/disk/mpt/mpt_raid.c |3

git: kernel: Move DEVICE_POLLING to the bottom of 'options'.

2012-11-18 Thread Sascha Wildner
commit 5ba5b45c413f8263679977ff818c881b24bd8cff Author: Sascha Wildner s...@online.de Date: Sun Nov 18 22:35:11 2012 +0100 kernel: Move DEVICE_POLLING to the bottom of 'options'. Summary of changes: sys/conf/options |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) http

git: Unbreak buildworld.

2012-11-19 Thread Sascha Wildner
commit 0ce716ae28bcdb9d17311fa9884267ad78c27dc6 Author: Sascha Wildner s...@online.de Date: Mon Nov 19 18:56:42 2012 +0100 Unbreak buildworld. Reported-by: marino Summary of changes: contrib/smbfs/lib/smb/mbuf.c| 24 +++- contrib/smbfs/lib/smb/nb_name.c

git: iir(4): Clean up some unused code.

2012-11-19 Thread Sascha Wildner
commit 91cfd9bf1f37c18487355abb467351d4ed1108d8 Author: Sascha Wildner s...@online.de Date: Tue Nov 20 05:32:38 2012 +0100 iir(4): Clean up some unused code. Summary of changes: sys/dev/raid/iir/iir.c |1 - sys/dev/raid/iir/iir.h |1 - 2 files changed, 0 insertions(+), 2

git: DragonFly_RELEASE_3_2 aac(4): Add a missing unlock.

2012-11-19 Thread Sascha Wildner
commit 1551e9f70180b843631bf3a8da726d374772564f Author: Sascha Wildner s...@online.de Date: Tue Nov 20 06:23:49 2012 +0100 aac(4): Add a missing unlock. Summary of changes: sys/dev/raid/aac/aac.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http

git: hptiop(4): Add support for RocketRAID 4520 and 4522.

2012-11-20 Thread Sascha Wildner
commit ca8956adfa7d29795ec4317cee0ae0269fdc42e8 Author: Sascha Wildner s...@online.de Date: Wed Nov 21 04:26:47 2012 +0100 hptiop(4): Add support for RocketRAID 4520 and 4522. This adds support for HighPoint's recent 6Gb/s SAS/SATA RAID cards. It's not tested in DragonFly

git: ah[cd](4): Clean up some #ifdefs so it's clearer what we are doing.

2012-11-22 Thread Sascha Wildner
commit 932672758072d526f12b1f3df292e73cbace16b3 Author: Sascha Wildner s...@online.de Date: Thu Nov 22 17:41:11 2012 +0100 ah[cd](4): Clean up some #ifdefs so it's clearer what we are doing. Summary of changes: sys/dev/disk/aic7xxx/aic79xx_osm.h |3 -- sys/dev/disk/aic7xxx

git: kernel: Use M_ZERO instead of bzero()ing.

2012-11-22 Thread Sascha Wildner
commit a2d0f739b25731349970f79912832141602f1edf Author: Sascha Wildner s...@online.de Date: Thu Nov 22 18:24:47 2012 +0100 kernel: Use M_ZERO instead of bzero()ing. Summary of changes: sys/dev/raid/hptmv/entry.c |3 +-- sys/netgraph7/netflow/ng_netflow.c |4 +--- 2 files

git: kernel: Remove some NULL checks after kmalloc(..., M_WAITOK).

2012-11-22 Thread Sascha Wildner
commit 3398566c6fce2a02957944ac506657799eadb181 Author: Sascha Wildner s...@online.de Date: Thu Nov 22 18:27:14 2012 +0100 kernel: Remove some NULL checks after kmalloc(..., M_WAITOK). Summary of changes: sys/bus/u4b/audio/uaudio.c |4 sys/bus/u4b/input/uhid.c

git: vkernel: Make options IPX compilable into the vkernel.

2012-11-22 Thread Sascha Wildner
commit e0253de04db0add77a1cac1126fd7b255fe8e8e9 Author: Sascha Wildner s...@online.de Date: Thu Nov 22 20:44:23 2012 +0100 vkernel: Make options IPX compilable into the vkernel. Usage of errno in userspace as a variable name results in sad code. Rename them to error instead

git: wpa_supplicant.8: Document all options.

2012-11-23 Thread Sascha Wildner
commit 699593e00e54f902530d795ad44ab1fada9d7ddb Author: Sascha Wildner s...@online.de Date: Fri Nov 23 19:11:29 2012 +0100 wpa_supplicant.8: Document all options. Reported-by: Max Herrgard herrg...@gmail.com Taken-from: FreeBSD Summary of changes: usr.sbin/802_11

git: usb4bsd: Fix buildkernel with device usb4bsd.

2012-11-23 Thread Sascha Wildner
commit 1bac87f05817962c55e9f2b976f585c58d3975ef Author: Sascha Wildner s...@online.de Date: Fri Nov 23 19:46:19 2012 +0100 usb4bsd: Fix buildkernel with device usb4bsd. Summary of changes: sys/bus/u4b/usb_mbuf.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) http

git: ndis(4): Make NDIS compile with usb4bsd too.

2012-11-24 Thread Sascha Wildner
commit 2e4157ef1ec170ce50da1785c962e070497ac2ff Author: Sascha Wildner s...@online.de Date: Sat Nov 24 21:22:55 2012 +0100 ndis(4): Make NDIS compile with usb4bsd too. However, testing results are pretty much as modest as with the old USB stack. Maybe someone else has more

git: ndis(4): Bring in some fixes from FreeBSD.

2012-11-24 Thread Sascha Wildner
commit cecda3f570519117bd5022b2771774f08f07f661 Author: Sascha Wildner s...@online.de Date: Sat Nov 24 21:11:30 2012 +0100 ndis(4): Bring in some fixes from FreeBSD. Summary of changes: sys/dev/netif/ndis/if_ndis.c| 17 - sys/dev/netif/ndis/if_ndis_pccard.c

git: kernel: Remove some code that does nothing.

2012-11-24 Thread Sascha Wildner
commit ceffe26f9452f9497f2fda3852e023d58fc270de Author: Sascha Wildner s...@online.de Date: Sun Nov 25 00:13:20 2012 +0100 kernel: Remove some code that does nothing. Summary of changes: sys/platform/pc32/acpica5/acpi_wakeup.c |8 1 files changed, 0 insertions(+), 8

git: installer: Fix handling of CMOS set to UTC vs. CMOS set to wall time.

2012-11-26 Thread Sascha Wildner
commit 47572d7e2d970f9ef93bc4203c73b182350d34a7 Author: Sascha Wildner s...@online.de Date: Mon Nov 26 19:39:57 2012 +0100 installer: Fix handling of CMOS set to UTC vs. CMOS set to wall time. It was reversed in the installer (compared to tzsetup(8)). /etc/wall_cmos_clock

git: DragonFly_RELEASE_3_2 sys/errno.h: Try to fix errno's declaration a bit better for C++.

2012-11-29 Thread Sascha Wildner
commit 3a124b82f9a520fecb3bfc287dcab9abbc192383 Author: Sascha Wildner s...@online.de Date: Thu Nov 29 00:26:41 2012 +0100 sys/errno.h: Try to fix errno's declaration a bit better for C++. The test code from the bug ticket seems to work with it at least. Reported

git: bt(4): Sync with FreeBSD.

2012-11-29 Thread Sascha Wildner
commit cf5a2d8858313285c4fbe3ea5d711eb1b6f922a3 Author: Sascha Wildner s...@online.de Date: Thu Nov 29 18:20:48 2012 +0100 bt(4): Sync with FreeBSD. Main change is making it MPSAFE. Taken-from: FreeBSD Summary of changes: share/man/man4/bt.4| 41

git: kernel: Fix typo (inavlid - invalid).

2012-11-30 Thread Sascha Wildner
commit e9593c8eee2f93a65210914fa1c91a2c5cad6b74 Author: Sascha Wildner s...@online.de Date: Fri Nov 30 18:57:06 2012 +0100 kernel: Fix typo (inavlid - invalid). Summary of changes: sys/dev/disk/buslogic/bt.c|4 ++-- sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c

git: Move stlstats(8) to usr.sbin/

2012-12-01 Thread Sascha Wildner
commit e912bc6dfef565c29eba310108ce4ed2a454d823 Author: Sascha Wildner s...@online.de Date: Sat Dec 1 18:59:16 2012 +0100 Move stlstats(8) to usr.sbin/ Summary of changes: usr.sbin/Makefile |2 +- usr.sbin/stallion/Makefile |5

git: Remove stli(4). Also remove ISA support from stl(4).

2012-12-01 Thread Sascha Wildner
commit e6f626a1d12002411a74549e5071540a6831c16f Author: Sascha Wildner s...@online.de Date: Sat Dec 1 18:48:21 2012 +0100 Remove stli(4). Also remove ISA support from stl(4). stli(4) was ISA only. stl(4) was for ISA/PCI controllers. The stlload(8) and stlstty(8) utilities

git: cy(4): Remove ISA support.

2012-12-01 Thread Sascha Wildner
commit 558b0a0bdfb7d23b00a70f506da24cbb04eb672b Author: Sascha Wildner s...@online.de Date: Sat Dec 1 23:46:53 2012 +0100 cy(4): Remove ISA support. Summary of changes: UPDATING|8 +++--- share/man/man4/isa.4|2 - share/man/man4/man4

git: DragonFly_RELEASE_3_2 UPDATING: Note that aic(4) was deISAized (forgot to mention at the time).

2012-12-01 Thread Sascha Wildner
commit 667edb933214b6064279a972c78820839787 Author: Sascha Wildner s...@online.de Date: Sat Dec 1 23:54:54 2012 +0100 UPDATING: Note that aic(4) was deISAized (forgot to mention at the time). Summary of changes: UPDATING |5 + 1 files changed, 5 insertions(+), 0 deletions

git: kernel/i386: With stl(4) and cy(4) made PCI only, remove COMPAT_OLDISA.

2012-12-01 Thread Sascha Wildner
commit e98bcb27e2fa94039025d2a2069fc90fc1f246e5 Author: Sascha Wildner s...@online.de Date: Sun Dec 2 00:09:09 2012 +0100 kernel/i386: With stl(4) and cy(4) made PCI only, remove COMPAT_OLDISA. Summary of changes: UPDATING|6 + sys/bus/isa/i386/isa.c

git: make upgrade: Remove /usr/include/bus/isa/isa_compat.h

2012-12-01 Thread Sascha Wildner
commit 06496b0e00d8d4bfbc5b04e4063a5179733533df Author: Sascha Wildner s...@online.de Date: Sun Dec 2 00:16:47 2012 +0100 make upgrade: Remove /usr/include/bus/isa/isa_compat.h Summary of changes: Makefile_upgrade.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) http

git: ifconfig.8: Fix month

2012-12-02 Thread Sascha Wildner
commit 00925d6468d27ee05d0c80892fbde7a1acb9cc06 Author: Sascha Wildner s...@online.de Date: Sun Dec 2 11:22:38 2012 +0100 ifconfig.8: Fix month Summary of changes: sbin/ifconfig/ifconfig.8 |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org

git: kernel/ntfs: Add ntfs_statvfs.

2012-12-02 Thread Sascha Wildner
commit c5fbda8e685731eeccb9a5935db7d51f451974e8 Author: Sascha Wildner s...@online.de Date: Sun Dec 2 18:47:48 2012 +0100 kernel/ntfs: Add ntfs_statvfs. This fixes for example df output for large filesystems. Summary of changes: sys/vfs/ntfs/ntfs_vfsops.c | 28

git: mount_ntfs.8: Fix synopsis and add another example (from FreeBSD).

2012-12-02 Thread Sascha Wildner
commit 30be6551497fd073fd44a3f7dac894659c12356a Author: Sascha Wildner s...@online.de Date: Mon Dec 3 00:36:26 2012 +0100 mount_ntfs.8: Fix synopsis and add another example (from FreeBSD). Summary of changes: sbin/mount_ntfs/mount_ntfs.8 | 10 +++--- 1 files changed, 7 insertions

git: agp(4): Fix some minor issues.

2012-12-06 Thread Sascha Wildner
commit ab1c8cad915f6ab3f400ffeb374e33d6e09dd081 Author: Sascha Wildner s...@online.de Date: Thu Dec 6 10:36:21 2012 +0100 agp(4): Fix some minor issues. * Move AGP_DEBUG to the global 'options' file. No need to split it by platform. * Add missing file

git: Remove MFILES from kernel module Makefiles. It should not be needed.

2012-12-06 Thread Sascha Wildner
commit addf5cf45dd9415f7ce7778adeee62ba9a66cb03 Author: Sascha Wildner s...@online.de Date: Thu Dec 6 12:06:06 2012 +0100 Remove MFILES from kernel module Makefiles. It should not be needed. Summary of changes: sys/dev/acpica5/Makefile |2 -- sys/dev/agp/Makefile |2 -- sys

git: iso639: Sync with Library of Congress list.

2012-12-07 Thread Sascha Wildner
commit ff6d4d78c41044f89503caf4a179d87fa7609ea1 Author: Sascha Wildner s...@online.de Date: Fri Dec 7 12:54:14 2012 +0100 iso639: Sync with Library of Congress list. Summary of changes: share/misc/iso639 | 113 +++-- 1 files changed, 57

git: rc.conf.5: Document rc.conf.d/

2012-12-07 Thread Sascha Wildner
commit e28efee1608bfd5f1813dbb720aa617c0c93f1c2 Author: Sascha Wildner s...@online.de Date: Fri Dec 7 19:18:59 2012 +0100 rc.conf.5: Document rc.conf.d/ Taken-from: FreeBSD Pointed-out-by: fgudin Summary of changes: share/man/man5/rc.conf.5 | 16 ++-- 1

git: kernel: Remove MPASS{,4} entirely and use KKASSERT instead.

2012-12-08 Thread Sascha Wildner
commit 82fe6c71de4d69fe23e0f3709fd2daac7f990aa6 Author: Sascha Wildner s...@online.de Date: Sat Dec 8 21:58:34 2012 +0100 kernel: Remove MPASS{,4} entirely and use KKASSERT instead. In-discussion-with: ftigeot Summary of changes: sys/dev/acpica5/acpi_pci_link.c | 10

git: wlandebug.8: Don't reference manual pages which we don't have.

2012-12-14 Thread Sascha Wildner
commit a74d64b5c6e99d06d77f33574466116fd9e2a651 Author: Sascha Wildner s...@online.de Date: Fri Dec 14 17:59:38 2012 +0100 wlandebug.8: Don't reference manual pages which we don't have. Instead, point at the tools directories in our tree. Summary of changes: usr.sbin/wlandebug

git: libkiconv: Remove unneeded SHLIBDIR in the Makefile.

2012-12-14 Thread Sascha Wildner
commit 6c1e6677d9856e8a8aa258473742423bfae5fc6e Author: Sascha Wildner s...@online.de Date: Fri Dec 14 22:33:56 2012 +0100 libkiconv: Remove unneeded SHLIBDIR in the Makefile. Summary of changes: lib/libkiconv/Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-) http

git: Update the pciconf(8) database.

2012-12-15 Thread Sascha Wildner
commit 609543d4f92aaab17ac109d1d34c2c1177d97d50 Author: Sascha Wildner s...@online.de Date: Sat Dec 15 11:31:44 2012 +0100 Update the pciconf(8) database. December 13, 2012 snapshot from http://pciids.sourceforge.net/ Summary of changes: share/misc/pci_vendors | 197

git: kernel/atm: Fix wrong rt_tables[] access.

2012-12-17 Thread Sascha Wildner
commit 4f0ab8dbe6dfe1623f5187726ac91aba4f16dbb4 Author: Sascha Wildner s...@online.de Date: Mon Dec 17 09:25:33 2012 +0100 kernel/atm: Fix wrong rt_tables[] access. Summary of changes: sys/conf/files|2 +- sys/netproto/atm/atm_if.c |3 +-- 2 files changed, 2

git: DragonFly_RELEASE_3_2 Fix INVARIANT build issue

2012-12-18 Thread Sascha Wildner
commit 5eeb343b63fe10cb4d40d413eecc05aa467fffb6 Author: Adam Sakareassen lists_d...@petrified.com.au Date: Fri Nov 9 02:46:00 2012 +1100 Fix INVARIANT build issue Summary of changes: sys/kern/kern_spinlock.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-)

<    1   2   3   4   5   6   7   8   9   10   >