svn commit: r202909 - in head/sys/mips: include mips

2010-01-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jan 24 03:10:48 2010 New Revision: 202909 URL: http://svn.freebsd.org/changeset/base/202909 Log: - Introduce kernel_kseg0_end variable that marks first address in KSEG0 available for use. All data below this address considered to be used by kernel. Along with

svn commit: r202908 - in head/sys/mips: include mips

2010-01-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jan 24 02:59:22 2010 New Revision: 202908 URL: http://svn.freebsd.org/changeset/base/202908 Log: - Copy symbol-related tables (.symtab and .strtab) to the end of relocated kernel. We use magic number to signal kernel that symbol data is present. Modified: h

svn commit: r202905 - head/sys/mips/rmi

2010-01-23 Thread Randall Stewart
Author: rrs Date: Sun Jan 24 01:06:02 2010 New Revision: 202905 URL: http://svn.freebsd.org/changeset/base/202905 Log: Changes the order of the setting the int happened (inside the lock). Modified: head/sys/mips/rmi/xlr_machdep.c Modified: head/sys/mips/rmi/xlr_machdep.c ==

Re: svn commit: r202850 - head/sys/mips/cavium

2010-01-23 Thread M. Warner Losh
In message: <20100123215945.gf31...@server.vk2pj.dyndns.org> Peter Jeremy writes: : On 2010-Jan-23 00:24:31 +, Warner Losh wrote: : >Author: imp : >Date: Sat Jan 23 00:24:31 2010 : >New Revision: 202850 : >URL: http://svn.freebsd.org/changeset/base/202850 : > : >Log: : > Migrate

svn commit: r202904 - head/sys/ia64/ia64

2010-01-23 Thread Marcel Moolenaar
Author: marcel Date: Sat Jan 23 23:16:50 2010 New Revision: 202904 URL: http://svn.freebsd.org/changeset/base/202904 Log: Remove cpu_boot() and call efi_reset_system() directly from cpu_reset(). Modified: head/sys/ia64/ia64/machdep.c Modified: head/sys/ia64/ia64/machdep.c =

svn commit: r202903 - head/sys/fs/cd9660

2010-01-23 Thread Marius Strobl
Author: marius Date: Sat Jan 23 22:38:01 2010 New Revision: 202903 URL: http://svn.freebsd.org/changeset/base/202903 Log: On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit aligned so on architectures with strict alignment requirements we can't just simply cast the latter to th

svn commit: r202902 - stable/7/sys/kern

2010-01-23 Thread Konstantin Belousov
Author: kib Date: Sat Jan 23 22:37:34 2010 New Revision: 202902 URL: http://svn.freebsd.org/changeset/base/202902 Log: Fix vfs_unbusy() calls in r202895. Reported by: Michael Butler Approved by: re (bz) Modified: stable/7/sys/kern/vfs_syscalls.c Modified: stable/7/sys/kern/vfs_sysc

svn commit: r202900 - head/sys/sparc64/sparc64

2010-01-23 Thread Marius Strobl
Author: marius Date: Sat Jan 23 22:11:18 2010 New Revision: 202900 URL: http://svn.freebsd.org/changeset/base/202900 Log: Merge r202882 from amd64/i386: For PT_TO_SCE stop that stops the ptraced process upon syscall entry, syscall arguments are collected before ptracestop() is called. As

Re: svn commit: r200509 - stable/8/libexec/rtld-elf

2010-01-23 Thread Robert N. M. Watson
On 14 Dec 2009, at 16:08, Bruce Evans wrote: > On Mon, 14 Dec 2009, Robert Watson wrote: > >> Log: >> Merge r197808 from head to stable/8: >> >> In rtld's map_object(), use pread(..., 0) rather than read() to read the >> ELF header from the front of the file. As all other I/O on the binary

Re: svn commit: r202850 - head/sys/mips/cavium

