svn commit: r368056 - in head: .github/workflows tools/build

2020-11-26 Thread Ulrich Spörlein
Author: uqs Date: Thu Nov 26 14:42:16 2020 New Revision: 368056 URL: https://svnweb.freebsd.org/changeset/base/368056 Log: GH Actions: Use pre-installed clang packages Also fix the run by setting up the environment in non-deprecated way. Always run with --debug to understand better

Re: svn commit: r298585 - in head: sys/kern usr.sbin/jail

2016-04-26 Thread Ulrich Spörlein
On Apr 26, 2016 11:44 AM, "Conrad Meyer" wrote: > > Right. False positive. Coverity doesn't grok sbuf memory management fully. > If someone can explain it to me in very simple words, I can update the model to make these go away ... maybe.

Re: svn commit: r298585 - in head: sys/kern usr.sbin/jail

2016-04-26 Thread Ulrich Spörlein
2016-04-25 10:06 GMT-07:00 Jamie Gritton : > Author: jamie > Date: Mon Apr 25 17:06:50 2016 > New Revision: 298585 > URL: https://svnweb.freebsd.org/changeset/base/298585 > > Log: > Encapsulate SYSV IPC objects in jails. Define per-module parameters > sysvmsg, sysvsem, and

Re: svn commit: r276071 - in head/contrib/ntp: ntpd util

2014-12-23 Thread Ulrich Spörlein
On Mon, 2014-12-22 at 18:54:56 +, Xin LI wrote: Author: delphij Date: Mon Dec 22 18:54:55 2014 New Revision: 276071 URL: https://svnweb.freebsd.org/changeset/base/276071 Log: Fix multiple ntp vulnerabilities. Reviewed by:roberto (earlier revision), philip Security:

Re: svn commit: r254138 - in head: share/man/man9 sys/amd64/amd64 sys/arm/arm sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/agp sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/f

2013-08-13 Thread Ulrich Spörlein
On Fri, 2013-08-09 at 11:11:12 +, Attilio Rao wrote: Author: attilio Date: Fri Aug 9 11:11:11 2013 New Revision: 254138 URL: http://svnweb.freebsd.org/changeset/base/254138 Log: The soft and hard busy mechanism rely on the vm object lock to work. Unify the 2 concept into a real,

Re: svn commit: r254138 - in head: share/man/man9 sys/amd64/amd64 sys/arm/arm sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/agp sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/f

2013-08-13 Thread Ulrich Spörlein
2013/8/13 Attilio Rao atti...@freebsd.org: On Tue, Aug 13, 2013 at 4:22 PM, Ulrich Spörlein u...@freebsd.org wrote: On Fri, 2013-08-09 at 11:11:12 +, Attilio Rao wrote: Author: attilio Date: Fri Aug 9 11:11:11 2013 New Revision: 254138 URL: http://svnweb.freebsd.org/changeset/base

Re: svn commit: r253680 - in head: lib/libfetch usr.bin/fetch

2013-08-08 Thread Ulrich Spörlein
On Fri, 2013-07-26 at 15:53:43 +, Dag-Erling SmÞrgrav wrote: Modified: head/lib/libfetch/common.c == --- head/lib/libfetch/common.cFri Jul 26 14:43:38 2013 (r253679) +++ head/lib/libfetch/common.c

Re: svn commit: r253719 - in head: sys/conf sys/dev/watchdog sys/libkern sys/sys usr.sbin/watchdogd

2013-07-30 Thread Ulrich Spörlein
On Sat, 2013-07-27 at 20:47:02 +, Alfred Perlstein wrote: Author: alfred Date: Sat Jul 27 20:47:01 2013 New Revision: 253719 URL: http://svnweb.freebsd.org/changeset/base/253719 Log: Fix watchdog pretimeout. Alfred, this broken the build and hasn't been fixed for almost three days

Re: svn commit: r253210 - in head/sys: conf netinet

2013-07-15 Thread Ulrich Spörlein
Hey Andre, I don't see why this commit triggers it, but Coverity Scan found a new resource leak in this file. syncache_expand() will leak *s when line 1071 is reached. The failed: case below correctly frees the resources. 1068/* how do we find the inp for the new socket? */ 22. Condition

