Re: Style fixups for proc.h

2003-02-01 Thread Mark Murray
. Because this doesn't always help, or if it did, the diffs are often much bigger and to many more files. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Style fixups for proc.h

2003-02-01 Thread Mark Murray
Why not fix the compiler lint instead of cluttering up declarations? Can we at least get proc.h to have a consistent style of function parameter usage? M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Style fixups for proc.h

2003-02-01 Thread Mark Murray
figure out and remove whatever broken compiler option is generating the warning in the first place. Then can we just get the proc.h prototypes into a (any) consistent style? M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: Problem during alpha cross-building

2003-01-26 Thread Mark Murray
. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Problem during alpha cross-building

2003-01-24 Thread Mark Murray
): undefined reference to `be64toh' exec_elf64.o(.text+0x5e6): undefined reference to `be64toh' exec_elf64.o(.text+0x639): more undefined references to `be64toh' follow *** Error code 1 Stop in /a/asami/portbuild/alpha/5/src/usr.sbin/crunch/crunchide. *** Error code 1 M -- Mark Murray iumop ap!sdn

Re: VM_METER no longer defined?

2003-01-18 Thread Mark Murray
to deprecate public interfaces for a period of time before removing them. Hiten's change doesn't do that either. Is David O'Brien's commit sufficient to fix this? it looks to me like it provides a good deprecation route (BOTH symbols). M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail

Re: i386 boot failure

2003-01-17 Thread Mark Murray
the random device? M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: ia64 tinderbox failure

2002-12-30 Thread Mark Murray
Agreed. It really should be an int * like it used to be. But it's up to Mark Murray to fix it since it was his commit that changed it to a size_t in the first place. I'm not religiously attached to this. If you want to change it before I get to it, go ahead. M -- Mark Murray

Re: sio and ed woes

2002-12-18 Thread Mark Murray
was hinted at in the GENERIC/80386 thread)? Sort of. ISA is on its way out and ACPI/PnP is taking over. You sometimes need to go to great lengths to prevent devices from being found. The abomination called ISA/PnP is sometimes a nuisance. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe

Re: 80386 out of GENERIC

2002-12-14 Thread Mark Murray
have it in the default install. :-) M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Cardbus/dc(4) still broken

2002-12-12 Thread Mark Murray
changes if I pull out the cable (except the lights go out). If I insert the card after boot, I get an identical (non-)result, with the exception that the MAC address is ff:ff:ff:ff:ff:ff, and if I remove/insert more than about three times, the machine will hard-hang (only way out is reset). M -- Mark

Re: Cardbus/dc(4) still broken

2002-12-12 Thread Mark Murray
Yup. Known problem with some cards. How do I fix? M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Cardbus/dc(4) still broken

2002-12-12 Thread Mark Murray
to bin this card and buy something that is actually supported? If so, what cardbus 100Mb ethernet card has the best chance of sustained support? M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: The great perl script rewrite - big problem

2002-12-08 Thread Mark Murray
migration may be appropriate, and also a MFC. Also a Cc: to stable people may be required. Riccardo. -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: installworld and stale {include,lib} fun

2002-11-24 Thread Mark Murray
? Kerberos/Heimdal have sometimes failed with old libraries. Also, ports can find wrong libraries at configure time and behave strangely. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: installworld and stale {include,lib} fun

2002-11-23 Thread Mark Murray
similar? Well, maybe not all the time (since ports can break like vim did for me), but at least under a making your /usr as clean as possible paragraph? I would support this, as long as it was not compulsory. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c

2002-11-17 Thread Mark Murray
/sysctl/sysctl.8 1.215 +3 -0 src/sys/kern/init_main.c -- Conrad Sabatier [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: perl5.6.1 wrapper

2002-11-13 Thread Mark Murray
change. If there's already a precedent in sysinstall, I'll happily go cut-n-paste a solution myself. Just tell me what the precedent is. :-) Closest is probably X. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: perl5.6.1 wrapper

2002-11-13 Thread Mark Murray
hope was to get to this sometime before the end of the month. I can only do this after BSDConEU - ie next week. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: perl5.6.1 wrapper

2002-11-12 Thread Mark Murray
On Fri, Nov 08, 2002 at 08:58:44AM +, Mark Murray wrote: IMVHO, the perl wrapper should be removed altogether, and the perl port's use.port symlink-creating feature should be used instead. Do we have consensus on this? The perl wrapper really isn't working out for all the cases I

