Re: CVS commit: src/lib/libc/time

2013-07-31 Thread David Holland
On Tue, Jul 30, 2013 at 03:30:37PM +, Joerg Sonnenberger wrote: Modified Files: src/lib/libc/time: localtime.c Log Message: Don't depend on implicit rounding from non-integral float constant. ... what on earth is that code trying to do? -- David A. Holland

Re: CVS commit: src/lib/libc/time

2013-07-31 Thread Alan Barrett
On Wed, 31 Jul 2013, David Holland wrote: On Tue, Jul 30, 2013 at 03:30:37PM +, Joerg Sonnenberger wrote: Modified Files: src/lib/libc/time: localtime.c Log Message: Don't depend on implicit rounding from non-integral float constant. what on earth is that code trying to do? If

re: CVS commit: src

2013-07-31 Thread matthew green
Module Name: src Committed By: soren Date: Wed Jul 31 13:54:42 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man8/man8.amd64: Makefile src/share/man/man8/man8.i386: boot.8 boot_console.8 dosboot.8 Log Message: All of the man8.i386

Re: CVS commit: src

2013-07-31 Thread Soren Jorvang
On 31/07/2013, at 21.37, matthew green m...@eterna.com.au wrote: hmmm, this seems like a bad solution -- now we install these files twice as separate copies, yet man(1) is capable of reading other machine subdirs. ie, the right answer would be to move them into the x86/ subdir and make sure

CVS commit: src/usr.sbin/ldpd

2013-07-31 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Wed Jul 31 06:58:23 UTC 2013 Modified Files: src/usr.sbin/ldpd: label.c label.h ldp_command.c main.c mpls_routes.c tlv_stack.c Log Message: Store local bindings in a rbtree To generate a diff of this commit: cvs

CVS commit: src/share/man/man7

2013-07-31 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Wed Jul 31 11:57:24 UTC 2013 Modified Files: src/share/man/man7: Makefile Log Message: Remove tests.7 in objdir before copying to it. If one's source tree has non-writable files (because of CVSREAD=t, or someone else owns it, or

CVS commit: src/lib/librumphijack

2013-07-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 31 12:23:25 UTC 2013 Modified Files: src/lib/librumphijack: hijack.c Log Message: remove unnecessary sys/poll.h -- musl whines when it's included To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/share/man/man4

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 13:34:04 UTC 2013 Modified Files: src/share/man/man4: athn.4 run.4 urtw.4 urtwn.4 Log Message: Remove examples using FreeBSD ifconfig wpakey syntax. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 13:54:42 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man8/man8.amd64: Makefile src/share/man/man8/man8.i386: boot.8 boot_console.8 dosboot.8 Log Message: All of the man8.i386

CVS commit: src/sys/arch

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 14:05:33 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: mainbus.c src/sys/arch/i386/i386: mainbus.c src/sys/arch/x86/include: pci_machdep_common.h src/sys/arch/x86/pci: pci_machdep.c Log

CVS commit: src/sys/dev/pci

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 14:31:01 UTC 2013 Modified Files: src/sys/dev/pci: com_puc.c lpt_puc.c Log Message: On x86, print the I/O address of lpt_puc as for com_puc so that hacks using iopl/ioperm can be told where to find the parallel port.

CVS commit: src/sys/arch/x86/pci

2013-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 19:27:52 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: hand genfb the virtual address of the actual framebuffer, not the upper left corner of the text area now centering works and we don't

CVS commit: src/libexec/ftpd

2013-07-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 31 19:50:47 UTC 2013 Modified Files: src/libexec/ftpd: ftpd.c Log Message: fstat returns -1 on error (Maxime Villard) also while (1) - for (;;) To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/sys/dev/rasops

2013-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 19:58:23 UTC 2013 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: rasops32_putchar_aa(): - underline the right characters - make drawing slightly less horribly inefficient - don't pretend to support a

CVS commit: src/usr.sbin/catman

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 22:37:55 UTC 2013 Modified Files: src/usr.sbin/catman: catman.c Log Message: Only try to recreate symlinks in the cat directory if they are local. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/sys

2013-07-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 1 01:16:34 UTC 2013 Modified Files: src/sys/sys: sysctl.h Log Message: Put parens arund the negative numbers so 0 CTL_XX will cause a syntax error. To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208

