Gary Jennejohn writes:
> On Tue, 28 Apr 2020 07:25:18 -0500
> Kyle Evans wrote:
>
>> On Tue, Apr 28, 2020 at 6:52 AM Jan Beich wrote:
>> >
>> > Kyle Evans writes:
>> >
>> > > Author: kevans
>> > > Date: Mon
Kyle Evans writes:
> Author: kevans
> Date: Mon Apr 20 16:14:44 2020
> New Revision: 360125
> URL: https://svnweb.freebsd.org/changeset/base/360125
>
> Log:
> diff(1): reject conflicting formatting options
>
> This matches GNU diff(1) behavior and, more importantly, eliminates any
> sour
Mark Johnston writes:
> On Sat, Feb 29, 2020 at 09:24:11PM +0100, Emmanuel Vadot wrote:
>
>>
>> Hi Jeff,
>>
>> On Thu, 27 Feb 2020 02:37:27 + (UTC)
>> Jeff Roberson wrote:
>>
>> > Author: jeff
>> > Date: Thu Feb 27 02:37:27 2020
>> > New Revision: 358363
>> > URL: https://svnweb.freebsd.
Enji Cooper writes:
> +.if ${COMPILER_FEATURES:Mc++11}
> +CXXSTD?= c++11
POLA violation. Clang 6.0 or later defaults to gnu++14, not c++11.
> +.elif ${COMPILER_TYPE} == "gcc"
> +# Prior versions of g++ support C++98 with GNU extensions by default.
> +CXXSTD?= gnu++98
POLA violation. GC
Enji Cooper writes:
> +.if ${COMPILER_FEATURES:Mc++11}
> +CXXSTD?= c++11
POLA violation. Clang 6.0 or later defaults to gnu++14, not c++11.
> +.elif ${COMPILER_TYPE} == "gcc"
> +# Prior versions of g++ support C++98 with GNU extensions by default.
> +CXXSTD?= gnu++98
POLA violation. GC
Edward Tomasz Napierala writes:
> ... while the
> +.Em quarterly
.Em looks unnecessary as "the" is enough. /quarterly is a package set
(or repository), not an actual name of the branch.
- /head -> /latest
- /branches/*Q* -> /quarterly
- /tags/RELEASE_* -> /release_*
> +subdirectory, eg:
Did y
Brooks Davis writes:
> Author: brooks
> Date: Thu Sep 27 21:08:32 2018
> New Revision: 338990
> URL: https://svnweb.freebsd.org/changeset/base/338990
>
> Log:
> Centralize compat support for PCIOCGETCONF.
>
> The pre-7.x compat for both native and 32-bit code was already in
> pci_user.c.
Warner Losh writes:
> On Wed, Oct 24, 2018 at 9:42 AM Jan Beich wrote:
>
>> Warner Losh writes:
>>
>> > Author: imp
>> > Date: Mon Oct 22 02:34:00 2018
>> > New Revision: 339563
>> > URL: https://svnweb.freebsd.org/changeset/
Warner Losh writes:
> Author: imp
> Date: Mon Oct 22 02:34:00 2018
> New Revision: 339563
> URL: https://svnweb.freebsd.org/changeset/base/339563
>
> Log:
> Remove joy(4) driver.
>
> This driver was marked as gone in 12. We're at 13 now. Remove it.
> Data from nycbug's dmesg cache shows
Dimitry Andric writes:
> On 21 Oct 2018, at 04:08, Jan Beich wrote:
>
>>
>> Glen Barber writes:
>>
>>> Modified: head/lib/clang/llvm.build.mk
>>> ==
>>> --- head/
Glen Barber writes:
> Modified: head/lib/clang/llvm.build.mk
> ==
> --- head/lib/clang/llvm.build.mk Fri Oct 19 00:24:23 2018
> (r339435)
> +++ head/lib/clang/llvm.build.mk Fri Oct 19 00:37:47 2018
Michal Meloun writes:
> Author: mmel
> Date: Sat Oct 21 12:06:18 2017
> New Revision: 324815
> URL: https://svnweb.freebsd.org/changeset/base/324815
>
> Log:
> Make elf_aux_info() as public libc function.
> - Teach elf aux vector functions about newly added AT_HWCAP and AT_HWCAP2
> vector
Fabien Thomas writes:
> + IPSECSTAT_INC(ips_spdcache_hits);
> +
> + SPDCACHE_UNLOCK(hashv);
> + goto out;
> + }
> +
> + IPSECSTAT_INC(ips_spdcache_misses);
Breaks kernel build with "nooption IPSEC":
ld: error: undefined symbol: vnet_entry_ipsec4stat
>
Hans Petter Selasky writes:
> On 02/17/18 01:42, Jan Beich wrote:
>
>> Hans Petter Selasky writes:
>>
>>> Author: hselasky
>>> Date: Fri Feb 16 15:20:21 2018
>>> New Revision: 329371
>>> URL: https://svnweb.freebsd.org/changeset/base/32937
Hans Petter Selasky writes:
> On 02/17/18 01:42, Jan Beich wrote:
>
>> To generate errors instead ?
>
> Which compiler are you using?
>
> This was tested with clang over here.
$ cc -v
FreeBSD clang version 6.0.0 (branches/release_60 324090) (based on LLVM 6.0.0
Hans Petter Selasky writes:
> Author: hselasky
> Date: Fri Feb 16 15:20:21 2018
> New Revision: 329371
> URL: https://svnweb.freebsd.org/changeset/base/329371
>
> Log:
> Allow the cmpxchg() macro in the LinuxKPI to work on pointers without
> generating compiler warnings, -Wint-conversion .
[.
Hans Petter Selasky writes:
> On 02/01/18 12:04, Hans Petter Selasky wrote:
>
>> On 02/01/18 11:25, Jan Beich wrote:
>>> Hans Petter Selasky writes:
>>>
>>>> Author: hselasky
>>>> Date: Fri Jan 26 10:49:02 2018
>>>> New Revision:
Hans Petter Selasky writes:
> On 02/01/18 11:25, Jan Beich wrote:
>
>> Hans Petter Selasky writes:
>>
>>> Author: hselasky
>>> Date: Fri Jan 26 10:49:02 2018
>>> New Revision: 328436
>>> URL: https://svnweb.freebsd.org/changeset/base/32
Hans Petter Selasky writes:
> Author: hselasky
> Date: Fri Jan 26 10:49:02 2018
> New Revision: 328436
> URL: https://svnweb.freebsd.org/changeset/base/328436
>
> Log:
> Decouple Linux files from the belonging character device right after open
> in the LinuxKPI. This is done by calling finit(
Konstantin Belousov writes:
> -#ifndef _POSIX_SOURCE
> +#if __BSD_VISIBLE
> #define ONLCR 0x0002 /* map NL to CR-NL (ala CRMOD)
> */
This caused a regression for apps building with _XOPEN_SOURCE e.g.,
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220843
DragonFly u
Ed Schouten writes:
> 2017-06-27 7:02 GMT+02:00 Jan Beich :
>> thus regressing some ports e.g.,
>>
>> [...]
>>
>> https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20170626/493679.html
>
> Would there be an easy way for me to extra
Ed Schouten writes:
> Author: ed
> Date: Thu Jun 22 18:39:52 2017
> New Revision: 320240
> URL: https://svnweb.freebsd.org/changeset/base/320240
>
> Log:
> Use __ISO_C_VISIBLE, as opposed to testing __STDC_VERSION__.
>
> FreeBSD's C library uses __STDC_VERSION__ to determine whether the
>
"Conrad E. Meyer" writes:
> +++ head/sys/contrib/dev/acpica/components/tables/tbxface.c Sun Jan 8
> 06:26:33 2017(r311667)
> @@ -314,11 +314,12 @@ ACPI_EXPORT_SYMBOL (AcpiGetTableHeader)
>
>
> /***
> *
>
Dag-Erling Smørgrav writes:
> conn_t *
> fetch_connect(const char *host, int port, int af, int verbose)
> {
[...]
> + fetch_info("resolved");
Can you hide it behind "verbose" flag to avoid confusion?
$ pkg
The package management tool is not yet installed on your system.
Do you wan
Ed Maste writes:
> +.It Sy Architecture Ta Sy Page Sizes
> +.It amd64 Ta 4K, 2M, 1G
Does FreeBSD support 1G pages nowadays?
$ sysctl hw.pagesizes
hw.pagesizes: 4096 2097152 0
$ dmesg | fgrep -i 1gb
AMD Features=0x2c100800
> +.Ss Predefined Macros
> +The compiler provides a number of p
Warner Losh writes:
> Author: imp
> Date: Thu Jun 23 23:20:58 2016
> New Revision: 302163
> URL: https://svnweb.freebsd.org/changeset/base/302163
>
> Log:
> Rename CAM_NETFLIX_IOSCHED to CAM_IOSCHED_DYNAMIC to better reflect
> its nature.
>
> Approved by: re
> Reviewed By: jhb
> Diff
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
> some additional considerations
>
> Reviewed by:
Kurt Lidl writes:
> Author: lidl
> Date: Wed Jun 1 22:04:10 2016
> New Revision: 301172
> URL: https://svnweb.freebsd.org/changeset/base/301172
>
> Log:
> Import NetBSD's blacklist source from vendor tree
>
> This import includes The basic blacklist library and utility programs,
> to ad
Allan Jude writes:
> Author: allanjude
> Date: Tue May 31 04:12:14 2016
> New Revision: 301010
> URL: https://svnweb.freebsd.org/changeset/base/301010
>
> Log:
> Connect the SHA-512t256 and Skein hashing algorithms to ZFS
>
> Support for the new hashing algorithms in ZFS was introduced in
Jens Schweikhardt writes:
> - parenthesize the "case" string for symmetry and improved
>search for matching paren (e.g. with vi's %)
[...]
> case "${state}" in
> - [oO][nN])
> + ([oO][nN])
> swapon /dev/zvol/
Ngie Cooper writes:
> On Thu, Apr 7, 2016 at 1:12 PM, Ed Maste wrote:
>
>> Author: emaste
>> Date: Thu Apr 7 20:12:45 2016
>> New Revision: 297685
>> URL: https://svnweb.freebsd.org/changeset/base/297685
>>
>> Log:
>> Add option to specify built-in keymap for kbdmux
>>
>> PR: 1534
Adrian Chadd writes:
> Author: adrian
> Date: Mon Mar 14 04:39:35 2016
> New Revision: 296823
> URL: https://svnweb.freebsd.org/changeset/base/296823
>
> Log:
> [net80211] handle unlisted information elements.
>
> This displays the IE names in ifconfig but it doesn't yet decode things.
>
Ruslan Bukin writes:
> Modified: head/usr.bin/ldd/ldd.c
> ==
> --- head/usr.bin/ldd/ldd.cSun Jan 24 15:12:49 2016(r294664)
> +++ head/usr.bin/ldd/ldd.cSun Jan 24 15:15:57 2016(r294665)
> @@ -48,8 +
Warner Losh writes:
> Author: imp
> Date: Sun Jan 3 19:18:48 2016
> New Revision: 293115
> URL: https://svnweb.freebsd.org/changeset/base/293115
>
> Log:
> Use /bin/rm to remove /firstboot*. Otherwise rm -i alias is picked
> up and can cause issues on boot with the prompts.
Why do you have
Warner Losh writes:
> Author: imp
> Date: Thu Nov 19 17:06:12 2015
> New Revision: 291079
> URL: https://svnweb.freebsd.org/changeset/base/291079
>
> Log:
> Add arm CPUTYPE values typically used on FreeBSD.
>
> Modified:
> head/share/mk/bsd.cpu.mk
Why not put together with x86 examples? See
Baptiste Daroussin writes:
> +++ head/share/mk/bsd.confs.mkFri Oct 9 21:57:42 2015
> (r289085)
[...]
> +CONFGROUPS?= CONFS
[...]
> +.error bsd.conf.mk cannot be included directly.
> +.for group in ${CONFSGROUPS}
Typo: plural vs. singular
[...]
> +${group}OWN?=${SHAREOWN
Baptiste Daroussin writes:
> Modified: head/share/mk/bsd.own.mk
> ==
> --- head/share/mk/bsd.own.mk Sat Oct 10 09:37:31 2015(r289113)
> +++ head/share/mk/bsd.own.mk Sat Oct 10 10:48:09 2015(r289114)
> @@
Jason Evans writes:
>>> Index: include/malloc_np.h
[...]
>>> +typedef void *(chunk_alloc_t)(void *, size_t, size_t, bool *, bool *,
>>> unsigned);
>>> +typedef bool (chunk_dalloc_t)(void *, size_t, bool, unsigned);
malloc_np.h changes regressing consumers isn't surprising given the lack
of test
Jason Evans writes:
> Author: jasone
> Date: Tue Aug 18 00:21:25 2015
> New Revision: 286866
> URL: https://svnweb.freebsd.org/changeset/base/286866
>
> Log:
> Update jemalloc to version 4.0.0.
Can you bump __FreeBSD_version for non-standard API changes? Some ports
like www/firefox may want to
Mark Johnston writes:
> Author: markj
> Date: Wed Feb 18 03:54:54 2015
> New Revision: 278934
> URL: https://svnweb.freebsd.org/changeset/base/278934
>
> Log:
> Remove drti.o's dependency on libelf. This makes it possible to add DTrace
> probes to userland programs and libraries without also
Koop Mast writes:
> Author: kwm (ports committer)
> Date: Sun Aug 9 12:58:56 2015
> New Revision: 286524
> URL: https://svnweb.freebsd.org/changeset/base/286524
>
> Log:
> Add a new group named 'video' with the id of 44. And make drm create
> devices in /dev/dri/ with this new group.
Would
Baptiste Daroussin writes:
> Author: bapt
> Date: Mon Jun 15 19:28:07 2015
> New Revision: 284421
> URL: https://svnweb.freebsd.org/changeset/base/284421
>
> Log:
> Revert r284417 it is not necessary anymore
[...]
> Modified: head/Makefile.inc1
>
Andriy Gapon writes:
> On 09/06/2015 13:31, Jan Beich wrote:
>
>> Andriy Gapon writes:
>>
>>> Author: avg Date: Sun Jun 7 08:54:25 2015 New Revision: 284107 URL:
>>> https://svnweb.freebsd.org/changeset/base/284107
>>>
>>> Log: compat n
Andriy Gapon writes:
> Author: avg
> Date: Sun Jun 7 08:54:25 2015
> New Revision: 284107
> URL: https://svnweb.freebsd.org/changeset/base/284107
>
> Log:
> compat nvpair.h: make sure that the names are mangled only for kernel
>
> Currently there is no good reason to mangle the userland A
Baptiste Daroussin writes:
> Log:
> Enforce LC_COLLATE="C" until we do support proper UTF-8 collation
[...]
> - :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
> + :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:LC_COLLATE=C:\
Did you mean to append value to :setenv instead of defining
a separate capabili
Jean-Sebastien Pedron writes:
> Modified: head/sys/dev/pci/vga_pci.c
[...]
> +int
> +vga_pci_repost(device_t dev)
> +{
> +#if defined(__amd64__) || defined(__i386__)
> + x86regs_t regs;
> +
> + if (!vga_pci_is_boot_display(dev))
> + return (EINVAL);
> +
> + if (x86bios_get
Devin Teske writes:
> PLEASE! Do NOT remove the grand digital clock (grdc).
>
> So many of us over the years have used it as a terminal keeper-aliver :) (and
> as a clock, to boot).
>
> I will be very sad if you remove grdc.
Aren't there better alternatives in ports? clock-mode in sysutils/tmux
quot;]
jase [label="Jase Thew\nj...@freebsd.org\n2012/05/30"]
+jbeich [label="Jan Beich\njbe...@freebsd.org\n2015/01/19"]
jgh [label="Jason Helfman\n...@freebsd.org\n2011/12/16"]
jhale [label="Jason E. Hale\njh...@freebsd.org\n2012/09/10"]
jkim [label=&quo
Glen Barber writes:
> Log:
> Document r273598, /dev/heptN devices for HPET access from
> userland.
[...]
> +The &man.hpet.4; driver has been updated
> + to create a
> + /dev/heptN
Typo: /dev/hpetN vs /dev/heptN
-
VFEmail.net - h
"Alexander V. Chernikov" writes:
> Log:
> Finish r274118: remove useless fields from struct domain.
[...]
> Modified: head/sys/sys/domain.h
> ==
> --- head/sys/sys/domain.h Thu Nov 6 13:13:47 2014(r274176)
Mark Murray writes:
> Log:
> This is the much-discussed major upgrade to the random(4) device,
> known to you all as /dev/random.
[...]
> Modified: head/sys/dev/random/randomdev_soft.c
> ===
> --- head/sys/dev/random/randomdev_soft
Julian Elischer writes:
> Log:
> Allow loading of dtraceall without nfscl if what you really wnat is
> nfsclient
... or if what you really want is neither, no NFS by default.
>
> Obtained from: Panzura tree
> MFC after: 1 week
>
> Modified:
> head/sys/modules/dtrace/dtraceall/
Stefan Esser writes:
> Author: se
> Date: Wed Aug 20 17:07:41 2014
> New Revision: 270232
> URL: http://svnweb.freebsd.org/changeset/base/270232
>
> Log:
> The conversion tools have been further improved and some erroneous
> conversions have been detected and fixed.
[...]
> sub local_to_UCS_
Baptiste Daroussin writes:
> Author: bapt
> Date: Wed Jul 16 09:55:36 2014
> New Revision: 268745
> URL: http://svnweb.freebsd.org/changeset/base/268745
>
> Log:
> New BSDL timeout(1) utility compatible with GNU timeout
>
> it fully passes the GNU timeout regression tests, it is written in
Baptiste Daroussin writes:
> Log:
> The GNU readline library is now an INTERNALLIB - that is, it is
> statically linked into consumers (GDB and variants) in the base
> system, and the shared library is no longer installed.
WITH_LLDB=t build is broken because libedit doesn't install readlin
Marcel Moolenaar writes:
> On Aug 4, 2013, at 2:06 PM, Jan Beich wrote:
>
>> Marcel Moolenaar writes:
>>
>>> +static union {
>>> + struct dirent dirent;
>>> + char buf[512];
>>> +} u;
>>> +off_t off;
>>>
Marcel Moolenaar writes:
> +static union {
> + struct dirent dirent;
> + char buf[512];
> +} u;
> +off_t off;
> +int len;
[...]
> +/*
> + * The readdirfd() function is specific to the loader environment.
> + * We do the best we can to make freaddir work, but i
Dimitry Andric writes:
> Author: dim
> Date: Tue Jul 30 12:33:21 2013
> New Revision: 253802
> URL: http://svnweb.freebsd.org/changeset/base/253802
>
> Log:
> Pull in r186696 from upstream clang trunk:
>
> This patch implements __get_cpuid_max() as an inline and __cpuid()
> and __cpu
Peter Wemm writes:
> Author: peter
> Date: Tue Jun 18 02:53:45 2013
> New Revision: 251886
> URL: http://svnweb.freebsd.org/changeset/base/251886
>
> Log:
> Introduce svnlite so that we can check out our source code again.
Can you teach apr about WITH_ICONV?
$ svnsync sync file:///freebsd/b
Dag-Erling Smørgrav writes:
> Author: des
> Date: Fri Feb 15 13:44:18 2013
> New Revision: 246827
> URL: http://svnweb.freebsd.org/changeset/base/246827
>
> Log:
> Import LDNS and build it as an internal library.
[...]
> Index: share/mk/bsd.libnames.mk
>
Jung-uk Kim writes:
> Author: jkim
> Date: Mon Nov 19 21:58:14 2012
> New Revision: 243310
> URL: http://svnweb.freebsd.org/changeset/base/243310
>
> Log:
> Add x86 CPUs supported by clang on head.
>
> Reviewed by:arch (silence)
> X-MFC: r242624
No penryn? My core2
Eitan Adler writes:
> Author: eadler
> Date: Fri Nov 16 04:25:35 2012
> New Revision: 243130
> URL: http://svnweb.freebsd.org/changeset/base/243130
>
> Log:
> dot.login is supposed to be for bourne shell, not csh
Can you explain better or point to the reference? sh(1) mentions
~/.profile while
Eitan Adler writes:
> Author: eadler
> Date: Fri Oct 26 02:50:16 2012
> New Revision: 242120
> URL: http://svn.freebsd.org/changeset/base/242120
>
> Log:
> This utility builds without NO_WCAST_ALIGN
Not for clang. It probably predates NO_WCAST_ALIGN.clang= support.
intel.c:66:3: warning: cast
Dimitry Andric writes:
> On 2012-10-23 11:05, Dimitry Andric wrote:
>
>> On 2012-10-22 16:58, Jan Beich wrote:
>>> Dimitry Andric writes:
>>>> On 2012-10-22 09:00, Jan Beich wrote:
>> ...
>>>>> undefined reference to `std::__1::bas
Dimitry Andric writes:
> On 2012-10-22 09:00, Jan Beich wrote:
> ...
>
>> atf-run fails to link when using -stdlib=libc++. It works if I remove
>> `throw' from check_stream(). Any clue?
>>
>> test-program.o: In function `(anonymous
>> namespace)::ch
Marcel Moolenaar writes:
> Author: marcel
> Date: Mon Oct 22 01:18:41 2012
> New Revision: 241823
> URL: http://svn.freebsd.org/changeset/base/241823
>
> Log:
> Add ATF to the build. This is may be a bit rought around the egdes,
> but committing it helps to get everyone on the same page and m
Gabor Kovesdan writes:
> Author: gabor
> Date: Fri May 25 22:07:13 2012
> New Revision: 236028
> URL: http://svn.freebsd.org/changeset/base/236028
>
> Log:
> - Add support for BSD iconv when it is build into libc
[...]
> +.if !defined(MK_ICONV)
> +CFLAGS+= -DICONV_DLOPEN
> +.endif
This doe
Eitan Adler writes:
> Author: eadler
> Date: Sat Mar 24 18:43:18 2012
> New Revision: 233429
> URL: http://svn.freebsd.org/changeset/base/233429
>
> Log:
> - Make the default values for tcsh more user friendly
[...]
> Modified: head/etc/root/dot.cshrc
> =
Max Khon writes:
> On Thu, Dec 1, 2011 at 7:16 AM, Alexander Best wrote:
>> it would also be nice, if at some point, somebody could dive into the code
>> to
>> see why 'make buildkernel' will let clang produce coloured output, but
>> 'make -j(N>1) buildkernel' doesn't (and why adding a -B switch
69 matches
Mail list logo