Re: svn commit: r242124 - head/sys/arm/conf

2012-10-26 Thread Giovanni Trematerra
On Fri, Oct 26, 2012 at 7:41 AM, Tim Kientzle wrote: > Author: kientzle > Date: Fri Oct 26 05:41:58 2012 > New Revision: 242124 > URL: http://svn.freebsd.org/changeset/base/242124 > > Log: > Comment out the BOOTP/NFSROOT support. Transition this > config file to support a production kernel mo

Re: svn commit: r238936 - in head/sys: fs/fifofs kern sys

2012-08-01 Thread Giovanni Trematerra
On Tue, Jul 31, 2012 at 10:21 AM, David Xu wrote: > On 2012/7/31 15:22, Giovanni Trematerra wrote: >> >> On Tue, Jul 31, 2012 at 7:48 AM, David Xu wrote: >>> >>> Author: davidxu >>> Date: Tue Jul 31 05:48:35 2012 >>> New Revision: 238936 &g

Re: svn commit: r238936 - in head/sys: fs/fifofs kern sys

2012-07-31 Thread Giovanni Trematerra
On Tue, Jul 31, 2012 at 7:48 AM, David Xu wrote: > 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

Re: svn commit: r234352 - in head/sys: amd64/linux32 compat/linux i386/linux kern

2012-04-18 Thread Giovanni Trematerra
2012/4/18 Konstantin Belousov : > On Wed, Apr 18, 2012 at 01:52:24PM +0200, Giovanni Trematerra wrote: >> On Mon, Apr 16, 2012 at 11:22 PM, Jung-uk Kim wrote: >> > Author: jkim >> > Date: Mon Apr 16 21:22:02 2012 >> > New Revision: 234352 >> > URL:

Re: svn commit: r234352 - in head/sys: amd64/linux32 compat/linux i386/linux kern

2012-04-18 Thread Giovanni Trematerra
sys_pipe.c and call kern_fcntl in linux_pipe2 to set appropriate flags for the pipes after you created them with kern_pipe. Please, take a look at this patch http://www.trematerra.net/patches/linux_pipe2.patch It's only test-compiled though. Thank you. -- Giovanni Trematerra

Re: svn commit: r233346 - head/etc/mtree

2012-03-23 Thread Giovanni Trematerra
On Fri, Mar 23, 2012 at 11:12 AM, Sergey Kandaurov wrote: > Author: pluknet > Date: Fri Mar 23 10:12:35 2012 > New Revision: 233346 > URL: http://svn.freebsd.org/changeset/base/233346 > > Log: >  Clean up of fs/fifofs include directory after fifo.h removal. > >  Glanced by:   kib > > Modified: >  

Re: svn commit: r232271 - head/sys/kern

2012-02-28 Thread Giovanni Trematerra
On Tue, Feb 28, 2012 at 10:45 PM, Dimitry Andric wrote: > Author: dim > Date: Tue Feb 28 21:45:21 2012 > New Revision: 232271 > URL: http://svn.freebsd.org/changeset/base/232271 > > Log: >  Change definition of pipe_chmod() from K&R to C99, to avoid the >  following clang warning: > >  sys/kern/sy

Re: svn commit: r232183 - head/sys/kern

2012-02-26 Thread Giovanni Trematerra
On Sun, Feb 26, 2012 at 10:12 PM, Ed Schouten wrote: > Hi Jilles, > > * Jilles Tjoelker , 20120226 16:14: >> +static int >> +pipe_chmod(fp, mode, active_cred, td) >> +     struct file *fp; >> +     mode_t mode; >> +     struct ucred *active_cred; >> +     struct thread *td; >> +{ >> +     struct p

Re: svn commit: r232183 - head/sys/kern

2012-02-26 Thread Giovanni Trematerra
On Sun, Feb 26, 2012 at 4:14 PM, Jilles Tjoelker wrote: > Author: jilles > Date: Sun Feb 26 15:14:29 2012 > New Revision: 232183 > URL: http://svn.freebsd.org/changeset/base/232183 > > Log: >  Fix fchmod() and fchown() on fifos. > >  The new fifo implementation in r232055 broke fchmod() and fchown

Re: svn commit: r226042 - in head/sys: kern sys

2011-12-01 Thread Giovanni Trematerra
2011/12/1 Kostik Belousov : > On Wed, Nov 30, 2011 at 10:01:12PM +0100, Giovanni Trematerra wrote: >> On Wed, Oct 5, 2011 at 6:56 PM, Konstantin Belousov wrote: >> > Author: kib >> > Date: Wed Oct  5 16:56:06 2011 >> > New Revision: 226042 >> > URL:

Re: svn commit: r226042 - in head/sys: kern sys

2011-11-30 Thread Giovanni Trematerra
On Wed, Oct 5, 2011 at 6:56 PM, Konstantin Belousov wrote: > Author: kib > Date: Wed Oct  5 16:56:06 2011 > New Revision: 226042 > URL: http://svn.freebsd.org/changeset/base/226042 > > Log: >  Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes. > >  Reviewed by:  jhb, Pet

Re: svn commit: r226247 - head/sys/compat/linux

2011-10-11 Thread Giovanni Trematerra
On Tue, Oct 11, 2011 at 12:32 PM, Christian Brueffer wrote: > Author: brueffer > Date: Tue Oct 11 10:32:23 2011 > New Revision: 226247 > URL: http://svn.freebsd.org/changeset/base/226247 > > Log: >  Properly free linux_gidset in case of an error. > >  CID:          4136 >  Found with:   Coverity P

Re: svn commit: r217262 - head/sys/geom/nop

2011-01-11 Thread Giovanni Trematerra
On Tue, Jan 11, 2011 at 12:42 PM, Andrey V. Elsukov wrote: > Author: ae > Date: Tue Jan 11 11:42:22 2011 > New Revision: 217262 > URL: http://svn.freebsd.org/changeset/base/217262 > > Log: >  Round GNOP provider's mediasize to its sectorsize. This prevents KASSERT >  in g_io_request when geom clas

Re: svn commit: r205119 - head/contrib/top

2010-03-30 Thread Giovanni Trematerra
On Sat, Mar 13, 2010 at 1:17 PM, Bruce Cran wrote: > Author: brucec > Date: Sat Mar 13 11:17:39 2010 > New Revision: 205119 > URL: http://svn.freebsd.org/changeset/base/205119 > > Log: >  Change the 'amt' parameter in format_k2 from int to unsigned long long >  to match the values passed in and pr