Re: perl5.6.1 wrapper

2002-11-12 Thread Mark Murray
On Tue, Nov 12, 2002 at 12:34:23PM +, Mark Murray wrote: Do we have consensus on this? The perl wrapper really isn't working out for all the cases I hoped it would when I committed it. Yes, I think so. DES (The author?) doesn't mind. I'm for removal and so is Kris. Why does

Re: perl5.6.1 wrapper

2002-11-12 Thread Mark Murray
list? I have a box that I'd rather not trash, but if need be I'll use that. M -- Mark Murray Beware! I'm umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: acpid implementation?

2002-11-09 Thread Mark Murray
can be controlled just fine to deal with suspend/resume/sleep/wakeup events. Indeed! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: perl5.6.1 wrapper

2002-11-08 Thread Mark Murray
to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: perl5.6.1 wrapper

2002-11-08 Thread Mark Murray
installworld is to repopulate your lib/compat/ dirs, rebuild the hierarchy and to catch files (groff support IIRC) that this erroneously deletes. I do this pretty often. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: What is user uucp good for?

2002-11-02 Thread Mark Murray
Now that uucp is no longer in the base system, is there any reason to keep user uucp in /usr/src/etc/master.passwd? Probably not. If you remove this, please coordinate an upgrade to the net/freebsd-uucp port the get the user added there. Thanks! M -- o Mark Murray \_ O.\_Warning

Re: __sF

2002-11-02 Thread Mark Murray
, but now it's back, which is making me think I never really solved the problem the first time around. Any ideas on how to permanently fix this problem? Rebuild _everything_. Ports, libraries, dependancies, the lot. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn

Re: __sF

2002-11-02 Thread Mark Murray
) (or should with not much effort). By the time __sF is mainstream, I guess the vendor will have adapted their product to match. Win, win. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: __sF

2002-11-02 Thread Mark Murray
library to use. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: ia64 tinderbox failure

2002-10-23 Thread Mark Murray
': /home/tinderbox/ia64/src/bin/df/df.c:447: warning: passing arg 1 of `getbsize' from incompatible pointer type *** Error code 1 Mea culpa. Fixed. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: ** HEADS UP ** DON'T MAKE WORLD !!!

2002-10-11 Thread Mark Murray
Thanks for the warning! M I've ended up hosing world with the Binutils upgrade. It is best you don't try to install a world right now. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ O.\_Warning

Re: src/games bikeshed time.

2002-10-10 Thread Mark Murray
PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: src/games bikeshed time.

2002-10-10 Thread Mark Murray
in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Changes to Kerberos daemon startup

2002-10-09 Thread Mark Murray
to make yet. I agree with this wholeheartedly, on general principles. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

src/games bikeshed time.

2002-10-09 Thread Mark Murray
a port out of these and remove them from the base distribution. Let the bikeshed begin. Please try to keep some sense of focus. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
games were pretty state-of-the-art for open source in their day. This is no longer true. I believe the code should be honourably retired before it is a complete archaeological relic. A lot of it is pretty close to museum-ready anyway. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
actual use, and more so if you do the above. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
it be for you if these patches became part of the games in the ports collection? (Somewhat like ports/net/freebsd-uucp?) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
I have no problems with this. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
I'll assume that dm would just be deleted as part of moving this to ports? Or would the games portion of ports be reconfigued to run under dm? I am planning on not using dm(6), yes. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
and remove them from base. If folks want to break apart the port or create meta-ports or create NetBSD-games-ports, they may go right ahead! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
On Wed, Oct 09, 2002 at 11:29:08AM +0100, Mark Murray wrote: I would like to make a port out of these and remove them from the base distribution. I think this is a fine idea. However, patch please so we know exactly what we are talking about. Some of the games are used in 'make world

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
On Wed, Oct 09, 2002 at 03:56:11PM +0100, Mark Murray wrote: If you want to do that, go ahead. My plan is to move some _FreeBSD_ games into a port and remove them from base. What do you think about moving fortune, primes, factor, grdc, pom, etc. to /usr/bin, and then removing /usr/games

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
Mark Murray wrote: I've had a patch in the system (bin/12727) since 1999/07/20 that does just this for the NetBSD patches. I've tried a few times to get it committed. See the patch for details... This is good to have, but it doesn't change the fact that these games are 1970's

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
may be in order. Rain looks ridiculous on a VTY. Last time it looked ok was on a 9600 baud terminal. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: src/games bikeshed time.

