Re: CVS commit: src/games/fortune/datfiles

2017-11-18 Thread John Nemeth
On Nov 18,  8:48pm, "Maya Rashish" wrote:
} 
} Module Name:  src
} Committed By: maya
} Date: Sat Nov 18 20:48:50 UTC 2017
} 
} Modified Files:
}   src/games/fortune/datfiles: fortunes fortunes2 fortunes2-o.real
} 
} Log Message:
} Remove a few offensive quotes, put in as many new quotes.
} 
} PR bin/52735

 Why did you do this while the issue is still being discussed.
That is completely inappropriate.  Please revert.

} To generate a diff of this commit:
} cvs rdiff -u -r1.65 -r1.66 src/games/fortune/datfiles/fortunes
} cvs rdiff -u -r1.59 -r1.60 src/games/fortune/datfiles/fortunes2
} cvs rdiff -u -r1.15 -r1.16 src/games/fortune/datfiles/fortunes2-o.real
} 
}-- End of excerpt from "Maya Rashish"


Re: CVS commit: src/games/fortune/datfiles

2017-11-18 Thread Paul Goyette
Given that the discussion on "add-one, remove-one" is still on-going and 
nowhere near a resolution, I really think that this commit should be 
reverted.


At the very least, those entries that were removed need to be restored.



On Sat, 18 Nov 2017, Maya Rashish wrote:


Module Name:src
Committed By:   maya
Date:   Sat Nov 18 20:48:50 UTC 2017

Modified Files:
src/games/fortune/datfiles: fortunes fortunes2 fortunes2-o.real

Log Message:
Remove a few offensive quotes, put in as many new quotes.

PR bin/52735


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/games/fortune/datfiles/fortunes
cvs rdiff -u -r1.59 -r1.60 src/games/fortune/datfiles/fortunes2
cvs rdiff -u -r1.15 -r1.16 src/games/fortune/datfiles/fortunes2-o.real

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


!DSPAM:5a109cd695642086813700!




+--+--++
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:  |
| (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+--+--++


Re: CVS commit: src/games/fortune/datfiles

2017-11-18 Thread Tom Ivar Helbekkmo
John Nemeth  writes:

> Log Message:
> add quote about libraries offending everyone

Nice!  Thank you!

-tih
-- 
Most people who graduate with CS degrees don't understand the significance
of Lisp.  Lisp is the most important idea in computer science.  --Alan Kay


Re: CVS commit: src/external/cddl/osnet/sys/sys

2017-11-18 Thread Christos Zoulas
In article <20171118185259.821e7f...@cvs.netbsd.org>,
Robert Elz  wrote:
>-=-=-=-=-=-
>
>Module Name:   src
>Committed By:  kre
>Date:  Sat Nov 18 18:52:59 UTC 2017
>
>Modified Files:
>   src/external/cddl/osnet/sys/sys: kmem.h
>
>Log Message:
>Let's define symbols before using them.

Thanks ETOOMUCHJAVA.

christos



Re: CVS commit: src/external/cddl/osnet/sys/sys

2017-11-18 Thread Nick Hudson

On 11/17/17 18:18, Christos Zoulas wrote:

+   if (flags == 0)
+   flags |= KM_SLEEP;
+   return pool_cache_get(cache, flags);


PR_WAITOK? I know it matches, but it looks odd.

Nick