Author: ae
Date: Fri Mar 23 07:26:17 2012
New Revision: 233342
URL: http://svn.freebsd.org/changeset/base/233342
Log:
Check that scheme is not already registered. This may happens when a
KLD is preloaded with loader(8) and leads to infinity loops.
Also do not return EEXIST error code from
Author: stas
Date: Fri Mar 23 07:45:11 2012
New Revision: 233343
URL: http://svn.freebsd.org/changeset/base/233343
Log:
- Take krb5_verify_user.3.gz out of ObsoleteFiles as it's still being
installed.
- Add 32-bit compat old kerberos libraries to ObsoleteFiles as well.
Reported by: p
Author: stas
Date: Fri Mar 23 07:52:37 2012
New Revision: 233344
URL: http://svn.freebsd.org/changeset/base/233344
Log:
- Actually fill the date of the Heimdal update.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: ed
Date: Fri Mar 23 08:26:31 2012
New Revision: 233345
URL: http://svn.freebsd.org/changeset/base/233345
Log:
Make utmpx(3) thread safe if we support TLS.
Because the utmpx interface is generally not required to be thread-safe,
but it is nice to have, if easy to do so. Therefore d
On 11 March 2012 16:19, Konstantin Belousov wrote:
> Author: kib
> Date: Sun Mar 11 12:19:58 2012
> New Revision: 232821
> URL: http://svn.freebsd.org/changeset/base/232821
>
> Log:
> Remove fifo.h. The only used function declaration from the header is
> migrated to sys/vnode.h.
>
> Submitted b
Author: pluknet
Date: Fri Mar 23 10:12:35 2012
New Revision: 233346
URL: http://svn.freebsd.org/changeset/base/233346
Log:
Clean up of fs/fifofs include directory after fifo.h removal.
Glanced by: kib
Modified:
head/etc/mtree/BSD.include.dist
Modified: head/etc/mtree/BSD.include.dist
Author: pluknet
Date: Fri Mar 23 10:33:24 2012
New Revision: 233347
URL: http://svn.freebsd.org/changeset/base/233347
Log:
Clean up from the old kern.polling.
Reviewed by: attilio
MFC after:1 week
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
===
Author: pluknet
Date: Fri Mar 23 10:39:50 2012
New Revision: 233348
URL: http://svn.freebsd.org/changeset/base/233348
Log:
Update IFCAP_* macro descriptions.
Reviewed by: attilio (polling part, a previous version)
MFC after:1 week
Modified:
head/share/man/man9/ifnet.9
Modified: h
On Fri, Mar 23, 2012 at 11:12 AM, Sergey Kandaurov wrote:
> Author: pluknet
> Date: Fri Mar 23 10:12:35 2012
> New Revision: 233346
> URL: http://svn.freebsd.org/changeset/base/233346
>
> Log:
> Clean up of fs/fifofs include directory after fifo.h removal.
>
> Glanced by: kib
>
> Modified:
>
Author: dim
Date: Fri Mar 23 11:18:07 2012
New Revision: 233352
URL: http://svn.freebsd.org/changeset/base/233352
Log:
Silence alignment warnings from clang in libarchive's ppmd code (which
is actually third-party code). Clang even warns about alignment issues
on x86, and the warnings are n
Author: dim
Date: Fri Mar 23 11:35:01 2012
New Revision: 233354
URL: http://svn.freebsd.org/changeset/base/233354
Log:
Work around the following clang warning in mps(4):
sys/dev/mps/mps_sas.c:861:1: error: function 'mpssas_discovery_timeout' is
not needed and will not be emitted [-Werror
Author: kib
Date: Fri Mar 23 12:04:44 2012
New Revision: 233357
URL: http://svn.freebsd.org/changeset/base/233357
Log:
Implement xstrdup() using strlen()/xmalloc()/memcpy() already
presented in rtld, instead of pulling in libc strdup().
Submitted by:bde
MFC after: 2 weeks
Mod
Author: kib
Date: Fri Mar 23 12:10:12 2012
New Revision: 233360
URL: http://svn.freebsd.org/changeset/base/233360
Log:
Centralize the calculation of the top source directory. This
simplifies the build of rtld with partial checkout, allowing to
override only one place to reference other tree
Author: kib
Date: Fri Mar 23 12:13:31 2012
New Revision: 233361
URL: http://svn.freebsd.org/changeset/base/233361
Log:
Remove superfluous extern keywords.
MFC after: 2 weeks
Modified:
head/libexec/rtld-elf/rtld.h
Modified: head/libexec/rtld-elf/rtld.h
=
Author: jhb
Date: Fri Mar 23 12:34:39 2012
New Revision: 233362
URL: http://svn.freebsd.org/changeset/base/233362
Log:
Don't cast a bus address to a uint8_t pointer just to add an offset to
it. Instead, add the offset directly to the bus address.
Modified:
head/sys/dev/sound/pci/emu10kx.c
Author: pluknet
Date: Fri Mar 23 16:24:07 2012
New Revision: 233370
URL: http://svn.freebsd.org/changeset/base/233370
Log:
Expand contraction.
Spotted by: bjk
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
==
Author: jimharris
Date: Fri Mar 23 16:28:11 2012
New Revision: 233371
URL: http://svn.freebsd.org/changeset/base/233371
Log:
Call xpt_bus_register during attach context, then freeze and do not release
until domain discovery is complete. This fixes an isci(4) bug on FreeBSD 7.x
where devices
Author: gonzo
Date: Fri Mar 23 17:54:06 2012
New Revision: 233378
URL: http://svn.freebsd.org/changeset/base/233378
Log:
Before jumping to application's entry point set ra == pc in order
to let backtracing routine know to go no further.
Modified:
head/libexec/rtld-elf/mips/rtld_start.S
Author: gonzo
Date: Fri Mar 23 18:07:12 2012
New Revision: 233381
URL: http://svn.freebsd.org/changeset/base/233381
Log:
Fix pmap_kextract prototype to align it with pmap.c change
Modified:
head/sys/mips/include/pmap.h
Modified: head/sys/mips/include/pmap.h
==
Author: bschmidt
Date: Fri Mar 23 18:12:25 2012
New Revision: 233382
URL: http://svn.freebsd.org/changeset/base/233382
Log:
Also fix the parameter usage in set80211meshpeering().
Submitted by: Monthadar Al Jaberi
MFC after:1 week
X-MFC after: r233328
Modified:
head/sbin/ifconfig
Author: bschmidt
Date: Fri Mar 23 19:32:30 2012
New Revision: 233387
URL: http://svn.freebsd.org/changeset/base/233387
Log:
Use suspend/resume methods provided by net80211. This ensures that the
appropriate state handling takes place, not doing so results in the
device doing nothing until ma
Author: gonzo
Date: Fri Mar 23 19:37:45 2012
New Revision: 233388
URL: http://svn.freebsd.org/changeset/base/233388
Log:
Make default ABI for as(1) to be the same as target platform.
This change makes object files compiled with default flags by
gcc and as compatible.
Modified:
head/gnu/us
Author: trociny
Date: Fri Mar 23 20:05:41 2012
New Revision: 233389
URL: http://svn.freebsd.org/changeset/base/233389
Log:
Add a sysctl to set and retrieve binary osreldate of another process.
Suggested by: kib
Reviewed by: kib
MFC after:2 weeks
Modified:
head/sys/kern/kern_proc
Author: trociny
Date: Fri Mar 23 20:09:21 2012
New Revision: 233390
URL: http://svn.freebsd.org/changeset/base/233390
Log:
When displaying binary information show also osreldate.
Suggested by: kib
MFC after:2 weeks
Modified:
head/usr.bin/procstat/procstat.1
head/usr.bin/procstat/
Author: theraven
Date: Fri Mar 23 20:10:56 2012
New Revision: 233391
URL: http://svn.freebsd.org/changeset/base/233391
Log:
Revert ABI breakage in libsupc++.
Unfortunately, the ABI was broken upstream for the 4.2 release, which we
imported. We then shipped the broken version for several
Author: trociny
Date: Fri Mar 23 20:18:48 2012
New Revision: 233392
URL: http://svn.freebsd.org/changeset/base/233392
Log:
Fix typo.
MFC after:3 days
Modified:
head/sbin/hastd/nv.c
Modified: head/sbin/hastd/nv.c
===
On Fri, Mar 23, 2012 at 08:10:56PM +, David Chisnall wrote:
> Author: theraven
> Date: Fri Mar 23 20:10:56 2012
> New Revision: 233391
> URL: http://svn.freebsd.org/changeset/base/233391
>
> Log:
> Revert ABI breakage in libsupc++.
>
> Unfortunately, the ABI was broken upstream for the
On Fri, 23 Mar 2012 22:23:35 +0200
Konstantin Belousov wrote:
> On Fri, Mar 23, 2012 at 08:10:56PM +, David Chisnall wrote:
> > Author: theraven
> > Date: Fri Mar 23 20:10:56 2012
> > New Revision: 233391
> > URL: http://svn.freebsd.org/changeset/base/233391
> >
> > Log:
> > Revert ABI bre
Author: gonzo
Date: Fri Mar 23 21:07:10 2012
New Revision: 233397
URL: http://svn.freebsd.org/changeset/base/233397
Log:
Disable IRIX compatibility flags for DWARF code generator. IRIX-compatible
DWARF code is not compatible with CTF tools
Modified:
head/contrib/gcc/config/mips/freebsd.
On Fri, Mar 23, 2012 at 04:49:22PM -0400, Alexander Kabaev wrote:
> On Fri, 23 Mar 2012 22:23:35 +0200
> Konstantin Belousov wrote:
>
> > On Fri, Mar 23, 2012 at 08:10:56PM +, David Chisnall wrote:
> > > Author: theraven
> > > Date: Fri Mar 23 20:10:56 2012
> > > New Revision: 233391
> > > UR
On Fri, Mar 23, 2012 at 08:26:32AM +, Ed Schouten wrote:
> Author: ed
> Date: Fri Mar 23 08:26:31 2012
> New Revision: 233345
> URL: http://svn.freebsd.org/changeset/base/233345
> Log:
> Make utmpx(3) thread safe if we support TLS.
> Because the utmpx interface is generally not required t
Author: gonzo
Date: Fri Mar 23 22:52:23 2012
New Revision: 233400
URL: http://svn.freebsd.org/changeset/base/233400
Log:
Add define for MIPS.options
Modified:
head/sys/sys/elf_common.h
Modified: head/sys/sys/elf_common.h
===
Author: gonzo
Date: Fri Mar 23 22:55:37 2012
New Revision: 233401
URL: http://svn.freebsd.org/changeset/base/233401
Log:
Add handler for MIPS.options section
Modified:
head/lib/libelf/libelf_data.c
Modified: head/lib/libelf/libelf_data.c
==
Author: gonzo
Date: Fri Mar 23 23:07:02 2012
New Revision: 233402
URL: http://svn.freebsd.org/changeset/base/233402
Log:
Make libproc compilable for MIPS
Modified:
head/lib/libproc/proc_bkpt.c
head/lib/libproc/proc_regs.c
Modified: head/lib/libproc/proc_bkpt.c
=
On 23 Mar 2012, at 21:10, Konstantin Belousov wrote:
> The patch just committed made the base-shipped library incompatible
> with the ports and manual libstdc++ builds.
To clarify - the one shipped in the base system has been incompatible with the
one in ports since late 2007...
In future, howe
Author: marius
Date: Sat Mar 24 00:30:17 2012
New Revision: 233403
URL: http://svn.freebsd.org/changeset/base/233403
Log:
- Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.
Note that this driver additionally probes some device IDs for the most
part not know to oth
Author: marius
Date: Sat Mar 24 00:37:56 2012
New Revision: 233404
URL: http://svn.freebsd.org/changeset/base/233404
Log:
As it turns out, mpi_cnfg.h already is included by mpt.h.
Modified:
head/sys/dev/mpt/mpt_pci.c
Modified: head/sys/dev/mpt/mpt_pci.c
==
Author: stas
Date: Sat Mar 24 00:42:38 2012
New Revision: 233405
URL: http://svn.freebsd.org/changeset/base/233405
Log:
- Apply binutils workaround on mips.mips as well. Though this TARGET_ARCH
is deprecated, tinderbox uses it.
Modified:
head/kerberos5/lib/libkafs5/Makefile
Modified: he
Author: stas
Date: Sat Mar 24 01:02:03 2012
New Revision: 233406
URL: http://svn.freebsd.org/changeset/base/233406
Log:
- Avoid using deprecated heimdal functions in pam_krb5.
Modified:
head/lib/libpam/modules/pam_krb5/Makefile
head/lib/libpam/modules/pam_krb5/pam_krb5.c
Modified: head/lib
Author: gonzo
Date: Sat Mar 24 01:47:33 2012
New Revision: 233407
URL: http://svn.freebsd.org/changeset/base/233407
Log:
Maintain target's byte order for multi-byte fields in CTF structures.
CTF format is not cross-platform by design, e.g. it is not guaranteed
that data generated by ctfco
Author: gonzo
Date: Sat Mar 24 04:52:18 2012
New Revision: 233408
URL: http://svn.freebsd.org/changeset/base/233408
Log:
Add MIPS support to cddl/contrib part:
- header and stub .c file for fasttrap module. It's not supported on
MIPS yet, but there is no way to disable support complet
Author: gonzo
Date: Sat Mar 24 05:14:37 2012
New Revision: 233409
URL: http://svn.freebsd.org/changeset/base/233409
Log:
Add device part of DTrace/MIPS code
Added:
head/sys/cddl/dev/dtrace/mips/
head/sys/cddl/dev/dtrace/mips/dtrace_asm.S (contents, props changed)
head/sys/cddl/dev/dtrac
Author: gonzo
Date: Sat Mar 24 05:15:14 2012
New Revision: 233410
URL: http://svn.freebsd.org/changeset/base/233410
Log:
Make lockstat and profile modules x86-only
Modified:
head/sys/modules/dtrace/Makefile
Modified: head/sys/modules/dtrace/Makefile
==
Author: gonzo
Date: Sat Mar 24 05:16:26 2012
New Revision: 233411
URL: http://svn.freebsd.org/changeset/base/233411
Log:
Jusy use i386 version of cyclic_machdep.c on all supported architectures.
It's generic enough to cover all of them.
Modified:
head/sys/modules/cyclic/Makefile
Modified:
Author: gonzo
Date: Sat Mar 24 05:17:38 2012
New Revision: 233412
URL: http://svn.freebsd.org/changeset/base/233412
Log:
Add DTrace-related part to machine-dependent code:
- DTrace trap handler
- invop-related variables (unused on MIPS but still referenced from dtrace)
Modified:
head/s
Author: gonzo
Date: Sat Mar 24 05:18:27 2012
New Revision: 233413
URL: http://svn.freebsd.org/changeset/base/233413
Log:
Build libproc and librtld_db for MIPS
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
=
Author: gonzo
Date: Sat Mar 24 05:27:39 2012
New Revision: 233414
URL: http://svn.freebsd.org/changeset/base/233414
Log:
Add stub file for pid probe. It's required although pid probe is not supported
on MIPS yet
Added:
head/cddl/contrib/opensolaris/lib/libdtrace/mips/
head/cddl/contrib/op
Author: gonzo
Date: Sat Mar 24 05:29:07 2012
New Revision: 233415
URL: http://svn.freebsd.org/changeset/base/233415
Log:
Enable build of DTrace-related userland parts for MIPS
Modified:
head/cddl/lib/Makefile
head/cddl/lib/libdtrace/Makefile
head/cddl/usr.sbin/Makefile
Modified: head/cdd
Author: gonzo
Date: Sat Mar 24 05:30:13 2012
New Revision: 233416
URL: http://svn.freebsd.org/changeset/base/233416
Log:
Build CTF tools as a part of toolchain for cross-compilation case
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: gonzo
Date: Sat Mar 24 06:28:15 2012
New Revision: 233417
URL: http://svn.freebsd.org/changeset/base/233417
Log:
Remap PMC interrupt for all cores
Modified:
head/sys/mips/cavium/octeon_irq.h
head/sys/mips/cavium/octeon_machdep.c
head/sys/mips/cavium/octeon_pmc.c
Modified: head/sy
Author: joel (doc committer)
Date: Sat Mar 24 06:40:41 2012
New Revision: 233418
URL: http://svn.freebsd.org/changeset/base/233418
Log:
Document the show alias and add an EXAMPLES section.
Modified:
head/sbin/route/route.8
Modified: head/sbin/route/route.8
===
51 matches
Mail list logo