Author: dchagin
Date: Sat Mar 12 07:47:05 2011
New Revision: 219558
URL: http://svn.freebsd.org/changeset/base/219558
Log:
Style(9) fixes. No functional changes.
MFC after:2 Week
Modified:
head/sys/compat/linux/linux_ipc.c
Modified: head/sys/compat/linux/linux_ipc.c
Author: das
Date: Sat Mar 12 07:03:06 2011
New Revision: 219557
URL: http://svn.freebsd.org/changeset/base/219557
Log:
Merge gdtoa-20110304.
Added:
head/contrib/gdtoa/changes
- copied unchanged from r219423, vendor/gdtoa/dist/changes
head/contrib/gdtoa/printf.c
- copied unchanged
Author: marius
Date: Fri Mar 11 22:42:04 2011
New Revision: 219548
URL: http://svn.freebsd.org/changeset/base/219548
Log:
Allocate the sound buffer DMA memory coherent. While NetBSD typically
also does this for sound drivers it's probably not necessary for all
combinations of controllers and
Author: marius
Date: Fri Mar 11 22:32:17 2011
New Revision: 219547
URL: http://svn.freebsd.org/changeset/base/219547
Log:
- Allocate the DMA memory shared between the host and the controller as
coherent.
- Constify the ti_devs table.
- Don't bother to set if_mtu to ETHERMTU, ether_ifatta
Author: marius
Date: Fri Mar 11 22:25:34 2011
New Revision: 219546
URL: http://svn.freebsd.org/changeset/base/219546
Log:
Allocate the DMA memory shared between the host and the controller as
coherent.
MFC after:2 weeks
Modified:
head/sys/dev/xl/if_xl.c
Modified: head/sys/dev/xl/i
Author: marius
Date: Fri Mar 11 22:23:46 2011
New Revision: 219545
URL: http://svn.freebsd.org/changeset/base/219545
Log:
Allocate the DMA memory shared between the host and the controller as
coherent.
MFC after:2 weeks
Modified:
head/sys/dev/stge/if_stge.c
Modified: head/sys/dev/
Author: marius
Date: Fri Mar 11 22:21:12 2011
New Revision: 219544
URL: http://svn.freebsd.org/changeset/base/219544
Log:
Allocate the DMA memory shared between the host and the controller as
coherent.
MFC after:2 weeks
Modified:
head/sys/dev/sk/if_sk.c
Modified: head/sys/dev/sk/i
Author: marius
Date: Fri Mar 11 22:19:49 2011
New Revision: 219543
URL: http://svn.freebsd.org/changeset/base/219543
Log:
Allocate the DMA memory shared between the host and the controller as
coherent.
MFC after:2 weeks
Modified:
head/sys/dev/firewire/fwohci.c
head/sys/dev/firewi
Author: marius
Date: Fri Mar 11 21:35:38 2011
New Revision: 219535
URL: http://svn.freebsd.org/changeset/base/219535
Log:
Now that TLS generally is available on sparc64 since r219534 turn on
support for it. Note that while sparc64 also supports the static TLS
model and thus tls_model("initia
Author: marius
Date: Fri Mar 11 21:24:02 2011
New Revision: 219534
URL: http://svn.freebsd.org/changeset/base/219534
Log:
Now that TLS is supported for sparc64 by both binutils 2.17.50 committed
in r218822 and rtld(1) committed in r219533 turn on TLS support in GCC.
Modified:
head/contrib/g
Author: marius
Date: Fri Mar 11 21:08:02 2011
New Revision: 219533
URL: http://svn.freebsd.org/changeset/base/219533
Log:
- Add support for TLS relocations.
- Emitt an error when encountering an unsupported and in case of the
kernel also for unaligned relocations.
- Fix R_SPARC_LOX10 rel
Author: marius
Date: Fri Mar 11 20:30:58 2011
New Revision: 219532
URL: http://svn.freebsd.org/changeset/base/219532
Log:
- Remove clause 3 and 4 from TNF licenses. [1]
- Add the _RF_X committed in r212998 also to the tables in the sparc64
reloc.c in order reduce differences between the ke
Author: marius
Date: Fri Mar 11 20:01:57 2011
New Revision: 219531
URL: http://svn.freebsd.org/changeset/base/219531
Log:
Revert the binutils workaround committed in r219340, the underlying
problem has been fixed in r219530.
Modified:
head/sys/sparc64/sparc64/elf_machdep.c
Modified: head/s
Author: marius
Date: Fri Mar 11 20:00:38 2011
New Revision: 219530
URL: http://svn.freebsd.org/changeset/base/219530
Log:
In the upstream rev. 1.61 of elf64-sparc.c the following bug was fixed:
* elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
dynamic relocs
Author: nwhitehorn
Date: Fri Mar 11 19:40:49 2011
New Revision: 219528
URL: http://svn.freebsd.org/changeset/base/219528
Log:
Correct typo.
Modified:
head/usr.sbin/bsdinstall/scripts/auto
Modified: head/usr.sbin/bsdinstall/scripts/auto
Author: brucec
Date: Fri Mar 11 19:32:15 2011
New Revision: 219527
URL: http://svn.freebsd.org/changeset/base/219527
Log:
Fix warnings and style(9) issues.
Set WARNS to 6.
Modified:
head/tools/tools/iwi/Makefile
head/tools/tools/iwi/iwistats.c
Modified: head/tools/tools/iwi/Makefile
Author: avg
Date: Fri Mar 11 19:21:42 2011
New Revision: 219525
URL: http://svn.freebsd.org/changeset/base/219525
Log:
amd64/NOTES: use a greater number in KSTACK_PAGES example
This is a minor cosmetic change - the users are more likely to want to
increase (rather than decrease) default k
Author: brucec
Date: Fri Mar 11 19:19:47 2011
New Revision: 219524
URL: http://svn.freebsd.org/changeset/base/219524
Log:
Fix the build: we have snprintf(3).
MFC after:1 week
Modified:
head/tools/tools/ether_reflect/Makefile
Modified: head/tools/tools/ether_reflect/Makefile
Author: mdf
Date: Fri Mar 11 18:56:55 2011
New Revision: 219523
URL: http://svn.freebsd.org/changeset/base/219523
Log:
Mostly revert r219468, as I had misremembered the C standard regarding
the size of an extern array.
Keep one change from strncpy to strlcpy.
Modified:
head/sys/amd64/a
Author: brucec
Date: Fri Mar 11 18:51:42 2011
New Revision: 219522
URL: http://svn.freebsd.org/changeset/base/219522
Log:
Fix warnings and set WARNS to 6.
MFC after:1 week
Modified:
head/tools/tools/aac/Makefile
head/tools/tools/aac/aac_checkq.c
Modified: head/tools/tools/aac/Make
Author: brucec
Date: Fri Mar 11 18:48:28 2011
New Revision: 219521
URL: http://svn.freebsd.org/changeset/base/219521
Log:
Fix warnings and set WARNS to 6.
MFC after:1 week
Modified:
head/tools/tools/cfi/Makefile
head/tools/tools/cfi/cfi.c
Modified: head/tools/tools/cfi/Makefile
==
On Monday, February 21, 2011 4:01:34 am Bruce Cran wrote:
> Author: brucec
> Date: Mon Feb 21 09:01:34 2011
> New Revision: 218909
> URL: http://svn.freebsd.org/changeset/base/218909
>
> Log:
> Fix typos - remove duplicate "the".
>
> PR: bin/154928
> Submitted by: Eitan Adler
> M
Author: brucec
Date: Fri Mar 11 18:44:16 2011
New Revision: 219519
URL: http://svn.freebsd.org/changeset/base/219519
Log:
mptable.h is now in include/x86.
Modified:
head/tools/tools/ncpus/biosmptable.c
Modified: head/tools/tools/ncpus/biosmptable.c
===
On Fri, Mar 11, 2011 at 01:11:15PM +, John Baldwin wrote:
> Author: jhb
> Date: Fri Mar 11 13:11:15 2011
> New Revision: 219483
> URL: http://svn.freebsd.org/changeset/base/219483
>
> Log:
> Remove all object files during 'make clean'.
Oops, I think that was me. Thank you, John.
--
Pawel
Author: nwhitehorn
Date: Fri Mar 11 17:47:59 2011
New Revision: 219512
URL: http://svn.freebsd.org/changeset/base/219512
Log:
Fix bugs and make improvements to documentation renaming.
Submitted by: Garrett Cooper
Modified:
head/release/Makefile.bsdinstall
Modified: head/release/Makefile
Author: brucec
Date: Fri Mar 11 17:33:31 2011
New Revision: 219511
URL: http://svn.freebsd.org/changeset/base/219511
Log:
Fix warnings and style(9) issues.
Set WARNS to 6.
MFC after:1 week
Modified:
head/tools/test/malloc/Makefile
head/tools/test/malloc/main.c
Modified: head/too
Author: nwhitehorn
Date: Fri Mar 11 17:01:14 2011
New Revision: 219509
URL: http://svn.freebsd.org/changeset/base/219509
Log:
Add support for generating release documentation. Note that, due to the
release documentation build being broken at the moment, this is only
partially functional.
Mo
Author: nwhitehorn
Date: Fri Mar 11 16:58:21 2011
New Revision: 219508
URL: http://svn.freebsd.org/changeset/base/219508
Log:
Add a wrapper script for Makefile.bsdinstall that does the source
checkout/chroot/compile/release dance that the existing release Makefile
does for those who want a t
Author: jhb
Date: Fri Mar 11 13:11:15 2011
New Revision: 219483
URL: http://svn.freebsd.org/changeset/base/219483
Log:
Remove all object files during 'make clean'.
PR: kern/154888
Submitted by: arundel
MFC after:1 week
Modified:
head/sys/boot/i386/gptboot/Makefile
Modi
Author: trociny
Date: Fri Mar 11 12:12:35 2011
New Revision: 219482
URL: http://svn.freebsd.org/changeset/base/219482
Log:
Make workers inherit debug level from the main process.
Approved by: pjd (mentor)
MFC after:1 week
Modified:
head/sbin/hastd/primary.c
head/sbin/hastd/secon
Author: adrian
Date: Fri Mar 11 11:58:54 2011
New Revision: 219481
URL: http://svn.freebsd.org/changeset/base/219481
Log:
Port over the AR9285 PA calibration and initial calibration code from
Linux ath9k.
The ath9k ar9002_hw_init_cal() isn't entirely clear about what
is supposed to be c
Author: adrian
Date: Fri Mar 11 11:35:36 2011
New Revision: 219480
URL: http://svn.freebsd.org/changeset/base/219480
Log:
Introduce methods for the initial calibration and the new PA calibration
routines.
These are needed for the AR9285/AR2427 and AR9287 calibration routines
which will
Author: adrian
Date: Fri Mar 11 11:07:53 2011
New Revision: 219479
URL: http://svn.freebsd.org/changeset/base/219479
Log:
Remove the ar9285FillVpdTable() and just use ar5416FillVpdTable().
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416.h
head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
he
Author: trociny
Date: Fri Mar 11 10:11:22 2011
New Revision: 219478
URL: http://svn.freebsd.org/changeset/base/219478
Log:
Add myself to calendar.freebsd and committers-src.dot.
Approved by: pjd (mentor)
Modified:
head/share/misc/committers-src.dot
head/usr.bin/calendar/calendars/cale
34 matches
Mail list logo