Re: svn commit: r253322 - in head/sys/cam: . scsi

2013-07-15 Thread Ulrich Spörlein
On Sat, 2013-07-13 at 13:35:10 +, Alexander Motin wrote: Author: mav Date: Sat Jul 13 13:35:09 2013 New Revision: 253322 URL: http://svnweb.freebsd.org/changeset/base/253322 Log: Improve handling of 0x3F/0x0E Reported LUNs data has changed and 0x25/0x00 Logical unit not supported

Re: svn commit: r253274 - head/sys/cam/scsi

2013-07-15 Thread Ulrich Spörlein
On Fri, 2013-07-12 at 17:09:50 +, Kenneth D. Merry wrote: Author: ken Date: Fri Jul 12 17:09:50 2013 New Revision: 253274 URL: http://svnweb.freebsd.org/changeset/base/253274 Log: Fix a problem with READ ELEMENT STATUS that occurs on some changers that don't support the DVCID and

Re: svn commit: r253274 - head/sys/cam/scsi

2013-07-15 Thread Ulrich Spörlein
2013/7/15 Kenneth D. Merry k...@freebsd.org: Oops, you're right! Thanks for pointing it out! I just committed a fix. How does Coverity detect something like that? Using the comment, or the variable name? I would guess the variable name, maybe with a fuzzy match. At least that's how I would

Re: svn commit: r252408 - head/sbin/ifconfig

2013-07-03 Thread Ulrich Spörlein
On Sun, 2013-06-30 at 07:37:32 +, Hiroki Sato wrote: Author: hrs Date: Sun Jun 30 07:37:31 2013 New Revision: 252408 URL: http://svnweb.freebsd.org/changeset/base/252408 Log: Do not display a warning message in a jail without AF_INET6 support. MFC after: 3 days Modified:

Re: svn commit: r252356 - in head: contrib/smbfs/mount_smbfs etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/examples/etc share/mk sys/conf sys/kern sy

2013-07-03 Thread Ulrich Spörlein
On Fri, 2013-06-28 at 21:00:08 +, Davide Italiano wrote: Author: davide Date: Fri Jun 28 21:00:08 2013 New Revision: 252356 URL: http://svnweb.freebsd.org/changeset/base/252356 Log: - Trim an unused and bogus Makefile for mount_smbfs. - Reconnect with some minor modifications, in

Re: svn commit: r247960 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2013-04-19 Thread Ulrich Spörlein
On Thu, 2013-03-07 at 20:45:20 -0500, Eitan Adler wrote: On 7 March 2013 18:00, Dimitry Andric d...@freebsd.org wrote: On 2013-03-07 23:29, Andriy Gapon wrote: ... I was not really kidding when I said that this change, as is, is a nop: ... + bname =

Re: svn commit: r246362 - head/games/fortune/datfiles

2013-02-18 Thread Ulrich Spörlein
On Wed, 2013-02-06 at 08:42:01 +0100, Joel Dahl wrote: On 06-02-2013 11:18, Gleb Smirnoff wrote: On Tue, Feb 05, 2013 at 04:17:25PM -0500, John Baldwin wrote: J On Tuesday, February 05, 2013 3:55:47 pm Gleb Smirnoff wrote: J On Tue, Feb 05, 2013 at 11:58:54AM -0500, John Baldwin wrote: J

Re: svn commit: r245700 - head/usr.sbin/bsdinstall/partedit

2013-01-23 Thread Ulrich Spörlein
On Sun, 2013-01-20 at 22:25:59 +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun Jan 20 22:25:58 2013 New Revision: 245700 URL: http://svnweb.freebsd.org/changeset/base/245700 Log: Add a simple scripted partitioner. Documentation and more scripting support will come soon.

Re: svn commit: r242767 - in head/tools/regression/bin/sh: builtins parser

2012-11-18 Thread Ulrich Spörlein
On Thu, 2012-11-08 at 13:36:19 +, Jilles Tjoelker wrote: Author: jilles Date: Thu Nov 8 13:36:19 2012 New Revision: 242767 URL: http://svnweb.freebsd.org/changeset/base/242767 Log: sh: Add tests for modifying an alias (r242766). Note: parser/alias10.0 will eat a lot of

