Author: markj
Date: Sat May 3 04:44:03 2014
New Revision: 265255
URL: http://svnweb.freebsd.org/changeset/base/265255
Log:
Allow "a.out" as an alias for the executable if no other matching entries
are found. This improves compatibility with Solaris' libproc and fixes a
number of failing DTr
Author: loos
Date: Sat May 3 03:40:36 2014
New Revision: 265254
URL: http://svnweb.freebsd.org/changeset/base/265254
Log:
Fix the tinderbox armv6/arm build failure.
VYBRID code depends on FDT.
Modified:
head/sys/arm/conf/VYBRID
Modified: head/sys/arm/conf/VYBRID
===
Author: smh
Date: Sat May 3 02:30:01 2014
New Revision: 265253
URL: http://svnweb.freebsd.org/changeset/base/265253
Log:
Don't treat TRIM requests returning ENOTSUP as an unexpected error.
MFC after:1 month
X-MFC-With: r265152
Modified:
head/sys/cddl/contrib/opensolaris/uts/comm
I wrote:
> Author: rmacklem
> Date: Sat May 3 00:13:45 2014
> New Revision: 265252
> URL: http://svnweb.freebsd.org/changeset/base/265252
>
> Log:
> The new draft specification for NFSv4.0 specifies that a server
> should either accept owner and owner_group strings that are just
> the digit
Author: rmacklem
Date: Sat May 3 00:13:45 2014
New Revision: 265252
URL: http://svnweb.freebsd.org/changeset/base/265252
Log:
The new draft specification for NFSv4.0 specifies that a server
should either accept owner and owner_group strings that are just
the digits of the uid/gid or return
Author: bdrewery
Date: Fri May 2 23:47:14 2014
New Revision: 265251
URL: http://svnweb.freebsd.org/changeset/base/265251
Log:
- Add J command to help.
MFC after:2 weeks
X-MFC-with: r265249
Modified:
head/contrib/top/commands.c
Modified: head/contrib/top/commands.c
=
On 5/2/2014 6:39 PM, Justin Hibbits wrote:
> On Fri, May 2, 2014 at 4:32 PM, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Fri May 2 23:32:44 2014
>> New Revision: 265250
>> URL: http://svnweb.freebsd.org/changeset/base/265250
>>
>> Log:
>> - Add a hint for 'u' and 'J' command that '+' disp
On Fri, May 2, 2014 at 4:32 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Fri May 2 23:32:44 2014
> New Revision: 265250
> URL: http://svnweb.freebsd.org/changeset/base/265250
>
> Log:
> - Add a hint for 'u' and 'J' command that '+' displays all.
>
Thanks! I keep forgetting about '+'.
Author: bdrewery
Date: Fri May 2 23:32:44 2014
New Revision: 265250
URL: http://svnweb.freebsd.org/changeset/base/265250
Log:
- Add a hint for 'u' and 'J' command that '+' displays all.
MFC after:2 weeks
Modified:
head/contrib/top/top.c
Modified: head/contrib/top/top.c
Author: bdrewery
Date: Fri May 2 23:30:39 2014
New Revision: 265249
URL: http://svnweb.freebsd.org/changeset/base/265249
Log:
Add -J command/flag to filter by jail name/jid. This will automatically
display the JID as well (the -j command/flag).
0 displays host.
+ displays all.
Author: marius
Date: Fri May 2 23:23:18 2014
New Revision: 265248
URL: http://svnweb.freebsd.org/changeset/base/265248
Log:
Allow GEOM_VINUM to be statically compiled into the kernel.
Submitted by: gleb
MFC after:3 days
Modified:
head/sbin/gvinum/gvinum.c
head/sbin/gvinum/gvinum
Author: mjg
Date: Fri May 2 21:55:09 2014
New Revision: 265247
URL: http://svnweb.freebsd.org/changeset/base/265247
Log:
Request a non-exiting process in sysctl_kern_proc_{o,}filedesc
This fixes a race with exit1 freeing p_textvp.
Suggested by: kib
MFC after:1 week
Modified:
Well, have a chat with jmg and see if it can just be extended this
way. Allocating another 8 bytes each time is a waste of memory
bandwidth and allocator CPU cycles. :-)
(Great work though! I'm glad this finally got shepharded into the tree!)
-a
On 2 May 2014 12:02, Chagin Dmitry wrote:
> On
Author: mjg
Date: Fri May 2 21:41:35 2014
New Revision: 265245
URL: http://svnweb.freebsd.org/changeset/base/265245
Log:
Fix typo in KF_FD_TYPE_TRACE comment: ptrace -> ktrace
Modified:
head/sys/sys/user.h
Modified: head/sys/sys/user.h
===
Author: brueffer
Date: Fri May 2 21:34:17 2014
New Revision: 265244
URL: http://svnweb.freebsd.org/changeset/base/265244
Log:
Free resources in an error case.
CID: 1018947
Found with: Coverity Prevent(tm)
MFC after:1 week
Modified:
head/sys/kern/kern_cpu.c
Modified:
On Fri, May 2, 2014 at 3:08 PM, Alexander V. Chernikov
wrote:
> On 03.05.2014 00:22, Alan Somers wrote:
>> On Fri, May 2, 2014 at 11:01 AM, Alexander V. Chernikov
>> wrote:
>>> On 02.05.2014 20:24, Alan Somers wrote:
Author: asomers
Date: Fri May 2 16:24:09 2014
New Revision:
Author: brueffer
Date: Fri May 2 21:19:13 2014
New Revision: 265242
URL: http://svnweb.freebsd.org/changeset/base/265242
Log:
Generate hardware notes for mpr(4) and bump copyright for 2014.
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.xml
Modified: head/release/doc/en_US.ISO8
Author: brueffer
Date: Fri May 2 21:14:28 2014
New Revision: 265241
URL: http://svnweb.freebsd.org/changeset/base/265241
Log:
Use our standard SYNOPSIS wording; perform some cleanup while here.
Modified:
head/share/man/man4/mpr.4
Modified: head/share/man/man4/mpr.4
=
On 03.05.2014 00:22, Alan Somers wrote:
> On Fri, May 2, 2014 at 11:01 AM, Alexander V. Chernikov
> wrote:
>> On 02.05.2014 20:24, Alan Somers wrote:
>>>
>>> Author: asomers
>>> Date: Fri May 2 16:24:09 2014
>>> New Revision: 265232
>>> URL: http://svnweb.freebsd.org/changeset/base/265232
>>>
>>>
On Fri, 2014-05-02 at 15:46 -0500, Bryan Drewery wrote:
> On 2014-05-02 15:19, Ian Lepore wrote:
> > On Fri, 2014-05-02 at 15:05 +, Bryan Drewery wrote:
> >> Author: bdrewery
> >> Date: Fri May 2 15:05:47 2014
> >> New Revision: 265229
> >> URL: http://svnweb.freebsd.org/changeset/base/265229
On 2014-05-02 15:19, Ian Lepore wrote:
On Fri, 2014-05-02 at 15:05 +, Bryan Drewery wrote:
Author: bdrewery
Date: Fri May 2 15:05:47 2014
New Revision: 265229
URL: http://svnweb.freebsd.org/changeset/base/265229
Log:
Add -J to filter by matching jail IDs and names.
[...]
I'm getting a
Author: bdrewery
Date: Fri May 2 20:45:34 2014
New Revision: 265239
URL: http://svnweb.freebsd.org/changeset/base/265239
Log:
- Fix build WITHOUT_ZFS/WITHOUT_CDDL after r265229, bin/ps needs libjail.
MFC after:2 weeks
X-MFC-with: r265229
Modified:
head/rescue/rescue/Makefile
Mo
Author: brueffer
Date: Fri May 2 20:45:55 2014
New Revision: 265240
URL: http://svnweb.freebsd.org/changeset/base/265240
Log:
Properly free resources in case of error.
CID: 1007032
Found with: Coverity Prevent(tm)
MFC after:2 weeks
Modified:
head/sys/rpc/clnt_vc.c
Mo
Author: brueffer
Date: Fri May 2 20:41:09 2014
New Revision: 265238
URL: http://svnweb.freebsd.org/changeset/base/265238
Log:
Properly free resources in case of error.
CID: 1007032
Found with: Coverity Prevent(tm)
MFC after:2 weeks
Modified:
head/lib/libc/rpc/clnt_vc.
Author: ken
Date: Fri May 2 20:36:20 2014
New Revision: 265237
URL: http://svnweb.freebsd.org/changeset/base/265237
Log:
Add the mpr(4) man page to the man4 Makefile.
This should have been included in r265236.
Submitted by: Steve McConnell
MFC after:3 days
Sponsored by: LSI,
Author: ken
Date: Fri May 2 20:25:09 2014
New Revision: 265236
URL: http://svnweb.freebsd.org/changeset/base/265236
Log:
Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.
This is derived from the mps(4) driver, but it supports only the 12Gb
IT and IR hardware including the
On Fri, May 2, 2014 at 11:01 AM, Alexander V. Chernikov
wrote:
> On 02.05.2014 20:24, Alan Somers wrote:
>>
>> Author: asomers
>> Date: Fri May 2 16:24:09 2014
>> New Revision: 265232
>> URL: http://svnweb.freebsd.org/changeset/base/265232
>>
>> Log:
>>Fix a panic caused by doing "ifconfig -a
On 2014-05-02 15:19, Ian Lepore wrote:
On Fri, 2014-05-02 at 15:05 +, Bryan Drewery wrote:
Author: bdrewery
Date: Fri May 2 15:05:47 2014
New Revision: 265229
URL: http://svnweb.freebsd.org/changeset/base/265229
Log:
Add -J to filter by matching jail IDs and names.
-J 0 can be used to
On Fri, 2014-05-02 at 15:05 +, Bryan Drewery wrote:
> Author: bdrewery
> Date: Fri May 2 15:05:47 2014
> New Revision: 265229
> URL: http://svnweb.freebsd.org/changeset/base/265229
>
> Log:
> Add -J to filter by matching jail IDs and names.
>
> -J 0 can be used to show only host proces
On 2 May 2014 02:24, Christian Brueffer wrote:
> Author: brueffer
> Date: Fri May 2 09:24:06 2014
> New Revision: 265217
> URL: http://svnweb.freebsd.org/changeset/base/265217
>
> Log:
> libdev(4) has been removed, get rid of the module as well to fix the build.
Thanks. My cleanup of lindev(4
On Fri, May 02, 2014 at 11:49:29AM -0700, Adrian Chadd wrote:
> Hi,
>
> why not just extend the kqueue data fields to 64 bits and leave the
> freebsd API only copy 32 bits in?
>
>
>
well, this is the first that comes to mind.
--
Have fun!
chd
pgp_Hn3rjWNPu.pgp
Description: PGP signature
On Fri, May 02, 2014 at 10:37:05PM +0400, Chagin Dmitry wrote:
> On Wed, Sep 18, 2013 at 08:46:48PM +0200, Mateusz Guzik wrote:
> > On Wed, Sep 18, 2013 at 05:56:04PM +, Roman Divacky wrote:
> > > Author: rdivacky
> > > Date: Wed Sep 18 17:56:04 2013
> > > New Revision: 255672
> > > URL: http:/
Hi,
why not just extend the kqueue data fields to 64 bits and leave the
freebsd API only copy 32 bits in?
-a
On 18 September 2013 10:56, Roman Divacky wrote:
> Author: rdivacky
> Date: Wed Sep 18 17:56:04 2013
> New Revision: 255672
> URL: http://svnweb.freebsd.org/changeset/base/255672
>
>
On Wed, Sep 18, 2013 at 08:46:48PM +0200, Mateusz Guzik wrote:
> On Wed, Sep 18, 2013 at 05:56:04PM +, Roman Divacky wrote:
> > Author: rdivacky
> > Date: Wed Sep 18 17:56:04 2013
> > New Revision: 255672
> > URL: http://svnweb.freebsd.org/changeset/base/255672
> >
> > Log:
> > Implement epo
On 02.05.2014 20:24, Alan Somers wrote:
Author: asomers
Date: Fri May 2 16:24:09 2014
New Revision: 265232
URL: http://svnweb.freebsd.org/changeset/base/265232
Log:
Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed.
The thread that is destroying the lagg has alrea
On 05/02/14 11:15, Pedro F. Giffuni wrote:
Author: pfg
Date: Fri May 2 16:15:34 2014
New Revision: 265231
URL: http://svnweb.freebsd.org/changeset/base/265231
Log:
gcc: fix strict alignment.
From the OpenBSD log:
x86-64 ABI requires arrays greater than 16 bytes to be aligned t
Author: asomers
Date: Fri May 2 16:24:09 2014
New Revision: 265232
URL: http://svnweb.freebsd.org/changeset/base/265232
Log:
Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed.
The thread that is destroying the lagg has already set sc->sc_psc=NULL when
the "ifconfig
Author: pfg
Date: Fri May 2 16:15:34 2014
New Revision: 265231
URL: http://svnweb.freebsd.org/changeset/base/265231
Log:
gcc: fix strict alignment.
From the OpenBSD log:
x86-64 ABI requires arrays greater than 16 bytes to be aligned to
16byte boundary. However, GCC 16-byte aligns a
Author: gjb
Date: Fri May 2 15:52:50 2014
New Revision: 265230
URL: http://svnweb.freebsd.org/changeset/base/265230
Log:
Clarify that MAKEOBJDIRPREFIX and MAKEOBJDIR are not
honored as make(1) arguments.
Requested by: smh
MFC After:3 days
Sponsored by: The FreeBSD Foundation
Mod
Author: bdrewery
Date: Fri May 2 15:05:47 2014
New Revision: 265229
URL: http://svnweb.freebsd.org/changeset/base/265229
Log:
Add -J to filter by matching jail IDs and names.
-J 0 can be used to show only host processes.
Patch partially based on work by bz@
PR: bin/7876
Author: brueffer
Date: Fri May 2 11:09:01 2014
New Revision: 265225
URL: http://svnweb.freebsd.org/changeset/base/265225
Log:
Clean up more lindev(4) vestiges.
Deleted:
head/tools/kerneldoc/subsys/Doxyfile-dev_lindev
Modified:
head/sys/conf/files.pc98
Modified: head/sys/conf/files.pc98
==
Author: smh
Date: Fri May 2 09:31:21 2014
New Revision: 265218
URL: http://svnweb.freebsd.org/changeset/base/265218
Log:
Removed pointless / duplicated call to trim_map_first.
MFC after:1 month
X-MFC-With: r265152
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/tri
Author: brueffer
Date: Fri May 2 09:24:06 2014
New Revision: 265217
URL: http://svnweb.freebsd.org/changeset/base/265217
Log:
libdev(4) has been removed, get rid of the module as well to fix the build.
Submitted by: Sainath Varanasi
Deleted:
head/sys/modules/lindev/
Modified:
head/sys
On Thu, 1 May 2014, Luiz Otavio O Souza wrote:
Log:
Remove unnecessary headers. Sort out the headers. Add a missing header on
ofw_gpiobus.c (it was working because of sys/libkern.h).
Do you use /usr/src/tools/tools/kerninclude/kerninclude.sh to find the
unused includes? There are many fal
On Thu, 1 May 2014, Eitan Adler wrote:
On 1 May 2014 09:59, Jung-uk Kim wrote:
On 2014-04-30 15:38:18 -0400, ?? wrote:
On 2014-04-30 02:20:48 -0400, ?? wrote:
Mail clients keep getting worse. Fitst the apostrophes were corrupted,
now the names...
Author: eadler Date: Wed Apr 30 06:20:4
Author: rwatson
Date: Fri May 2 07:57:40 2014
New Revision: 265216
URL: http://svnweb.freebsd.org/changeset/base/265216
Log:
Garbage collect mtxpool_lockbuilder, the mutex pool historically used
for lockmgr and sx interlocks, but unused since optimised versions of
those sleep locks were int
Author: eadler
Date: Fri May 2 07:14:22 2014
New Revision: 265215
URL: http://svnweb.freebsd.org/changeset/base/265215
Log:
lindev(4): finish the partial commit in r265212
lindev(4) was only used to provide /dev/full which is now a standard feature
of
FreeBSD. /dev/full was never linux
Author: des
Date: Fri May 2 07:04:35 2014
New Revision: 265214
URL: http://svnweb.freebsd.org/changeset/base/265214
Log:
The mergeinfo was somehow left out of previous commit.
Modified:
Directory Properties:
head/crypto/openssh/ (props changed)
_
48 matches
Mail list logo