Author: brian
Date: Mon Jul 30 07:13:06 2012
New Revision: 238896
URL: http://svn.freebsd.org/changeset/base/238896
Log:
Add d, p and r switches for recording script sessions with timing data
and playing sessions back with or without time delays.
PR: 114465
Submitted by: ighig
Author: brian
Date: Mon Jul 30 08:06:00 2012
New Revision: 238897
URL: http://svn.freebsd.org/changeset/base/238897
Log:
Mention when -d, -p and -r first hit FreeBSD.
Bump the document date to when the change was made (rather than when the PR
was submitted).
Suggested by: pluknet
Mo
Author: glebius
Date: Mon Jul 30 08:56:56 2012
New Revision: 238898
URL: http://svn.freebsd.org/changeset/base/238898
Log:
Return back double spacing.
Modified:
head/sys/dev/sdhci/sdhci.c
Modified: head/sys/dev/sdhci/sdhci.c
===
Author: joel (doc committer)
Date: Mon Jul 30 10:14:37 2012
New Revision: 238899
URL: http://svn.freebsd.org/changeset/base/238899
Log:
Remove trailing whitespace.
Modified:
head/sbin/geom/class/sched/gsched.8
Modified: head/sbin/geom/class/sched/gsched.8
Author: luigi
Date: Mon Jul 30 10:55:23 2012
New Revision: 238900
URL: http://svn.freebsd.org/changeset/base/238900
Log:
Fix some compile errors at high WARNS, including one
for an uninitialized variable.
unused parameters and variables are annotated with
(void)foo; /* UNUSED
Author: luigi
Date: Mon Jul 30 11:02:22 2012
New Revision: 238903
URL: http://svn.freebsd.org/changeset/base/238903
Log:
remove the last __unused instance in sbin/ipfw.
This particular function (show_prerequisites() ) we should actually
remove the argument from the callers as well, but i'll
Author: mm
Date: Mon Jul 30 14:47:35 2012
New Revision: 238909
URL: http://svn.freebsd.org/changeset/base/238909
Log:
Backport NFSv4 ACL fix from libarchive master branch.
Source:
https://github.com/libarchive/libarchive/commit/f67370d5
Obtained from:libarchive (master branch
On Wednesday, July 18, 2012 11:36:04 am Konstantin Belousov wrote:
> Author: kib
> Date: Wed Jul 18 15:36:03 2012
> New Revision: 238597
> URL: http://svn.freebsd.org/changeset/base/238597
>
> Log:
> Add stmxcsr.
>
> Submitted by: Ed Alley
> PR: amd64/169927
> MFC after: 3 wee
On Wednesday, July 18, 2012 1:57:43 am David E. O'Brien wrote:
> Author: obrien
> Date: Wed Jul 18 05:57:42 2012
> New Revision: 238563
> URL: http://svn.freebsd.org/changeset/base/238563
>
> Log:
> a ";" tells make we want the shell to be used
>
> Submitted by: Simon Gerraty
>
> Mo
Author: luigi
Date: Mon Jul 30 18:21:48 2012
New Revision: 238912
URL: http://svn.freebsd.org/changeset/base/238912
Log:
- move the inclusion of netmap headers to the common part of the code;
- more portable annotations for unused arguments;
Modified:
head/sys/dev/netmap/netmap.c
head/sys
Author: kib
Date: Mon Jul 30 19:26:02 2012
New Revision: 238914
URL: http://svn.freebsd.org/changeset/base/238914
Log:
Change (unused) prototype for stmxcsr() to match reality.
Noted by: jhb
MFC after:1 week
Modified:
head/sys/amd64/amd64/fpu.c
head/sys/i386/isa/npx.c
Modifi
On Wednesday, July 25, 2012 7:28:15 am Luigi Rizzo wrote:
> Author: luigi
> Date: Wed Jul 25 11:28:15 2012
> New Revision: 238765
> URL: http://svn.freebsd.org/changeset/base/238765
>
> Log:
> Use legacy interrupts as a default. This gives up to 10% speedup
> when used in qemu (and this driver
Author: alc
Date: Mon Jul 30 20:38:37 2012
New Revision: 238915
URL: http://svn.freebsd.org/changeset/base/238915
Log:
Eliminate an unneeded declaration. (I should have removed this as part
of r227568.)
Modified:
head/sys/vm/vm_page.h
Modified: head/sys/vm/vm_page.h
==
Author: jhb
Date: Mon Jul 30 20:44:45 2012
New Revision: 238917
URL: http://svn.freebsd.org/changeset/base/238917
Log:
The linux_lstat() system call accepts a pointer to a 'struct l_stat', not a
'struct ostat'.
Modified:
head/sys/i386/linux/syscalls.master
Modified: head/sys/i386/linux/sys
Author: jhb
Date: Mon Jul 30 20:45:17 2012
New Revision: 238918
URL: http://svn.freebsd.org/changeset/base/238918
Log:
Regen.
Modified:
head/sys/i386/linux/linux_proto.h
head/sys/i386/linux/linux_syscall.h
head/sys/i386/linux/linux_syscalls.c
head/sys/i386/linux/linux_sysent.c
head/sy
Author: issyl0 (doc committer)
Date: Mon Jul 30 20:56:19 2012
New Revision: 238919
URL: http://svn.freebsd.org/changeset/base/238919
Log:
Add more locale-specific functions to the relevant man pages and Makefile:
- lib/libc/locale/islower.3
- lib/libc/locale/ispunct.3
- lib/libc/loca
Author: joel (doc committer)
Date: Mon Jul 30 21:02:44 2012
New Revision: 238920
URL: http://svn.freebsd.org/changeset/base/238920
Log:
Remove trailing whitespace.
Modified:
head/lib/libc/locale/islower.3
Modified: head/lib/libc/locale/islower.3
==
Author: imp
Date: Mon Jul 30 21:19:19 2012
New Revision: 238921
URL: http://svn.freebsd.org/changeset/base/238921
Log:
List the members of the AT91SAM9G45 family.
Modified:
head/sys/arm/at91/std.at91sam9g45
Modified: head/sys/arm/at91/std.at91sam9g45
=
Author: imp
Date: Mon Jul 30 21:30:43 2012
New Revision: 238922
URL: http://svn.freebsd.org/changeset/base/238922
Log:
These files will support the whole at91sam9x5 family when done,
so rename them now before they get copied further afield...
Added:
head/sys/arm/at91/at91sam9x5.c
- cop
Author: kargl
Date: Mon Jul 30 21:55:49 2012
New Revision: 238923
URL: http://svn.freebsd.org/changeset/base/238923
Log:
Whitespace.
Submitted by: bde
Approved by: das (pre-approved)
Modified:
head/lib/msun/ld128/s_expl.c
head/lib/msun/ld80/s_expl.c
head/lib/msun/src/s_cbrtl.c
Mo
Author: kargl
Date: Mon Jul 30 21:58:28 2012
New Revision: 238924
URL: http://svn.freebsd.org/changeset/base/238924
Log:
ieeefp.h is only needed on i386 class hardware.
Submitted by: bde
Approved by: das (pre-approved)
Modified:
head/lib/msun/src/s_cbrtl.c
Modified: head/lib/msun/src
Hi Warner,
On Friday 29 June 2012 06:18:52 Warner Losh wrote:
> Author: imp
> Date: Fri Jun 29 04:18:52 2012
> New Revision: 237742
> URL: http://svn.freebsd.org/changeset/base/237742
>
> Log:
> Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluation
> board. Much work remains.
..
Author: davide
Date: Mon Jul 30 22:46:42 2012
New Revision: 238925
URL: http://svn.freebsd.org/changeset/base/238925
Log:
Until now KTR_ENTRIES, which defines the size of circular buffer used in
ktr(4), was constrained to be a power of two. Remove this constraint and
update sys/conf/NOTES ac
On Tue, Jul 31, 2012 at 12:46 AM, Davide Italiano wrote:
> Author: davide
> Date: Mon Jul 30 22:46:42 2012
> New Revision: 238925
> URL: http://svn.freebsd.org/changeset/base/238925
>
> Log:
> Until now KTR_ENTRIES, which defines the size of circular buffer used in
> ktr(4), was constrained to
I have some changes that are needed anyway, I will change this to a
tuneable.
Jack
On Mon, Jul 30, 2012 at 11:45 AM, John Baldwin wrote:
> On Wednesday, July 25, 2012 7:28:15 am Luigi Rizzo wrote:
> > Author: luigi
> > Date: Wed Jul 25 11:28:15 2012
> > New Revision: 238765
> > URL: http://svn
Thanks for the review. I'm pretty sure that code is wrong. I'll go over your
comments with a printed datasheet. They are likely correct. This code suffers
a bitt too much from being cut and pasted too many times.
Warner
On Jul 30, 2012, at 4:28 PM, Daan Vreeken wrote:
> Hi Warner,
>
>
>
Author: mm
Date: Mon Jul 30 23:14:24 2012
New Revision: 238926
URL: http://svn.freebsd.org/changeset/base/238926
Log:
Partial MFV (illumos-gate 13753:2aba784c276b)
2762 zpool command should have better support for feature flags
References:
https://www.illumos.org/issues/2762
MFC af
Author: davidxu
Date: Tue Jul 31 02:00:37 2012
New Revision: 238928
URL: http://svn.freebsd.org/changeset/base/238928
Log:
When a thread is blocked in direct write state, it only sets PIPE_DIRECTW
flag but not PIPE_WANTW, but FIFO pipe code does not understand this internal
state, when a FIF
Author: adrian
Date: Tue Jul 31 02:18:10 2012
New Revision: 238929
URL: http://svn.freebsd.org/changeset/base/238929
Log:
Placeholder ioctl for an upcoming rate control statistics API change.
Modified:
head/sys/dev/ath/if_athioctl.h
Modified: head/sys/dev/ath/if_athioctl.h
==
Author: adrian
Date: Tue Jul 31 02:28:32 2012
New Revision: 238930
URL: http://svn.freebsd.org/changeset/base/238930
Log:
Break out the hardware handoff and TX DMA restart code into methods.
These (and a few others) will differ based on the underlying DMA
implementation.
For the EDMA
Author: adrian
Date: Tue Jul 31 03:09:48 2012
New Revision: 238931
URL: http://svn.freebsd.org/changeset/base/238931
Log:
Migrate some more TX side setup routines to be methods.
Modified:
head/sys/dev/ath/if_ath.c
head/sys/dev/ath/if_ath_misc.h
head/sys/dev/ath/if_ath_tx.c
head/sys/dev/
It seems this broke the build?
On 07/30/2012 11:21, Luigi Rizzo wrote:
> Author: luigi
> Date: Mon Jul 30 18:21:48 2012
> New Revision: 238912
> URL: http://svn.freebsd.org/changeset/base/238912
>
> Log:
> - move the inclusion of netmap headers to the common part of the code;
> - more portab
On Mon, Jul 30, 2012 at 8:47 PM, Doug Barton wrote:
> It seems this broke the build?
>
>
> On 07/30/2012 11:21, Luigi Rizzo wrote:
>> Author: luigi
>> Date: Mon Jul 30 18:21:48 2012
>> New Revision: 238912
>> URL: http://svn.freebsd.org/changeset/base/238912
>>
>> Log:
>> - move the inclusion of
On Mon, Jul 30, 2012 at 08:53:29PM -0700, Garrett Cooper wrote:
> On Mon, Jul 30, 2012 at 8:47 PM, Doug Barton wrote:
> > It seems this broke the build?
> >
> >
> > On 07/30/2012 11:21, Luigi Rizzo wrote:
> >> Author: luigi
> >> Date: Mon Jul 30 18:21:48 2012
> >> New Revision: 238912
> >> URL: ht
Author: imp
Date: Tue Jul 31 04:09:27 2012
New Revision: 238932
URL: http://svn.freebsd.org/changeset/base/238932
Log:
macb doesn't work, switch to ate.
Modified:
head/sys/arm/conf/SAM9X25EK
Modified: head/sys/arm/conf/SAM9X25EK
===
Author: fjoe
Date: Tue Jul 31 05:23:23 2012
New Revision: 238933
URL: http://svn.freebsd.org/changeset/base/238933
Log:
- Change back "d_ofs" to int8_t to not pessimize padding and size of "struct
puc_cfg".
- Use "puc_config_moxa" for Moxa boards that need d_ofs greater than 0x7f
Prodded
Author: bz
Date: Tue Jul 31 05:34:54 2012
New Revision: 238934
URL: http://svn.freebsd.org/changeset/base/238934
Log:
Improve the should-never-hit printf to ease debugging in case we'd ever hit
it again when doing the delayed IPv6 checksum calculations.
MFC after:3 days
Modified:
h
Author: bz
Date: Tue Jul 31 05:44:03 2012
New Revision: 238935
URL: http://svn.freebsd.org/changeset/base/238935
Log:
Properly apply #ifdef INET and leave a comment that we are (will) apply
delayed IPv6 checksum processing in ip6_output.c when doing IPsec.
PR: kern/170116
MFC
Author: davidxu
Date: Tue Jul 31 05:48:35 2012
New Revision: 238936
URL: http://svn.freebsd.org/changeset/base/238936
Log:
I am comparing current pipe code with the one in 8.3-STABLE r236165,
I found 8.3 is a history BSD version using socket to implement FIFO
pipe, it uses per-file seqcount
Author: luigi
Date: Tue Jul 31 05:51:48 2012
New Revision: 238937
URL: http://svn.freebsd.org/changeset/base/238937
Log:
remove a redundant MALLOC_DECLARE
Modified:
head/sys/dev/netmap/netmap_kern.h
Modified: head/sys/dev/netmap/netmap_kern.h
=
40 matches
Mail list logo