Re: svn commit: r243130 - head/etc/root

2012-11-18 Thread Ulrich Spörlein
On Fri, 2012-11-16 at 04:25:35 +, Eitan Adler wrote: 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 Pointyhat to: me Approved by: cperciva

Re: svn commit: r241916 - in head/sys: netinet netinet6

2012-10-28 Thread Ulrich Spörlein
On Tue, 2012-10-23 at 20:43:33 +0200, Michael Tuexen wrote: On Oct 23, 2012, at 8:28 PM, Bruce Evans wrote: On Tue, 23 Oct 2012, Michael Tuexen wrote: On Oct 23, 2012, at 6:23 AM, Bruce Evans wrote: On Mon, 22 Oct 2012, Xin LI wrote: Log: Remove __P. This was a chance to

Re: svn commit: r232249 - head

2012-06-15 Thread Ulrich Spörlein
On Tue, 2012-02-28 at 11:06:52 +, Sergey Kandaurov wrote: Author: pluknet Date: Tue Feb 28 11:06:52 2012 New Revision: 232249 URL: http://svn.freebsd.org/changeset/base/232249 Log: Add lib32 part after libarchive 3.0.3 update. Modified: head/ObsoleteFiles.inc Modified:

Re: svn commit: r228953 - in head/tools: regression/pthread/mutex_isowned_np tools/ansify tools/genericize tools/hcomp tools/mtxstat tools/prstats tools/whereintheworld

2011-12-29 Thread Ulrich Spörlein
I know :) Making my way through them one subdir at a time... Cheers Uli ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Ulrich Spörlein
On Mon, 2011-12-26 at 01:14:28 -0800, Doug Barton wrote: On 12/26/2011 01:07, Xin LI wrote: Author: delphij Date: Mon Dec 26 09:07:08 2011 New Revision: 228896 URL: http://svn.freebsd.org/changeset/base/228896 Log: Merge from OpenBSD 5.0 (this is a dummy change, the vendor change

Re: svn commit: r228909 - head/games/fortune/datfiles

2011-12-28 Thread Ulrich Spörlein
On Tue, 2011-12-27 at 10:21:57 +, Doug Barton wrote: Author: dougb Date: Tue Dec 27 10:21:57 2011 New Revision: 228909 URL: http://svn.freebsd.org/changeset/base/228909 Log: 1. Remove a bunch of duplicates. Usually this means removing them from fortunes, but occasionally remove

Re: svn commit: r228909 - head/games/fortune/datfiles

2011-12-28 Thread Ulrich Spörlein
On Wed, 2011-12-28 at 09:59:13 -0800, Doug Barton wrote: On 12/28/2011 07:53, Ulrich Spörlein wrote: On Tue, 2011-12-27 at 10:21:57 +, Doug Barton wrote: Author: dougb Date: Tue Dec 27 10:21:57 2011 New Revision: 228909 URL: http://svn.freebsd.org/changeset/base/228909 Log

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Ulrich Spörlein
On Wed, 2011-12-28 at 15:11:33 -0600, Mark Linimon wrote: On Wed, Dec 28, 2011 at 04:40:49PM +0100, Ulrich Spörlein wrote: It's better to have one person (Xin LI) figure out if the change is needed or a no-op and do the upgrade to match our version to upstream's version, than to have

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Ulrich Spörlein
On Wed, 2011-12-28 at 15:00:07 -0800, Doug Barton wrote: On 12/28/2011 14:52, Ulrich Spörlein wrote: We have http://wiki.freebsd.org/ContribSoftware that tries to track the state of anything upstream in src. I've been maintaining BIND in the base for 9 1/2 years, and never knew

Re: svn commit: r225951 - head

2011-10-07 Thread Ulrich Spörlein
On Mon, 2011-10-03 at 20:46:36 +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Mon Oct 3 20:46:36 2011 New Revision: 225951 URL: http://svn.freebsd.org/changeset/base/225951 Log: Fix a number of platform problems in this file (mostly assuming that only amd64 has lib32).

Re: svn commit: r222980 - in head/sys: amd64/conf i386/conf

