git: shutdown.8: Actually, start a new paragraph for poweroff's description.

2013-10-31 Thread Sascha Wildner
commit 058ba4030941fcdd26edb17f02dd27b72bf88938 Author: Sascha Wildner s...@online.de Date: Thu Oct 31 19:21:09 2013 +0100 shutdown.8: Actually, start a new paragraph for poweroff's description. Summary of changes: sbin/shutdown/shutdown.8 | 1 + 1 file changed, 1 insertion(+) http

git: Fix two prototypes in stringlist.3 and rpc_svc_reg.3.

2013-11-03 Thread Sascha Wildner
commit e61e94168358636be4af032bf3bb5ab0c6ce206f Author: Sascha Wildner s...@online.de Date: Sun Nov 3 21:50:39 2013 +0100 Fix two prototypes in stringlist.3 and rpc_svc_reg.3. Summary of changes: lib/libc/gen/stringlist.3 | 2 +- lib/libc/rpc/rpc_svc_reg.3 | 2 +- 2 files changed, 2

git: Fix some more prototypes in manual pages.

2013-11-03 Thread Sascha Wildner
commit e74ec36cd5f59d3d4daaa3621feda3735b07ad97 Author: Sascha Wildner s...@online.de Date: Sun Nov 3 22:36:35 2013 +0100 Fix some more prototypes in manual pages. Summary of changes: lib/libc/sys/readlink.2| 6 +++--- share/man/man9/BUS_ADD_CHILD.9 | 4 ++-- share/man

git: pthread/sem_timedwait: sem_timedwait()'s timespec argument is const.

2013-11-03 Thread Sascha Wildner
commit a5c6fa83591dbf1e70eb3bd2af4be62e2020812f Author: Sascha Wildner s...@online.de Date: Sun Nov 3 23:00:28 2013 +0100 pthread/sem_timedwait: sem_timedwait()'s timespec argument is const. Summary of changes: lib/libpthread/sem_timedwait.3| 2 +- lib/libthread_xu/thread/thr_sem.c

git: strlcpy.3: Use OpenBSD's revamped description of strlcpy and strlcat.

2013-11-04 Thread Sascha Wildner
commit 2689585aac97314fe18dbf2b045cf2e30254da18 Author: Sascha Wildner s...@online.de Date: Mon Nov 4 20:21:30 2013 +0100 strlcpy.3: Use OpenBSD's revamped description of strlcpy and strlcat. This is FreeBSD's r257646. Submitted-by: Eitan Adler ead...@freebsd.org

git: mdoc_local: Add two more FreeBSD versions which are used in manual pages.

2013-11-04 Thread Sascha Wildner
commit 7b8f823fd9081cd9fd7001006e6214a5c77e9226 Author: Sascha Wildner s...@online.de Date: Mon Nov 4 20:33:43 2013 +0100 mdoc_local: Add two more FreeBSD versions which are used in manual pages. Summary of changes: gnu/usr.bin/groff/tmac/mdoc.local | 2 ++ 1 file changed, 2 insertions

git: ipfw(8)/kldconfig(8): Clean up some __FreeBSD_version checks.

2013-11-05 Thread Sascha Wildner
commit 081fcab17f36270378824fc0d878b8b454a12996 Author: Sascha Wildner s...@online.de Date: Tue Nov 5 21:17:28 2013 +0100 ipfw(8)/kldconfig(8): Clean up some __FreeBSD_version checks. Summary of changes: sbin/ipfw/ipfw2.c | 3 --- sbin/kldconfig/kldconfig.c | 8 2 files

git: libopie: Update config.h, clean up Makefile and use CSTD=gnu99.

2013-11-05 Thread Sascha Wildner
commit 5326d86a6fada14ce47692f036080ca69156158a Author: Sascha Wildner s...@online.de Date: Tue Nov 5 21:53:12 2013 +0100 libopie: Update config.h, clean up Makefile and use CSTD=gnu99. * Include all necessary includes to compile with -std=gnu99, our default. * Add some

git: opie{info,key,passwd}(1): Build with -std=gnu99, our default.

2013-11-05 Thread Sascha Wildner
commit f567e034c99a8bbc2589df8e66f496a340f22c39 Author: Sascha Wildner s...@online.de Date: Wed Nov 6 05:51:51 2013 +0100 opie{info,key,passwd}(1): Build with -std=gnu99, our default. Add a missing #include for getopt() and a missing prototype. Summary of changes: contrib/opie

git: libwrap: Make it build with -std=gnu99.

2013-11-06 Thread Sascha Wildner
commit ed2fcb49bc9ec16d72f29516b2dbc8178ebd Author: Sascha Wildner s...@online.de Date: Wed Nov 6 10:31:04 2013 +0100 libwrap: Make it build with -std=gnu99. Summary of changes: contrib/tcp_wrappers/clean_exit.c | 1 + contrib/tcp_wrappers/hosts_access.c | 3 ++- contrib

git: ipfw(8): Add missing header for _long_to_time().

2013-11-06 Thread Sascha Wildner
commit 790a83e5ad3c64adb2f406bdcc9354c87a7c3e26 Author: Sascha Wildner s...@online.de Date: Wed Nov 6 13:44:04 2013 +0100 ipfw(8): Add missing header for _long_to_time(). Summary of changes: sbin/ipfw/ipfw2.c | 1 + 1 file changed, 1 insertion(+) http://gitweb.dragonflybsd.org

git: Adjust the usual files for 3.7 on master.

2013-11-06 Thread Sascha Wildner
commit b0eeb746d431b8d19732530118a15612fe880b26 Author: Sascha Wildner s...@online.de Date: Wed Nov 6 14:37:37 2013 +0100 Adjust the usual files for 3.7 on master. Summary of changes: gnu/usr.bin/groff/tmac/mdoc.local | 3 ++- sys/conf/newvers.sh | 2 +- sys/sys/param.h