2002-10-09 Thread Mark Murray
tat at all, in fact. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: /usr/include/stdlib.h:51: syntax error before size_t

2002-10-07 Thread Mark Murray
, maybe called doincludes to do this). M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: make includes

2002-10-07 Thread Mark Murray
. Developers are supposed to Use the Source, Luke! :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Broken ata/ad%d.

2002-10-07 Thread Mark Murray
ISA_IVAR_SERIAL: case ISA_IVAR_COMPATID: +case ISA_IVAR_IRQ: *(int *)result = -1; break; M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Do we still need portmap(8)?

2002-10-07 Thread Mark Murray
when the replacement is not up to scratch. No objection if mergemaster asks permission to delete stuff, for example. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Intended Audience

2002-10-07 Thread Mark Murray
On Oct 07 at 16:44, Mark Murray spoke: How did you know this? I read the makefiles. This sounds like several hours of work. 5 minutes, actually. Thank you for letting me benefit of your time. Pleasure! No. CURRENT is not really documented that way. Developers are supposed

Broken ata/ad%d.

2002-10-06 Thread Mark Murray
() mi_startup() begin() The panic message is bad ivar read request (6) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: PCI brokenness

2002-10-04 Thread Mark Murray
, isa_devclass, 0, 0); #endif To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: [Call for testers] acpica-unix-20020918

2002-10-03 Thread Mark Murray
(max 60 seconds) for system process `syncer' to stop...stopped syncing disks... 1 1 1 done Uptime: 1m23s Terminate ACPI Rebooting... -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: expat2 in the base system?

2002-10-03 Thread Mark Murray
pressure to continue to build and support. Perl 5.8.0 was 45MB iirc. This was Just Too Big. Expat-in-FreeBSD wil be 1 sharable (binary) library and one userland app (and whatever docs). This removes it solidly from the perl-equivalent problem set. M -- o Mark Murray \_ O.\_Warning

Re: PCI brokenness

2002-10-02 Thread Mark Murray
On Tue, 1 Oct 2002, Mark Murray wrote: I'm running a kernel with your very latest nexus.c 1.49. The problem of the disappearing HD has not been fixed by this. Enclosed are verbose mesg's, one from a three-hour-ago (1st Oct 2002, 11:00 am, BST) kernel (broken), and another from

Re: PCI brokenness

2002-10-02 Thread Mark Murray
' to stop...stopped Waiting (max 60 seconds) for system process `syncer' to stop...stopped syncing disks... 2 2 2 1 1 done Uptime: 22s Terminate ACPI Rebooting... On 01-Oct-2002 Mark Murray wrote: Hi I'm running a kernel with your very latest nexus.c 1.49. The problem of the disappearing HD

Re: PCI brokenness

2002-10-02 Thread Mark Murray
seconds) for system process `bufdaemon' to stop...stopped Waiting (max 60 seconds) for system process `syncer' to stop...stopped syncing disks... 2 2 2 1 1 done Uptime: 22s Terminate ACPI Rebooting... On 01-Oct-2002 Mark Murray wrote: Hi I'm running a kernel with your very

Re: PCI brokenness

2002-10-02 Thread Mark Murray
: 6 Manual root filesystem specification: fstype:device Mount device using filesystem fstype eg. ufs:da0s1a ? List valid disk boot devices empty line Abort manual input mountroot -- o Mark Murray \_ O.\_Warning: this .sig is umop ap

Re: PCI brokenness

2002-10-02 Thread Mark Murray
and now don't perchance? No. I have 2 kernels - /boot/kernel (today's sources) /boot/kernel.old (sept 22nd sources) same device.hints. kernel.old works, kernel has no hard disk. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send

Re: PCI brokenness

2002-10-02 Thread Mark Murray
. :( OK. I'll get back to you shortly. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: PCI brokenness

2002-10-02 Thread Mark Murray
hint device isn't working. It should be working fine. :( OK. I'll get back to you shortly. Doesn't work. duplicate case value. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

PCI brokenness

2002-10-01 Thread Mark Murray
Hi I'm running a kernel with your very latest nexus.c 1.49. The problem of the disappearing HD has not been fixed by this. Enclosed are verbose mesg's, one from a three-hour-ago (1st Oct 2002, 11:00 am, BST) kernel (broken), and another from a working Sept 22nd kernel. M -- o Mark

ATA driver broken?

2002-09-28 Thread Mark Murray
line Abort manual input mountroot -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: ttys patch - any objections?

2002-09-27 Thread Mark Murray
someone adds more of these goof things turned on it turns into mergemaster hell for me (since I gotta do the merge on about 25 machines). OK, I can take a hint! :-) I'll leave ttys alone. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL

