CVS commit: src/external/bsd/top/dist/machine

2011-04-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Apr 15 02:05:53 UTC 2011

Modified Files:
src/external/bsd/top/dist/machine: m_netbsd.c

Log Message:
Swap the command and the thread name in the thread view and let the command
be as long as it wants. (Vladimir Kirillov)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/top/dist/machine/m_netbsd.c

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



CVS commit: src/sys/kern

2011-04-14 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri Apr 15 00:01:48 UTC 2011

Modified Files:
src/sys/kern: uipc_sem.c

Log Message:
sys__ksem_close: use fd_close().


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/kern/uipc_sem.c

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



CVS commit: src/external/gpl3/binutils/lib/libbfd/arch/x86_64

2011-04-14 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Apr 14 22:19:59 UTC 2011

Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/x86_64: bfd.h

Log Message:
Define bfd_mach_mips_xlr here to fix the build!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/binutils/lib/libbfd/arch/x86_64/bfd.h

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



CVS commit: src/sys/netinet

2011-04-14 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Apr 14 20:32:05 UTC 2011

Modified Files:
src/sys/netinet: ip_input.c

Log Message:
In ipintr(), don't overwrite ipintrq.ifq_maxlen with IFQ_MAXLEN.

Initialize ipintrq.ifq_maxlen using IFQ_MAXLEN directly instead of using
the global ipqmaxlen.  Get rid of the global ipqmaxlen.

Now it works again to override the maximum IP queue length with, for
example, sysctl -w net.inet.ip.ifq.maxlen=5.


To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 src/sys/netinet/ip_input.c

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



CVS commit: src/sys/kern

2011-04-14 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Thu Apr 14 20:19:36 UTC 2011

Modified Files:
src/sys/kern: kern_condvar.c

Log Message:
Typo fix.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/kern/kern_condvar.c

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



CVS commit: src/tools/slc

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 19:38:21 UTC 2011

Added Files:
src/tools/slc: Makefile

Log Message:
Tool for slc, a command built during the Heimdal build.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tools/slc/Makefile

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



CVS commit: src/crypto/external/bsd/heimdal/dist

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 19:19:20 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/dist/admin: ktutil.8
src/crypto/external/bsd/heimdal/dist/kadmin: kadmin.8 kadmind.8
src/crypto/external/bsd/heimdal/dist/kcm: kcm.8
src/crypto/external/bsd/heimdal/dist/kdc: hprop.8 hpropd.8 kdc.8
kstash.8 string2key.8
src/crypto/external/bsd/heimdal/dist/kpasswd: kpasswdd.8
src/crypto/external/bsd/heimdal/dist/kuser: kdestroy.1 kgetcred.1
kimpersonate.8 kinit.1 klist.1
src/crypto/external/bsd/heimdal/dist/lib/gssapi: gssapi.3
src/crypto/external/bsd/heimdal/dist/lib/kadm5: iprop-log.8 iprop.8
src/crypto/external/bsd/heimdal/dist/lib/krb5: krb5_get_in_cred.3
krb5_init_context.3

Log Message:
Updates to man pages found as diffs in prior location in a batch.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/heimdal/dist/admin/ktutil.8
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 \
src/crypto/external/bsd/heimdal/dist/kadmin/kadmind.8
cvs rdiff -u -r1.1.1.2 -r1.2 src/crypto/external/bsd/heimdal/dist/kcm/kcm.8
cvs rdiff -u -r1.1.1.2 -r1.2 src/crypto/external/bsd/heimdal/dist/kdc/hprop.8 \
src/crypto/external/bsd/heimdal/dist/kdc/hpropd.8 \
src/crypto/external/bsd/heimdal/dist/kdc/kdc.8 \
src/crypto/external/bsd/heimdal/dist/kdc/kstash.8 \
src/crypto/external/bsd/heimdal/dist/kdc/string2key.8
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.8
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/heimdal/dist/kuser/kdestroy.1 \
src/crypto/external/bsd/heimdal/dist/kuser/kgetcred.1 \
src/crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8 \
src/crypto/external/bsd/heimdal/dist/kuser/kinit.1 \
src/crypto/external/bsd/heimdal/dist/kuser/klist.1
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi.3
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8 \
src/crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_in_cred.3 \
src/crypto/external/bsd/heimdal/dist/lib/krb5/krb5_init_context.3

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



