On Tue, 6 Jun 2000, R Joseph Wright wrote:
> I have this problem while building a kernel from sources cvsup'ed
> today:
>
> cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls
>-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
>-Wcast-qual -
On Wed, 7 Jun 2000, Kris Kennaway wrote:
> On Tue, 6 Jun 2000, R Joseph Wright wrote:
>
> > I have this problem while building a kernel from sources cvsup'ed
> > today:
> >
> > cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls
>-Wnested-externs -Wstrict-prototypes -Wmissin
In <[EMAIL PROTECTED]>, David O'Brien wrote:
> On Fri, Jun 02, 2000 at 04:42:29PM +0930, Matthew Thyer wrote:
> > Three issues:
> > - floating point math doesn't seem to work properly:
I don't have a -current machine I want to delete all ports from, but I
have a -current from yesterday, I compil
while making usr.sbin/kdump or usr.bin/truss:
-
In file included from ioctl.c:80:
/usr/obj/ext/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/ext/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is
the loca
In <[EMAIL PROTECTED]>, Martin Cracauer wrote:
> In <[EMAIL PROTECTED]>, David O'Brien wrote:
> > On Fri, Jun 02, 2000 at 04:42:29PM +0930, Matthew Thyer wrote:
> > > Three issues:
> > > - floating point math doesn't seem to work properly:
>
> I don't have a -current machine I want to delete al
Hi,
> On Wed, 7 Jun 2000, Mitsuru IWASAKI wrote:
>
> > We're having this problem for long time (from the old 4.0-CURRENT
> > days), but Mr. SUMITANI discovered a bug and fixed it.
> > The problem was that we got worng gdt pointer for the current cpu,
> > then panic...
> > The followings is a pat
On Tue, Jun 06, 2000 at 10:25:02PM +0200, Thomas Schuerger wrote:
> > > Is there already a tool that checks the installed ports for available
> > > updates in /usr/ports?
> > >
> > > I've written such a tool, which seems to work fine already. Anyone
> > > interested?
> >
> > pkg_version(1)
>
>
It would be nice if you let us know what programs your trying to run and
what kind of video card you have :)
-cosmic-665
>From: Thomas Schuerger <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Mesa segfaults
>Date: Tue, 6 Jun 2000 23:12:36 +0200 (MET DST)
>MIME-Version: 1.0
>Received: fro
At bde's request, I moved kern.suser_permitted to kern_prot.c and
accidentally also trimmed kern.securelevel. I just committed it back into
kern_mib.c. Please let me know if there are further problems.
That said, I'm a little puzzled as to where securelevel is being defined
-- a bunch of stuff
On Wed, 7 Jun 2000, Robert Watson wrote:
> That said, I'm a little puzzled as to where securelevel is being defined
> -- a bunch of stuff depends on the variable and yet my test build
> succeeded without it in there. And you go that far also -- far enough to
> boot rather than have the linking f
> It would be nice if you let us know what programs your trying to run and
> what kind of video card you have :)
Oops, sorry. I have a Matrox G200 (8 Meg SGRAM) and a Voodoo 2 card
(12 Meg) running on a dual P II/400 (512 Megs) with 4.0-Release and
XFree86 3.3.6 (XF86_SVGA) installed... Before M
make release is breaking in the crunch gen'ing:
gzip -cn /usr/src/release/sysinstall/sysinstall.8 > sysinstall.8.gz
install -c -s -o root -g wheel -m 555 sysinstall /stand
install -c -o root -g wheel -m 444 sysinstall.8.gz /usr/share/man/man8
rm -rf /R/stage/crunch
mkdir -p /R/stage/crunch
ex
This patch was developed by Peter Jeremy and myself and increases the
number of possible temporary filenames which can be generated by the
mktemp() family, by more densely encoding the PID and using a larger set
of characters to randomly pad with.
Instead of using only alphabetic characters, the
there doesn't appear to be recent mail in the searchable archives
discussing the status of Heimdal, Kerberos V or pam.
can somebody clueful give me some pointers please?
cheers
-George
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the
On Wed, 7 Jun 2000, Kris Kennaway wrote:
> This patch was developed by Peter Jeremy and myself and increases the
> number of possible temporary filenames which can be generated by the
> mktemp() family, by more densely encoding the PID and using a larger set
> of characters to randomly pad with.
On Thu, 8 Jun 2000, Boris Popov wrote:
> > Instead of using only alphabetic characters, the patch uses the following
> > character set:
> >
> > 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@#%^-_=+:,.~
>
> Symbols '=' and '+' are prohibited in some other filesystems. It
>
On 08-Jun-00 Kris Kennaway wrote:
> On Thu, 8 Jun 2000, Boris Popov wrote:
>
> > > Instead of using only alphabetic characters, the patch uses the following
> > > character set:
> > >
> > > 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@#%^-_=+:,.~
> >
> > Symbols '=' and
"-O -pipe" is all I use for kernel and world builds.
The kernel config file from my work box is attached.
I have never built gcc from ports.
I always use "config -r" when building kernels.
I dont use modules as I have everything I need in my kernel
including COMPAT_LINUX.
And as I said before
On Thu, 8 Jun 2000, George Michaelson wrote:
> there doesn't appear to be recent mail in the searchable archives
> discussing the status of Heimdal, Kerberos V or pam.
>
> can somebody clueful give me some pointers please?
Pointers on?
Kris
--
In God we Trust -- all others must submit an X.50
:>
:> Instead of using only alphabetic characters, the patch uses the following
:> character set:
:>
:> 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@#%^-_=+:,.~
:
: Symbols '=' and '+' are prohibited in some other filesystems. It
:is possible to avoid using them ?
:
:--
:
On Thu, 8 Jun 2000, George Michaelson wrote:
> there doesn't appear to be recent mail in the searchable archives
> discussing the status of Heimdal, Kerberos V or pam.
>
> can somebody clueful give me some pointers please?
Pointers on?
Pointers on the status of Heimdal, Ke
On Thu, 8 Jun 2000, Daniel O'Connor wrote:
doconn> On 08-Jun-00 Kris Kennaway wrote:
doconn> > On Thu, 8 Jun 2000, Boris Popov wrote:
doconn> >
doconn> > > > Instead of using only alphabetic characters, the patch uses the following
doconn> > > > character set:
doconn> > > >
0123456789ABCDEFGH
* From: Maxim Sobolev <[EMAIL PROTECTED]>
* Probably it would be nice if colorls from the ports will be
* synchronized with one in /usr/src, so users of 4.0 and downward
* could benefit from your efforts as well.
I was going to do exactly that. (I was waiting for Andrey to finish.)
Satoshi
Hi
> + /* Encode the PID (with 1 bit of randomness) into 3 base-64 chars */
> + pid = getpid() | (arc4random() & 0x0002);
What is the purpose of this? It looks hugely wasteful to me. If you
really need a single random bit, it is not good to waste a block of
hard-gained gryptographic
Hi
Kerberos is my baby.
> What I infer is:
>
> Heimdal is still 'experimental'
Correct.
> Kerberos V is mostly back-links to the imported heimdal
> pam is stuck at Kerberos_IV for the time being
Correct. Correct. Care to write a K5/Heimdal PAM?
> /etc/services is 'al
I am running a fairly recent current and noticed my swap seemed
a little overused.
bash-2.02$ uname -a
FreeBSD roller.pangolin-systems.com 5.0-CURRENT FreeBSD 5.0-CURRENT #41: Sun May 14
11:50:20 PDT 2000 [EMAIL PROTECTED]
stems.com:/home/src/sys/compile/ROLLER i386
bash-2.02$ uptime
11:27
On Thu, 8 Jun 2000, Mark Murray wrote:
> Hi
>
> > + /* Encode the PID (with 1 bit of randomness) into 3 base-64 chars */
> > + pid = getpid() | (arc4random() & 0x0002);
>
> What is the purpose of this? It looks hugely wasteful to me. If you
> really need a single random bit, it is not g
27 matches
Mail list logo