Re: svn commit: r312296 - in head: lib/libc/sys sys/kern sys/netinet sys/netinet6 sys/sys tools/regression/sockets/udp_pingpong tools/regression/sockets/unix_cmsg

2017-01-17 Thread Daniel Eischen
On Tue, 17 Jan 2017, Maxim Sobolev wrote: Also there is at least one thing that makes enum less desirable from the point of view of application developer. Particularly it makes it impossible to use preprocessor to do a conditional compilation, which is especially important for the

Re: svn commit: r302194 - head/lib/libthr/thread

2016-06-25 Thread Daniel Eischen
On Sat, 25 Jun 2016, Konstantin Belousov wrote: On Sat, Jun 25, 2016 at 07:14:40PM +0200, Jilles Tjoelker wrote: On Sat, Jun 25, 2016 at 11:30:40AM +, Konstantin Belousov wrote: Author: kib Date: Sat Jun 25 11:30:40 2016 New Revision: 302194 URL:

Re: svn commit: r302194 - head/lib/libthr/thread

2016-06-25 Thread Daniel Eischen
On Sat, 25 Jun 2016, Konstantin Belousov wrote: On Sat, Jun 25, 2016 at 07:03:46PM +0300, Ivan Klymenko wrote: On Sat, 25 Jun 2016 18:20:06 +0300 Konstantin Belousov wrote: diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c index 2ad05ca..1ae75fb

Re: svn commit: r292723 - in head: lib/libc share/mk

2015-12-26 Thread Daniel Eischen
On Fri, 25 Dec 2015, Colin Percival wrote: On 12/25/15 13:03, Daniel Eischen wrote: On Fri, 25 Dec 2015, Ed Schouten wrote: 2015-12-25 12:29 GMT+01:00 Colin Percival <cperc...@freebsd.org>: Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, as POSIX requires for t

Re: svn commit: r292723 - in head: lib/libc share/mk

2015-12-25 Thread Daniel Eischen
On Fri, 25 Dec 2015, Ed Schouten wrote: Hi Colin, First of all: I Am Not A Linker Expert. 2015-12-25 12:29 GMT+01:00 Colin Percival : Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, as POSIX requires for the c99 compiler. I seem to remember I

svn commit: r291440 - head/tests/sys/mqueue

2015-11-28 Thread Daniel Eischen
Author: deischen Date: Sun Nov 29 06:16:25 2015 New Revision: 291440 URL: https://svnweb.freebsd.org/changeset/base/291440 Log: Disable a couple of tests, perhaps temporarily, since they use private symbols that are not exported from librt. Modified: head/tests/sys/mqueue/Makefile

svn commit: r291439 - head/lib/librt

2015-11-28 Thread Daniel Eischen
Author: deischen Date: Sun Nov 29 06:14:51 2015 New Revision: 291439 URL: https://svnweb.freebsd.org/changeset/base/291439 Log: Unbreak symbol versioning. I have no idea when it was broken, but it's been at least a few months if not a year or more. Added: head/lib/librt/Symbol.map

svn commit: r269095 - head/sys/kern

2014-07-25 Thread Daniel Eischen
Author: deischen Date: Fri Jul 25 20:21:02 2014 New Revision: 269095 URL: http://svnweb.freebsd.org/changeset/base/269095 Log: Insert new threads at the end of the thread list in the process instead of at the beginning. This allows an intra process signal to be sent to the oldest thread

svn commit: r246192 - head/usr.sbin/pw

2013-01-31 Thread Daniel Eischen
Author: deischen Date: Fri Feb 1 05:19:49 2013 New Revision: 246192 URL: http://svnweb.freebsd.org/changeset/base/246192 Log: Prevent a null pointer dereference in pw userdel when deleting a user whose group != username. Modified: head/usr.sbin/pw/pw_user.c Modified:

svn commit: r232146 - head/usr.sbin/adduser

2012-02-24 Thread Daniel Eischen
Author: deischen Date: Sat Feb 25 07:58:59 2012 New Revision: 232146 URL: http://svn.freebsd.org/changeset/base/232146 Log: When using uidstart in /etc/adduser.conf, get the next available user id and show it in the Uid [xxx] prompt. PR: 163863 Submitted by: Moritz Wilhelmy

svn commit: r224281 - stable/8/sys/kern

2011-07-23 Thread Daniel Eischen
Author: deischen Date: Sat Jul 23 12:55:01 2011 New Revision: 224281 URL: http://svn.freebsd.org/changeset/base/224281 Log: MFC r218627 Allow SO_SETFIB to select/set the default routing table. Requested by: Andrew Boyer aboyer at averesystems dot com. Modified:

