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 kient...@freebsd.org 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

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 listlog2...@gmail.com wrote: On 2012/7/31 15:22, Giovanni Trematerra wrote: On Tue, Jul 31, 2012 at 7:48 AM, David Xu davi...@freebsd.org wrote: Author: davidxu Date: Tue Jul 31 05:48:35 2012 New Revision: 238936 URL: http://svn.freebsd.org

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 davi...@freebsd.org 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

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

2012-04-18 Thread Giovanni Trematerra
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 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman

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 kostik...@gmail.com: 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 j...@freebsd.org wrote: Author: jkim Date: Mon Apr 16 21:22:02 2012 New Revision: 234352 URL: http://svn.freebsd.org

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

2012-02-28 Thread Giovanni Trematerra
On Tue, Feb 28, 2012 at 10:45 PM, Dimitry Andric d...@freebsd.org 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 KR to C99, to avoid the  following clang warning:  

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

2012-02-26 Thread Giovanni Trematerra
On Sun, Feb 26, 2012 at 4:14 PM, Jilles Tjoelker jil...@freebsd.org 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()

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

2012-02-26 Thread Giovanni Trematerra
On Sun, Feb 26, 2012 at 10:12 PM, Ed Schouten e...@80386.nl wrote: Hi Jilles, * Jilles Tjoelker jil...@freebsd.org, 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; +{ +

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

2011-12-01 Thread Giovanni Trematerra
2011/12/1 Kostik Belousov kostik...@gmail.com: On Wed, Nov 30, 2011 at 10:01:12PM +0100, Giovanni Trematerra wrote: On Wed, Oct 5, 2011 at 6:56 PM, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Wed Oct  5 16:56:06 2011 New Revision: 226042 URL: http://svn.freebsd.org

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 k...@freebsd.org 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:  

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 bruef...@freebsd.org 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:  

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 a...@freebsd.org 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

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

2010-03-30 Thread Giovanni Trematerra
On Sat, Mar 13, 2010 at 1:17 PM, Bruce Cran bru...@freebsd.org 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