2010-01-23 Thread Peter Jeremy
On 2010-Jan-23 00:24:31 +, Warner Losh wrote: >Author: imp >Date: Sat Jan 23 00:24:31 2010 >New Revision: 202850 >URL: http://svn.freebsd.org/changeset/base/202850 > >Log: > Migrate from old "DDB" style debugger to newer KDB style. > >Modified: > head/sys/mips/cavium/octeon_machdep.c > >Modi

svn commit: r202898 - head/sys/dev/ieee488

2010-01-23 Thread Joerg Wunsch
Author: joerg Date: Sat Jan 23 21:33:33 2010 New Revision: 202898 URL: http://svn.freebsd.org/changeset/base/202898 Log: Fix breakage introduced to the tnt4882 driver in r202870. This PCI frontend uses the same uPD7210 backend as the pcii ISA frontend, so the backend has to cope with both s

svn commit: r202897 - head/sys/amd64/amd64

2010-01-23 Thread Alan Cox
Author: alc Date: Sat Jan 23 20:28:37 2010 New Revision: 202897 URL: http://svn.freebsd.org/changeset/base/202897 Log: Simplify the mapping of the system message buffer. Use the direct map just like ia64 does. Modified: head/sys/amd64/amd64/machdep.c head/sys/amd64/amd64/pmap.c Modified

Re: svn commit: r202892 - head/usr.bin

2010-01-23 Thread Doug Barton
On 01/23/10 09:31, Antoine Brodin wrote: > Author: antoine > Date: Sat Jan 23 17:31:13 2010 > New Revision: 202892 > URL: http://svn.freebsd.org/changeset/base/202892 > > Log: > Unbreak world WITHOUT_OPENSSL: > the new dc(1) depends on crypto(3) and bc(1) depends on dc(1). The dependency on c

Re: svn commit: r202842 - in stable/6/usr.sbin/pkg_install: add create delete info lib updating version

2010-01-23 Thread Doug Barton
On 01/22/10 15:19, Florent Thoumie wrote: > Author: flz > Date: Fri Jan 22 23:19:33 2010 > New Revision: 202842 > URL: http://svn.freebsd.org/changeset/base/202842 > > Log: > Synchronize pkg_install with HEAD. I am not of the camp that believes repeating the entire commit message (or messages)

svn commit: r202896 - head

2010-01-23 Thread Antoine Brodin
Author: antoine Date: Sat Jan 23 19:29:42 2010 New Revision: 202896 URL: http://svn.freebsd.org/changeset/base/202896 Log: Unbreak world: - WITHOUT_OPENSSH (and WITH_KERBEROS) - WITHOUT_KERBEROS and WITH_GSSAPI PR: 137483 Submitted by: bf MFC after:2 weeks Note: t

svn commit: r202895 - stable/7/sys/kern

2010-01-23 Thread Konstantin Belousov
Author: kib Date: Sat Jan 23 19:01:25 2010 New Revision: 202895 URL: http://svn.freebsd.org/changeset/base/202895 Log: MFC r186277: The quotactl, statfs and fstatfs syscall implementations may dereference NULL pointer to struct mount if the looked up vnode is reclaimed. Also, these syscall

svn commit: r202894 - in head/sys/i386: i386 include

2010-01-23 Thread Alan Cox
Author: alc Date: Sat Jan 23 18:42:28 2010 New Revision: 202894 URL: http://svn.freebsd.org/changeset/base/202894 Log: Handle a race between pmap_kextract() and pmap_promote_pde(). This race is known to cause a kernel crash in ZFS on i386 when superpage promotion is enabled. Tested by:

svn commit: r202893 - head/lib/libc/gen

2010-01-23 Thread Ed Schouten
Author: ed Date: Sat Jan 23 17:58:40 2010 New Revision: 202893 URL: http://svn.freebsd.org/changeset/base/202893 Log: EMPTY records don't have a timestamp. Modified: head/lib/libc/gen/getutxent.3 Modified: head/lib/libc/gen/getutxent.3

svn commit: r202892 - head/usr.bin