Re: cvs commit: src Makefile.inc1 src/lib/libc Makefile src/lib/libc_r Makefile src/lib/libpthread Makefile pthread.map src/lib/libpthread/thread thr_private.h src/lib/librt Makefile src/lib/libthr Ma

2011-06-16 Thread Daniel Eischen
On Thu, 16 Jun 2011, Jilles Tjoelker wrote: On Sun, Jun 12, 2011 at 09:38:42PM +, Bjoern A. Zeeb wrote: http://svnweb.freebsd.org/base?view=revisionrevision=169524 I figured WITHOUT_SYMVER= hs been useless since 201001. I am no longer able to do build worlds with WITHOUT_SYMVER= set in

Re: svn commit: r217592 - head/sys/netinet

2011-03-31 Thread Daniel Eischen
On Thu, 31 Mar 2011, Randall Stewart wrote: John: So I caught up with Dave Thaler here at the IETF... He said that NO UDP socket that has NOT joined a multicast group should ever receive a packet sent to a multicast address. He also said this was part of the POSIX API and the way all Unix

Re: svn commit: r217592 - head/sys/netinet

2011-03-30 Thread Daniel Eischen
On Tue, 29 Mar 2011, John Baldwin wrote: On Wednesday, January 19, 2011 2:07:16 pm Randall Stewart wrote: Author: rrs Date: Wed Jan 19 19:07:16 2011 New Revision: 217592 URL: http://svn.freebsd.org/changeset/base/217592 Log: Fix a bug where Multicast packets sent from a udp endpoint may

Re: svn commit: r217592 - head/sys/netinet

2011-03-30 Thread Daniel Eischen
On Wed, 30 Mar 2011, John Baldwin wrote: On Wednesday, March 30, 2011 3:50:18 am Daniel Eischen wrote: On Tue, 29 Mar 2011, John Baldwin wrote: As to why the packets loop back to the receiver, I believe that is a separate issue on the output side, not the receive side. That may

Re: svn commit: r217592 - head/sys/netinet

2011-03-30 Thread Daniel Eischen
On Wed, 30 Mar 2011, John Baldwin wrote: On Wednesday, March 30, 2011 7:27:36 am Randall Stewart wrote: John: The original complaint on this came from Daniel... I believe he claimed that up until bms's multi-cast work.. you would NOT get a packet sent to you if you did not join the multi-cast

svn commit: r218627 - in head/sys: kern netinet

2011-02-12 Thread Daniel Eischen
Author: deischen Date: Sun Feb 13 00:14:13 2011 New Revision: 218627 URL: http://svn.freebsd.org/changeset/base/218627 Log: Allow the SO_SETFIB socket option to select the default (0) routing table. Reviewed by: julian Modified: head/sys/kern/uipc_socket.c

svn commit: r218629 - head/sys/netinet

2011-02-12 Thread Daniel Eischen
Author: deischen Date: Sun Feb 13 04:44:06 2011 New Revision: 218629 URL: http://svn.freebsd.org/changeset/base/218629 Log: Oops, revert an accidental local change that got added in my last commit (r218627). No damage was done in the last commit, just some duplicated code was added (which

Re: svn commit: r218414 - in head: include lib/libc/include lib/libthr lib/libthr/thread share/man/man3 sys/sys

2011-02-07 Thread Daniel Eischen
On Mon, 7 Feb 2011, Jung-uk Kim wrote: On Monday 07 February 2011 06:12 pm, Garrett Cooper wrote: On Mon, Feb 7, 2011 at 1:26 PM, Jung-uk Kim j...@freebsd.org wrote: Author: jkim Date: Mon Feb �7 21:26:46 2011 New Revision: 218414 URL: http://svn.freebsd.org/changeset/base/218414 Log:

svn commit: r218256 - stable/8/sys/netinet

2011-02-04 Thread Daniel Eischen
Author: deischen Date: Fri Feb 4 08:51:45 2011 New Revision: 218256 URL: http://svn.freebsd.org/changeset/base/218256 Log: MFC 217888 Prison check addresses set with multicast interface options. Modified: stable/8/sys/netinet/in_pcb.c Directory Properties: stable/8/sys/ (props

svn commit: r217280 - releng/8.2/sys/netinet

2011-01-11 Thread Daniel Eischen
Author: deischen Date: Tue Jan 11 19:43:35 2011 New Revision: 217280 URL: http://svn.freebsd.org/changeset/base/217280 Log: MFC: 217169 Make sure to always do source address selection on an unbound socket, regardless of any multicast options. If an address is specified via a multicast