ttys patch - any objections?

2002-09-26 Thread Mark Murray
Hi The attached patch gets done by me any time I set up a FreeBSD box (I like lots of VTYs and X on ALT-F12). Any objections to my committing this? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn Index: etc.alpha/ttys

Re: ttys patch - any objections?

2002-09-26 Thread Mark Murray
Are old-style non-F11, F12 keyboards still working with=20 FreeBSD? I don't know, but as those are in the vast minority, its perhaps OK to ask those folks to edit ttys to something more useful to them, rather than the other way round. :-) M -- o Mark Murray \_ O.\_Warning

Re: ttys patch - any objections?

2002-09-26 Thread Mark Murray
or her own preference. Sure! That is why I'm doing a straw poll. If more people seem to like this, I'll commit it. If I get shouted down, I'll keep it as a local hack. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED

Re: cvs commit: src/sys/pci if_dc.c

2002-09-21 Thread Mark Murray
the funny MAC address. Any ideas? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: cvs commit: src/sys/pci if_dc.c

2002-09-21 Thread Mark Murray
Can you try this PR patch and see if it helps ? Note that the patch isn't 100% correct for other cards and will break them. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/35482 That patch (plus a couple of others from other PRs) is already applied. No help. M -- o Mark Murray \_ O

Re: Uncommitted dc0 fixes ...

2002-09-04 Thread Mark Murray
by laptop working again with cvsup. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: VM panic

2002-08-21 Thread Mark Murray
does work. My machine is a PentiumMMX/200 x 2 SMP. I'm slowly working down from -j13, and I'm now at -j5 with the same panic. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: libwrap bug?

2002-08-18 Thread Mark Murray
to the author. Wanna play? :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

VM panic

2002-08-17 Thread Mark Murray
Hi all If I do a make -jN world build on my dual MMX/200 box, I usually end up in tears (well, a panic anyway). This is completely reproducible, and the panic always happens in swapout_procs while vmdaemon is running. Anyone else getting this? M -- o Mark Murray \_ O.\_Warning

Re: Removing perl in make world

2002-07-05 Thread Mark Murray
/techniques (I use find ${DIR} -type f -ctime +1 -delete -print), and guidance. Of course, there are counterprecedents (libtelnet is one), but these are the exception, and are unlikely to trample all over a user's carefully crafted installation. M -- o Mark Murray \_ O.\_Warning: this .sig

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-27 Thread Mark Murray
and commit RSN. :-) Thanks a lot! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Even more progress with perl script rewrites!

2002-06-25 Thread Mark Murray
removed/redone del == to be deleted feedback == in progress, waiting for more/updates ready == work done, just waiting for commit. done == completed -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-25 Thread Mark Murray
this. I couldn't see a simple way around this, any clues? How's this? int handle; template = /tmp/mumble; char *cmd; handle = mkstemp(template); // template is modified asprintf(cmd, prog %s, template); system(cmd); close(handle); // bye-bye file M -- o Mark Murray \_ O.\_Warning

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-25 Thread Mark Murray
Kinda buggy. :) Ya, ya, ya. :-) That was the concept model. The actual author can make it robust. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-23 Thread Mark Murray
Mark Murray wrote: These seem to be the same program. I'll take this if there are no objections. You have it! Okay, here's my vidfont/kbdmap rewrite for review. Any feedback is welcome, the same goes for bug reports :-) Cool, thank you very much! Some comments: o Please put

Re: The great perl rewrite - progress report

2002-06-07 Thread Mark Murray
On Thu, Jun 06, 2002 at 05:31:12PM +0100, Mark Murray wrote: /usr/sbin/sysinstall* - fix - * What part of this uses perl?? None. But it needs to install perl by default (or near default) at some point. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn

Re: Removing perl usage from mergemaster

2002-06-07 Thread Mark Murray
that feature back. Cool! Once again, sorry for the delay. No problemo. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: The great perl rewrite - progress report