git: libsmb: Make it compile with -std=gnu99.

2013-11-06 Thread Sascha Wildner
commit 144a4253e42fa51d458e2ca47492b3e134ebbe36 Author: Sascha Wildner s...@online.de Date: Wed Nov 6 19:09:07 2013 +0100 libsmb: Make it compile with -std=gnu99. Summary of changes: contrib/smbfs/lib/smb/mbuf.c | 1 + contrib/smbfs/lib/smb/rq.c | 2 +- lib/libsmb/Makefile | 3

git: tcpd(8): Make it compile with -std=gnu99.

2013-11-06 Thread Sascha Wildner
commit d37f1b57dcde8b5327e5dbf772d1103f3f57774c Author: Sascha Wildner s...@online.de Date: Wed Nov 6 19:11:00 2013 +0100 tcpd(8): Make it compile with -std=gnu99. Summary of changes: contrib/tcp_wrappers/tcpd.c | 3 ++- libexec/tcpd/Makefile | 1 - 2 files changed, 2 insertions

git: sys/param.h: Fix comment.

2013-11-06 Thread Sascha Wildner
commit f0dce136d16aa094ec35c59c4a441be374c2d317 Author: Sascha Wildner s...@online.de Date: Wed Nov 6 19:25:46 2013 +0100 sys/param.h: Fix comment. Summary of changes: sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git

git: strcasecmp.3: Fix wrong type name (site_t - size_t).

2013-11-06 Thread Sascha Wildner
commit 1ac92c8c857a15dc010924c5f066da404e568640 Author: Sascha Wildner s...@online.de Date: Wed Nov 6 20:51:23 2013 +0100 strcasecmp.3: Fix wrong type name (site_t - size_t). Summary of changes: lib/libc/string/strcasecmp.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: kernel/iwn: Update FreeBSD SVN IDs.

2013-11-12 Thread Sascha Wildner
commit 2dea894bf4a702f10a5af1b141fd72f8e1c54029 Author: Sascha Wildner s...@online.de Date: Sat Nov 9 10:33:37 2013 +0100 kernel/iwn: Update FreeBSD SVN IDs. Summary of changes: sys/dev/netif/iwn/if_iwn.c| 2 ++ sys/dev/netif/iwn/if_iwnreg.h | 2 +- sys/dev/netif/iwn/if_iwnvar.h | 2

git: DragonFly_RELEASE_3_6 ed(1): Plug some memory leaks in error paths (taken from FreeBSD).

2013-11-14 Thread Sascha Wildner
commit 970e62e77193bd2fa061a17ed1cf125477356646 Author: Sascha Wildner s...@online.de Date: Thu Nov 14 13:08:06 2013 +0100 ed(1): Plug some memory leaks in error paths (taken from FreeBSD). Summary of changes: bin/ed/buf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) http

git: Update the pciconf(8) database.

2013-11-15 Thread Sascha Wildner
commit 60f0a7efb216b1883fe389abe5a2bd6c210b1dda Author: Sascha Wildner s...@online.de Date: Fri Nov 15 14:31:12 2013 +0100 Update the pciconf(8) database. November 14, 2013 snapshot from http://pciids.sourceforge.net/ Summary of changes: share/misc/pci_vendors | 200

git: Add the printf_l.3 manual page from FreeBSD.

2013-11-16 Thread Sascha Wildner
commit d889a70b9589ed9228cce05e201d88d63dbe07d6 Author: Sascha Wildner s...@online.de Date: Sat Nov 16 23:10:01 2013 +0100 Add the printf_l.3 manual page from FreeBSD. Summary of changes: lib/libc/stdio/Makefile.inc | 8 - lib/libc/stdio/printf_l.3 | 81

git: libc: Add swprintf_l() and vwprintf_l().

2013-11-16 Thread Sascha Wildner
commit 3873ecbb9812bb0f43beddd08228bd82df6f4417 Author: Sascha Wildner s...@online.de Date: Sun Nov 17 01:57:33 2013 +0100 libc: Add swprintf_l() and vwprintf_l(). Summary of changes: lib/libc/stdio/swprintf.c | 16 +++- lib/libc/stdio/vwprintf.c | 8 +++- 2 files

git: Add the scanf_l.3 manual page from FreeBSD.

2013-11-16 Thread Sascha Wildner
commit 371e3467e2106f39ca458e11bf359f1c69012f6a Author: Sascha Wildner s...@online.de Date: Sun Nov 17 02:33:33 2013 +0100 Add the scanf_l.3 manual page from FreeBSD. Summary of changes: lib/libc/stdio/Makefile.inc | 5 ++- lib/libc/stdio/{printf_l.3 = scanf_l.3} | 52

git: libc: Add swscanf_l() and vwscanf_l().

2013-11-16 Thread Sascha Wildner
commit 58a28d8cb7041653942fa23da6ee0c780a32f540 Author: Sascha Wildner s...@online.de Date: Sun Nov 17 03:46:20 2013 +0100 libc: Add swscanf_l() and vwscanf_l(). Summary of changes: lib/libc/stdio/swscanf.c | 16 +++- lib/libc/stdio/vwscanf.c | 8 +++- 2 files changed

git: Add a wscanf_l.3 manual page, modeled after scanf_l.3.

2013-11-16 Thread Sascha Wildner
commit 806770f0974e16d33b84e9b72566c689162fa327 Author: Sascha Wildner s...@online.de Date: Sun Nov 17 03:47:36 2013 +0100 Add a wscanf_l.3 manual page, modeled after scanf_l.3. Summary of changes: lib/libc/stdio/Makefile.inc| 4 +++- lib/libc/stdio/{wprintf_l.3

git: libc: Oops, typo in the Makefile.

2013-11-16 Thread Sascha Wildner
commit 5a81be2d62d6b500d8258e9a6e2022b9ef2cdd2e Author: Sascha Wildner s...@online.de Date: Sun Nov 17 03:56:01 2013 +0100 libc: Oops, typo in the Makefile. Summary of changes: lib/libc/stdio/Makefile.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) http

