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
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
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.
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
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
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
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
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
==
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
=
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
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.)
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
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
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
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
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
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:
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
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
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
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)
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
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
23 matches
Mail list logo