svn commit: r217219 - stable/8/sys/netinet

2011-01-09 Thread Daniel Eischen
Author: deischen Date: Mon Jan 10 04:48:18 2011 New Revision: 217219 URL: http://svn.freebsd.org/changeset/base/217219 Log: MFC: 217169 Make sure to always do source address selection on an unbound socket, regardless of any multicast options. If an address is specified via a

svn commit: r217169 - head/sys/netinet

2011-01-08 Thread Daniel Eischen
Author: deischen Date: Sat Jan 8 22:33:46 2011 New Revision: 217169 URL: http://svn.freebsd.org/changeset/base/217169 Log: Make sure to always do source address selection on an unbound socket, regardless of any multicast options. If an address is specified via a multicast option, then

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread Daniel Eischen
On Wed, 29 Sep 2010, David Xu wrote: Jung-uk Kim wrote: On Tuesday 28 September 2010 12:20 pm, Jung-uk Kim wrote: [ snip ] Unfortunately, it seems to have a regression: %cat test.c #include pthread.h #include stdio.h static pthread_cond_t static_cond = PTHREAD_COND_INITIALIZER; static

svn commit: r208502 - head/lib/libthr/thread

2010-05-24 Thread Daniel Eischen
Author: deischen Date: Mon May 24 13:43:11 2010 New Revision: 208502 URL: http://svn.freebsd.org/changeset/base/208502 Log: Coalesce a couple of broken lines since they can fit within 80 characters. Little nit found while looking at a bug report. Modified:

svn commit: r208503 - head/lib/libthr/thread

2010-05-24 Thread Daniel Eischen
Author: deischen Date: Mon May 24 13:44:39 2010 New Revision: 208503 URL: http://svn.freebsd.org/changeset/base/208503 Log: Coalesce one more broken line. Modified: head/lib/libthr/thread/thr_condattr.c Modified: head/lib/libthr/thread/thr_condattr.c

svn commit: r204100 - head/sys/dev/ath

2010-02-19 Thread Daniel Eischen
Author: deischen Date: Fri Feb 19 18:23:45 2010 New Revision: 204100 URL: http://svn.freebsd.org/changeset/base/204100 Log: Correct spelling of reseting (found while researching the bb hang detected messages that are plaguing me). While I'm here, delete trailing whitespace. Modified:

Re: svn commit: r200369 - in head: etc share/termcap

2009-12-13 Thread Daniel Eischen
On Sun, 13 Dec 2009, Garrett Wollman wrote: On Sun, 13 Dec 2009 13:03:42 +0100, Dag-Erling Smørgrav d...@des.no said: It's not what Linux does, it's what xterm does. It's also, not to put too fine a point on it, obnoxious and stupid. Let's please have the useful behavior. There's a good

Re: svn commit: r194540 - head/sys/dev/drm

2009-06-20 Thread Daniel Eischen
On Sat, 20 Jun 2009, Robert Noland wrote: Author: rnoland Date: Sat Jun 20 16:45:14 2009 New Revision: 194540 URL: http://svn.freebsd.org/changeset/base/194540 Log: The G45 docs indicate that all G4X chips use the new framecount register. Intel agrees with my reading of the docs, make it so

Re: svn commit: r194540 - head/sys/dev/drm

2009-06-20 Thread Daniel Eischen
On Sat, 20 Jun 2009, Robert Noland wrote: On Sat, 2009-06-20 at 12:56 -0400, Daniel Eischen wrote: On Sat, 20 Jun 2009, Robert Noland wrote: Author: rnoland Date: Sat Jun 20 16:45:14 2009 New Revision: 194540 URL: http://svn.freebsd.org/changeset/base/194540 Log: The G45 docs indicate

svn commit: r193171 - in head/sys/dev/usb: . storage

2009-05-31 Thread Daniel Eischen
Author: deischen Date: Sun May 31 14:48:51 2009 New Revision: 193171 URL: http://svn.freebsd.org/changeset/base/193171 Log: Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2 part identified as Sunplus Technology Inc. This happens to sit in a Rosewill RX81U-ES-25A 2.5 SATA to USB 2.0

Re: svn commit: r191330 - head/usr.bin/ncal

2009-04-20 Thread Daniel Eischen
On Mon, 20 Apr 2009, Alexey Dokuchaev wrote: On Mon, Apr 20, 2009 at 06:19:38PM +, Roman Divacky wrote: Author: rdivacky Date: Mon Apr 20 18:19:38 2009 New Revision: 191330 URL: http://svn.freebsd.org/changeset/base/191330 Log: Implement highlighting of today in month view of cal/ncal