git: w{print,scan}f_l.3: Fix manual page titles.

2013-11-16 Thread Sascha Wildner
commit a4f24c1869ab98b63a76f4b2e852ce2368e87edf Author: Sascha Wildner s...@online.de Date: Sun Nov 17 04:02:21 2013 +0100 w{print,scan}f_l.3: Fix manual page titles. Summary of changes: lib/libc/stdio/wprintf_l.3 | 2 +- lib/libc/stdio/wscanf_l.3 | 2 +- 2 files changed, 2 insertions

git: wscanf_l.3: Fix description.

2013-11-16 Thread Sascha Wildner
commit e6b530bdccfcc80601ea351adeea13e915a272d6 Author: Sascha Wildner s...@online.de Date: Sun Nov 17 04:22:20 2013 +0100 wscanf_l.3: Fix description. Summary of changes: lib/libc/stdio/wscanf_l.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org

git: libc: Add atof_l(), atoi_l(), atol_l() and atoll_l().

2013-11-16 Thread Sascha Wildner
commit c576ced5838f33fea9378b3481f8a9a8f2530c18 Author: Sascha Wildner s...@online.de Date: Sun Nov 17 07:12:02 2013 +0100 libc: Add atof_l(), atoi_l(), atol_l() and atoll_l(). Summary of changes: lib/libc/stdlib/Makefile.inc | 4 +++- lib/libc/stdlib/atof.3 | 15

git: DragonFly_RELEASE_3_6 iwn: fix compilation without INVARIANTS

2013-11-17 Thread Sascha Wildner
commit 22458d3f0ebb11bae40b95dd5ddefa429834dd7e Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Sat Nov 9 21:13:49 2013 +0100 iwn: fix compilation without INVARIANTS wlan_serializer is now held consistently, so we can get rid of the conditional locking which breaks

git: Add localeconv_l(3) MLINK.

2013-11-17 Thread Sascha Wildner
commit 2867a99c408e1f0d999478f95c6d222af7cbdc45 Author: Sascha Wildner s...@online.de Date: Sun Nov 17 19:33:49 2013 +0100 Add localeconv_l(3) MLINK. Summary of changes: lib/libc/locale/Makefile.inc | 1 + 1 file changed, 1 insertion(+) http://gitweb.dragonflybsd.org/dragonfly.git

git: DragonFly_RELEASE_3_4 iwn: fix compilation without INVARIANTS

2013-11-17 Thread Sascha Wildner
commit 707b6f3994f0daa961ea7fba0d720d5d044fe408 Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Sat Nov 9 21:13:49 2013 +0100 iwn: fix compilation without INVARIANTS wlan_serializer is now held consistently, so we can get rid of the conditional locking which breaks

git: sys/cdefs.h: Add __strfmonlike and __strftimelike (from FreeBSD).

2013-11-17 Thread Sascha Wildner
commit 3bee4ede545dcf3259c36118298c8bba19e1 Author: Sascha Wildner s...@online.de Date: Mon Nov 18 00:22:41 2013 +0100 sys/cdefs.h: Add __strfmonlike and __strftimelike (from FreeBSD). Summary of changes: sys/sys/cdefs.h | 11 +++ 1 file changed, 11 insertions(+) http

git: isphonogram.3: Fix xlocale(3) reference.

2013-11-17 Thread Sascha Wildner
commit d30569eb03ea28304151942cc95a474e5258629d Author: Sascha Wildner s...@online.de Date: Mon Nov 18 07:47:16 2013 +0100 isphonogram.3: Fix xlocale(3) reference. Summary of changes: lib/libc/locale/isphonogram.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: kmalloc.9: Mention kmalloc_cachealign() in the NAME section, too.

2013-11-18 Thread Sascha Wildner
commit ee8c6ff6df7a8fd4094bbb83d8520ab986468d2f Author: Sascha Wildner s...@online.de Date: Mon Nov 18 20:11:29 2013 +0100 kmalloc.9: Mention kmalloc_cachealign() in the NAME section, too. Summary of changes: share/man/man9/kmalloc.9 | 1 + 1 file changed, 1 insertion(+) http

git: fix the INT64_C and INTMAX_C family macro for x86_64.

2013-11-18 Thread Sascha Wildner
commit 2a61a4766f203ace8a0d0ed677e146bd3959dd58 Author: Alexandre Perrin a...@kaworu.ch Date: Mon Nov 18 23:16:22 2013 +0100 fix the INT64_C and INTMAX_C family macro for x86_64. This patch fix the expanding type of both the INT64_C and the INTMAX_C family macros to match

git: cmp(1): fix some build nits (to build on FreeBSD)

2013-11-18 Thread Sascha Wildner
commit 6820fd7bc64107f48170b1c564e389052c9e67aa Author: Eitan Adler li...@eitanadler.com Date: Mon Nov 18 17:36:52 2013 -0500 cmp(1): fix some build nits (to build on FreeBSD) Add standard headers where appropriate. Convert variable to static where appropriate. Summary

git: Add support for an -h flag which causes cmp(1) to not follow symlinks.

2013-11-18 Thread Sascha Wildner
commit ddfdac10fc01612800acaf468b2f66835a29b44d Author: Eitan Adler li...@eitanadler.com Date: Mon Nov 18 17:43:44 2013 -0500 Add support for an -h flag which causes cmp(1) to not follow symlinks. Summary of changes: usr.bin/cmp/cmp.c | 15 ++- 1 file changed, 10

