CVS commit: src/usr.sbin/ldpd

2013-07-25 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Thu Jul 25 08:40:30 UTC 2013

Modified Files:
src/usr.sbin/ldpd: main.c

Log Message:
* don't request explicitly for uid 0 as various system policies may make that
  unnecessary
* correct the mplsif message. We don't need an IP address assigned on it
  anymore


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/ldpd/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/gzip

2013-07-25 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jul 25 12:25:23 UTC 2013

Modified Files:
src/usr.bin/gzip: zgrep

Log Message:
fferentiate zegrep and zfgrep by their basename only, so they can be
invoked with a pathname (ie, /usr/bin/z{e,f}grep).

OK wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/gzip/zgrep

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2013-07-25 Thread Thomas Cort
Module Name:src
Committed By:   tcort
Date:   Thu Jul 25 14:10:30 UTC 2013

Modified Files:
src/share/man/man9: edid.9

Log Message:
edid.9: fixes for example code

- 'struct edid_info' in edidvar.h uses 'struct videomode' so
videomode.h needs to be included too.
- edid_print takes a pointer to 'struct edid_info' so add the & operator.

OK by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/edid.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2013-07-25 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Thu Jul 25 14:28:29 UTC 2013

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/net/mpls: Makefile
Added Files:
src/tests/net/mpls: t_ldp_regen.sh t_ldp_static.sh

Log Message:
add a couple of tests for dynamic MPLS routes generation using ldpd


To generate a diff of this commit:
cvs rdiff -u -r1.541 -r1.542 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.2 -r1.3 src/tests/net/mpls/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/net/mpls/t_ldp_regen.sh \
src/tests/net/mpls/t_ldp_static.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-07-25 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Jul 25 15:09:27 UTC 2013

Modified Files:
src/sys/arch/x86/x86: genfb_machdep.c

Log Message:
fix width vs height typo
from imre at vdsz.com


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/genfb_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-07-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jul 25 16:31:33 UTC 2013

Modified Files:
src/sys/arch/x86/include: specialreg.h

Log Message:
 Fix the bit positions in CPUID_SEF_FLAGS macro. On snprintb(), position 1
means LSB(bit0). The bit position from HLE to SMAP was 1 bit right shifted.
The bit position of BMI1 was completely wrong.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/x86/include/specialreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-07-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Jul 25 16:34:29 UTC 2013

Modified Files:
src/sys/arch/x86/include: specialreg.h

Log Message:
 Add some new bit definitions of Structured Extended Feature Flags Enumeration
Leat from the document (Intel 64 and IA-32 Architectures Software Developer's
Manual).


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/x86/include/specialreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-video-suncg14/dist/src

2013-07-25 Thread Michael Lorenz
Module Name:xsrc
Committed By:   macallan
Date:   Thu Jul 25 17:37:30 UTC 2013

Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c

Log Message:
"support" PictOpOver with 32bit source and 32bit mask
this needs more work but at least it makes things like gkrellm readable


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14.h
cvs rdiff -u -r1.5 -r1.6 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c
cvs rdiff -u -r1.4 -r1.5 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_render.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2013-07-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jul 25 21:29:00 UTC 2013

Modified Files:
src/share/man/man9: edid.9

Log Message:
Remove superfluous Pp.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/edid.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/compat/arch/m68k/sys

2013-07-25 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Jul 25 22:08:15 UTC 2013

Modified Files:
src/lib/libc/compat/arch/m68k/sys: compat_sigprocmask.S
compat_sigsuspend.S

Log Message:
Fix some more CERROR inversions


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/lib/libc/compat/arch/m68k/sys/compat_sigprocmask.S
cvs rdiff -u -r1.2 -r1.3 \
src/lib/libc/compat/arch/m68k/sys/compat_sigsuspend.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-07-25 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Jul 26 05:46:19 UTC 2013

Modified Files:
src/sys/arch/x86/include: specialreg.h

Log Message:
Style change.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/x86/include/specialreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.