On 1026T1803, Mateusz Guzik wrote:
> Author: mjg
> Date: Mon Oct 26 18:03:50 2020
> New Revision: 367066
> URL: https://svnweb.freebsd.org/changeset/base/367066
>
> Log:
> linux: silence renameat2 flags warning
>
> Hogs the console while building the Linux kernel in a Ubuntu Focal jail.
Th
> On 25 Sep 2020, at 19:12, Ian Lepore wrote:
[..]
> (A question that occurs to me: could it be that the files you've seen
> got created at shutdown after devfs was unmounted, rather than at
> startup? I don't know enough about the shutdown sequence to know
> whether that's possible.)
Thing
On 0629T1242, Kyle Evans wrote:
> On Mon, Jun 29, 2020 at 10:27 AM Shawn Webb
> wrote:
> >
> > Hey Kyle,
> >
> > On Mon, Jun 29, 2020 at 03:09:14AM +, Kyle Evans wrote:
> > > Author: kevans
> > > Date: Mon Jun 29 03:09:14 2020
> > > New Revision: 362769
> > > URL: https://svnweb.freebsd.org/c
On T2115, Alexander Leidinger wrote:
> Quoting Edward Tomasz Napierała (from Sun, 10 Nov
> 2019 20:25:04 +):
>
> > On 1110T1147, Conrad Meyer wrote:
>
> >> I am on board with making this stuff more “batteries included” and usable
> >> by defau
On 1110T1147, Conrad Meyer wrote:
> Hi,
>
> Response inline below.
>
> On Sun, Nov 10, 2019 at 08:08 Edward Tomasz Napierala
> wrote:
>
> > On 1109T2049, Alexander Leidinger wrote:
> > > Quoting Edward Tomasz Napierala (from Thu, 7 Nov
> > > 2019 18:15:24 + (UTC)):
> > >
> > > > Author: tr
On 0125T1813, Alexey Dokuchaev wrote:
> On Fri, Jan 25, 2019 at 06:02:58AM +, Edward Napierala wrote:
> > The aliases are gone, let's continue on the remaining bits below.
>
> They are not gone, they were commented out; also, bogus double linefeeds
> are not gone.
Yeah, I've matched the exist
> On 16 Nov 2018, at 18:40, Cy Schubert wrote:
>
> In message <201811161804.wagi44wc047...@pdx.rh.cn85.dnsmgr.net>,
> "Rodney W. Gri
> mes" writes:
On Fri, Nov 16, 2018 at 7:29 AM Mateusz Piotrowski <0...@freebsd.org>
wrote:
A few years ago jilles@ proposed changing reboo
On 0526T0226, Marcelo Araujo wrote:
> 2018-05-26 2:21 GMT+08:00 Brooks Davis :
[..]
> > The correct code here would be one of:
> >
> > str = strdup(opt);
> > if (str == NULL)
> > goto out;
> >
>
> No, it is not the correct code! If we go out and free(str) we have nothing
> to free, becau
On 0309T2136, David Bright wrote:
> On Mar 9, 2018, at 17:31, Ian Lepore wrote:
> >
> > On Fri, 2018-03-09 at 17:09 -0500, Mark Johnston wrote:
> >>
> >> etc/rc.d/fsck doesn't know how to interpret the new exit code and now
> >> just drops to a single-user shell when it is encountered. […]
> >>
On 1119T1040, Pedro Giffuni wrote:
>
>
> On 11/19/17 07:12, Edward Tomasz Napierala wrote:
> > On 1118T1610, Konstantin Belousov wrote:
> >> On Sat, Nov 18, 2017 at 01:21:22PM +, Edward Tomasz Napierala wrote:
> >>> Author: trasz
> >>> Date: Sat Nov 18 13:21:22 2017
> >>> New Revision: 325965
On 1013T1438, Devin Teske wrote:
>
> > On Oct 13, 2017, at 8:53 AM, Ngie Cooper wrote:
> >
> >
> >> On Oct 9, 2017, at 21:57, Ngie Cooper (yaneurabeya)
> >> wrote:
> >>
> >>
> >>> On Oct 9, 2017, at 21:56, Warner Losh wrote:
> >>>
> >>> DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONF
On 0217T1522, Alexander Motin wrote:
> On 17.02.2017 12:24, Edward Tomasz Napierała wrote:
> > On 0217T0522, Alexander Motin wrote:
> >> Author: mav
> >> Date: Fri Feb 17 05:22:58 2017
> >> New Revision: 313854
> >> URL: https://svnweb.freebsd.org/chang
On 0217T0522, Alexander Motin wrote:
> Author: mav
> Date: Fri Feb 17 05:22:58 2017
> New Revision: 313854
> URL: https://svnweb.freebsd.org/changeset/base/313854
>
> Log:
> Change the way MaxCmdSN is used.
>
> Before this change MaxCmdSN was reported as CmdSN + delta, that made it
> limi
On 0211T2027, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Feb 11 20:27:39 2017
> New Revision: 313655
> URL: https://svnweb.freebsd.org/changeset/base/313655
>
> Log:
> Change type of the prot parameter for kern_vm_mmap() from vm_prot_t to int.
>
> This makes the code to pass whole
Dnia 04.01.2017 o godz. 16:38 Ryan Stone napisał(a):
>> On Wed, Jan 4, 2017 at 7:50 AM, Edward Tomasz Napierala
>> wrote:
>> + refcount_release(&cs->cs_outstanding_ctl_pdus);
>
> Shouldn't the return value of refcount_release() be checked?
Not in this case. The destruction of cfumass
On 1221T2006, Ed Schouten wrote:
> Hi Adrian,
>
> 2016-12-21 18:32 GMT+01:00 Adrian Chadd :
> > Maybe just "sysctl_export" would be fine.
>
> Good point. Almost all Prometheus metrics exporters use this naming scheme:
>
> ~80%: ${foo}_exporter
> ~20%: prometheus_${foo}_exporter
>
> Examples;
>
Good point; fixed.
On 0919T2219, Warner Losh wrote:
> For MSDOS it's one thing and likely helps. But for ufs it doesn't
> help. Soft updates already does an excellent job at reducing wear and
> all async does is give added danger of dataloss. Linux distros don't
> matter for UFS because different
On 0630T1455, Alexander Motin wrote:
> Author: mav
> Date: Thu Jun 30 14:55:49 2016
> New Revision: 302297
> URL: https://svnweb.freebsd.org/changeset/base/302297
>
> Log:
> Revert r299454 and r299448.
>
> Those changes were found confusing FreeBSD libc ACL code, that doesn't
> differenti
On 0619T1733, Alexander Motin wrote:
> On 19.06.16 17:28, Cy Schubert wrote:
> > In message <20160619080803.GA1638@brick>, Edward Tomasz
> > =?utf-8?Q?Napiera=C5=82
> > a?= writes:
> >> On 0614T0232, Jan Beich wrote:
> >>> Alexander Motin writes:
> >>>
> Author: mav
> Date: Wed May 11 1
On 0614T0232, Jan Beich wrote:
> Alexander Motin writes:
>
> > Author: mav
> > Date: Wed May 11 13:43:20 2016
> > New Revision: 299448
> > URL: https://svnweb.freebsd.org/changeset/base/299448
> >
> > Log:
> > MFV r299442: 6762 POSIX write should imply DELETE_CHILD on directories -
> > and
> >
On 0517T1158, Warner Losh wrote:
> On Tue, May 10, 2016 at 11:33 AM, Edward Tomasz Napierala > wrote:
>
> > On 0510T1020, Alan Somers wrote:
> > > On Tue, May 10, 2016 at 9:46 AM, Edward Tomasz Napierala <
> > tr...@freebsd.org>
> > > wrote:
> > >
> > > > Author: trasz
> > > > Date: Tue May 10 15
I have the exact same problem on T420. Switching consoles back and forth
works as a workaround.
On 0411T1633, Adrian Chadd wrote:
> hiya,
>
> My x230 backlight doesn't come back on after I suspend/resume :( Any
> ideas? does it work fine for you?
>
>
>
> -adrian
>
>
> On 9 March 2016 at 17:
On 0325T0809, Bruce Evans wrote:
> On Thu, 24 Mar 2016, Edward Tomasz [utf-8] Napiera�~Ba wrote:
>
> > On 0324T1015, Warner Losh wrote:
> >> On Thu, Mar 24, 2016 at 9:46 AM, Ian Lepore wrote:
> >>
> >>> On Thu, 2016-03-24 at 16:01 +0100, Edward T
On 0324T1015, Warner Losh wrote:
> On Thu, Mar 24, 2016 at 9:46 AM, Ian Lepore wrote:
>
> > On Thu, 2016-03-24 at 16:01 +0100, Edward Tomasz Napierała wrote:
> > > On 0324T1609, Alexander Motin wrote:
> > > > On 24.03.16 15:42, Edward Tomasz Napierała wr
On 0324T1609, Alexander Motin wrote:
> On 24.03.16 15:42, Edward Tomasz Napierała wrote:
> > On 0324T1032, Jean-Sébastien Pédron wrote:
> >> On 23/03/2016 18:45, Edward Tomasz Napierala wrote:
> >>>> So maybe callouts are disabled in this situation. If there is a w
On 0324T1032, Jean-Sébastien Pédron wrote:
> On 23/03/2016 18:45, Edward Tomasz Napierala wrote:
> >> So maybe callouts are disabled in this situation. If there is a way to
> >> detect that, then vt(4) can go back to a "synchronous mode" where it
> >> refreshes the screen after each typed character
On 1226T0605, Navdeep Parhar wrote:
> Author: np
> Date: Sat Dec 26 06:05:21 2015
> New Revision: 292740
> URL: https://svnweb.freebsd.org/changeset/base/292740
>
> Log:
> cxgbei: Hardware accelerated iSCSI target and initiator for TOE capable
> cards supported by cxgbe(4).
>
> On the hos
On 1207T1134, Steven Hartland wrote:
>
>
> On 07/12/2015 11:22, Edward Tomasz Napierała wrote:
> > On 1207T0256, Steven Hartland wrote:
> >> Author: smh
> >> Date: Mon Dec 7 02:56:08 2015
> >> New Revision: 291911
> >> URL: https://svn
On 1207T0256, Steven Hartland wrote:
> Author: smh
> Date: Mon Dec 7 02:56:08 2015
> New Revision: 291911
> URL: https://svnweb.freebsd.org/changeset/base/291911
>
> Log:
> Fix panic on shutdown due to iscsi event priority
>
> iscsi's shutdown_pre_sync prio was SHUTDOWN_PRI_FIRST which cau
On 0917T1630, John Baldwin wrote:
> On Thursday, September 17, 2015 10:30:15 PM Bjoern A. Zeeb wrote:
> >
> > > On 17 Sep 2015, at 20:43 , John Baldwin wrote:
> > >
> > > On Thursday, September 17, 2015 08:36:47 PM John Baldwin wrote:
> > >> Author: jhb
> > >> Date: Thu Sep 17 20:36:46 2015
> >
On 0902T1729, Warner Losh wrote:
> Author: imp
> Date: Wed Sep 2 17:29:30 2015
> New Revision: 287405
> URL: https://svnweb.freebsd.org/changeset/base/287405
>
> Log:
> After the introduction of direct dispatch, the pacing code in g_down()
> broke in two ways. One, the pacing variable was acc
On 0711T1121, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Jul 11 11:21:56 2015
> New Revision: 285384
> URL: https://svnweb.freebsd.org/changeset/base/285384
>
> Log:
> Do not allow creation of the dirty buffers for the dead buffer
> objects, i.e. for buffer objects which vnode was re
On 0317T2302, Jean-Sébastien Pédron wrote:
> On 17.03.2015 21:29, Edward Tomasz Napierała wrote:
> >> o Support for the setmaster/dropmaster ioctls. For instance, they
> >> are used to run multiple X servers simultaneously.
> >
> > Does it fix fast
On 0317T1850, Jean-Sebastien Pedron wrote:
> Author: dumbbell
> Date: Tue Mar 17 18:50:33 2015
> New Revision: 280183
> URL: https://svnweb.freebsd.org/changeset/base/280183
>
> Log:
> drm: Update the device-independent code to match Linux 3.8.13
>
> This update brings few features:
>
On 0305T1555, Gleb Smirnoff wrote:
> On Thu, Mar 05, 2015 at 03:40:37PM +0300, Slawa Olhovchenkov wrote:
> S> > nc(1), which is a pure socket testing tool. For telnet(1) this
> S> > capability is a side effect.
> S>
> S> You don't try this in practice.
> S> % nc zxy.spb.ru 81
> S> %
> S> % telnet
On 0201T2000, Steven Hartland wrote:
> Author: smh
> Date: Sun Feb 1 20:00:08 2015
> New Revision: 278034
> URL: https://svnweb.freebsd.org/changeset/base/278034
>
> Log:
> Add a quirk to limit AHCI MSI vectors to one
>
> In 10.1-RELEASE the default number of MSI vectors used was changed f
On 1124T1137, Alexander Motin wrote:
> Author: mav
> Date: Mon Nov 24 11:37:27 2014
> New Revision: 274962
> URL: https://svnweb.freebsd.org/changeset/base/274962
>
> Log:
> Replace home-grown CTL IO allocator with UMA.
>
> Old allocator created significant lock congestion protecting its li
On 1029T1123, Navdeep Parhar wrote:
> On Wed, Oct 29, 2014 at 10:56:04AM +0100, Edward Tomasz Napierała wrote:
> > On 1029T0115, Navdeep Parhar wrote:
> > > Author: np
> > > Date: Wed Oct 29 01:15:48 2014
> > > New Revision: 273806
> > > URL: htt
On 1029T0115, Navdeep Parhar wrote:
> Author: np
> Date: Wed Oct 29 01:15:48 2014
> New Revision: 273806
> URL: https://svnweb.freebsd.org/changeset/base/273806
>
> Log:
> Userspace library for Chelsio's Terminator 5 based iWARP RNICs (pretty
> much every T5 card that does _not_ have "-SO" in
Dnia 23 paź 2014 o godz. 20:38 John Baldwin napisał(a):
>> On Thursday, October 23, 2014 11:35:47 am Mateusz Guzik wrote:
>> Author: mjg
>> Date: Thu Oct 23 15:35:47 2014
>> New Revision: 273549
>> URL: https://svnweb.freebsd.org/changeset/base/273549
>>
>> Log:
>> Avoid taking the lock in self
Wiadomość napisana przez Ian Lepore w dniu 2 kwi 2014, o godz. 15:24:
> On Tue, 2014-04-01 at 22:03 +, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Tue Apr 1 22:03:03 2014
>> New Revision: 264025
>> URL: http://svnweb.freebsd.org/changeset/base/264025
>>
>> Log:
>> Get rid of th
Wiadomość napisana przez Kubilay Kocak w dniu 1 kwi 2014, o godz. 10:08:
> On 1/04/2014 7:49 AM, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Mon Mar 31 20:49:33 2014
>> New Revision: 263978
>> URL: http://svnweb.freebsd.org/changeset/base/263978
>>
>> Log:
>> Make it possible to have
Wiadomość napisana przez James Gritton w dniu 4 lut 2014, o godz. 14:49:
> On 2/4/2014 6:23 AM, Julian Elischer wrote:
>> On 2/4/14, 3:40 PM, Robert N. M. Watson wrote:
>>> On 3 Feb 2014, at 23:53, Doug Ambrisko wrote:
>>>
It's unfortunate that vimage requires jail. I want to use vimage but
Wiadomość napisana przez Mateusz Guzik w dniu 4 gru 2013, o godz. 08:54:
> On Wed, Dec 04, 2013 at 07:38:24AM +, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Wed Dec 4 07:38:23 2013
>> New Revision: 258909
>> URL: http://svnweb.freebsd.org/changeset/base/258909
>>
>> Log:
>> Add
Wiadomość napisana przez Robert Watson w dniu 14 lis 2013, o godz. 09:07:
> On Tue, 12 Nov 2013, Edward Tomasz Napierala wrote:
>
>> Mention acl_get_brand_np(3).
>>
>> MFC after: 2 weeks
>> Sponsored by:The FreeBSD Foundation
>
> Doing some writing recently, I did wonder if acl(3) and
Wiadomość napisana przez Adrian Chadd w dniu 7 wrz 2013, o
godz. 19:47:
> I'll be happy if someone does this right now, by populating a
> /boot/loader.modules or something, and then force the "fixing" of loader to
> cache metadata to make the reads faster.
I have no idea on what's the loader(8
Wiadomość napisana przez Marius Strobl w dniu 30
lip 2013, o godz. 22:28:
> On Tue, Jul 30, 2013 at 09:57:21PM +0200, Edward Tomasz Napiera?a wrote:
>> Wiadomo?? napisana przez Marius Strobl w dniu 29
>> lip 2013, o godz. 22:38:
>>> On Fri, Apr 12, 2013 at 04:25:03PM +, Edward Tomasz Napier
Wiadomość napisana przez Marius Strobl w dniu 29
lip 2013, o godz. 22:38:
> On Fri, Apr 12, 2013 at 04:25:03PM +, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Fri Apr 12 16:25:03 2013
>> New Revision: 249410
>> URL: http://svnweb.freebsd.org/changeset/base/249410
>>
>> Log:
>> R
Wiadomość napisana przez Steven Hartland w dniu 30 kwi 2013, o godz. 05:16:
[..]
> If anyone's interested the trace was:-
> #0 doadump (textdump=0) at pcpu.h:231
> #1 0x802f6d6e in db_dump (dummy=, dummy2=0,
> dummy3=0, dummy4=0x0) at
> /usr/home/smh/freebsd/base/head/sys/ddb/db_comma
Wiadomość napisana przez Gavin Atkinson w dniu 18 lis 2012, o godz. 20:25:
> On Sun, 18 Nov 2012, Edward Tomasz Napierala wrote:
>
>> Author: trasz
>> Date: Sun Nov 18 19:01:00 2012
>> New Revision: 243246
>> URL: http://svnweb.freebsd.org/changeset/base/243246
>>
>> Log:
>> Make it possible to
Wiadomość napisana przez Pawel Jakub Dawidek w dniu 8 lip 2012, o godz. 23:38:
> On Sun, Jul 08, 2012 at 12:53:37AM +0200, Edward Tomasz Napierała wrote:
>> Wiadomość napisana przez Pawel Jakub Dawidek w dniu 7 lip 2012, o godz.
>> 23:54:
>>> You will also notice that
Wiadomość napisana przez Pawel Jakub Dawidek w dniu 7 lip 2012, o godz. 23:54:
> On Sat, Jul 07, 2012 at 08:13:41PM +, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Sat Jul 7 20:13:40 2012
>> New Revision: 238213
>> URL: http://svn.freebsd.org/changeset/base/238213
>>
>> Log:
>> A
Wiadomość napisana przez Andriy Gapon w dniu 25 maj 2012, o godz. 09:20:
> on 24/05/2012 19:48 Edward Tomasz Napierala said the following:
>> Author: trasz
>> Date: Thu May 24 16:48:33 2012
>> New Revision: 235918
>> URL: http://svn.freebsd.org/changeset/base/235918
>>
>> Log:
>> Make g_label(4
Wiadomość napisana przez Andrey Chernov w dniu 24 gru 2011, o godz. 11:50:
> On Sat, Dec 24, 2011 at 02:45:21AM -0800, Xin LI wrote:
>> On Sat, Dec 24, 2011 at 2:39 AM, Andrey Chernov wrote:
>>> On Sat, Dec 24, 2011 at 02:26:20AM -0800, Xin LI wrote:
chroot(2) can create legitimate and secure
Wiadomość napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 20:57:
> On Thu Sep 29 11, Edward Tomasz Napiera?a wrote:
>> Wiadomo?? napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 14:14:
>>> On Thu Sep 29 11, Edward Tomasz Napierala wrote:
Author: trasz
Date: Thu Sep 29 0
Wiadomość napisana przez Alexander Best w dniu 29 wrz 2011, o godz. 14:14:
> On Thu Sep 29 11, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Thu Sep 29 06:31:42 2011
>> New Revision: 225868
>> URL: http://svn.freebsd.org/changeset/base/225868
>>
>> Log:
>> Make ps(1) automatically size
Wiadomość napisana przez Garrett Cooper w dniu 2011-04-06, o godz. 18:57:
> On Wed, Apr 6, 2011 at 9:27 AM, Edward Tomasz Napierala
> wrote:
>> Author: trasz
>> Date: Wed Apr 6 16:27:04 2011
>> New Revision: 220387
>> URL: http://svn.freebsd.org/changeset/base/220387
>>
>> Log:
>> In vm_daemon(
Wiadomość napisana przez Gavin Atkinson w dniu 2011-03-31, o godz. 11:34:
> On Wed, 2011-03-30 at 18:35 +, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Wed Mar 30 18:35:02 2011
>> New Revision: 220168
>> URL: http://svn.freebsd.org/changeset/base/220168
>>
>> Log:
>> Add example d
Wiadomość napisana przez Julian Elischer w dniu 2011-01-06, o godz. 10:02:
> On 1/6/11 12:33 AM, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Thu Jan 6 08:33:48 2011
>> New Revision: 217048
>> URL: http://svn.freebsd.org/changeset/base/217048
>>
>> Log:
>> Get rid of bad advice rega
59 matches
Mail list logo