2010-01-23 Thread Antoine Brodin
Author: antoine Date: Sat Jan 23 17:31:13 2010 New Revision: 202892 URL: http://svn.freebsd.org/changeset/base/202892 Log: Unbreak world WITHOUT_OPENSSL: the new dc(1) depends on crypto(3) and bc(1) depends on dc(1). Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile =

Re: svn commit: r202870 - head/sys/dev/ieee488

2010-01-23 Thread Bjoern A. Zeeb
On Sat, 23 Jan 2010, Joerg Wunsch wrote: Author: joerg Date: Sat Jan 23 07:54:06 2010 New Revision: 202870 URL: http://svn.freebsd.org/changeset/base/202870 Log: Overhaul of the pcii driver: ... MFC after: 1 day If it's not security related - we don't do that and still use a minmium

svn commit: r202891 - in stable/8: sys/kern sys/netinet sys/netinet6 sys/sys usr.sbin/jail

2010-01-23 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jan 23 16:40:35 2010 New Revision: 202891 URL: http://svn.freebsd.org/changeset/base/202891 Log: MFC r202468: Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control whether to use source address selection (default) or the primary jail address for

svn commit: r202890 - stable/8/sys/dev/agp

2010-01-23 Thread Robert Noland
Author: rnoland Date: Sat Jan 23 16:29:04 2010 New Revision: 202890 URL: http://svn.freebsd.org/changeset/base/202890 Log: MFC r200764 Fix a handful of issues with via agp support. * Read the pci capability register to identify AGP 3 support * Add missing smaller aperture sizes f

svn commit: r202889 - head/sys/kern

2010-01-23 Thread Attilio Rao
Author: attilio Date: Sat Jan 23 15:54:21 2010 New Revision: 202889 URL: http://svn.freebsd.org/changeset/base/202889 Log: - Fix a race in sched_switch() of sched_4bsd. In the case of the thread being on a sleepqueue or a turnstile, the sched_lock was acquired (without the aid of the td_

svn commit: r202888 - stable/7/sys/conf

2010-01-23 Thread Ken Smith
Author: kensmith Date: Sat Jan 23 15:28:18 2010 New Revision: 202888 URL: http://svn.freebsd.org/changeset/base/202888 Log: Adjust to indicate we've begun the 7.3-RELEASE release cycle. Approved by: re (implicit) Modified: stable/7/sys/conf/newvers.sh Modified: stable/7/sys/conf/newver

svn commit: r202887 - svnadmin/conf

2010-01-23 Thread Ken Smith
Author: kensmith Date: Sat Jan 23 14:56:16 2010 New Revision: 202887 URL: http://svn.freebsd.org/changeset/base/202887 Log: Turn on approval checking for stable/7 to mark the beginning of Code Freeze for the 7.3-RELEASE cycle. Approved by: core (implicit) Modified: svnadmin/conf/appro

svn commit: r202886 - stable/7/share/man/man3

2010-01-23 Thread Christian Brueffer
Author: brueffer Date: Sat Jan 23 14:13:21 2010 New Revision: 202886 URL: http://svn.freebsd.org/changeset/base/202886 Log: MFC: r202162 Various fixes. Modified: stable/7/share/man/man3/pthread_affinity_np.3 stable/7/share/man/man3/pthread_attr_affinity_np.3 Directory Properties: sta

svn commit: r202885 - stable/8/share/man/man3

2010-01-23 Thread Christian Brueffer
Author: brueffer Date: Sat Jan 23 14:12:40 2010 New Revision: 202885 URL: http://svn.freebsd.org/changeset/base/202885 Log: MFC: r202162 Various fixes. Modified: stable/8/share/man/man3/pthread_affinity_np.3 stable/8/share/man/man3/pthread_attr_affinity_np.3 Directory Properties: sta

svn commit: r202884 - head/share/man/man3

2010-01-23 Thread Konstantin Belousov
Author: kib Date: Sat Jan 23 13:08:47 2010 New Revision: 202884 URL: http://svn.freebsd.org/changeset/base/202884 Log: Document pthread_timedjoin_np. Note implementation-defined EOPNOTSUPP error [1]. PR: threads/143115 [1] MFC after:3 days Modified: head/share/man/man3/pthread_

