On Aug 13, 2013, at 20:39, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Tue Aug 13 18:39:36 2013
> New Revision: 254286
> URL: http://svnweb.freebsd.org/changeset/base/254286
>
> Log:
> ext2fs: update format specifiers for ext4 type.
>
> Reported by: Sam Fourman Jr.
> MFC after: 3 weeks
>
On Wed, Aug 14, 2013 at 12:11 AM, Dimitry Andric wrote:
> This still fails on arches where int64_t is aliased to long long
> (basically, the 32-bit arches). Since using PRId64 is apparently
> frowned upon, the easiest solution is to cast the 'start' and 'last'
> variables to long long, and print
On Aug 14, 2013, at 09:14, Juli Mallett wrote:
> On Wed, Aug 14, 2013 at 12:11 AM, Dimitry Andric wrote:
> This still fails on arches where int64_t is aliased to long long
> (basically, the 32-bit arches). Since using PRId64 is apparently
> frowned upon, the easiest solution is to cast the 'star
Author: uqs
Date: Wed Aug 14 08:03:57 2013
New Revision: 254319
URL: http://svnweb.freebsd.org/changeset/base/254319
Log:
Fix make depend
Modified:
head/sys/modules/dtrace/sdt/Makefile
Modified: head/sys/modules/dtrace/sdt/Makefile
Author: uqs
Date: Wed Aug 14 08:10:54 2013
New Revision: 254320
URL: http://svnweb.freebsd.org/changeset/base/254320
Log:
Belatedly add my birthday and fix a typo.
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.freebsd
==
On 13 Aug 2013, at 21:57, Jilles Tjoelker wrote:
> Given that JIT is for performance and larger addresses increase code
> size and register pressure, the mmap() flag is probably useful.
> Alternatively, all the JITted code could be placed in one block and use
> relative addressing.
This would be
On Wed, 14 Aug 2013, Dimitry Andric wrote:
On Aug 13, 2013, at 20:39, Pedro F. Giffuni wrote:
Log:
ext2fs: update format specifiers for ext4 type.
This is still quite broken.
Modified: head/sys/fs/ext2fs/ext2_subr.c
=
On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote:
> Author: markj
> Date: Wed Aug 14 00:42:21 2013
> New Revision: 254309
> URL: http://svnweb.freebsd.org/changeset/base/254309
>
> Log:
> Use kld_{load,unload} instead of mod_{load,unload} for the linker file load
> and unload event h
On Wednesday, August 14, 2013 4:23:11 am David Chisnall wrote:
> On 13 Aug 2013, at 21:57, Jilles Tjoelker wrote:
>
> > Given that JIT is for performance and larger addresses increase code
> > size and register pressure, the mmap() flag is probably useful.
> > Alternatively, all the JITted code c
On 14 Aug 2013, at 13:21, John Baldwin wrote:
> On Wednesday, August 14, 2013 4:23:11 am David Chisnall wrote:
>> On 13 Aug 2013, at 21:57, Jilles Tjoelker wrote:
>>
>>> Given that JIT is for performance and larger addresses increase code
>>> size and register pressure, the mmap() flag is proba
Author: pfg
Date: Wed Aug 14 14:22:46 2013
New Revision: 254326
URL: http://svnweb.freebsd.org/changeset/base/254326
Log:
ext2fs: update format specifiers for ext4 type.
Previous bandaid was not appropriate and didn't really work for
all platforms. While here, cleanup the surrounding code
Author: theraven
Date: Wed Aug 14 14:34:02 2013
New Revision: 254327
URL: http://svnweb.freebsd.org/changeset/base/254327
Log:
Make carets line up in dtc diagnostics if the line starts with a tab.
Modified:
head/usr.bin/dtc/input_buffer.cc
Modified: head/usr.bin/dtc/input_buffer.cc
=
On 08/13/13 13:16, Glen Barber wrote:
> Author: gjb
> Date: Tue Aug 13 20:16:14 2013
> New Revision: 254293
> URL: http://svnweb.freebsd.org/changeset/base/254293
>
> Log:
> - Only set ARCH_FLAGS (TARGET/TARGET_ARCH) if specified, otherwise
> allow the toolchain to detect the correct values.
On Wed, Aug 14, 2013 at 07:38:02AM -0700, Nathan Whitehorn wrote:
> On 08/13/13 13:16, Glen Barber wrote:
> > Author: gjb
> > Date: Tue Aug 13 20:16:14 2013
> > New Revision: 254293
> > URL: http://svnweb.freebsd.org/changeset/base/254293
> >
> > Log:
> > - Only set ARCH_FLAGS (TARGET/TARGET_ARCH
Author: gjb
Date: Wed Aug 14 14:45:47 2013
New Revision: 254328
URL: http://svnweb.freebsd.org/changeset/base/254328
Log:
Remove the {SRC,DOC,PORT}REVISION variables from release(7), and
update the default {SRC,DOC,PORT}BRANCH defaults.
Submitted by: nwhitehorn
X-MFC-With: r254224, r2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/14/13 07:42, Glen Barber wrote:
> On Wed, Aug 14, 2013 at 07:38:02AM -0700, Nathan Whitehorn wrote:
>> On 08/13/13 13:16, Glen Barber wrote:
>>> Author: gjb
>>> Date: Tue Aug 13 20:16:14 2013
>>> New Revision: 254293
>>> URL: http://svnweb.freeb
Author: smh
Date: Wed Aug 14 15:18:28 2013
New Revision: 254329
URL: http://svnweb.freebsd.org/changeset/base/254329
Log:
Added 4K quirks for:-
* OCZ Agility 2 SSDs
* Marvell SSDs
* Intel X25-M Series SSDs
Modified:
head/sys/cam/ata/ata_da.c
head/sys/cam/scsi/scsi_da.c
Modified: head
Author: sbruno
Date: Wed Aug 14 15:50:34 2013
New Revision: 254330
URL: http://svnweb.freebsd.org/changeset/base/254330
Log:
If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4)
real JBOD mode (SYS PD) would fail fairly reliably during I/O.
Steal the mfi_disk.c check fo
On Wed, Aug 14, 2013 at 8:19 AM, John Baldwin wrote:
> On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote:
> > Author: markj
> > Date: Wed Aug 14 00:42:21 2013
> > New Revision: 254309
> > URL: http://svnweb.freebsd.org/changeset/base/254309
> >
> > Log:
> > Use kld_{load,unload} instea
Author: jilles
Date: Wed Aug 14 19:34:13 2013
New Revision: 254335
URL: http://svnweb.freebsd.org/changeset/base/254335
Log:
sh: Allow a lone redirection before '|', ';;' or ';&'.
Example: http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-
On Wednesday, August 14, 2013 2:14:53 pm Mark Johnston wrote:
> On Wed, Aug 14, 2013 at 8:19 AM, John Baldwin wrote:
>
> > On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote:
> > > Author: markj
> > > Date: Wed Aug 14 00:42:21 2013
> > > New Revision: 254309
> > > URL: http://svnweb.freeb
On Wed, Aug 14, 2013 at 3:48 PM, John Baldwin wrote:
> On Wednesday, August 14, 2013 2:14:53 pm Mark Johnston wrote:
> > On Wed, Aug 14, 2013 at 8:19 AM, John Baldwin wrote:
> >
> > > On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote:
> > > > Author: markj
> > > > Date: Wed Aug 14 00:42
On Wednesday, August 14, 2013 5:06:06 pm Mark Johnston wrote:
> On Wed, Aug 14, 2013 at 3:48 PM, John Baldwin wrote:
>
> > On Wednesday, August 14, 2013 2:14:53 pm Mark Johnston wrote:
> > > On Wed, Aug 14, 2013 at 8:19 AM, John Baldwin wrote:
> > >
> > > > On Tuesday, August 13, 2013 8:42:22 pm
Author: rmacklem
Date: Wed Aug 14 21:11:26 2013
New Revision: 254337
URL: http://svnweb.freebsd.org/changeset/base/254337
Log:
Fix several performance related issues in the new NFS server's
DRC for NFS over TCP.
- Increase the size of the hash tables.
- Create a separate mutex for each has
Author: tuexen
Date: Wed Aug 14 21:51:32 2013
New Revision: 254338
URL: http://svnweb.freebsd.org/changeset/base/254338
Log:
Don't send uninitialized memory (two instances of 4 bytes) in
every cookie on the wire. This bug was reported in
https://bugzilla.mozilla.org/show_bug.cgi?id=905080
Author: jilles
Date: Wed Aug 14 21:59:48 2013
New Revision: 254339
URL: http://svnweb.freebsd.org/changeset/base/254339
Log:
sh: Recognize "--" as end of options in local builtin.
Added:
head/tools/regression/bin/sh/builtins/local4.0 (contents, props changed)
Modified:
head/bin/sh/var.c
Author: sjg
Date: Wed Aug 14 22:19:29 2013
New Revision: 254340
URL: http://svnweb.freebsd.org/changeset/base/254340
Log:
Some objects - such as *_genassym.o are not hooked into
SRCS OBJS or anything else, yet have a dependency on symlinks
such as machine/
Reviewed by: obrien
Modified:
Author: markj
Date: Thu Aug 15 04:08:55 2013
New Revision: 254350
URL: http://svnweb.freebsd.org/changeset/base/254350
Log:
Specify SDT probe argument types in the probe definition itself rather than
using SDT_PROBE_ARGTYPE(). This will make it easy to extend the SDT(9) API
to allow probes w
Author: markj
Date: Thu Aug 15 04:10:15 2013
New Revision: 254351
URL: http://svnweb.freebsd.org/changeset/base/254351
Log:
Fix a typo.
MFC after:3 days
Modified:
head/share/man/man9/netisr.9
Modified: head/share/man/man9/netisr.9
29 matches
Mail list logo