git: Remove advertising clause from extern.h header.

2013-11-18 Thread Sascha Wildner
commit 82247478aecf06484ba1c4a0e30f42ced27efe35 Author: Eitan Adler li...@eitanadler.com Date: Mon Nov 18 18:04:45 2013 -0500 Remove advertising clause from extern.h header. Taken From: FreeBSD Summary of changes: usr.bin/cmp/extern.h | 6 +- 1 file changed, 1 insertion(+),

git: cmp(1): Take latest changes from FreeBSD's implementation.

2013-11-18 Thread Sascha Wildner
commit b42abfac0a068155ebea301694462235f099cbfb Author: Eitan Adler li...@eitanadler.com Date: Mon Nov 18 18:13:24 2013 -0500 cmp(1): Take latest changes from FreeBSD's implementation. In particular handle symbolic links more correctly, add a signal handler, and other misc

git: DragonFly_RELEASE_3_6 fix the INT64_C and INTMAX_C family macro for x86_64.

2013-11-18 Thread Sascha Wildner
commit 4de878606bb22979bbf03a733c309d46f79db3b0 Author: Alexandre Perrin a...@kaworu.ch Date: Mon Nov 18 23:16:22 2013 +0100 fix the INT64_C and INTMAX_C family macro for x86_64. This patch fix the expanding type of both the INT64_C and the INTMAX_C family macros to match

git: memcpy.3: Bring back mempcpy() docs which were removed by mistake.

2013-11-19 Thread Sascha Wildner
commit d7fa206326d9e13bc2116b0e1be2073335ca765b Author: Sascha Wildner s...@online.de Date: Tue Nov 19 12:34:00 2013 +0100 memcpy.3: Bring back mempcpy() docs which were removed by mistake. Summary of changes: lib/libc/string/memcpy.3 | 13 +++-- 1 file changed, 11 insertions

git: kernel/isp: Remove two checks which were never true.

2013-11-19 Thread Sascha Wildner
commit 94f8e817069ae5345e0787e07df312af18616710 Author: Sascha Wildner s...@online.de Date: Wed Nov 20 05:03:27 2013 +0100 kernel/isp: Remove two checks which were never true. Summary of changes: sys/dev/disk/isp/isp_pci.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) http

git: DragonFly_RELEASE_3_6 time.h: #if 0 some prototypes of syscalls which we don't (yet) have.

2013-11-20 Thread Sascha Wildner
commit 094118b53f078bc0bd19eda74084cb9b60a1fa61 Author: Sascha Wildner s...@online.de Date: Tue Nov 12 22:14:24 2013 +0100 time.h: #if 0 some prototypes of syscalls which we don't (yet) have. Came in with the locale megapatch. Useless without implementation, but leave them

git: kernel: Fix two typos, _KERNRL - _KERNEL and ALTQ_unLOCK - ALTQ_UNLOCK.

2013-11-20 Thread Sascha Wildner
commit 66c898fe72976c292523f474cae2ed0ec888b846 Author: Sascha Wildner s...@online.de Date: Thu Nov 21 01:45:27 2013 +0100 kernel: Fix two typos, _KERNRL - _KERNEL and ALTQ_unLOCK - ALTQ_UNLOCK. Summary of changes: sys/net/altq/if_altq.h| 2 +- sys/netgraph7/dragonfly.h | 2 +- 2

git: kernel: Remove random_poll().

2013-11-21 Thread Sascha Wildner
commit 898da8a3578a9171ac719745c5016d0d8fe8bbfb Author: Sascha Wildner s...@online.de Date: Thu Nov 21 22:36:09 2013 +0100 kernel: Remove random_poll(). It is no longer used since device polling was torn out in favor of kq filters in 163625b9bf04f32ec3cbbaef7e6b242aeb8a152c

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

2013-11-22 Thread Sascha Wildner
commit bf5c9750b3fd61f32c00f2ca29c2106a761bcaea Author: Alexandre Perrin a...@kaworu.ch Date: Fri Nov 22 18:19:22 2013 +0100 kernel: Remove NULL checks after kmalloc(..., M_INTWAIT). M_INTWAIT will not return NULL unless M_NULLOK is passed too. Summary of changes:

git: Remove various unneeded .Pp macro in manual pages (all before .It).

2013-11-23 Thread Sascha Wildner
commit b7a0098a05563257c49bbe63082be6409322590b Author: Sascha Wildner s...@online.de Date: Sun Nov 24 06:14:06 2013 +0100 Remove various unneeded .Pp macro in manual pages (all before .It). Summary of changes: lib/libc/gen/vis.3| 2 -- lib/libc/sys/intro.2 | 3 --- lib/libc

git: Add proper const keywords to sysctl(3) parameters.

2013-11-24 Thread Sascha Wildner
commit 00f0918d338a0f863b786ed4565f12971eaecdc8 Author: Alexandre Perrin a...@kaworu.ch Date: Fri Nov 22 19:48:23 2013 +0100 Add proper const keywords to sysctl(3) parameters. Import some sysctl(3) patches from FreeBSD. - r204170 change the sysctl(3) and

git: iwn.4: Mention that the Intel Centrino Wireless-N 2230 is supported.

2013-11-25 Thread Sascha Wildner
commit f8dd3ba78824081ee5da14efbcd2093b71938674 Author: Sascha Wildner s...@online.de Date: Mon Nov 25 20:29:32 2013 +0100 iwn.4: Mention that the Intel Centrino Wireless-N 2230 is supported. Summary of changes: share/man/man4/iwn.4 | 1 + 1 file changed, 1 insertion(+) http

git: ato{f,i,l}.3: Fix ato{f,i,l,ll}_l() prototypes.