svn commit: r202883 - head/lib/libc/gen

2010-01-23 Thread Antoine Brodin
Author: antoine Date: Sat Jan 23 12:48:46 2010 New Revision: 202883 URL: http://svn.freebsd.org/changeset/base/202883 Log: Reapply r201145 to lib/libc/gen/sem.c Modified: head/lib/libc/gen/sem.c Modified: head/lib/libc/gen/sem.c ===

Re: svn commit: r202882 - in head/sys: amd64/amd64 amd64/ia32 i386/i386 kern sys

2010-01-23 Thread Kostik Belousov
On Sat, Jan 23, 2010 at 11:45:35AM +, Konstantin Belousov wrote: > Author: kib > Date: Sat Jan 23 11:45:35 2010 > New Revision: 202882 > URL: http://svn.freebsd.org/changeset/base/202882 > > Log: > For PT_TO_SCE stop that stops the ptraced process upon syscall entry, > syscall arguments ar

svn commit: r202882 - in head/sys: amd64/amd64 amd64/ia32 i386/i386 kern sys

2010-01-23 Thread Konstantin Belousov
Author: kib Date: Sat Jan 23 11:45:35 2010 New Revision: 202882 URL: http://svn.freebsd.org/changeset/base/202882 Log: For PT_TO_SCE stop that stops the ptraced process upon syscall entry, syscall arguments are collected before ptracestop() is called. As a consequence, debugger cannot modify

svn commit: r202881 - in head/sys: kern sys

2010-01-23 Thread Konstantin Belousov
Author: kib Date: Sat Jan 23 11:43:30 2010 New Revision: 202881 URL: http://svn.freebsd.org/changeset/base/202881 Log: Staticise sigqueue manipulation functions used only in kern_sig.c. MFC after:1 week Modified: head/sys/kern/kern_sig.c head/sys/sys/signalvar.h Modified: head/sys

svn commit: r202880 - head/etc/rc.d

2010-01-23 Thread Konstantin Belousov
Author: kib Date: Sat Jan 23 11:42:31 2010 New Revision: 202880 URL: http://svn.freebsd.org/changeset/base/202880 Log: Do not check for existence of symlink source for the link action. This does not work for link in subdirectory, and sometimes it is useful to create symlink in advance for dy

svn commit: r202876 - head/lib/libc/gen

2010-01-23 Thread Ed Schouten
Author: ed Date: Sat Jan 23 08:43:21 2010 New Revision: 202876 URL: http://svn.freebsd.org/changeset/base/202876 Log: Just ignore the timestamps given to pututxline(). I've noticed many applications do a bad job at timekeeping, for several reasons: - Applications like screen(1) don't

svn commit: r202875 - stable/7/sys/dev/cxgb

2010-01-23 Thread Navdeep Parhar
Author: np Date: Sat Jan 23 08:43:11 2010 New Revision: 202875 URL: http://svn.freebsd.org/changeset/base/202875 Log: MFC r202863 Don't forget to release the adapter lock for a no-op. Modified: stable/7/sys/dev/cxgb/cxgb_main.c Directory Properties: stable/7/sys/ (props changed) st

svn commit: r202874 - stable/8/sys/dev/cxgb

2010-01-23 Thread Navdeep Parhar
Author: np Date: Sat Jan 23 08:37:04 2010 New Revision: 202874 URL: http://svn.freebsd.org/changeset/base/202874 Log: MFC r202863 Don't forget to release the adapter lock for a no-op. Modified: stable/8/sys/dev/cxgb/cxgb_main.c Directory Properties: stable/8/sys/ (props changed) st

Re: svn commit: r202870 - head/sys/dev/ieee488

2010-01-23 Thread Joerg Wunsch
As Joerg Wunsch wrote: > . Implement the "special interrupt handling" per the GPIB-PCIIA > Technical Reference Manual; this was apparently not declared for the > clone card this driver has been originally implemented for, [...] s/declared/required/ -- cheers, J"org .-.-.