svn commit: r239890 - in head/sys/dev/ath/ath_hal: . ar9002

2012-08-29 Thread Adrian Chadd
Author: adrian Date: Thu Aug 30 06:55:47 2012 New Revision: 239890 URL: http://svn.freebsd.org/changeset/base/239890 Log: Migrate the AR9285 diversity configuration LNA configuration to use some HAL definitions rather than local definitions. The original source (ath9k) pulled this stuff f

svn commit: r239889 - head/sys/dev/isci/scil

2012-08-29 Thread Jim Harris
Author: jimharris Date: Thu Aug 30 00:43:14 2012 New Revision: 239889 URL: http://svn.freebsd.org/changeset/base/239889 Log: Do not call sati_check_data_io() for SATI_UNMAP sequences. This routine is intended only for commands such as INQUIRY where the controller may fill out a smaller am

svn commit: r239888 - head/sys/mips/conf

2012-08-29 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 22:58:52 2012 New Revision: 239888 URL: http://svn.freebsd.org/changeset/base/239888 Log: More attempts at space saving. * add cam as a module to build - but build in scbus/da for now, as "cam" as a module includes all cam devices. Hardly space saving.

svn commit: r239887 - head/tools/bsdbox

2012-08-29 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 22:55:50 2012 New Revision: 239887 URL: http://svn.freebsd.org/changeset/base/239887 Log: Do a bunch of fixing and refactoring. Fix up gzip to crunch right. Add kenv, although I'm not yet sure why it isn't working on my MIPS boards (reading kenv always

svn commit: r239886 - head/tools/bsdbox

2012-08-29 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 22:54:39 2012 New Revision: 239886 URL: http://svn.freebsd.org/changeset/base/239886 Log: Disable fsck_ffs for now, 4MB target size issues. Modified: head/tools/bsdbox/Makefile.fs Modified: head/tools/bsdbox/Makefile.fs

svn commit: r239885 - head/tools/bsdbox

2012-08-29 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 22:54:27 2012 New Revision: 239885 URL: http://svn.freebsd.org/changeset/base/239885 Log: Disable building textproc for now, it doesn't fit on my 4MB flash partition. Add -lcrypt as a dynamic target. Modified: head/tools/bsdbox/Makefile Modified: head/t

svn commit: r239884 - head/tools/bsdbox

2012-08-29 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 22:53:54 2012 New Revision: 239884 URL: http://svn.freebsd.org/changeset/base/239884 Log: For now, disable building wpa_supplicant. My 4MB flash builds can't handle the bloat. Modified: head/tools/bsdbox/Makefile.hostapd Modified: head/tools/bsdbox/Makefi

svn commit: r239883 - head/bin/ps

2012-08-29 Thread Ed Maste
Author: emaste Date: Wed Aug 29 21:38:34 2012 New Revision: 239883 URL: http://svn.freebsd.org/changeset/base/239883 Log: Avoid passing uninitialized stack to addelem() if called with an empty arg. PR: bin/171174 Modified: head/bin/ps/ps.c Modified: head/bin/ps/ps.c ==

svn commit: r239873 - head/sys/conf

2012-08-29 Thread Dimitry Andric
Author: dim Date: Wed Aug 29 18:58:03 2012 New Revision: 239873 URL: http://svn.freebsd.org/changeset/base/239873 Log: After r239868, also remove the comment about the workaround for ah_eeprom_9287.c. Modified: head/sys/conf/files Modified: head/sys/conf/files =

svn commit: r239872 - head/lib/libdwarf

2012-08-29 Thread Dimitry Andric
Author: dim Date: Wed Aug 29 18:49:41 2012 New Revision: 239872 URL: http://svn.freebsd.org/changeset/base/239872 Log: Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so programs using libdwarf (such as ctfconvert) don't error out on files containing the attribute. MFC af

svn commit: r239870 - in head/contrib: binutils/include/elf gdb/gdb

2012-08-29 Thread Dimitry Andric
Author: dim Date: Wed Aug 29 18:37:10 2012 New Revision: 239870 URL: http://svn.freebsd.org/changeset/base/239870 Log: Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't error out on files that contain it. (This attribute can be emitted by newer versions of clang.)

svn commit: r239869 - head/sys/i386/bios

2012-08-29 Thread Dimitry Andric
Author: dim Date: Wed Aug 29 18:22:52 2012 New Revision: 239869 URL: http://svn.freebsd.org/changeset/base/239869 Log: Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S. Specifying no argument is undocumented in the gas manual, and clang's integrated assembler refuses t