2013-11-25 Thread Sascha Wildner
commit bf0305e2ff8d620f3e2194d5a1ae4383a51aae48 Author: Sascha Wildner s...@online.de Date: Tue Nov 26 03:15:57 2013 +0100 ato{f,i,l}.3: Fix ato{f,i,l,ll}_l() prototypes. Summary of changes: lib/libc/stdlib/atof.3 | 2 +- lib/libc/stdlib/atoi.3 | 2 +- lib/libc/stdlib/atol.3 | 4 ++-- 3

git: rpc_soc.3: Remove unneeded Xo/Xc.

2013-11-26 Thread Sascha Wildner
commit 771793fb5aab6af3e4b5d0459e26ef361e99d772 Author: Sascha Wildner s...@online.de Date: Tue Nov 26 15:20:05 2013 +0100 rpc_soc.3: Remove unneeded Xo/Xc. Summary of changes: lib/libc/rpc/rpc_soc.3 | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) http

git: Remove the sys/syscall-hide.h header file.

2013-11-26 Thread Sascha Wildner
commit 948bb6a23548088615acb8d979b7aa5398b73f72 Author: Sascha Wildner s...@online.de Date: Tue Nov 26 19:24:37 2013 +0100 Remove the sys/syscall-hide.h header file. Nothing includes it, nor are the HIDE_BSD() and HIDE_POSIX() macros actually defined anywhere. Also

git: kernel/i386: Remove two Makefiles used for tag generation.

2013-11-27 Thread Sascha Wildner
commit b2b3dee984af3fc82ad6d01a613caeae130477c8 Author: Sascha Wildner s...@online.de Date: Wed Nov 27 09:06:51 2013 +0100 kernel/i386: Remove two Makefiles used for tag generation. Summary of changes: sys/kern/Make.tags.inc | 91 -- sys

git: kernel: Fix missing 'pcidevs.h' in a Makefile.

2013-11-28 Thread Sascha Wildner
commit 3d944b51a014bb25c74ec6942eb59eb2e92ae0f3 Author: Sascha Wildner s...@online.de Date: Thu Nov 28 13:00:50 2013 +0100 kernel: Fix missing 'pcidevs.h' in a Makefile. Summary of changes: sys/netgraph/sync_ar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: {pstat, swapinfo}(8): Add -g/-m to swapinfo, fix warnings, raise WARNS to 6.

2013-11-28 Thread Sascha Wildner
commit d27bfc9ba28201dd6cd998adab7c1b34f166de2b Author: Sascha Wildner s...@online.de Date: Thu Nov 28 19:49:37 2013 +0100 {pstat,swapinfo}(8): Add -g/-m to swapinfo, fix warnings, raise WARNS to 6. -g and -m will use a BLOCKSIZE of 1G and 1M to display swap size in gigabytes

git: Fix some typos (duplicate words) in messages.

2013-11-30 Thread Sascha Wildner
commit e6821077a9e2092e52f8feda218cdd9e93fa80f7 Author: Sascha Wildner s...@online.de Date: Sat Nov 30 08:56:38 2013 +0100 Fix some typos (duplicate words) in messages. Summary of changes: games/wump/wump.c| 5 ++--- libexec/bootpd/bootpd.c | 2 +- sys/dev/drm

git: libc/stdtime: Sync with tzcode2013h from ftp://ftp.iana.org/tz/releases

2013-12-02 Thread Sascha Wildner
commit 59d71b6f16d3edfc9a36515cd8ac0e49c31836a5 Author: Sascha Wildner s...@online.de Date: Sun Dec 1 21:39:23 2013 +0100 libc/stdtime: Sync with tzcode2013h from ftp://ftp.iana.org/tz/releases This also reverts most of the changes from the locale megapatch. While well-meant

git: kernel/msdos: Really fix indentation.

2013-12-03 Thread Sascha Wildner
commit e1404a658e210e148ba6c99d00875b85442dac10 Author: Sascha Wildner s...@online.de Date: Wed Dec 4 02:22:04 2013 +0100 kernel/msdos: Really fix indentation. Summary of changes: sys/vfs/msdosfs/msdosfs_conv.c | 1158 1 file changed, 584

git: sili.4: Mention the MSI tunable.

2013-12-03 Thread Sascha Wildner
commit 545450a0a3f9749150e2087612828482d4c8d7d8 Author: Sascha Wildner s...@online.de Date: Wed Dec 4 02:36:17 2013 +0100 sili.4: Mention the MSI tunable. Summary of changes: share/man/man4/sili.4 | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) http

git: DragonFly_RELEASE_3_6 mail(1): Fix an over 9 years old typo/bug.

2013-12-04 Thread Sascha Wildner
commit dfcc2389353bfa24ffaab40bb707492c5ced0a8c Author: Sascha Wildner s...@online.de Date: Wed Dec 4 18:19:57 2013 +0100 mail(1): Fix an over 9 years old typo/bug. Summary of changes: usr.bin/mail/names.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) http

git: rdist(1): Raise WARNS to 2 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit 8fb80d5caf627442adae48c21bb88055713e8db2 Author: Sascha Wildner s...@online.de Date: Wed Dec 4 19:12:45 2013 +0100 rdist(1): Raise WARNS to 2 and fix warnings. Summary of changes: usr.bin/rdist/Makefile | 3 +-- usr.bin/rdist/expand.c | 58

git: tcopy(1): Raise WARNS to 3 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit 81e273eb5590b115081f5ddde5bade26a22a8442 Author: Sascha Wildner s...@online.de Date: Wed Dec 4 19:14:13 2013 +0100 tcopy(1): Raise WARNS to 3 and fix warnings. Summary of changes: usr.bin/tcopy/Makefile | 3 +-- usr.bin/tcopy/tcopy.c | 37 ++--- 2

