Re: chgrp broken on alpha systems

2001-07-08 Thread Dag-Erling Smorgrav
Bruce Evans [EMAIL PROTECTED] writes: [explaining how to build an LP64 world on i386] I just had a major doh moment... # cd /usr/src # make MACHINE_ARCH=alpha buildworld /var/log/world.alpha [1] 13655 Ought to catch any Alpha WARNS fuckups. Or did I overlook something? DES -- Dag-Erling

Re: chgrp broken on alpha systems

2001-07-08 Thread David O'Brien
On Sun, Jul 08, 2001 at 07:03:26PM +0200, Dag-Erling Smorgrav wrote: Bruce Evans [EMAIL PROTECTED] writes: [explaining how to build an LP64 world on i386] I just had a major doh moment... # cd /usr/src # make MACHINE_ARCH=alpha buildworld /var/log/world.alpha [1] 13655 Ought to

vty numbering with devfs

2001-07-08 Thread Jonathan Chen
Pre-DEVFS, vty's were named ttyv0-ttyvf, ttyv10-ttyv1f, etc. When DEVFS is used, the vty's are numbered base-36 instead of base-16. This breaks X if the first 16 tty's are in use. What I want to know is whether we intended to implement this new scheme of tty numbering (to be consistant

sysctl -A prints garbage

2001-07-08 Thread Jens Schweikhardt
hello, world\n -current as of Jun 17, even with an updated sysctl.c revision 1.36, prints garbage when used with -A: # sysctl -A|grep VM VMSPACE: 224,0, 51, 57,27031 VM OBJECT:96,0, 7216, 1188, 495393ÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­Þ can

Cross compiling (was Re: chgrp broken on alpha systems)

2001-07-08 Thread Warner Losh
[cc's trimed] In message p05100311b76e6e2b4960@[207.76.207.129] Mark Peek writes: : It probably works since i386 and pc98 are similar. I'm trying an : alpha cross build as we speak. So far I needed to apply this patch to : get around having -mcpu=ev4 being fed to the i386 compiler during the

Re: chgrp broken on alpha systems

2001-07-08 Thread Bruce Evans
On Sat, 7 Jul 2001, David O'Brien wrote: On Sat, Jul 07, 2001 at 01:02:28PM -0700, Matthew Jacob wrote: On Sat, 7 Jul 2001, David O'Brien wrote: On Sat, Jul 07, 2001 at 11:54:26AM -0700, Matthew Jacob wrote: On Sat, 7 Jul 2001, David O'Brien wrote: On Fri, Jul

Re: chgrp broken on alpha systems

2001-07-08 Thread Warner Losh
In message [EMAIL PROTECTED] David O'Brien writes: : On Sun, Jul 08, 2001 at 07:03:26PM +0200, Dag-Erling Smorgrav wrote: : Bruce Evans [EMAIL PROTECTED] writes: : [explaining how to build an LP64 world on i386] : : I just had a major doh moment... : : # cd /usr/src : # make

Re: chgrp broken on alpha systems

2001-07-08 Thread Mark Peek
At 1:49 PM -0600 7/8/01, Warner Losh wrote: In message [EMAIL PROTECTED] David O'Brien writes: : On Sun, Jul 08, 2001 at 07:03:26PM +0200, Dag-Erling Smorgrav wrote: : Bruce Evans [EMAIL PROTECTED] writes: : [explaining how to build an LP64 world on i386] : : I just had a major doh moment...

Re: chgrp broken on alpha systems

2001-07-08 Thread Dag-Erling Smorgrav
Mark Peek [EMAIL PROTECTED] writes: It probably works since i386 and pc98 are similar. I'm trying an alpha cross build as we speak. So far I needed to apply this patch to get around having -mcpu=ev4 being fed to the i386 compiler during the build tools phase. My -DNOPERL build broke in

original medicines

2001-07-08 Thread Med Bio Prod 2000
Title: Untitled Dear colleagues and friends, We are pleased to inform you that we are looking forward to collaboration in the production and distribution of revolutionary medicines with NO ANALOGICAL origin in the field of : - Immunostimulants - monocomponent natural products ! -

Cross building FYI

2001-07-08 Thread Warner Losh
% uname -m i386 % make buildworld MACHINE_ARCH=alpha ... cc -nostdinc -O -pipe -mcpu=ev4 -mcpu=ev4 -D_GNU_SOURCE -I- -I. -I/home/imp/FreeBSD/src/gnu/usr.bin/binutils/as/alpha-freebsd -I/home/imp/FreeBSD/src/gnu/usr.bin/binutils/as/alpha-freebsd/../../libbfd/alpha

Request for change: Disabling filename globbing by ftpd(8)

2001-07-08 Thread Eugene M. Kim
Greetings, * Conclusion and suggestion first: Csh-style filename globbing in ftpd(8) is *evil*. Please apply the attached patch to make it an option and disable it in the default configuration. * What the patch does: It makes the filename globbing an optional feature, controlled by the new

Re: sysctl -A prints garbage

2001-07-08 Thread Dag-Erling Smorgrav
Jens Schweikhardt [EMAIL PROTECTED] writes: -current as of Jun 17, even with an updated sysctl.c revision 1.36, prints garbage when used with -A: Remove the line that says offset--; near the end of sys/vm/vm_zone.c. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to

Re: sysctl -A prints garbage

2001-07-08 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav [EMAIL PROTECTED] writes: Jens Schweikhardt [EMAIL PROTECTED] writes: -current as of Jun 17, even with an updated sysctl.c revision 1.36, prints garbage when used with -A: Remove the line that says offset--; near the end of sys/vm/vm_zone.c. Ick, what am I saying -

Re: Cross building FYI

2001-07-08 Thread Dag-Erling Smorgrav
Warner Losh [EMAIL PROTECTED] writes: cc: ../../libbfd/libbfd.a: No such file or directory cc: ../../libiberty/libiberty.a: No such file or directory cc: ../../libopcodes/libopcodes.a: No such file or directory *** Error code 1 Funny, mine got past that and didn't die until much later. DES

Re: chgrp broken on alpha systems

2001-07-08 Thread Bruce Evans
On 8 Jul 2001, Dag-Erling Smorgrav wrote: David O'Brien [EMAIL PROTECTED] writes: OR build a 64-bit long (LP64) x86 gcc and test compile with that also. BDE found *lots* of 64-bit dirty code using this technique. Mind revealing how that's done? Compiling [g]cc with -DLONG_TYPE_SIZE=64