2002-06-07 Thread Mark Murray
Mark Murray [EMAIL PROTECTED] writes: /usr/bin/sockstat des - redo - * Done, but depends on other changes that aren't ready to be committed yet. I expect to commit the whole shebang this weekend or early next week. Cool! M -- o Mark Murray \_ O.\_Warning: this .sig is umop

Re: Perl script rewrite (/usr/bin/mmroff)

2002-06-06 Thread Mark Murray
is someone currently converting /usr/bin/mmroff from perl to C ? Nope. If no one is working on it, i'm willing to do it. You have it! Thanks! :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

The great perl rewrite - progress report

2002-06-06 Thread Mark Murray
Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: XFree86-4-libraries build error

2002-05-30 Thread Mark Murray
(__f))); (But that may come to the same thing). M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: /etc/periodic is hopefully perl-free [was: Perl script rewrites]

2002-05-29 Thread Mark Murray
On 2002-05-19 12:20, Mark Murray wrote: What I've done so far (and only slightly tested) is available at http://www.FreeBSD.org/~keramida/diff/periodic.diff Untested, but seemingly complete, the patch is available for review at the address mentioned above. I am thinking a nice way

Re: problem with new eventhandler.h (fwd)

2002-05-24 Thread Mark Murray
, from ../../../cam/cam_xpt.c:38: ../../../sys/eventhandler.h:95: badly punctuated parameter list in `#define' ../../../sys/eventhandler.h:137: badly punctuated parameter list in `#define' *** Error code 1 Thanks! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe

Re: Perl script rewrites - progress (2)

2002-05-24 Thread Mark Murray
I'm in the middle of rewriting release/scripts/*.pl scripts. Excellent. Thank you! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Perl script rewrites - progress (2)

2002-05-19 Thread Mark Murray
) is available at http://www.FreeBSD.org/~keramida/diff/periodic.diff You have it! Don't wait for me. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf

Stuff to prune - ptx ?

2002-05-19 Thread Mark Murray
Hi all In src/gnu/usr.bin/ptx is a very old (v0.3) version of GNU ptx (a permuted index generator). This is not used in a make world, and I believe that we should ditch it. Anybody have any problems witgh me doing this? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn

Perl script rewrites - progress (2)

2002-05-18 Thread Mark Murray
/periodic/* (needs to have perl usage removed) Key - re == to be rewritten del == to be deleted ready == work done, just waiting for commit. done == completed Thanks to contributors! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send

Re: Perl script rewrites - progress (2)

2002-05-18 Thread Mark Murray
On 05/18/02 12:05, Mark Murray [EMAIL PROTECTED] wrote: Hi all The perl script rewrite is going really well! Here is my progress file, as it currently stands: To add one to the list.. /usr/sbin/mergemaster has two calls to perl in it, to extract file/directory permissions

Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!]

2002-05-14 Thread Mark Murray
not implemented -c. There were enough warnings that it wasn't really useful, and portupgrade does a much better job... Regards, -Jeremy No need to wait for me on this one. If folks are happy, this is good for me! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain

Re: Perl scripts that need rewriting - Progress!

2002-05-12 Thread Mark Murray
Hi, On Thu, 09 May 2002 20:33:22 +0100 Mark Murray [EMAIL PROTECTED] said: mark /usr/sbin/scriptdump This script is from KAME. It seems that NetBSD doesn't install it. Is someone actually using it? If okay, I'll change to don't install it. That sounds good to me! Go right ahead

Re: Perl scripts that need rewiting - Any volunteers?

2002-05-09 Thread Mark Murray
On 09-May-2002 (15:38:45/GMT) Mark Murray wrote: I tryed this one. I'm not a committer, just a volunteer :-) You're on! Please put appropriate (c) on this (Preferably 2-clause BSD license) and I'll commit it for you :-) Ahemm, I'm not sure to have done correct job. Please review

Perl scripts that need rewriting - Progress!

2002-05-09 Thread Mark Murray
== to be rewritten del == to be deleted ready == work done, just waiting for commit. done == completed M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-02 Thread Mark Murray
Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-01 Thread Mark Murray
-- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-01 Thread Mark Murray
capacity, and even my POCKET PC will easily accomodate it... 45 MB is fine as a port - we have ports that are way bigger than that. As part of the base OS? Nope. The only functionality that we _need_ is the basic language - effectively miniperl. M -- o Mark Murray \_ O.\_Warning

<    1   2   3   4   5   6   7   >