On 1 Mar, Warner Losh wrote:
> In message <[EMAIL PROTECTED]> John Baldwin writes:
> : Add INVARIANT_SUPPORT to your kernel config, and you should be reading your
Thanks.
> : cvs-all and -current mail. :)
I'm doing this since 3-current. Tha last thing I remember regarding
INVARIANT was a commi
Hi!
I have just committed the following fix to the setlocale(3)
that changes the meaning of the LC_ALL environment variable
so that it conforms to ISO and POSIX standards.
On Fri, Mar 02, 2001 at 04:45:53AM -0800, Ruslan Ermilov wrote:
> ru 2001/03/02 04:45:53 PST
>
> Modified files:
The sigaction(2) manpage states that the signal stack is inherited by
the child after fork(2), but the signal stack is not inherited in fact.
The attached test program checks if the sigaltstack(2) setting is
inherited by the child or not.
The result of the program is:
original: sp=0x0 size=0 fl
On Fri, Mar 02, 2001 at 02:52:10PM +0200, Ruslan Ermilov wrote:
[...]
> > Testcase:
> >
> > /usr/bin/env LC_ALL=C LC_TIME=de_DE.ISO_8859-1 /bin/date
> >
> > Should return date in the "C" locale format.
> >
I have checked both System V and Linux, they behave correctly.
NetBSD and Ope
On Fri, Mar 02, 2001 at 15:42:27 +0200, Ruslan Ermilov wrote:
> I am not checking src/ to see what other fixes are required.
> The typical fix will be "LC_TIME=C date" -> "LC_ALL=C date",
> probably preserving the "LC_TIME=C" setting so that the
> upgrade path from the old system isn't broken.
I
On Thu, 1 Mar 2001, John Baldwin wrote:
>
> On 01-Mar-01 The Hermit Hacker wrote:
> >
> > any comments on this? any way of doing this without a serial console?
> >
> > thanks ...
>
> The data is too much to make a normal console feasible, although you
> could try cranking up the console to hte h
On Fri, Mar 02, 2001 at 06:00:25PM +0300, Andrey A. Chernov wrote:
> On Fri, Mar 02, 2001 at 15:42:27 +0200, Ruslan Ermilov wrote:
> > I am not checking src/ to see what other fixes are required.
> > The typical fix will be "LC_TIME=C date" -> "LC_ALL=C date",
> > probably preserving the "LC_TIME=
Hi folks,
I'm currently creating a Vinum(4) configuration wizard for sysinstall(8), which
would simplify Vinum configuration procedure for the vinum newbies. So far I
finished a patch that allows create vinum partitions using sysinstall's
disklabel editor and would like to commit it. Please revie
On Fri, Mar 02, 2001 at 06:00:25PM +0300, Andrey A. Chernov scribbled:
| On Fri, Mar 02, 2001 at 15:42:27 +0200, Ruslan Ermilov wrote:
| > I am not checking src/ to see what other fixes are required.
| > The typical fix will be "LC_TIME=C date" -> "LC_ALL=C date",
| > probably preserving the "LC_T
On Fri, Mar 02, 2001 at 02:52:10PM +0200, Ruslan Ermilov scribbled:
| I have just committed the following fix to the setlocale(3)
| that changes the meaning of the LC_ALL environment variable
| so that it conforms to ISO and POSIX standards.
In the future, can you also send the request for review
>
> I'm currently creating a Vinum(4) configuration wizard for sysinstall(8), which
> would simplify Vinum configuration procedure for the vinum newbies. So far I
> finished a patch that allows create vinum partitions using sysinstall's
> disklabel editor and would like to commit it. Please revie
Andrea Campi wrote:
> >
> > I'm currently creating a Vinum(4) configuration wizard for sysinstall(8), which
> > would simplify Vinum configuration procedure for the vinum newbies. So far I
> > finished a patch that allows create vinum partitions using sysinstall's
> > disklabel editor and would l
On 02-Mar-01 Maxim Sobolev wrote:
> Hi folks,
>
> I'm currently creating a Vinum(4) configuration wizard for sysinstall(8),
> which
> would simplify Vinum configuration procedure for the vinum newbies. So far I
> finished a patch that allows create vinum partitions using sysinstall's
> disklabel
On Fri, Mar 02, 2001 at 18:05:54 +0200, Ruslan Ermilov wrote:
> On Fri, Mar 02, 2001 at 06:00:25PM +0300, Andrey A. Chernov wrote:
> > On Fri, Mar 02, 2001 at 15:42:27 +0200, Ruslan Ermilov wrote:
> > > I am not checking src/ to see what other fixes are required.
> > > The typical fix will be "LC_
One of the things I do with my -current boxes is I run a local rsync to make a
backup of the system drive whenever I feel like the thing is stable enough
to have a backup made :-)
The rsync is fairly intensive I/O wise and memory wise.
I see the following behaviors with -current
* rsync runs
John Baldwin wrote:
> On 02-Mar-01 Maxim Sobolev wrote:
> > Hi folks,
> >
> > I'm currently creating a Vinum(4) configuration wizard for sysinstall(8),
> > which
> > would simplify Vinum configuration procedure for the vinum newbies. So far I
> > finished a patch that allows create vinum partitio
From: John Baldwin <[EMAIL PROTECTED]>
Subject: RE: Labeling Vinum partitions in the sysinstall(8) [patch]
Date: Fri, 02 Mar 2001 09:28:31 -0800 (PST)
> Heh, I wrote http://www.FreeBSD.org/~jhb/patches/sysinstall.vinum.patch
> probably a year ago now, but because it only changes the disklabel edi
unsubscribe freebsd-current
unsubscribe freebsd-security
unsubscribe freebsd-stable
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
I just found something new in current. When I rebooted with todays current, it
put me into single user with the following message:
mount: /dev/ad0s1e: File name too long
The problem seems to be the directory that I have been mounting it under for a
couple of years. /var/ftp/release If I make
On 02-Mar-01 Edwin Culp wrote:
> I just found something new in current. When I rebooted with todays current,
> it
> put me into single user with the following message:
>
> mount: /dev/ad0s1e: File name too long
>
> The problem seems to be the directory that I have been mounting it under for
>
The last couple of kernel builds (with cvs updates and buildworlds
inbetween) have failed with messages as below.
I assume I need to add something to my kernel config file
so I have attached it.
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -W
Matthew Thyer <[EMAIL PROTECTED]> writes:
> /usr/src/sys/kern/kern_mutex.c:593: warning: no previous prototype for `_mtx_
> assert'
> /usr/src/sys/kern/kern_mutex.c: In function `_mtx_assert':
> /usr/src/sys/kern/kern_mutex.c:595: `MA_OWNED' undeclared (first use in this
> function)
> /usr/src/sy
22 matches
Mail list logo