CVS commit: src/crypto/external/bsd/heimdal/dist/lib/vers

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 18:23:24 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/vers: print_version.c

Log Message:
>From prior location.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/vers/print_version.c

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



CVS commit: src/crypto/external/bsd/heimdal/dist/lib/hx509

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 18:22:35 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/hx509: revoke.c

Log Message:
>From prior location:

revision 1.2
date: 2010/04/02 15:26:17;  author: christos;  state: Exp;
handle ctime returning NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c

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



CVS commit: src/crypto/external/bsd/heimdal/dist/kuser

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 18:21:32 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/dist/kuser: klist.c

Log Message:
>From prior location, handle ctime returning NULL.

revision 1.11
date: 2010/04/02 15:25:04;  author: christos;  state: Exp;
make it obvious to grep that ctime is being checked.

and

revision 1.10
date: 2010/04/02 15:23:17;  author: christos;  state: Exp;
handle ctime returning NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/heimdal/dist/kuser/klist.c

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



CVS commit: src/crypto/external/bsd/heimdal/dist/kpasswd

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 18:18:16 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/dist/kpasswd: kpasswdd.c

Log Message:
Turn inetd support back on.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c

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



CVS commit: src/crypto/external/bsd/heimdal

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 18:16:21 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal: heimdal2netbsd

Log Message:
Also take the $'s out from around $Id.*$ as well as $Id.* $.  This change
was required because there are many unexanded $Id$'s in Heimdal when you
git clone.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/heimdal/heimdal2netbsd

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



CVS commit: src/crypto/external/bsd/heimdal

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 18:12:08 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/roken: get_window_size.c
getarg.c roken.h.in
src/crypto/external/bsd/heimdal/include: roken.h

Log Message:
Replicate changes to get_window_size() made in previous location:

revision 1.7
date: 2010/01/24 16:45:57;  author: christos;  state: Exp;
make the window size function return the lines and columns
variables separately instead of depending on the existance
of struct winsize. Technically I should bump the library
version or version the symbol, but nothing seems to use
this outside the library!


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/roken/get_window_size.c \
src/crypto/external/bsd/heimdal/dist/lib/roken/getarg.c \
src/crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/heimdal/include/roken.h

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



CVS commit: src/crypto/external/bsd/heimdal/dist/lib/krb5

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 18:02:08 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/krb5: context.c

Log Message:
Turn on the hack which disables Kerberos if there is no /etc/krb5.conf.
We should review this logic and come up with a better way to do this as
now that there are DNS SRV RRs for locating KDCs, the lack of a config
does not imply that Kerberos should be turned off.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/krb5/context.c

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



CVS commit: src/crypto/external/bsd/heimdal/dist/lib/krb5

2011-04-14 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Thu Apr 14 18:00:30 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/krb5: auth_context.c salt.c

Log Message:
Copy coverity alloc comments from old location.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c \
src/crypto/external/bsd/heimdal/dist/lib/krb5/salt.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/mips

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 17:43:07 UTC 2011

Modified Files:
src/sys/arch/mips/include: locore.h
src/sys/arch/mips/mips: db_interface.c

Log Message:
Fix printing of watch{lo,hi} and make mipsNN_watchlo_* use intptr_t so that
sign extention happens.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/mips/include/locore.h
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/mips/mips/db_interface.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/mips/mips

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 17:42:00 UTC 2011

Modified Files:
src/sys/arch/mips/mips: ipifuncs.c

Log Message:
cpu_number() returns a u_int


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/mips/ipifuncs.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/mips/mips

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 17:41:32 UTC 2011

Modified Files:
src/sys/arch/mips/mips: pmap_tlb.c

Log Message:
fix whitespace and comments


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/mips/pmap_tlb.c

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

2011-04-14 Thread Michael Lorenz
Module Name:xsrc
Committed By:   macallan
Date:   Thu Apr 14 16:59:48 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c

Log Message:
oops, missed some debug spam


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.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/mips/mips

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 16:58:58 UTC 2011

