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
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
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
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:
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
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:
>
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
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
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
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:
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
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
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
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
14 matches
Mail list logo