svn commit: r239868 - in head/sys: conf modules/ath

2012-08-29 Thread Dimitry Andric
Author: dim Date: Wed Aug 29 18:14:20 2012 New Revision: 239868 URL: http://svn.freebsd.org/changeset/base/239868 Log: Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, since the fix has been applied now. Modified: head/sys/conf/files head/sys/modules/ath/Makefile Modified

svn commit: r239865 - head/sys/dev/ath

2012-08-29 Thread Adrian Chadd
Author: adrian Date: Wed Aug 29 16:58:51 2012 New Revision: 239865 URL: http://svn.freebsd.org/changeset/base/239865 Log: There's no nede to allocate a DMA map just before calling bus_dmamem_alloc(). In fact, bus_dmamem_alloc() happily NULLs the dmat pointer passed in, before replacing it

svn commit: r239864 - in head/sys: kern sparc64/include sparc64/sparc64

2012-08-29 Thread Marius Strobl
Author: marius Date: Wed Aug 29 16:56:50 2012 New Revision: 239864 URL: http://svn.freebsd.org/changeset/base/239864 Log: - Unlike cache invalidation and TLB demapping IPIs, reading registers from other CPUs doesn't require locking so get rid of it. As the latter is used for the timecoun

svn commit: r239855 - head/usr.sbin/ac

2012-08-29 Thread Ed Schouten
Author: ed Date: Wed Aug 29 16:15:22 2012 New Revision: 239855 URL: http://svn.freebsd.org/changeset/base/239855 Log: Fix whitespace. Modified: head/usr.sbin/ac/ac.c Modified: head/usr.sbin/ac/ac.c == --- head/usr.sb

svn commit: r239840 - head/share/man/man4

2012-08-29 Thread Isabell Long
Author: issyl0 (doc committer) Date: Wed Aug 29 15:34:31 2012 New Revision: 239840 URL: http://svn.freebsd.org/changeset/base/239840 Log: Fix a dead link in sk(4). PR: docs/146958 Approved by: gjb (mentor) MFC after:3 days Modified: head/share/man/man4/sk.4 Modified:

svn commit: r239836 - head/sbin/geom/class/part

2012-08-29 Thread Dag-Erling Sm�rgrav
Author: des Date: Wed Aug 29 15:18:56 2012 New Revision: 239836 URL: http://svn.freebsd.org/changeset/base/239836 Log: Change the gptboot example so the boot partition is aligned on a 4 kB boundary. MFC after:3 days Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/g

svn commit: r239829 - head/share/man/man9

2012-08-29 Thread Sergey Kandaurov
Author: pluknet Date: Wed Aug 29 13:00:00 2012 New Revision: 239829 URL: http://svn.freebsd.org/changeset/base/239829 Log: Follow r239818 and remove no more relevant vslock() ENOMEM error. Reviewed by: zont MFC after:2 weeks Modified: head/share/man/man9/vslock.9 Modified: head/s

Re: svn commit: r239818 - head/sys/vm

2012-08-29 Thread Andrey Zonov
On 8/29/12 4:09 PM, Sergey Kandaurov wrote: > On 29 August 2012 15:23, Andrey Zonov wrote: >> Author: zont >> Date: Wed Aug 29 11:23:59 2012 >> New Revision: 239818 >> URL: http://svn.freebsd.org/changeset/base/239818 >> >> Log: >> - Don't take an account of locked memory for current process in

Re: svn commit: r239818 - head/sys/vm

2012-08-29 Thread Sergey Kandaurov
On 29 August 2012 15:23, Andrey Zonov wrote: > Author: zont > Date: Wed Aug 29 11:23:59 2012 > New Revision: 239818 > URL: http://svn.freebsd.org/changeset/base/239818 > > Log: > - Don't take an account of locked memory for current process in vslock(9). > > There are two consumers of vslock(9)

svn commit: r239818 - head/sys/vm

2012-08-29 Thread Andrey Zonov
Author: zont Date: Wed Aug 29 11:23:59 2012 New Revision: 239818 URL: http://svn.freebsd.org/changeset/base/239818 Log: - Don't take an account of locked memory for current process in vslock(9). There are two consumers of vslock(9): sysctl code and drm driver. These consumers are using l

Re: svn commit: r239730 - head/sys/i386/include

2012-08-29 Thread Dag-Erling Smørgrav
David O'Brien writes: > The comment below says to me the target swap size is 16GB, not 8GB. The target is 8 assuming 50% waste. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listin