Re: HEADS UP: COMPAT_IA32 renamed COMPAT_FREEBSD32

2010-03-15 Thread Garance A Drosehn
At 12:59 PM -0600 3/12/10, Mark Linimon wrote: On Fri, Mar 12, 2010 at 09:22:55AM -0800, David O'Brien wrote: > Yes it is. Where was it discussed first? I do not see anything > in my freebsd-arch or freebsd-current archive; or any other > FreeBSD list. http://docs.freebsd.org/cgi/mid.cgi?4B

Re: newsyslog patch implementing file includes

2010-04-23 Thread Garance A Drosehn
At 10:15 AM +0100 4/22/10, krad wrote: On 22 April 2010 08:33, Alex Keda wrote: 22.04.2010 11:29, Gordon Tetlow ?: On Thu, Apr 22, 2010 at 12:17 AM, Alex Keda > wrote: It's need feature. I test patch - it work for me (CURRENT, amd64) Can I use some as: /path/to/dir/*.conf

Re: Nt source licenses...

1999-05-14 Thread Garance A Drosehn
At 3:51 PM +0700 5/12/99, Ustimenko Semen wrote: > Are we going to get this license? I am interested in NTFS > source code a lot... I would be very careful about getting an NT source license if your intention is to write NTFS support for some other operating system. Microsoft is not doing this li

Re: HEADS UP: Standalone kernel debug files moving out of /boot/kernel/

2014-10-30 Thread Garance A Drosehn
On 30 Oct 2014, at 12:49, Ed Maste wrote: > On 30 October 2014 02:20, John-Mark Gurney wrote: >> >> Oh, make sure that make install (or installkernel) properly handles >> moving the debug data too... i.e. kernel to kernel.old... > > Yes, in the case that /boot/kernel is moved to /boot/kernel.old

Re: mtree patch for WITHOUT_LPR

2015-11-08 Thread Garance A Drosehn
On 7 Nov 2015, at 6:08, Dmitry Morozovsky wrote: as you're still maintaining lpr, I'm passing this through you. If one build his server WITHOUT_LPR, there are constantly few directories that are created by make hierarchy and then reported my make check-old. Attached is a small patch against

libXO-ification - tangent on JSON choices

2015-11-16 Thread Garance A Drosehn
First let me say that I wish I had more time to contribute to the project, but I seem to be caught in variety of long drawn-out hassles in real-life. Otherwise I would already know the answer to this question: Is there some specification for what JSON is created by the various FBSD utilities? I d

Re: HEADS-UP: installworld on r299292 through r299317 will replace master.passwd, passwd, and group files

2016-05-10 Thread Garance A Drosehn
On 10 May 2016, at 2:24, Glen Barber wrote: > On Tue, May 10, 2016 at 08:18:44AM +0200, O. Hartmann wrote: >> >> It is not only master.passwd, it is also group and several other >> config files, I suspect it is the whole bunch of files located >> in /etc/ getting reset to their initial file values

Re: Does someone keep track of how long it takes to buildworld/kernel?

2017-01-13 Thread Garance A Drosehn
On 13 Jan 2017, at 15:23, Eric Joyner wrote: > ^ Message ^ > > It takes forever, but I keep on forgetting to time how long it takes, > so I don't know how long "forever" is. I have scripts which do buildworld's for me, and they keep all kinds of extra information for each step (buildkernel, insta

Re: Does someone keep track of how long it takes to buildworld/kernel?

2017-01-13 Thread Garance A Drosehn
On 13 Jan 2017, at 17:27, Garance A Drosehn wrote: > On 13 Jan 2017, at 15:23, Eric Joyner wrote: > >> ^ Message ^ >> >> It takes forever, but I keep on forgetting to time how long it takes, >> so I don't know how long "forever" is. > > I

Re: MOTD is not created correctly (since 2022/02/18)

2023-05-23 Thread Garance A Drosehn
On 22 May 2023, at 23:18, Jamie Landeg-Jones wrote: I've just finally updated to 13-stable, and can't be the first to notice this?! /etc/rc.d/motd contains the line: uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1 (\3) #\2,' Note the space before the "$" - nee

Re: OpenSSL breaks factor(6)

2019-12-28 Thread Garance A Drosehn
On 27 Dec 2019, at 17:42, Steve Kargl wrote: > > This patch now includes a fix for hexadecimal conversion. It > simple scans the string for a hex digit in [a,...,f] and assumes > that a hexadecimal string has been entered. A string that includes > character from the decimal digits is assumed to b

Re: OpenSSL breaks factor(6)

2019-12-28 Thread Garance A Drosehn
On 29 Dec 2019, at 0:10, Steve Kargl wrote: > On Sat, Dec 28, 2019 at 10:46:52PM -0500, Garance A Drosehn wrote: >> >> What if the user wants to factor a hexadecimal value which does not >> happen to include [a...f]? >> >> How about recognizing a prefix of &#

Re: OpenSSL breaks factor(6)

2019-12-29 Thread Garance A Drosehn
On 29 Dec 2019, at 2:17, Steve Kargl wrote: > On Sun, Dec 29, 2019 at 01:34:28AM -0500, Garance A Drosehn wrote: >>> >>> An interested user will need to add that support. AFAIK, factor(6) >>> has never recognized the 0x prefix, and I'm not trying to add n