On 5/16/18, Warner Losh wrote:
> Author: imp
> Date: Wed May 16 13:52:24 2018
> New Revision: 333675
> URL: https://svnweb.freebsd.org/changeset/base/333675
>
> Log:
> Add note about LD=ld.lld being a temporary requirement when building
> the kernel the traditional way.
>
> Modified:
> head/
On 6/10/18, Jonathan Anderson wrote:
> On 10 Jun 2018, at 16:49, Antoine Brodin wrote:
>
>> On Sun, Jun 10, 2018 at 9:15 PM, Eitan Adler
>> wrote:
>>> Author: eadler
>>> Date: Sun Jun 10 19:15:38 2018
>>> New Revision: 334931
>>> URL: https://svnweb.freebsd.org/changeset/base/334931
>>>
>>> Log:
On 5/22/18, Ed Maste wrote:
> Author: emaste
> Date: Tue May 22 14:35:33 2018
> New Revision: 334046
> URL: https://svnweb.freebsd.org/changeset/base/334046
>
> Log:
> intel-ucode-split: add -n flag to skip creating output files
>
> Sponsored by: The FreeBSD Foundation
>
> Modified:
>
On Wednesday, June 13, 2018, Ed Maste wrote:
> On Tue, 12 Jun 2018 at 18:17, Sean Bruno wrote:
> >
> > On 06/12/18 16:05, Oliver Pinter wrote:
> > > On 5/22/18, Ed Maste wrote:
> > >> Author: emaste
> > >> Date: Tue May 22 14:35:33 20
On Wednesday, June 13, 2018, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Jun 13 17:55:09 2018
> New Revision: 335072
> URL: https://svnweb.freebsd.org/changeset/base/335072
>
> Log:
> Enable eager FPU context switch by default on amd64.
>
> With compilers making increasing use of vec
On Thursday, June 14, 2018, Rodney W. Grimes
wrote:
> > Author: kib
> > Date: Wed Jun 13 17:55:09 2018
> > New Revision: 335072
> > URL: https://svnweb.freebsd.org/changeset/base/335072
> >
> > Log:
> > Enable eager FPU context switch by default on amd64.
> >
> > With compilers making increas
On Sunday, June 17, 2018, Mark Johnston wrote:
> On Sat, Jun 16, 2018 at 06:25:03PM -0700, Eitan Adler wrote:
> > On 13 June 2018 at 07:07, Mark Johnston wrote:
> > > On Wed, Jun 13, 2018 at 01:46:34AM +0200, Oliver Pinter wrote:
> > >> On Wednesday,
On 12/7/17, Mark Johnston wrote:
> Author: markj
> Date: Thu Dec 7 19:38:09 2017
> New Revision: 326664
> URL: https://svnweb.freebsd.org/changeset/base/326664
>
> Log:
> Fix the UMA reclaim worker after r326347.
>
> atomic_set_*() sets a bit in the target memory location, so
> atomic_set_i
On 12/22/17, Warner Losh wrote:
> Author: imp
> Date: Fri Dec 22 17:53:27 2017
> New Revision: 327089
> URL: https://svnweb.freebsd.org/changeset/base/327089
>
> Log:
> Use '#' rather than some made up name for fields we want to ignore.
>
> Modified:
> head/sys/dev/drm2/i915/i915_drv.c
> hea
On Friday, December 29, 2017, Conrad Meyer wrote:
> Author: cem
> Date: Fri Dec 29 22:08:43 2017
> New Revision: 327362
> URL: https://svnweb.freebsd.org/changeset/base/327362
>
> Log:
> find(1): Fix -newer and -samefile to conform to POSIX[0]
>
> By default, or with the -P flag, find(1) shou
On Friday, December 29, 2017, Conrad Meyer wrote:
> On Fri, Dec 29, 2017 at 2:41 PM, Oliver Pinter
> wrote:
> > Why did you comment out these tests?
>
> I think unit tests are a good idea for this kind of change, which is
> why I wrote them. And I run them before
Hi Warner!
Did you plan to MFC this to 11-stable? I think other parts (both kernel and
loader parts are mostly MFCd back by Kyle).
Thanks,
Oliver
On Friday, January 12, 2018, Warner Losh wrote:
> Author: imp
> Date: Fri Jan 12 15:30:48 2018
> New Revision: 327877
> URL: https://svnweb.freebsd.
On Friday, April 13, 2018, Ram Kishore Vegesna wrote:
> Author: ram
> Date: Fri Apr 13 13:31:20 2018
> New Revision: 332471
> URL: https://svnweb.freebsd.org/changeset/base/332471
>
> Log:
> Check if STACK is defined before using the stack(9).
>
> PR: 227446
> Reported by: emaste
> Approv
On Wednesday, April 25, 2018, Tycho Nightingale wrote:
> Author: tychon
> Date: Wed Apr 25 14:21:13 2018
> New Revision: 332994
> URL: https://svnweb.freebsd.org/changeset/base/332994
>
> Log:
> If a trap is encountered upon executing iretq from within doreti() the
> hardware will ensure the
On 5/7/18, Mateusz Guzik wrote:
> Author: mjg
> Date: Mon May 7 15:07:28 2018
> New Revision: 24
> URL: https://svnweb.freebsd.org/changeset/base/24
>
> Log:
> amd64: replace libkern's memset and memmove with assembly variants
>
> memmove is repurposed bcopy (arguments swapped, return
On 5/7/18, Oliver Pinter wrote:
> On 5/7/18, Mateusz Guzik wrote:
>> Author: mjg
>> Date: Mon May 7 15:07:28 2018
>> New Revision: 24
>> URL: https://svnweb.freebsd.org/changeset/base/24
>>
>> Log:
>> amd64: replace libkern's memset
On 5/7/18, Rodney W. Grimes wrote:
>> Author: mjg
>> Date: Mon May 7 15:07:28 2018
>> New Revision: 24
>> URL: https://svnweb.freebsd.org/changeset/base/24
>>
>> Log:
>> amd64: replace libkern's memset and memmove with assembly variants
>>
>> memmove is repurposed bcopy (arguments swa
On Wednesday, May 9, 2018, Warner Losh wrote:
> Author: imp
> Date: Wed May 9 14:11:35 2018
> New Revision: 333409
> URL: https://svnweb.freebsd.org/changeset/base/333409
>
> Log:
> Minor style nits
>
> Use full copyright year.
> Remove 'All Rights Reserved' from new file (rights holder OK
On Wednesday, May 9, 2018, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Wed May 9 20:51:16 2018
> New Revision: 333438
> URL: https://svnweb.freebsd.org/changeset/base/333438
>
> Log:
> Change option dry-run from 'n' to 'C' in geli attach command.
>
> 'n' is used in other commands to de
On Sun, Oct 16, 2016 at 8:27 PM, Luigi Rizzo wrote:
> Author: luigi
> Date: Sun Oct 16 18:27:41 2016
> New Revision: 307396
> URL: https://svnweb.freebsd.org/changeset/base/307396
>
> Log:
> add a missing header.
>
> Added:
> head/sys/net/netmap_virt.h (contents, props changed)
>
> Added: he
On 10/25/16, Tijl Coosemans wrote:
> On Tue, 25 Oct 2016 17:13:46 + (UTC) Gleb Smirnoff
> wrote:
>> Author: glebius
>> Date: Tue Oct 25 17:13:46 2016
>> New Revision: 307936
>> URL: https://svnweb.freebsd.org/changeset/base/307936
>>
>> Log:
>> The argument validation in r296956 was not eno
On Fri, Dec 2, 2016 at 9:21 AM, Hans Petter Selasky
wrote:
> Author: hselasky
> Date: Fri Dec 2 08:21:08 2016
> New Revision: 309400
> URL: https://svnweb.freebsd.org/changeset/base/309400
>
> Log:
> Fix for endless recursion in the ACPI GPE handler during boot.
>
> When handling a GPE ACPI i
On 12/3/16, Oliver Pinter wrote:
> On Fri, Dec 2, 2016 at 9:21 AM, Hans Petter Selasky
> wrote:
>> Author: hselasky
>> Date: Fri Dec 2 08:21:08 2016
>> New Revision: 309400
>> URL: https://svnweb.freebsd.org/changeset/base/309400
>>
>> Log:
>> F
On 10/21/16, Hiren Panchasara wrote:
> Author: hiren
> Date: Fri Oct 21 18:27:30 2016
> New Revision: 307745
> URL: https://svnweb.freebsd.org/changeset/base/307745
>
> Log:
> Rework r306337.
>
> In sendit(), if mp->msg_control is present, then in sockargs() we are
> allocating mbuf to store
On 10/16/16, Devin Teske wrote:
> Author: dteske
> Date: Sun Oct 16 20:59:28 2016
> New Revision: 307402
> URL: https://svnweb.freebsd.org/changeset/base/307402
>
> Log:
> Guard against bad service name argument(s) to load_rc_config()
>
> MFC after: 3 days
> X-MFC-to: stable/11 stable/10
On 10/20/16, Kenneth D. Merry wrote:
> Author: ken
> Date: Thu Oct 20 19:42:26 2016
> New Revision: 307684
> URL: https://svnweb.freebsd.org/changeset/base/307684
>
> Log:
> For CCBs allocated on the stack, we need to clear the entire CCB, not
> just
> the header. Otherwise stack garbage can
On 10/22/16, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Sat Oct 22 14:37:13 2016
> New Revision: 307774
> URL: https://svnweb.freebsd.org/changeset/base/307774
>
> Log:
> Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
> "product vendor". This is consistent with
On 12/11/16, Oliver Pinter wrote:
> On 10/22/16, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Sat Oct 22 14:37:13 2016
>> New Revision: 307774
>> URL: https://svnweb.freebsd.org/changeset/base/307774
>>
>> Log:
>> Fix libusb20_dev_get_d
On 10/24/16, Shteryana Shopova wrote:
> Author: syrinx
> Date: Mon Oct 24 21:05:23 2016
> New Revision: 307882
> URL: https://svnweb.freebsd.org/changeset/base/307882
>
> Log:
> Fix a regression introduced in SVN r256678 that breaks USM header parsing
The r256678 commit was already MFCd back to
On 11/4/16, Scott Long wrote:
> Author: scottl
> Date: Fri Nov 4 16:56:36 2016
> New Revision: 308296
> URL: https://svnweb.freebsd.org/changeset/base/308296
>
> Log:
> asc/ascq 44/0 is typically a non-transient, permanent error (at least
> until
> the components are reset). Therefore retrie
Hi Pedro!
On 12/11/16, Pedro Giffuni wrote:
> Hello;
> On 12/10/16 19:58, Oliver Pinter wrote:
> ...
>
>>> Reviewed by: ken
>>> Obtained from:Netflix
>>> MFC after:3 days
>>
>> Hi Scott!
>>
>> What's the
On Tuesday, October 15, 2019, Jeff Roberson wrote:
> Author: jeff
> Date: Tue Oct 15 03:45:41 2019
> New Revision: 353539
> URL: https://svnweb.freebsd.org/changeset/base/353539
>
> Log:
> (4/6) Protect page valid with the busy lock.
>
> Atomics are used for page busy and valid state when the
On Thursday, October 24, 2019, Simon J. Gerraty wrote:
> Author: sjg
> Date: Thu Oct 24 19:52:41 2019
> New Revision: 354039
> URL: https://svnweb.freebsd.org/changeset/base/354039
>
> Log:
> Allow loader.efi to identify non-standard boot setup
>
> PATH_BOOTABLE_TOKEN can be set to a non-stan
On Sunday, August 25, 2019, Mateusz Guzik wrote:
> Author: mjg
> Date: Sun Aug 25 05:11:43 2019
> New Revision: 351471
> URL: https://svnweb.freebsd.org/changeset/base/351471
>
> Log:
> vfs: add vholdnz (for already held vnodes)
Why?
(Yes, is can read the real reason in phabricator, but the
On Thursday, March 28, 2019, Ed Maste wrote:
> Author: emaste
> Date: Thu Mar 28 02:12:32 2019
> New Revision: 345625
> URL: https://svnweb.freebsd.org/changeset/base/345625
>
> Log:
> revert r341429 "disable BIND_NOW in libc, libthr, and rtld"
>
> r345620 by kib@ fixed the rtld issue that ca
ase/345638
> >
> > Log:
> > Revert change accidentally committed along with r345625
> >
> > Reported by:Oliver Pinter
> >
> > Modified:
> > head/sys/sys/elf_common.h
> >
> > Modified: head/sys/sys/elf_common.h
> > =
On Sunday, April 7, 2019, Chris Rees wrote:
> Author: crees (doc,ports committer)
> Date: Sun Apr 7 18:31:45 2019
> New Revision: 346017
> URL: https://svnweb.freebsd.org/changeset/base/346017
>
> Log:
> Remove now unnecessary kldstat check before attempting to load modules.
>
> Since r23310
Please revert this patch. If I'm not wrong, this will break the
freebsd-version command's generation or output.
On Sunday, April 7, 2019, Warner Losh wrote:
> Author: imp
> Date: Sun Apr 7 18:39:55 2019
> New Revision: 346018
> URL: https://svnweb.freebsd.org/changeset/base/346018
>
> Log:
>
On Monday, April 8, 2019, Warner Losh wrote:
>
>
> On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter
> wrote:
>
>> Please revert this patch. If I'm not wrong, this will break the
>> freebsd-version command's generation or output.
>>
>
> You are going
On Saturday, June 15, 2019, Doug Moore wrote:
> Author: dougm
> Date: Sat Jun 15 04:30:13 2019
> New Revision: 349046
> URL: https://svnweb.freebsd.org/changeset/base/349046
>
> Log:
> Critical comments were lost in r349203. This patch seeks to restore
> the lost information in new comments.
On Monday, July 15, 2019, Michael Tuexen wrote:
> Author: tuexen
> Date: Mon Jul 15 14:54:04 2019
> New Revision: 34
> URL: https://svnweb.freebsd.org/changeset/base/34
>
> Log:
> Add support for MSG_EOR and MSG_EOF in sendmsg() for SCTP.
>
> This is an FreeBSD extension, not covered
On Tuesday, July 7, 2020, Scott Long wrote:
> Author: scottl
> Date: Tue Jul 7 20:33:11 2020
> New Revision: 362998
> URL: https://svnweb.freebsd.org/changeset/base/362998
>
> Log:
> Migrate the feature of excluding RAM pages to use "excludelist"
> as its nomenclature.
>
> MFC after:1
On Friday, July 10, 2020, Scott Long wrote:
> Author: scottl
> Date: Thu Jul 9 22:38:36 2020
> New Revision: 363060
> URL: https://svnweb.freebsd.org/changeset/base/363060
>
> Log:
> Revert r362998, r326999 while a better compatibility strategy is devised.
>
> Modified:
> head/stand/defaults
On Monday, August 17, 2020, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Mon Aug 17 16:28:59 2020
> New Revision: 364312
> URL: https://svnweb.freebsd.org/changeset/base/364312
>
> Log:
> net80211: remove vertical whitespace
>
> No functional changes.
>
> MFC after:2 weeks
> Sponsored b
On Sunday, October 25, 2020, Edward Tomasz Napierala
wrote:
> Author: trasz
> Date: Sun Oct 25 14:09:00 2020
> New Revision: 367038
> URL: https://svnweb.freebsd.org/changeset/base/367038
>
> Log:
> Remove the check that prevents creating "loops" from mount_nullfs(8).
>
>
The simple question is
On Sunday, October 25, 2020, Edward Tomasz Napierala
wrote:
> On 1025T0717, Cy Schubert wrote:
> > In message gmail.c
> > om>
> > , Oliver Pinter writes:
> > > On Sunday, October 25, 2020, Edward Tomasz Napierala <
> tr...@freebsd.org>
> > > w
On Sunday, November 1, 2020, Stefan Eßer wrote:
> Author: se
> Date: Sat Oct 31 23:48:41 2020
> New Revision: 367243
> URL: https://svnweb.freebsd.org/changeset/base/367243
>
> Log:
> Make sysctl user.local a tunable that can be written at run-time
>
> This sysctl value had been provided as a
On Monday, November 2, 2020, Stefan Eßer wrote:
> Author: se
> Date: Mon Nov 2 18:48:06 2020
> New Revision: 367280
> URL: https://svnweb.freebsd.org/changeset/base/367280
>
> Log:
> Re-arrange some of the code to separate writable user tree variables from
> R/O variables.
>
> While here f
On Thursday, November 12, 2020, Mateusz Guzik wrote:
> Author: mjg
> Date: Thu Nov 12 20:20:57 2020
> New Revision: 367626
> URL: https://svnweb.freebsd.org/changeset/base/367626
>
> Log:
> gbde: replace malloc_last_fail with a kludge
>
> This facilitates removal of malloc_last_fail without r
Is there any performance measurement from before and after. It would be
nice to see them.
On Saturday, December 28, 2019, Mark Johnston wrote:
> Author: markj
> Date: Sat Dec 28 19:04:29 2019
> New Revision: 356159
> URL: https://svnweb.freebsd.org/changeset/base/356159
>
> Log:
> Remove some
Thanks for the detailed answer Mark!
On Sunday, December 29, 2019, Mark Johnston wrote:
> On Sun, Dec 29, 2019 at 03:39:55AM +0100, Oliver Pinter wrote:
> > Is there any performance measurement from before and after. It would be
> > nice to see them.
>
> I did not do e
On Wednesday, January 15, 2020, Ben Woods wrote:
> Author: woodsb02 (ports committer)
> Date: Wed Jan 15 07:47:52 2020
> New Revision: 356758
> URL: https://svnweb.freebsd.org/changeset/base/356758
>
> Log:
> bsdinstall: Change "default" (first) Partitioning method to ZFS
>
> Reported by: Ru
On Thursday, April 16, 2020, Colin Percival wrote:
> Author: cperciva
> Date: Thu Apr 16 21:56:52 2020
> New Revision: 360025
> URL: https://svnweb.freebsd.org/changeset/base/360025
>
> Log:
> Alert devd when acpi_video brightness changes
>
> On my Dell Latitude 7390 laptop, the brightness ho
On Sunday, May 17, 2020, Colin Percival wrote:
> Author: cperciva
> Date: Sun May 17 21:54:59 2020
> New Revision: 361143
> URL: https://svnweb.freebsd.org/changeset/base/361143
>
> Log:
> Add /etc/autofs/special_efs to EC2 AMIs
>
> Since Amazon Elastic File System is only available within AW
On Sunday, June 7, 2020, Kyle Evans wrote:
> Author: kevans
> Date: Sun Jun 7 04:32:38 2020
> New Revision: 361884
> URL: https://svnweb.freebsd.org/changeset/base/361884
>
> Log:
> sed: attempt to learn about hex escapes (e.g. \x27)
>
> Somewhat predictably, software often wants to use \x27
On 11/4/17, Xin Li wrote:
>
>
> On 11/3/17 20:01, Warner Losh wrote:
>> Author: imp
>> Date: Sat Nov 4 03:01:58 2017
>> New Revision: 325378
>> URL: https://svnweb.freebsd.org/changeset/base/325378
>>
>> Log:
>> Make the startup timeout 0 seconds by default rathern than 420s. This
>> makes t
On 11/3/17, Morris, Don wrote:
>> Modified: head/sys/amd64/amd64/pmap.c
>> ==
>> --- head/sys/amd64/amd64/pmap.c Wed Nov 1 16:32:11 2017
>> (r325284)
>> +++ head/sys/amd64/amd64/pmap.c Wed Nov 1 18:06:4
On 11/5/17, Warner Losh wrote:
> On Sun, Nov 5, 2017 at 11:32 AM, Conrad Meyer wrote:
>
>> E.g.,
>>
>> --- a/sys/ufs/ffs/ffs_alloc.c
>> +++ b/sys/ufs/ffs/ffs_alloc.c
>> @@ -304,8 +304,7 @@ retry:
>> }
>>
>> if (bp->b_blkno == bp->b_lblkno) {
>> - if (lbprev >= UFS_ND
On Saturday, October 14, 2017, Brooks Davis wrote:
> Author: brooks
> Date: Sat Oct 14 18:38:36 2017
> New Revision: 324619
> URL: https://svnweb.freebsd.org/changeset/base/324619
>
> Log:
> Switch procstat from subcommand flags to verbs
>
> - Use an enumerated value instead of separate flags
On Friday, November 17, 2017, Conrad Meyer wrote:
> Author: cem
> Date: Fri Nov 17 19:25:39 2017
> New Revision: 325957
> URL: https://svnweb.freebsd.org/changeset/base/325957
>
> Log:
> vfs_lookup: Allow PATH_MAX-1 symlinks
>
> Previously, symlinks in FreeBSD were artificially limited to PAT
On Sunday, November 26, 2017, Cy Schubert wrote:
> Author: cy
> Date: Sun Nov 26 06:31:34 2017
> New Revision: 326224
> URL: https://svnweb.freebsd.org/changeset/base/326224
>
> Log:
> Fix spelling error (probably typo).
>
> Modified:
> head/ObsoleteFiles.inc
>
> Modified: head/ObsoleteFiles.
On Tuesday, March 3, 2020, Conrad Meyer wrote:
> Author: cem
> Date: Mon Mar 2 23:37:47 2020
> New Revision: 358561
> URL: https://svnweb.freebsd.org/changeset/base/358561
>
> Log:
> Fix typo in r278616
Umm, this commit isn't really just a typo fix. Please revert it.
>
> FreeBSD isn't a
Wouldn't there been a better way to split up the global obsoletefiles.inc
file and put them in to specific components directory or at least split
them up by release basis to easier the future deletions?
On Tuesday, March 24, 2020, Gleb Smirnoff wrote:
> On Fri, Mar 20, 2020 at 04:02:46PM +,
On Saturday, March 28, 2020, Toomas Soome wrote:
> Author: tsoome
> Date: Sat Mar 28 21:50:27 2020
> New Revision: 359408
> URL: https://svnweb.freebsd.org/changeset/base/359408
>
> Log:
> loader: strdup name strings from dataset walker
>
> The removal of zfs scratch buffer did miss the fact
On Wednesday, June 27, 2018, Warner Losh wrote:
> Author: imp
> Date: Wed Jun 27 04:11:09 2018
> New Revision: 335690
> URL: https://svnweb.freebsd.org/changeset/base/335690
>
> Log:
> Fix devctl generation for core files.
>
> We have a problem with vn_fullpath_global when the file exists. Wo
On Thursday, July 5, 2018, Konstantin Belousov wrote:
> Author: kib
> Date: Thu Jul 5 16:38:54 2018
> New Revision: 335999
> URL: https://svnweb.freebsd.org/changeset/base/335999
>
> Log:
> In x86 pmap_extract_and_hold(), there is no need to recalculate the
> physical address, which is readi
On Friday, July 6, 2018, Rodney W. Grimes
wrote:
> > Author: hselasky
> > Date: Fri Jul 6 10:13:42 2018
> > New Revision: 336025
> > URL: https://svnweb.freebsd.org/changeset/base/336025
> >
> > Log:
> > Make sure kernel modules built by default are portable between UP and
> > SMP systems by
On 7/29/18, Konstantin Belousov wrote:
> Author: kib
> Date: Sun Jul 29 20:47:00 2018
> New Revision: 336876
> URL: https://svnweb.freebsd.org/changeset/base/336876
>
> Log:
> Use SMAP on amd64.
>
> Ifuncs selectors dispatch copyin(9) family to the suitable variant, to
> set rflags.AC around
On 7/30/18, Konstantin Belousov wrote:
> Please trim useless content.
> Did I missed anything interesting in your mail ?
>
> On Sun, Jul 29, 2018 at 11:57:47PM +0200, Oliver Pinter wrote:
>> On 7/29/18, Konstantin Belousov wrote:
>> > +ENTRY(copyin_smap)
>> >
On Thursday, March 28, 2019, Ed Maste wrote:
> Author: emaste
> Date: Thu Mar 28 02:12:32 2019
> New Revision: 345625
> URL: https://svnweb.freebsd.org/changeset/base/345625
>
> Log:
> revert r341429 "disable BIND_NOW in libc, libthr, and rtld"
>
> r345620 by kib@ fixed the rtld issue that ca
ase/345638
> >
> > Log:
> > Revert change accidentally committed along with r345625
> >
> > Reported by:Oliver Pinter
> >
> > Modified:
> > head/sys/sys/elf_common.h
> >
> > Modified: head/sys/sys/elf_common.h
> > =
On Sunday, April 7, 2019, Chris Rees wrote:
> Author: crees (doc,ports committer)
> Date: Sun Apr 7 18:31:45 2019
> New Revision: 346017
> URL: https://svnweb.freebsd.org/changeset/base/346017
>
> Log:
> Remove now unnecessary kldstat check before attempting to load modules.
>
> Since r23310
Please revert this patch. If I'm not wrong, this will break the
freebsd-version command's generation or output.
On Sunday, April 7, 2019, Warner Losh wrote:
> Author: imp
> Date: Sun Apr 7 18:39:55 2019
> New Revision: 346018
> URL: https://svnweb.freebsd.org/changeset/base/346018
>
> Log:
>
On Monday, April 8, 2019, Warner Losh wrote:
>
>
> On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter
> wrote:
>
>> Please revert this patch. If I'm not wrong, this will break the
>> freebsd-version command's generation or output.
>>
>
> You are going
And it would be nice to bump __freebsd_version too.
On Monday, May 13, 2019, Rodney W. Grimes wrote:
> > > Author: markj
> > > Date: Mon May 13 16:38:48 2019
> > > New Revision: 347532
> > > URL: https://svnweb.freebsd.org/changeset/base/347532
> > >
> > > Log:
> > > Provide separate accountin
On 3/16/17, Bruce Evans wrote:
> On Thu, 16 Mar 2017, Bruce Evans wrote:
>
>> Log:
>> Add teken_256to16() to convert xterm-256 256-color codes to xterm
>> 16-color
>> codes. This will be used to fix bright colors.
>>
>> Improve teken_256to8(). Use a lookup table instead of calculations.
>> Th
On 3/16/17, Bruce Evans wrote:
> On Thu, 16 Mar 2017, Oliver Pinter wrote:
>
>> On 3/16/17, Bruce Evans wrote:
>>> On Thu, 16 Mar 2017, Bruce Evans wrote:
>>>
>>>> Log:
>>>> Add teken_256to16() to convert xterm-256 256-color codes to xter
On Saturday, April 15, 2017, Alan Somers wrote:
> Author: asomers
> Date: Fri Apr 14 22:59:14 2017
> New Revision: 316945
> URL: https://svnweb.freebsd.org/changeset/base/316945
>
> Log:
> Add 410.status-mfi, a periodic script for mfi(4) arrays
>
> PR: 176049
> Submitted by: docon
On Wednesday, August 15, 2018, Brad Davis wrote:
> Author: brd
> Date: Wed Aug 15 14:41:24 2018
> New Revision: 337849
> URL: https://svnweb.freebsd.org/changeset/base/337849
>
> Log:
> Move all sh and csh files into bin/sh/ or bin/csh/
>
> This simplifies pkgbase by migrating these to CONFS
On 8/19/18, Xin LI wrote:
> Author: delphij
> Date: Sun Aug 19 17:40:50 2018
> New Revision: 338059
> URL: https://svnweb.freebsd.org/changeset/base/338059
>
> Log:
> Update userland arc4random() with OpenBSD's Chacha20 based arc4random().
>
> ObsoleteFiles.inc:
>
> Remove manual pages
On 10/16/18, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Oct 16 17:28:10 2018
> New Revision: 339386
> URL: https://svnweb.freebsd.org/changeset/base/339386
>
> Log:
> Provide pmap_large_map() KPI on amd64.
>
> The KPI allows to map very large contigous physical memory regions
> int
On Wednesday, October 31, 2018, Devin Teske wrote:
> Author: dteske
> Date: Wed Oct 31 20:37:12 2018
> New Revision: 339971
> URL: https://svnweb.freebsd.org/changeset/base/339971
>
> Log:
> Add new rc keywords: enable, disable, delete
>
> This adds new keywords to rc/service to enable/disabl
On Monday, February 12, 2018, Alexey Dokuchaev wrote:
> On Sun, Feb 11, 2018 at 10:55:48PM -0800, Cy Schubert wrote:
> > In message <201802120651.w1c6pkqf042...@repo.freebsd.org>, Warner Losh
> > writes:
> > > New Revision: 329154
> > > URL: https://svnweb.freebsd.org/changeset/base/329154
> > >
On Tuesday, February 20, 2018, Conrad Meyer wrote:
> Author: cem
> Date: Tue Feb 20 18:21:30 2018
> New Revision: 329649
> URL: https://svnweb.freebsd.org/changeset/base/329649
>
> Log:
> Lua lfs.attributes: Provide a more consistent error return
>
> In the remaining error case, return a 3-tu
X-MFC-with:
commit 27ac811b7acd31b1bdbf959fe49a957cdeabf780
Author: bde
Date: Fri Mar 24 17:34:55 2017 +
Remove buggy adjustment of page tables in db_write_bytes().
Long ago, perhaps only on i386, kernel text was mapped read-only and
it was necessary to change the mapping to r
Wrong commit message. IBCS isn't cloudabi.
On Wednesday, March 7, 2018, Eitan Adler wrote:
> Author: eadler
> Date: Wed Mar 7 14:44:32 2018
> New Revision: 330601
> URL: https://svnweb.freebsd.org/changeset/base/330601
>
> Log:
> sys: Fix a few potential infoleaks in cloudabi
>
> While ther
On 7/11/16, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Mon Jul 11 21:25:28 2016
> New Revision: 302595
> URL: https://svnweb.freebsd.org/changeset/base/302595
>
> Log:
> Remove assumptions in MI code that the BSP is CPU 0.
>
> MFC after: 2 weeks
Please MFC this commit to 11-STABLE,
On Monday, March 19, 2018, Kyle Evans wrote:
> Author: kevans
> Date: Mon Mar 19 16:16:12 2018
> New Revision: 331212
> URL: https://svnweb.freebsd.org/changeset/base/331212
>
> Log:
> Move /boot/overlays to /boot/dtb/overlays
>
>
Hi!
Do you plan to add the old files to ObsoleteFiles.inc?
>
On Sunday, March 18, 2018, Eitan Adler wrote:
> On 2 June 2017 at 19:42, Ed Maste wrote:
> > Author: emaste
> > Date: Sat Jun 3 02:42:49 2017
> > New Revision: 319510
> > URL: https://svnweb.freebsd.org/changeset/base/319510
> >
> > Log:
> > xz: set noexec stack flag on FreeBSD
>
> Heya. Is t
On Tuesday, March 20, 2018, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Mar 20 17:43:50 2018
> New Revision: 331252
> URL: https://svnweb.freebsd.org/changeset/base/331252
>
> Log:
> Provide KPI for handling of rw/ro kernel text.
>
> This is a pure syntax patch to create an interface
Hi!
This commit never gets MFCd back to 10-STABLE. Do you still plan to do it?
On 5/4/16, Roger Pau Monné wrote:
> Author: royger
> Date: Wed May 4 13:48:59 2016
> New Revision: 299064
> URL: https://svnweb.freebsd.org/changeset/base/299064
>
> Log:
> rtc: fix inverted resolution check
>
>
Hi!
On 9/3/16, Jared McNeill wrote:
> Author: jmcneill
> Date: Sat Sep 3 15:28:09 2016
> New Revision: 305354
> URL: https://svnweb.freebsd.org/changeset/base/305354
>
> Log:
> Use the root key in the Security ID EFUSE (when valid) to generate a
> MAC address instead of creating a random one
uses the same process to generate MAC addresses for all Allwinner boards.
>
> Cheers,
> Jared
>
>
> On Sat, 3 Sep 2016, Oliver Pinter wrote:
>
>> Hi!
>>
>> On 9/3/16, Jared McNeill wrote:
>>> Author: jmcneill
>>> Date: Sat Sep 3 15:28:0
Hi!
Do you plan to MFC this change to 10-STABLE?
On Thu, Aug 4, 2016 at 7:55 PM, John Baldwin wrote:
> Author: jhb
> Date: Thu Aug 4 17:55:23 2016
> New Revision: 303753
> URL: https://svnweb.freebsd.org/changeset/base/303753
>
> Log:
> Don't permit mappings of invalid physical addresses on a
Hi!
On Sun, Jul 31, 2016 at 12:21 AM, Mateusz Guzik wrote:
> Author: mjg
> Date: Sat Jul 30 22:21:48 2016
> New Revision: 303562
> URL: https://svnweb.freebsd.org/changeset/base/303562
>
> Log:
> rwlock: s/READER/WRITER/ in wlock lockstat annotation
>
> Modified:
> head/sys/kern/kern_rwlock.c
On Thursday, September 29, 2016, Shawn Webb
wrote:
> On Wed, Sep 14, 2016 at 09:15:01PM +, Martin Matuska wrote:
> > Author: mm
> > Date: Wed Sep 14 21:15:01 2016
> > New Revision: 305819
> > URL: https://svnweb.freebsd.org/changeset/base/305819
> >
> > Log:
> > MFV r305816:
> > Sync liba
On 2/15/17, Mark Millard wrote:
>> Author: andrew
>> Date: Wed Feb 15 14:56:47 2017
>> New Revision: 313772
>> URL:
>> https://svnweb.freebsd.org/changeset/base/313772
>>
>> Log:
>> Load the new sp_el0 with interrupts disabled in fork_trampoline. If an
>> interrupt arrives in fork_trampoline a
Hello!
On 2/19/17, Kurt Lidl wrote:
> Author: lidl
> Date: Sun Feb 19 20:35:39 2017
> New Revision: 313965
> URL: https://svnweb.freebsd.org/changeset/base/313965
>
> Log:
> Only notify blacklistd for successful logins in auth.c
What's the rationale behind this change?
>
> Reported by:
On 2/20/17, Kurt Lidl wrote:
> On 2/19/17 4:42 PM, Oliver Pinter wrote:
>> Hello!
>>
>> On 2/19/17, Kurt Lidl wrote:
>>> Author: lidl
>>> Date: Sun Feb 19 20:35:39 2017
>>> New Revision: 313965
>>> URL: https://svnweb.freebsd.org/change
On Friday, August 4, 2017, Alan Cox wrote:
> Author: alc
> Date: Fri Aug 4 04:23:23 2017
> New Revision: 322041
> URL: https://svnweb.freebsd.org/changeset/base/322041
>
> Log:
> In case readers are misled by expressions that combine multiplication and
> division, add parentheses to make the
1 - 100 of 183 matches
Mail list logo