Modified Files:
src/sys/arch/mips/mips: ipifuncs.c

Log Message:
Increment correct counter.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/mips/ipifuncs.c

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



CVS commit: src/external/mit/xorg/server/drivers/xf86-video-suncg14

2011-04-14 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Apr 14 16:50:05 UTC 2011

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-suncg14: Makefile

Log Message:
add cg14_cursor.c


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/mit/xorg/server/drivers/xf86-video-suncg14/Makefile

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

2011-04-14 Thread Michael Lorenz
Module Name:xsrc
Committed By:   macallan
Date:   Thu Apr 14 16:48:59 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_driver.c
Added Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_cursor.c

Log Message:
add shadowfb and hardware cursor support


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xf86-video-suncg14/dist/src/cg14.h
cvs rdiff -u -r0 -r1.1 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_cursor.c
cvs rdiff -u -r1.5 -r1.6 \
xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_driver.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/tpfmt

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:27:17 UTC 2011

Modified Files:
src/usr.bin/tpfmt: tpfmt.c

Log Message:
- adapt to the kernel
- add some options


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/tpfmt/tpfmt.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/tpfmt

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:25:58 UTC 2011

Modified Files:
src/usr.bin/tpfmt: Makefile

Log Message:
don't link unused library.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/tpfmt/Makefile

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



CVS commit: src/sys/dev/tprof

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:23:59 UTC 2011

Modified Files:
src/sys/dev/tprof: tprof.c tprof_ioctl.h tprof_types.h

Log Message:
for each samples, record and report cpuid and lwpid.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/tprof/tprof.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/tprof/tprof_ioctl.h
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/tprof/tprof_types.h

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



CVS commit: src/sys/kern

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:20:52 UTC 2011

Modified Files:
src/sys/kern: init_main.c

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.427 -r1.428 src/sys/kern/init_main.c

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



CVS commit: src/sys/kern

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:19:35 UTC 2011

Modified Files:
src/sys/kern: sched_4bsd.c

Log Message:
bluntly balance estcpu decay for ncpu > 1.  PR/31966.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/kern/sched_4bsd.c

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



CVS commit: src/sys/netinet

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:08:54 UTC 2011

Modified Files:
src/sys/netinet: tcp_output.c

Log Message:
simplify a compile-time assertion


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/sys/netinet/tcp_output.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/i386/i386

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:05:59 UTC 2011

Modified Files:
src/sys/arch/i386/i386: db_machdep.c

Log Message:
fix backtrace of interrupt


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/i386/db_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/i386/i386

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:04:12 UTC 2011

Modified Files:
src/sys/arch/i386/i386: vector.S

Log Message:
comments


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/i386/i386/vector.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/x86

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 16:00:21 UTC 2011

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

Log Message:
don't bother to register kernel ptp to uvm_object.  from yamt-vmem branch.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/x86/x86/pmap.c

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



CVS commit: src/sys/netinet

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:57:02 UTC 2011

Modified Files:
src/sys/netinet: tcp_congctl.h

Log Message:
- comments
- g/c stale extern


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/netinet/tcp_congctl.h

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



CVS commit: src/sys/netinet

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:55:46 UTC 2011

Modified Files:
src/sys/netinet: tcp_var.h

Log Message:
comments


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/netinet/tcp_var.h

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



CVS commit: src/sys/netinet

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:54:31 UTC 2011

Modified Files:
src/sys/netinet: tcp_sack.c

Log Message:
- comments
- whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/netinet/tcp_sack.c

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



CVS commit: src/sys/netinet

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:53:36 UTC 2011

Modified Files:
src/sys/netinet: in_offload.c ip_output.c

Log Message:
after ip_input.c rev.1.285 and 1.286, restore kernel_lock for if_output.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/in_offload.c
cvs rdiff -u -r1.207 -r1.208 src/sys/netinet/ip_output.c

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



CVS commit: src/sys/netinet

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:48:49 UTC 2011

Modified Files:
src/sys/netinet: tcp_input.c

Log Message:
comments


To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 src/sys/netinet/tcp_input.c

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



CVS commit: src

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:45:28 UTC 2011

Modified Files:
src/distrib/sets/lists/modules: md.amd64 md.i386
src/sys/modules: Makefile