CVS commit: src/lib/libc/arch/arm

2013-07-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 1 05:32:33 UTC 2013 Modified Files: src/lib/libc/arch/arm: SYS.h src/lib/libc/arch/arm/sys: brk.S sbrk.S Log Message: Make __minbrk, __curbrk, and CERROR hidden and avoid using the GOT to access them. To generate

CVS commit: src/lib/libc

2013-07-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 1 05:54:24 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: __clone.S __vfork14.S brk.S cerror.S getcontext.S pipe.S ptrace.S src/lib/libc/compat/arch/arm/sys: compat_Ovfork.S compat_sigpending.S

CVS commit: src/usr.sbin/ldpd

2013-07-31 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Wed Jul 31 06:58:23 UTC 2013 Modified Files: src/usr.sbin/ldpd: label.c label.h ldp_command.c main.c mpls_routes.c tlv_stack.c Log Message: Store local bindings in a rbtree To generate a diff of this commit: cvs

CVS commit: src/share/man/man7

2013-07-31 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Wed Jul 31 11:57:24 UTC 2013 Modified Files: src/share/man/man7: Makefile Log Message: Remove tests.7 in objdir before copying to it. If one's source tree has non-writable files (because of CVSREAD=t, or someone else owns it, or

CVS commit: src/lib/librumphijack

2013-07-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 31 12:23:25 UTC 2013 Modified Files: src/lib/librumphijack: hijack.c Log Message: remove unnecessary sys/poll.h -- musl whines when it's included To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/share/man/man4

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 13:34:04 UTC 2013 Modified Files: src/share/man/man4: athn.4 run.4 urtw.4 urtwn.4 Log Message: Remove examples using FreeBSD ifconfig wpakey syntax. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 14:05:33 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: mainbus.c src/sys/arch/i386/i386: mainbus.c src/sys/arch/x86/include: pci_machdep_common.h src/sys/arch/x86/pci: pci_machdep.c Log

CVS commit: src/sys/dev/pci

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 14:31:01 UTC 2013 Modified Files: src/sys/dev/pci: com_puc.c lpt_puc.c Log Message: On x86, print the I/O address of lpt_puc as for com_puc so that hacks using iopl/ioperm can be told where to find the parallel port.

CVS commit: src/sys/arch/x86/pci

2013-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 19:27:52 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: hand genfb the virtual address of the actual framebuffer, not the upper left corner of the text area now centering works and we don't

CVS commit: src/libexec/ftpd

2013-07-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 31 19:50:47 UTC 2013 Modified Files: src/libexec/ftpd: ftpd.c Log Message: fstat returns -1 on error (Maxime Villard) also while (1) - for (;;) To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/sys/dev/rasops

2013-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 19:58:23 UTC 2013 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: rasops32_putchar_aa(): - underline the right characters - make drawing slightly less horribly inefficient - don't pretend to support a

CVS commit: src

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 21:01:13 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man8: Makefile Added Files: src/share/man/man8/man8.x86: Makefile boot.8 boot_console.8 dosboot.8 mbr.8

CVS commit: src/usr.sbin/catman

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 22:37:55 UTC 2013 Modified Files: src/usr.sbin/catman: catman.c Log Message: Only try to recreate symlinks in the cat directory if they are local. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/arch/arm/omap

2013-07-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 1 00:24:43 UTC 2013 Modified Files: src/sys/arch/arm/omap: am335x_prcm.c Log Message: Make frequency changing work on the beaglebone. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/sys

2013-07-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 1 01:16:34 UTC 2013 Modified Files: src/sys/sys: sysctl.h Log Message: Put parens arund the negative numbers so 0 CTL_XX will cause a syntax error. To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208

CVS commit: src/lib/libc/arch/arm

2013-07-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 1 05:32:33 UTC 2013 Modified Files: src/lib/libc/arch/arm: SYS.h src/lib/libc/arch/arm/sys: brk.S sbrk.S Log Message: Make __minbrk, __curbrk, and CERROR hidden and avoid using the GOT to access them. To generate

CVS commit: src/lib/libc

2013-07-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 1 05:54:24 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: __clone.S __vfork14.S brk.S cerror.S getcontext.S pipe.S ptrace.S src/lib/libc/compat/arch/arm/sys: compat_Ovfork.S compat_sigpending.S