2011-07-02 Thread Ulrich Spörlein
On Sat, 11.06.2011 at 13:55:15 -0700, Doug Barton wrote: On 6/11/2011 1:02 PM, Warner Losh wrote: On Jun 11, 2011, at 12:17 PM, Doug Barton wrote: On 6/11/2011 6:07 AM, Robert Watson wrote: To me, this seems like the wrong direction. Over the last decade, we've been trying to move

Re: svn commit: r222273 - in head: gnu/usr.bin gnu/usr.bin/grep tools/build/options usr.bin usr.bin/grep

2011-06-02 Thread Ulrich Spörlein
On Wed, 25.05.2011 at 01:04:13 +, David E. O'Brien wrote: Author: obrien Date: Wed May 25 01:04:12 2011 New Revision: 73 URL: http://svn.freebsd.org/changeset/base/73 Log: Build and install a BSD licensed grep. If WITH_BSD_GREP is not set, it will be 'bsdgrep' and GNUgrep

Re: svn commit: r222094 - head/share/misc

2011-05-23 Thread Ulrich Spörlein
On Sun, 22.05.2011 at 20:16:47 +1000, Edwin Groothuis wrote: On 22/05/2011, at 7:29 PM, Ulrich Spörlein wrote: On Thu, 19.05.2011 at 13:09:39 +, Edwin Groothuis wrote: Author: edwin Date: Thu May 19 13:09:39 2011 New Revision: 222094 URL: http://svn.freebsd.org/changeset/base

Re: svn commit: r222094 - head/share/misc

2011-05-22 Thread Ulrich Spörlein
On Thu, 19.05.2011 at 13:09:39 +, Edwin Groothuis wrote: Author: edwin Date: Thu May 19 13:09:39 2011 New Revision: 222094 URL: http://svn.freebsd.org/changeset/base/222094 Log: Put AN back after finding out that tzsetup(1) will complain that it doesn't exist. It will be removed

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-12 Thread Ulrich Spörlein
On Tue, 03.05.2011 at 18:51:19 +0200, Roman Divacky wrote: On Tue, May 03, 2011 at 04:27:57AM -0500, Brooks Davis wrote: On Tue, May 03, 2011 at 03:39:27PM +0200, Roman Divacky wrote: With the recent libobjc removal this means that we can compile all (no exceptions) of

Re: svn commit: r219084 - in head: bin/test tools/regression/bin/test

2011-03-09 Thread Ulrich Spörlein
On Sun, 27.02.2011 at 12:28:06 +, Xin LI wrote: Author: delphij Date: Sun Feb 27 12:28:06 2011 New Revision: 219084 URL: http://svn.freebsd.org/changeset/base/219084 Log: Accept == as an alias of = which is a popular GNU extension. This is intentionally undocumented for now

Re: svn commit: r218421 - head/usr.bin/gzip

2011-02-14 Thread Ulrich Spörlein
On Sun, 13.02.2011 at 18:05:46 -0500, Glen Barber wrote: On 2/13/11 5:58 PM, Glen Barber wrote: Hi, On 2/13/11 5:27 PM, Ulrich Spörlein wrote: Log: Update manpage to remove CRT reference. Would you mind tackling these as well? share/man/man4/acpi_panasonic.4 Hmm

Re: svn commit: r218421 - head/usr.bin/gzip

2011-02-13 Thread Ulrich Spörlein
On Mon, 07.02.2011 at 22:33:39 +, Glen Barber wrote: Author: gjb (doc committer) Date: Mon Feb 7 22:33:39 2011 New Revision: 218421 URL: http://svn.freebsd.org/changeset/base/218421 Log: Update manpage to remove CRT reference. Would you mind tackling these as well? bin/stty/stty.1

Re: svn commit: r217073 - head/etc/rc.d

2011-01-09 Thread Ulrich Spörlein
On Thu, 06.01.2011 at 21:09:22 +, Warner Losh wrote: Author: imp Date: Thu Jan 6 21:09:22 2011 New Revision: 217073 URL: http://svn.freebsd.org/changeset/base/217073 Log: Don't require /usr/lib/aout to be on the system. Test for its existance since we don't generally need it.

Re: svn commit: r216694 - head/libexec/rtld-elf

