CVS commit: src

2011-10-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Oct 28 07:23:18 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9/man9.x86: Makefile rdmsr.9 Log Message: Note briefly what MSRs are. Requested by wiz@. To generate a diff of this commit:

CVS commit: src/sys/arch/i386/stand/misc

2011-10-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 28 13:18:58 UTC 2011 Modified Files: src/sys/arch/i386/stand/misc: rawr32.exe.uue Log Message: Update to version 1.0.2.2 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/time

2011-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 28 13:53:06 UTC 2011 Modified Files: src/lib/libc/time: localtime.c Log Message: prevent underflow from giving us a false positive test in the first iteration. To generate a diff of this commit: cvs rdiff -u -r1.60

CVS commit: src/external/bsd/mdocml/dist

2011-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 28 14:00:20 UTC 2011 Modified Files: src/external/bsd/mdocml/dist: tbl_data.c Log Message: rename data() - parse_data() to appease the powerpc64 toolchain: {standard input}: Assembler messages: {standard input}:105:

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 16:10:12 UTC 2011 Modified Files: src/sys/net: if_etherip.c Log Message: kauth isn't used in here, so don't #include sys/kauth.h. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/net/if_etherip.c

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 16:42:52 UTC 2011 Modified Files: src/sys/net: if_gif.c if_gre.c Log Message: Don't kauth-orize SIOCDIFPHYADDR, SIOCSIFFLAGS, SIOCSIFMTU, or SIOCSLIFPHYADDR, in gif_ioctl() or in gre_ioctl(), because those operations

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 20:11:59 UTC 2011 Modified Files: src/sys/net: if.c Log Message: Userland may not change the IFF_CANTCHANGE flags, however, the kernel may, so make sure if_flags_set() takes care of them. Fixes a regression in

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 20:13:32 UTC 2011 Modified Files: src/sys/net: if_ppp.c if_stf.c Log Message: Don't kauth-orize SIOCSIFMTU in pppsioctl() and stf_ioctl(), ifioctl() has already done that for us. To generate a diff of this commit:

CVS commit: src/lib/libc/time

2011-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 28 21:51:06 UTC 2011 Modified Files: src/lib/libc/time: localtime.c Log Message: Only advance the time if we are skipping the gap. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 22:08:15 UTC 2011 Modified Files: src/sys/net: if_ppp.c if_spppsubr.c if_srt.c if_tun.c Log Message: For these interfaces, the implementation of SIOCSIFDSTADDR is identical to SIOCINITIFADDR, and SIOCSIFDSTADDR callers

CVS commit: src/sys/netinet

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 22:23:54 UTC 2011 Modified Files: src/sys/netinet: in.c Log Message: Remove the #if 1 / #endif around some code that appears to be responsible deleting the 'first' AF_INET address on the interface if the target address