Re: [fbsd] Re: Puzzling variables behaviour in make(1)

2006-11-05 Thread Jeremie Le Hen
Hi Ruslan, thank you for your swiftness. On Mon, Nov 06, 2006 at 12:14:13AM +0300, Ruslan Ermilov wrote: > Command-line variables are of the highest precedence. > > %%% > Index: parse.c > === > RCS file: /home/ncvs/src/usr.bin/make/

Re: Puzzling variables behaviour in make(1)

2006-11-05 Thread Ruslan Ermilov
On Sun, Nov 05, 2006 at 09:04:47PM +0100, Jeremie Le Hen wrote: > Hello, > > I wrote the following piece of Makefile: > > % .warning "VAR contains: ${VAR}" > % > % VAR_BACKUP:= ${VAR} > % VAR:= value2 > % > % .if ${VAR} == "value2" > % .warning "VAR is overwritable: ${VAR}" > % .else > % .warnin

Re: taskqueue_drain

2006-11-05 Thread John-Mark Gurney
[EMAIL PROTECTED] wrote this message on Wed, Oct 25, 2006 at 14:42 +0200: > i am working on improving the driver for hauppauge PVR cards > (multimedia/pvrxxx). i just implemented a "fast" interrupt using a > taskqueue ( like the new if_em driver ). > > i have a couple of questions: > 1. if_em is u

Re: Anyone have a picoBSD image?

2006-11-05 Thread Bruce R. Montague
Hi, re: > I need a picobsd floppy image, (anything that can get me to a shell > that will allow me to > dd if=/dev/zero of=/dev/ad0 bs=1M > ) On old 485 motherboards... if nobody else has contacted you, I put an image that should do this at http://63.249.85.132/ It is under the page "PicoBS

Puzzling variables behaviour in make(1)

2006-11-05 Thread Jeremie Le Hen
Hello, I wrote the following piece of Makefile: % .warning "VAR contains: ${VAR}" % % VAR_BACKUP:= ${VAR} % VAR:= value2 % % .if ${VAR} == "value2" % .warning "VAR is overwritable: ${VAR}" % .else % .warning "VAR is NOT overwritable: ${VAR}" % .endif % % VAR:= ${VAR_BACKUP} % % all: If I defin

Re: [patch] rm can have undesired side-effects

2006-11-05 Thread Daniel Valencia
Shouldn't it be actually enabled by default?... I think a user should be able to get the insecure behaviour _only_ if he wants to... - Daniel - Original Message From: Joerg Pernfuss <[EMAIL PROTECTED]> To: Kostik Belousov <[EMAIL PROTECTED]> Cc: freebsd-hackers@freebsd.org Sent: Satur

Re: Yet another magic symlinks implementation

2006-11-05 Thread Andrey V. Elsukov
>On Sat, Nov 04, 2006 at 11:56:29AM +0300, Andrey V. Elsukov wrote: >From what I know NetBSD removed mount flag and switched to global sysctl >to enable/disable this feature. Would be good to know why and eventually >do the same. Actually the current implementation uses a sysctl variable to enable

Re: Yet another magic symlinks implementation

2006-11-05 Thread Sam Leffler
Pawel Jakub Dawidek wrote: > On Sat, Nov 04, 2006 at 11:56:29AM +0300, Andrey V. Elsukov wrote: >> Hi, All! >> >> I've ported NetBSD magic symlinks implementation to FreeBSD. >> The description of magiclinks can been found here: >> http://www.daemon-systems.org/man/symlink.7.html >> >> Patch here:

Re: Yet another magic symlinks implementation

2006-11-05 Thread Pawel Jakub Dawidek
On Sat, Nov 04, 2006 at 11:56:29AM +0300, Andrey V. Elsukov wrote: > Hi, All! > > I've ported NetBSD magic symlinks implementation to FreeBSD. > The description of magiclinks can been found here: > http://www.daemon-systems.org/man/symlink.7.html > > Patch here: > http://butcher.heavennet.ru/patc

EiffelStudio 5.7 (GPL) for FreeBSD ! (and OpenBSD, Linux an Solaris)

2006-11-05 Thread Henry Lenzi
Hi * This is to let you know that Eiffel Software has released their premier Eiffel development IDE/compiler, called, EiffelStudio for FreeBSD 32 and 64 bits (and OpenBSD, Linux, and Solaris) under a dual-licensing scheme: for GPLed projects, you may use Eiffel Studio without paying for a license

Re: Yet another magic symlinks implementation

2006-11-05 Thread Andrey V. Elsukov
>It is interesting to note that DragonFly has had variant symlnks for >a long time, but we haven't actually found a use for them yet. Yes, Matt. Some time ago i've ported Df's variant symlinks too :) http://butcher.heavennet.ru/patches/kernel/varsym/ This task was declared on the idea

Re: Yet another magic symlinks implementation

2006-11-05 Thread Andrey V. Elsukov
>This code really needs some work though. First of all, macros should >never operate on variables not passed in as arguments. The SUBSTITUTE >macro should be a function. The matching algorithm is not very efficient >either. First of thank to all for the attention and spent time. I've tried p

Anyone have a picoBSD image?

2006-11-05 Thread Julian Elischer
I need a picobsd floppy image, (anything that can get me to a shell that will allow me to dd if=/dev/zero of=/dev/ad0 bs=1M ) for a machine that I need to wipe the disk on (it has a floppy and drive (windows) I need to wipe). of course if you have a better way to zap several disks on an old 48

Re: Yet another magic symlinks implementation

2006-11-05 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Danny Braniss <[EMAIL PROTECTED]> typed: > > In <[EMAIL PROTECTED]>, Andrey V. Elsukov <[EMAIL PROTECTED]> typed: > > > Hi, All! > > > > > > I've ported NetBSD magic symlinks implementation to FreeBSD. > > > The description of magiclinks can been found here: > > > http://ww