git: nfsstat(1): Raise WARNS to 2 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit 5529dc7e5a6f7c6e01f58dacf72dc93d706118c0 Author: Sascha Wildner s...@online.de Date: Wed Dec 4 19:09:11 2013 +0100 nfsstat(1): Raise WARNS to 2 and fix warnings. Summary of changes: usr.bin/nfsstat/Makefile | 3 +-- usr.bin/nfsstat/nfsstat.c | 4 ++-- 2 files changed, 3

git: telnet(1): Raise WARNS to 2 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit 2afd322bdc984c24f31054b5e3a9a856b35f6d2e Author: Sascha Wildner s...@online.de Date: Wed Dec 4 19:14:42 2013 +0100 telnet(1): Raise WARNS to 2 and fix warnings. Summary of changes: usr.bin/telnet/Makefile | 3 +-- usr.bin/telnet/commands.c | 4 ++-- 2 files changed, 3 insertions

git: sys/time.h: setitimer() and utimes() are not BSD specific.

2013-12-04 Thread Sascha Wildner
commit ef72e382c0e5100fe33c071cbc9de0aaf356a91b Author: Sascha Wildner s...@online.de Date: Wed Dec 4 19:17:48 2013 +0100 sys/time.h: setitimer() and utimes() are not BSD specific. Summary of changes: sys/sys/time.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) http

git: ifmcstat(8): Raise WARNS to 3 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit ee5faa3f0cb5cef8c698bf52f894d68f76fdcf78 Author: Sascha Wildner s...@online.de Date: Thu Dec 5 04:11:09 2013 +0100 ifmcstat(8): Raise WARNS to 3 and fix warnings. Summary of changes: usr.sbin/ifmcstat/Makefile | 3 +-- usr.sbin/ifmcstat/ifmcstat.c | 10 ++ 2 files

git: rpcbind(8): Raise WARNS to 3 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit 63d76e92ba54bd1686f4dcdd58ffb68d932e3d1a Author: Sascha Wildner s...@online.de Date: Thu Dec 5 04:11:38 2013 +0100 rpcbind(8): Raise WARNS to 3 and fix warnings. Summary of changes: usr.sbin/rpcbind/Makefile | 2 +- usr.sbin/rpcbind/rpcbind.c | 5 + 2 files changed, 2

git: sdpd(8): Raise WARNS to 2 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit af2dfea3832042861dcd7d76fd7d1762af1212b9 Author: Sascha Wildner s...@online.de Date: Thu Dec 5 04:12:00 2013 +0100 sdpd(8): Raise WARNS to 2 and fix warnings. Summary of changes: usr.sbin/sdpd/Makefile | 3 +-- usr.sbin/sdpd/server.c | 12 2 files changed, 9

git: tcpd{chk,match}(8): Raise WARNS to 2 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit ae9447bd2bc98a5b32dec764b7e4a76ee850f6ad Author: Sascha Wildner s...@online.de Date: Thu Dec 5 04:12:37 2013 +0100 tcpd{chk,match}(8): Raise WARNS to 2 and fix warnings. Summary of changes: contrib/tcp_wrappers/fakelog.c | 4 contrib/tcp_wrappers/inetcf.c| 4

git: libopie: Raise WARNS to 2 and fix warnings.

2013-12-04 Thread Sascha Wildner
commit 6cd31c7c6a3818fc6ff97ee507a884f47cc39c9d Author: Sascha Wildner s...@online.de Date: Thu Dec 5 04:44:11 2013 +0100 libopie: Raise WARNS to 2 and fix warnings. Summary of changes: contrib/opie/libopie/accessfile.c | 3 +-- contrib/opie/libopie/generator.c | 4 +--- contrib/opie

git: fsck(8): Raise WARNS to 2 and fix warnings.

2013-12-05 Thread Sascha Wildner
commit a3e9bf8f3fb757b1e3eba53ad26c3006feeaec14 Author: Sascha Wildner s...@online.de Date: Thu Dec 5 23:05:57 2013 +0100 fsck(8): Raise WARNS to 2 and fix warnings. Summary of changes: sbin/fsck/Makefile | 3 +-- sbin/fsck/dir.c| 3 +-- sbin/fsck/fsutil.h | 13

git: kernel/i386: Remove some old devices from the userconfig list.

2013-12-05 Thread Sascha Wildner
commit 147165eed84a52543bb20a5d65682e8f366d4fb0 Author: Sascha Wildner s...@online.de Date: Fri Dec 6 01:06:26 2013 +0100 kernel/i386: Remove some old devices from the userconfig list. Summary of changes: sys/platform/pc32/i386/userconfig.c | 22 -- 1 file changed, 22

git: kernel: Fix a bunch of drm warnings.

2013-12-05 Thread Sascha Wildner
commit 21ba7ac9929a2b65e2ef1ce0660d37afbc9c56a1 Author: Sascha Wildner s...@online.de Date: Fri Dec 6 01:45:44 2013 +0100 kernel: Fix a bunch of drm warnings. Summary of changes: sys/dev/drm/drm_edid.c | 2 ++ sys/dev/drm/include/drm/drmP.h | 3 --- 2 files changed, 2 insertions

git: kernel: Drop ISA support from most remaining drivers that had some.

2013-12-05 Thread Sascha Wildner
commit e19e3c77407840afdd02e70d76f400caadaac591 Author: Sascha Wildner s...@online.de Date: Fri Dec 6 01:59:18 2013 +0100 kernel: Drop ISA support from most remaining drivers that had some. After this commit we're only left with things like atkbd, sio, etc. which have to stay

git: LINT/LINT64: Additional adjustment for e19e3c77407.