Log Message:
re-enable tprof_amdpmi


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/sets/lists/modules/md.amd64
cvs rdiff -u -r1.23 -r1.24 src/distrib/sets/lists/modules/md.i386
cvs rdiff -u -r1.69 -r1.70 src/sys/modules/Makefile

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



CVS commit: src/sys/arch/mips/mips

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 15:44:39 UTC 2011

Modified Files:
src/sys/arch/mips/mips: cpu_subr.c

Log Message:
Only set userlocal register if l == curlwp in cpu_set_lwpprivate.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mips/mips/cpu_subr.c

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



CVS commit: src/common/lib/libc/gen

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:42:02 UTC 2011

Modified Files:
src/common/lib/libc/gen: radixtree.c

Log Message:
- fix _STANDALONE build.
- use __CTASSERT instead of CTASSERT.  enable it for userland.
- __read_mostly.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/gen/radixtree.c

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



CVS commit: src/common/lib/libc/gen

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:35:44 UTC 2011

Modified Files:
src/common/lib/libc/gen: rpst.c

Log Message:
fix _STANDALONE build


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libc/gen/rpst.c

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



CVS commit: src/sys/sys

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:34:43 UTC 2011

Modified Files:
src/sys/sys: radixtree.h

Log Message:
fix _STANDALONE build


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/radixtree.h

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



CVS commit: src/sys/sys

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:31:20 UTC 2011

Modified Files:
src/sys/sys: rpst.h

Log Message:
fix _STANDALONE build


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/rpst.h

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



CVS commit: src/sys/kern

2011-04-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Thu Apr 14 15:29:25 UTC 2011

Modified Files:
src/sys/kern: vfs_lookup.c

Log Message:
assertions


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/kern/vfs_lookup.c

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



CVS commit: src/sys/compat/linux/arch/alpha

2011-04-14 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Thu Apr 14 11:17:47 UTC 2011

Modified Files:
src/sys/compat/linux/arch/alpha: linux_pipe.c

Log Message:
Fix this so that it builds (missing "struct" keyword).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/compat/linux/arch/alpha/linux_pipe.c

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



CVS commit: src/distrib/sets/lists/comp

2011-04-14 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Apr 14 10:07:49 UTC 2011

Modified Files:
src/distrib/sets/lists/comp: md.sparc

Log Message:
add sparc64/intr.h


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/distrib/sets/lists/comp/md.sparc

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



CVS commit: src/external/bsd/pcc/libexec

2011-04-14 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Thu Apr 14 09:31:25 UTC 2011

Modified Files:
src/external/bsd/pcc/libexec: Makefile
src/external/bsd/pcc/libexec/ccom: Makefile
Added Files:
src/external/bsd/pcc/libexec/mkext: Makefile

Log Message:
use HOSTPROG to build the mkext program (which creates external.c and
external.h for ccom) rather than HOST_CC directly.

because PROG and HOSTPROG don't play nicely together, put mkext in its
own SUBDIR


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pcc/libexec/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/pcc/libexec/ccom/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/pcc/libexec/mkext/Makefile

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



CVS commit: src/sys/arch/mips

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 09:25:05 UTC 2011

Modified Files:
src/sys/arch/mips/mips: db_interface.c mipsX_subr.S
src/sys/arch/mips/rmi: rmixl_fmnvar.h rmixl_subr.S

Log Message:
Use .set arch=xlr to access RMI specific instructions.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/rmi/rmixl_fmnvar.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/rmi/rmixl_subr.S

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



CVS commit: src/doc

2011-04-14 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Apr 14 09:16:23 UTC 2011

Modified Files:
src/doc: 3RDPARTY

Log Message:
xz-5.0.2 out.


To generate a diff of this commit:
cvs rdiff -u -r1.829 -r1.830 src/doc/3RDPARTY

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



CVS commit: src/sys/arch/sparc/sparc

2011-04-14 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Apr 14 08:59:10 UTC 2011

Modified Files:
src/sys/arch/sparc/sparc: db_disasm.c db_trace.c

Log Message:
port to userspace.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sparc/sparc/db_disasm.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sparc/sparc/db_trace.c

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