2010-12-28 Thread Ulrich Spörlein
On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote: Author: kib Date: Sat Dec 25 08:42:38 2010 New Revision: 216694 URL: http://svn.freebsd.org/changeset/base/216694 Log: Add a hook to pass debug flags to the build of rtld when doing make in the rtld directory.

Re: svn commit: r216473 - head/sbin/geom/class/eli

2010-12-18 Thread Ulrich Spörlein
On Thu, 16.12.2010 at 16:43:48 -0800, David O'Brien wrote: On Thu, Dec 16, 2010 at 12:27:04PM -0800, Xin LI wrote: On 12/16/10 12:23, Ulrich Spörlein wrote: Shamless plug: the attached, crude expect(1) script allows you to do $ cd /usr/src universe-build sbin/geom WARNS=6

Re: svn commit: r216147 - head/sbin/geom/class/eli

2010-12-03 Thread Ulrich Spörlein
On Fri, 03.12.2010 at 10:06:19 +, Xin LI wrote: Author: delphij Date: Fri Dec 3 10:06:19 2010 New Revision: 216147 URL: http://svn.freebsd.org/changeset/base/216147 Log: * Recommend a overwrite of whole geli provider before use. * Correct a typo while I'm there. Reviewed

Re: svn commit: r215271 - head

2010-11-14 Thread Ulrich Spörlein
On Sat, 13.11.2010 at 22:38:33 +, Warner Losh wrote: Author: imp Date: Sat Nov 13 22:38:33 2010 New Revision: 215271 URL: http://svn.freebsd.org/changeset/base/215271 Log: Add mips back to universe Modified: head/Makefile Modified: head/Makefile

Re: svn commit: r215041 - head/contrib/bzip2

2010-11-09 Thread Ulrich Spörlein
On Tue, 09.11.2010 at 18:32:57 +, David E. O'Brien wrote: Author: obrien Date: Tue Nov 9 18:32:57 2010 New Revision: 215041 URL: http://svn.freebsd.org/changeset/base/215041 Log: Upgrade to Bzip2 version 1.0.6. Reviewed by: SO (cperciva) Modified:

Re: svn commit: r215041 - head/contrib/bzip2

2010-11-09 Thread Ulrich Spörlein
On Tue, 09.11.2010 at 17:04:27 -0500, John Baldwin wrote: On Tuesday, November 09, 2010 4:23:56 pm Ulrich Spörlein wrote: On Tue, 09.11.2010 at 18:32:57 +, David E. O'Brien wrote: Author: obrien Date: Tue Nov 9 18:32:57 2010 New Revision: 215041 URL: http://svn.freebsd.org

Re: svn commit: r211397 - in head: lib/libbluetooth lib/libc/gen lib/libc/net lib/libc/stdlib lib/libc/sys lib/libedit lib/libelf lib/libgeom lib/libgpib lib/libgssapi lib/libpmc lib/libradius lib/lib

2010-08-17 Thread Ulrich Spörlein
On Mon, 16.08.2010 at 15:18:30 +, Joel Dahl wrote: Author: joel (doc committer) Date: Mon Aug 16 15:18:30 2010 New Revision: 211397 URL: http://svn.freebsd.org/changeset/base/211397 Log: Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while translating these

Re: svn commit: r209153 - head/lib/clang

2010-06-14 Thread Ulrich Spörlein
On Mon, 14.06.2010 at 06:23:47 +, Ed Schouten wrote: Author: ed Date: Mon Jun 14 06:23:47 2010 New Revision: 209153 URL: http://svn.freebsd.org/changeset/base/209153 Log: Unbreak Clang on PowerPC. It seems GCC 4.2.1 on PowerPC miscompiles Clang, causing it to crash when

Re: svn commit: r206497 - in head: sbin/geom/class sbin/geom/class/sched sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched sys/modules/geom/geom_sched/gs_sched sys/modules/geom/geom_sched/gs

2010-04-15 Thread Ulrich Spörlein
On Thu, 15.04.2010 at 17:15:57 +0200, Luigi Rizzo wrote: On Thu, Apr 15, 2010 at 04:38:23PM +0200, Attila Nagy wrote: On 04/12/2010 06:37 PM, Luigi Rizzo wrote: Bring in geom_sched, support for scheduling disk I/O requests in a device independent manner. Also include an example