2013-12-05 Thread Sascha Wildner
commit af2ba4f0efd5b35e6e12e06dc2e8bd39612e7b97 Author: Sascha Wildner s...@online.de Date: Fri Dec 6 02:05:05 2013 +0100 LINT/LINT64: Additional adjustment for e19e3c77407. Summary of changes: sys/config/LINT | 4 ++-- sys/config/LINT64 | 4 ++-- 2 files changed, 4 insertions(+), 4

git: kernel/i386: Make digi(4) compilable into the kernel and add it to LINT.

2013-12-05 Thread Sascha Wildner
commit 4124d4965a17ccf11be3a839f8052da3b9467470 Author: Sascha Wildner s...@online.de Date: Fri Dec 6 02:22:02 2013 +0100 kernel/i386: Make digi(4) compilable into the kernel and add it to LINT. Summary of changes: sys/config/LINT | 2 ++ sys/platform/pc32/conf/files | 3

git: Remove unused file.

2013-12-06 Thread Sascha Wildner
commit a528e3b14bb2196efdfdb1f07ccc674d5f9767d7 Author: Sascha Wildner s...@online.de Date: Fri Dec 6 16:02:27 2013 +0100 Remove unused file. Summary of changes: sys/conf/nfsswapkernel.c | 145 --- 1 file changed, 145 deletions(-) delete mode

git: libwrap: Raise WARNS to 2 and fix warnings.

2013-12-06 Thread Sascha Wildner
commit a351117dd3913cb9ec3bd35b18ecaa78ddbd0d5e Author: Sascha Wildner s...@online.de Date: Fri Dec 6 18:46:05 2013 +0100 libwrap: Raise WARNS to 2 and fix warnings. Summary of changes: contrib/tcp_wrappers/clean_exit.c | 4 contrib/tcp_wrappers/eval.c | 4 contrib

git: rogue(6): Fix a warning which crept up with -O2.

2013-12-07 Thread Sascha Wildner
commit 298e541b225ada1d13840fa12797f0a986b6230f Author: Sascha Wildner s...@online.de Date: Sat Dec 7 10:30:12 2013 +0100 rogue(6): Fix a warning which crept up with -O2. Summary of changes: games/rogue/inventory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: acpi utilities: Raise WARNS to 2, bump CSTD to gnu99, fix warnings.

2013-12-07 Thread Sascha Wildner
commit a863fdce4c6d7ba4b69d4962b1ab783824541a61 Author: Sascha Wildner s...@online.de Date: Sat Dec 7 12:32:42 2013 +0100 acpi utilities: Raise WARNS to 2, bump CSTD to gnu99, fix warnings. Summary of changes: usr.sbin/acpi/Makefile.inc| 4 +--- usr.sbin/acpi/acpidb/acpidb.c | 48

git: UPDATING: Don't stop shouting in the middle of the sentence.

2013-12-07 Thread Sascha Wildner
commit 62d4130d37a2b82bedd2aa62b636e1a812d28021 Author: Sascha Wildner s...@online.de Date: Sat Dec 7 12:36:14 2013 +0100 UPDATING: Don't stop shouting in the middle of the sentence. Summary of changes: UPDATING | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) http

git: make upgrade: Remove old binutils manual pages, too.

2013-12-07 Thread Sascha Wildner
commit 2a922ad4393563039d0cfcb3f3fa22c0f8b8a58f Author: Sascha Wildner s...@online.de Date: Sat Dec 7 21:41:19 2013 +0100 make upgrade: Remove old binutils manual pages, too. Summary of changes: Makefile_upgrade.inc | 32 +++- 1 file changed, 31 insertions

git: make upgrade: Fix typo.

2013-12-07 Thread Sascha Wildner
commit c36bfceba941c4cc88c6893b64525fd6644905b4 Author: Sascha Wildner s...@online.de Date: Sat Dec 7 22:08:16 2013 +0100 make upgrade: Fix typo. Summary of changes: Makefile_upgrade.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org

git: DragonFly_RELEASE_3_6 acpi utilities: Raise WARNS to 2, bump CSTD to gnu99, fix warnings.

2013-12-08 Thread Sascha Wildner
commit 87209015132ca1ee516c3ba8e352e0f14c7edf6b Author: Sascha Wildner s...@online.de Date: Sat Dec 7 12:32:42 2013 +0100 acpi utilities: Raise WARNS to 2, bump CSTD to gnu99, fix warnings. MFC'd to 3.6 because it actually makes acpidb(8) work at all (before, it segfaulted

git: sysctl.3: Remove useless .Ns and use .Vt for types.

2013-12-09 Thread Sascha Wildner
commit 8d229a22a74af63abcaefbc138ed1b76980e6673 Author: Sascha Wildner s...@online.de Date: Mon Dec 9 19:31:50 2013 +0100 sysctl.3: Remove useless .Ns and use .Vt for types. Summary of changes: lib/libc/gen/sysctl.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: rdist.1: Untangle nested displays.

2013-12-11 Thread Sascha Wildner
commit 1715ee4d21b7b113643b88138708c0d65e13850e Author: Sascha Wildner s...@online.de Date: Wed Dec 11 18:00:28 2013 +0100 rdist.1: Untangle nested displays. Summary of changes: usr.bin/rdist/rdist.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http

git: Remove libxpg4 from bsd.libnames.mk too.

2013-12-12 Thread Sascha Wildner
commit b7e64f1bbf81af6704d4348ab5f19ba1c0eab5c9 Author: Sascha Wildner s...@online.de Date: Fri Dec 13 05:07:54 2013 +0100 Remove libxpg4 from bsd.libnames.mk too. Summary of changes: share/mk/bsd.libnames.mk | 1 - 1 file changed, 1 deletion(-) http://gitweb.dragonflybsd.org

git: Update the pciconf(8) database.

