Author: andrew
Date: Mon Jan 14 08:39:48 2013
New Revision: 245413
URL: http://svnweb.freebsd.org/changeset/base/245413
Log:
Switch the default CPU to an arm9. This removes compiler support for the
unsupported 26-bit addressing mode. This change is required for moving to
the ARM EABI.
Modif
Author: andrew
Date: Mon Jan 14 09:11:18 2013
New Revision: 245414
URL: http://svnweb.freebsd.org/changeset/base/245414
Log:
Update sigcode to use both the current ABI and FreeBSD's version of the
ARM EABI syscall calling convention.
The current ABI encodes the syscall number in the instr
Author: jlh
Date: Mon Jan 14 11:03:13 2013
New Revision: 245418
URL: http://svnweb.freebsd.org/changeset/base/245418
Log:
Allow commands without any additional arguments, as stated in the
manpage. While here, exit early when there is nothing to do.
PR:168415
Submitted by:
Author: jlh
Date: Mon Jan 14 11:06:50 2013
New Revision: 245419
URL: http://svnweb.freebsd.org/changeset/base/245419
Log:
Remove stray tabs.
Submitted by: kib
Approved by: kib (mentor)
MFC after:1 week
Modified:
head/usr.bin/stdbuf/stdbuf.c
Modified: head/usr.bin/stdbuf/stdbuf.
Author: zont
Date: Mon Jan 14 12:12:56 2013
New Revision: 245421
URL: http://svnweb.freebsd.org/changeset/base/245421
Log:
- Get rid of unused function vmspace_wired_count().
Reviewed by: alc
Approved by: kib (mentor)
MFC after:1 week
Modified:
head/sys/vm/vm_map.c
head/sys/v
Author: jilles
Date: Mon Jan 14 12:20:55 2013
New Revision: 245422
URL: http://svnweb.freebsd.org/changeset/base/245422
Log:
sh: Pass $? to command substitution containing compound/multiple commands.
Example:
false; echo $(echo $?; :)
Added:
head/tools/regression/bin/sh/expansion/cmd
Author: mav
Date: Mon Jan 14 13:06:35 2013
New Revision: 245423
URL: http://svnweb.freebsd.org/changeset/base/245423
Log:
Print some more metadata fields.
Modified:
head/sys/geom/raid/md_intel.c
Modified: head/sys/geom/raid/md_intel.c
=
On 13.01.2013 11:10, Alan Cox wrote:
On 01/07/2013 12:47, Oleksandr Tymoshenko wrote:
On 12/27/2012 6:46 PM, Oleksandr Tymoshenko wrote:
On 12/18/2012 1:59 AM, Alan Cox wrote:
On 12/17/2012 23:40, Oleksandr Tymoshenko wrote:
On 2012-12-08, at 1:21 PM, Alan Cox wrote:
That makes sense. Howe
Author: sbruno
Date: Mon Jan 14 15:05:22 2013
New Revision: 245424
URL: http://svnweb.freebsd.org/changeset/base/245424
Log:
Quiesce some clang warnings while we're here doing stuff.
Submitted by: Hiren Panchasara
Obtained from:Yahoo! Inc
Modified:
head/sys/boot/i386/libi386/b
On 13.01.2013 19:06, Alfred Perlstein wrote:
On 1/12/13 10:32 PM, Adrian Chadd wrote:
On 12 January 2013 11:45, Alfred Perlstein wrote:
I'm not sure if regressing to the waterfall method of development is a good
idea at this point.
I see a light at the end of the tunnel and we to continue to
Thanks for taking care of these. I have a pr open to handle more issues, but
this took care of a chunk of them.
Thanks,
-Garrett
Sent from my iPhone
On Jan 14, 2013, at 7:05 AM, Sean Bruno wrote:
> Author: sbruno
> Date: Mon Jan 14 15:05:22 2013
> New Revision: 245424
> URL: http://svnweb.free
On 1/14/13 10:09 AM, Andre Oppermann wrote:
On 13.01.2013 19:06, Alfred Perlstein wrote:
On 1/12/13 10:32 PM, Adrian Chadd wrote:
On 12 January 2013 11:45, Alfred Perlstein wrote:
I'm not sure if regressing to the waterfall method of development
is a good
idea at this point.
I see a light
Author: mav
Date: Mon Jan 14 16:38:43 2013
New Revision: 245425
URL: http://svnweb.freebsd.org/changeset/base/245425
Log:
Small cosmetic tuning of the IRRT status constants.
Modified:
head/sys/geom/raid/md_intel.c
Modified: head/sys/geom/raid/md_intel.c
==
Author: jilles
Date: Mon Jan 14 16:40:50 2013
New Revision: 245426
URL: http://svnweb.freebsd.org/changeset/base/245426
Log:
sh: Simplify cd-hash interaction.
Instead of rechecking relative paths for all hashed utilities after a cd,
track if any utility in cmdtable depends on a relative p
On 14.01.2013 17:09, Andre Oppermann wrote:
> On 13.01.2013 19:06, Alfred Perlstein wrote:
>> On 1/12/13 10:32 PM, Adrian Chadd wrote:
>>> On 12 January 2013 11:45, Alfred Perlstein wrote:
>>>
I'm not sure if regressing to the waterfall method of development is
a good
idea at this p
Author: hselasky
Date: Mon Jan 14 17:41:04 2013
New Revision: 245427
URL: http://svnweb.freebsd.org/changeset/base/245427
Log:
Add new u3g device quirk.
Submitted by: Lowell Gilbert
MFC after:1 week
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/
Author: dim
Date: Mon Jan 14 18:01:19 2013
New Revision: 245428
URL: http://svnweb.freebsd.org/changeset/base/245428
Log:
Add CLOCK_PROCESS_CPUTIME_ID to , to synchronize the CLOCK_*
values with those in . Otherwise, if a program includes
before , the CLOCK_PROCESS_CPUTIME_ID macro never
On 14.01.2013 16:51, Alexander Motin wrote:
On 14.01.2013 17:09, Andre Oppermann wrote:
On 13.01.2013 19:06, Alfred Perlstein wrote:
On 1/12/13 10:32 PM, Adrian Chadd wrote:
On 12 January 2013 11:45, Alfred Perlstein wrote:
I'm not sure if regressing to the waterfall method of development i
On 1/14/13 11:05 AM, Andre Oppermann wrote:
Can timeout() be emulated on top of another API so we can do away with
it?
yes, this is what callout(9) is for.
there are a few consumers left (see the email I just sent out).
those consumers would just have to allocate their own callout
handle/s
On 14.01.2013 18:05, Andre Oppermann wrote:
> On 14.01.2013 16:51, Alexander Motin wrote:
>> As I've actually written, there are two different things:
>> ncallout -- number of preallocated callout structures for purposes of
>> timeout() calls. That is a legacy API that is probably not very much
>
On Monday, January 14, 2013 10:51:27 am Alexander Motin wrote:
> As I've actually written, there are two different things:
> ncallout -- number of preallocated callout structures for purposes of
> timeout() calls. That is a legacy API that is probably not very much
> used now, so that value don't
On 14 January 2013 11:40, Jilles Tjoelker wrote:
> Author: jilles
> Date: Mon Jan 14 16:40:50 2013
> New Revision: 245426
> URL: http://svnweb.freebsd.org/changeset/base/245426
>
> Log:
> sh: Simplify cd-hash interaction.
>
> Instead of rechecking relative paths for all hashed utilities after
On 1/14/13 12:55 PM, John Baldwin wrote:
On Monday, January 14, 2013 10:51:27 am Alexander Motin wrote:
As I've actually written, there are two different things:
ncallout -- number of preallocated callout structures for purposes of
timeout() calls. That is a legacy API that is probably not ver
Author: mav
Date: Mon Jan 14 20:31:45 2013
New Revision: 245433
URL: http://svnweb.freebsd.org/changeset/base/245433
Log:
Keep value of orig_config_id metadata field. Windows driver writes there
previous value of config_id when it is changed in some cases. I guess it
may be used do avoid s
Author: np
Date: Mon Jan 14 20:36:22 2013
New Revision: 245434
URL: http://svnweb.freebsd.org/changeset/base/245434
Log:
cxgbe(4): Updates to the hardware L2 table management code.
- Add full support for IPv6 addresses.
- Read the size of the L2 table during attach. Do not assume that
Author: brooks
Date: Mon Jan 14 20:38:32 2013
New Revision: 245435
URL: http://svnweb.freebsd.org/changeset/base/245435
Log:
Remember the . in .\" in the WITH_NMTREE file and regenerate the output.
Reported by: joeld
Modified:
head/share/man/man5/src.conf.5
head/tools/build/options/WI
Author: dteske
Date: Mon Jan 14 21:03:34 2013
New Revision: 245437
URL: http://svnweb.freebsd.org/changeset/base/245437
Log:
Don't use f_show_msg() unless printf(1) syntax is required (this reduces the
number of unnecessary forks).
Modified:
head/usr.sbin/bsdconfig/console/ttys
head/usr.s
On Thu, Jan 10, 2013 at 10:44:19PM +, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Thu Jan 10 22:44:19 2013
> New Revision: 245269
> URL: http://svnweb.freebsd.org/changeset/base/245269
>
> Log:
> Remove all support for legacy NOFOO and NO_FOO build options.
>
This commit caused
===>
On Mon, Jan 14, 2013 at 01:38:51PM -0500, Eitan Adler wrote:
> On 14 January 2013 11:40, Jilles Tjoelker wrote:
> > Author: jilles
> > Date: Mon Jan 14 16:40:50 2013
> > New Revision: 245426
> > URL: http://svnweb.freebsd.org/changeset/base/245426
> > Log:
> > sh: Simplify cd-hash interaction.
Author: brooks
Date: Tue Jan 15 00:12:34 2013
New Revision: 245440
URL: http://svnweb.freebsd.org/changeset/base/245440
Log:
Add an option DB_FROM_SRC to use src/etc's user/group databases when
installing. This allows things like running installworld for 10-CURRENT
on a 9.0-RELEASE system w
Author: np
Date: Tue Jan 15 00:24:01 2013
New Revision: 245441
URL: http://svnweb.freebsd.org/changeset/base/245441
Log:
cxgbe/tom: Miscellaneous updates for TOE+IPv6 support (more to follow).
- Teach find_best_mtu_idx() to deal with IPv6 endpoints.
- Install correct protosw in offload
Author: mav
Date: Tue Jan 15 01:13:55 2013
New Revision: 245443
URL: http://svnweb.freebsd.org/changeset/base/245443
Log:
Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumes
as clean on shutdown and move that action from shutdown_pre_sync stage to
shutdown_post_sync to
Author: mav
Date: Tue Jan 15 01:27:04 2013
New Revision: 245444
URL: http://svnweb.freebsd.org/changeset/base/245444
Log:
Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumes
as clean on shutdown and move that action from shutdown_pre_sync stage to
shutdown_post_sync to
Author: mav
Date: Tue Jan 15 02:18:04 2013
New Revision: 245446
URL: http://svnweb.freebsd.org/changeset/base/245446
Log:
In case somebody still use it, fix legacy ataraid(4) to work on combined
PATA+AHCI controllers, such as JMicron JMB363.
PR: kern/159271
MFC after:1 wee
On Mon, 14 Jan 2013, John Baldwin wrote:
On Monday, January 14, 2013 10:51:27 am Alexander Motin wrote:
As I've actually written, there are two different things:
ncallout -- number of preallocated callout structures for purposes of
timeout() calls. That is a legacy API that is probably not ver
Author: dbn (ports committer)
Date: Tue Jan 15 05:33:40 2013
New Revision: 245447
URL: http://svnweb.freebsd.org/changeset/base/245447
Log:
Add myself as a port committer (with eadler@ and bdrewery@ as mentors).
While in the repository, add myself to calendar.freebsd.
Approved by: ead
Author: np
Date: Tue Jan 15 07:07:29 2013
New Revision: 245448
URL: http://svnweb.freebsd.org/changeset/base/245448
Log:
cxgbe/tom: Basic CLIP table management.
This is the Compressed Local IPv6 table on the chip. To save space, the
chip uses an index into this table instead of a full IP
37 matches
Mail list logo