CVS commit: src/usr.sbin/crash

2011-04-14 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Apr 14 08:21:06 UTC 2011

Modified Files:
src/usr.sbin/crash: Makefile

Log Message:
enable crash(8) for sparc64.  it's still sort of minimal and segvs
on some commands, but it sort of works and isn't useless.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/crash/Makefile

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



CVS commit: src/sys/arch/vax/vax

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 08:17:42 UTC 2011

Modified Files:
src/sys/arch/vax/vax: genassym.cf

Log Message:
Add L_PRIVATE


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/vax/vax/genassym.cf

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



CVS commit: src/sys/arch/vax

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 08:17:28 UTC 2011

Modified Files:
src/sys/arch/vax/include: cpu.h
src/sys/arch/vax/vax: vm_machdep.c

Log Message:
Support LWP_PC


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/vax/include/cpu.h
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/vax/vax/vm_machdep.c

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



CVS commit: src/external/gpl3/binutils/dist/opcodes

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 08:05:00 UTC 2011

Modified Files:
src/external/gpl3/binutils/dist/opcodes: mips-opc.c

Log Message:
Remove old mfcr/mtcr definitions


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/dist/opcodes/mips-opc.c

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



CVS commit: src/external/gpl3/binutils/lib/libbfd/arch

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 08:04:21 UTC 2011

Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb: bfd.h
src/external/gpl3/binutils/lib/libbfd/arch/mips64el: bfd.h
src/external/gpl3/binutils/lib/libbfd/arch/mipseb: bfd.h
src/external/gpl3/binutils/lib/libbfd/arch/mipsel: bfd.h

Log Message:
Add bfd_mach_mips_xlr


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/bfd.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/bfd.h
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/binutils/lib/libbfd/arch/mipseb/bfd.h
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/binutils/lib/libbfd/arch/mipsel/bfd.h

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



CVS commit: src/external/gpl3/binutils/dist

2011-04-14 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Apr 14 07:49:49 UTC 2011

Modified Files:
src/external/gpl3/binutils/dist/bfd: aoutx.h archures.c bfd-in2.h
cpu-mips.c elfxx-mips.c
src/external/gpl3/binutils/dist/binutils: readelf.c
src/external/gpl3/binutils/dist/gas/config: tc-mips.c tc-vax.h
src/external/gpl3/binutils/dist/gas/doc: c-mips.texi
src/external/gpl3/binutils/dist/gas/testsuite/gas/mips: mips.exp
src/external/gpl3/binutils/dist/include/elf: mips.h
src/external/gpl3/binutils/dist/include/opcode: mips.h
src/external/gpl3/binutils/dist/opcodes: mips-dis.c mips-opc.c
Added Files:
src/external/gpl3/binutils/dist/gas/testsuite/gas/mips: xlr-ext.d
xlr-ext.s

Log Message:
Pull in MIPS XLR (XLS) support from patch in
http://sourceware.org/ml/binutils/2009-01/msg00383.html
This replaces local changes to support some xlr instructions.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/binutils/dist/bfd/aoutx.h \
src/external/gpl3/binutils/dist/bfd/archures.c \
src/external/gpl3/binutils/dist/bfd/cpu-mips.c
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/dist/bfd/bfd-in2.h
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/dist/bfd/elfxx-mips.c
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/dist/binutils/readelf.c
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/dist/gas/config/tc-mips.c \
src/external/gpl3/binutils/dist/gas/config/tc-vax.h
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/dist/gas/doc/c-mips.texi
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/binutils/dist/gas/testsuite/gas/mips/mips.exp
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/binutils/dist/gas/testsuite/gas/mips/xlr-ext.d \
src/external/gpl3/binutils/dist/gas/testsuite/gas/mips/xlr-ext.s
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/binutils/dist/include/elf/mips.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/binutils/dist/include/opcode/mips.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/binutils/dist/opcodes/mips-dis.c
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/dist/opcodes/mips-opc.c

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



CVS commit: src/sys/dev/acpi

2011-04-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr 14 07:06:53 UTC 2011

Modified Files:
src/sys/dev/acpi: thinkpad_acpi.c

Log Message:
Simplify a little. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/acpi/thinkpad_acpi.c

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