2013-12-15 Thread Sascha Wildner
commit 1c91132243cc19b3071771bdad08586db7cb8806 Author: Sascha Wildner s...@online.de Date: Sun Dec 15 23:26:41 2013 +0100 Update the pciconf(8) database. December 10, 2013 snapshot from http://pciids.sourceforge.net/ Summary of changes: share/misc/pci_vendors | 130

git: ppp.8: Fix the last mandoc(1) warnings.

2013-12-16 Thread Sascha Wildner
commit bc53663130d604b75d40a9aa0473e5c0a931f5fd Author: Sascha Wildner s...@online.de Date: Mon Dec 16 11:55:23 2013 +0100 ppp.8: Fix the last mandoc(1) warnings. Taken-from: OpenBSD Summary of changes: usr.sbin/ppp/ppp.8.m4 | 37 +++-- 1 file

git: kgdb(1): Mention -w in the usage().

2013-12-18 Thread Sascha Wildner
commit 5cd406e00298153d91108e5474a02fa4d2dde245 Author: Sascha Wildner s...@online.de Date: Thu Dec 19 07:36:07 2013 +0100 kgdb(1): Mention -w in the usage(). Summary of changes: gnu/usr.bin/gdb/kgdb/kgdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: mandoc(1): Add XSH4.2 to the list of known standards (for .St).

2013-12-18 Thread Sascha Wildner
commit 9d12b967dc880faf527c38d1b1c1325249fd9437 Author: Sascha Wildner s...@online.de Date: Thu Dec 19 08:27:36 2013 +0100 mandoc(1): Add XSH4.2 to the list of known standards (for .St). Summary of changes: contrib/mdocml/st.in | 1 + 1 file changed, 1 insertion(+) http

git: libc/stdtime: Sync with tzcode2013i from ftp://ftp.iana.org/tz/releases

2013-12-22 Thread Sascha Wildner
commit a414d005c93e85cb42866b5e8feb5f5cec1a82ee Author: Sascha Wildner s...@online.de Date: Sun Dec 22 09:21:36 2013 +0100 libc/stdtime: Sync with tzcode2013i from ftp://ftp.iana.org/tz/releases The compile-time flag NOSOLAR has been removed, as nowadays the benefit

git: iswalnum_l: iswnumber_l() isn't in 1003.1-2008 either.

2013-12-24 Thread Sascha Wildner
commit f514728b36a5666dbd6d6c49fce9c7ee7fd47733 Author: Sascha Wildner s...@online.de Date: Wed Dec 25 00:46:05 2013 +0100 iswalnum_l: iswnumber_l() isn't in 1003.1-2008 either. Summary of changes: lib/libc/locale/iswalnum_l.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) http

git: Document wcscoll_l() and wcsxfrm_l().

2013-12-24 Thread Sascha Wildner
commit 577b750e9f76d4b499f09a3279b810f79200e70f Author: Sascha Wildner s...@online.de Date: Wed Dec 25 01:51:23 2013 +0100 Document wcscoll_l() and wcsxfrm_l(). Summary of changes: lib/libc/string/Makefile.inc | 2 ++ lib/libc/string/wcscoll.3| 33

git: We don't have wcscasecmp_l() and wcsncasecmp_l(), so #if 0 prototypes.

2013-12-24 Thread Sascha Wildner
commit 8a68f5392b93581c55ed32cc3594247b9f7bc6b5 Author: Sascha Wildner s...@online.de Date: Wed Dec 25 01:52:43 2013 +0100 We don't have wcscasecmp_l() and wcsncasecmp_l(), so #if 0 prototypes. Summary of changes: include/xlocale/_wchar.h | 2 ++ 1 file changed, 2 insertions(+) http

git: xlocale.h: strcasecmp_l() and strncasecmp_l() are in 1003.1-2008.

2013-12-24 Thread Sascha Wildner
commit 4d3a28db560c9b7938edadcb3bb1e0a992a3391e Author: Sascha Wildner s...@online.de Date: Wed Dec 25 03:10:39 2013 +0100 xlocale.h: strcasecmp_l() and strncasecmp_l() are in 1003.1-2008. Summary of changes: include/xlocale/_string.h | 4 ++-- 1 file changed, 2 insertions(+), 2

git: Improve various ctype.h manual pages.

2013-12-24 Thread Sascha Wildner
commit 4e81684dcc9a75a443dce4030a3cab9c7608c8f2 Author: Sascha Wildner s...@online.de Date: Wed Dec 25 02:52:00 2013 +0100 Improve various ctype.h manual pages. Mention the *_l() functions in descriptions, return type information etc., and additional other improvements

git: zoneinfo: Add the NEWS file from tzcode.

2013-12-25 Thread Sascha Wildner
commit 44c07d401008063915d23a4648159649971862f2 Author: Sascha Wildner s...@online.de Date: Wed Dec 25 13:13:10 2013 +0100 zoneinfo: Add the NEWS file from tzcode. Summary of changes: share/zoneinfo/NEWS | 2279 +++ 1 file changed, 2279

git: Some improvements to *_l.3 manual pages (all part of 1003.1-2008).

2013-12-25 Thread Sascha Wildner
commit 94d35d83db8becf5c97c72dcf0e7522c2caf6fc6 Author: Sascha Wildner s...@online.de Date: Wed Dec 25 16:01:28 2013 +0100 Some improvements to *_l.3 manual pages (all part of 1003.1-2008). * Fix the SYNOPSIS to show that for these functions, xlocale.h need not be included

git: libc: Document some more *_l() functions.

2013-12-25 Thread Sascha Wildner
commit 0919340f30d04b241886960688db11908a514075 Author: Sascha Wildner s...@online.de Date: Wed Dec 25 23:44:25 2013 +0100 libc: Document some more *_l() functions. fgetwc_l() getwc_l() getwchar_l() fputwc_l() putwc_l() putwchar_l() Summary of changes

<    3   4   5   6   7   8   9   10   11   12   >