Re: req: New feature to rm? Remove file by the inode number

2005-05-05 Thread Raymond Wiker
Kamal R. Prasad writes: > > > --- Raymond Wiker <[EMAIL PROTECTED]> wrote: > > > Erik Udo writes: > > > > I couldn't find a way to remove files that had > > > scandic/non-printable > > > > letters, then i remembered ls showed i

Re: req: New feature to rm? Remove file by the inode number

2005-05-05 Thread Raymond Wiker
Erik Udo writes: > I couldn't find a way to remove files that had scandic/non-printable > letters, then i remembered ls showed inode number of the file. Is it > possible to remove the file by the inode number? It would be a > useful feature :) > > I bet there is a way to remove those files,

Re: gcc -O broken in CURRENT

2002-03-14 Thread Raymond Wiker
lly, if -ffloat-store is the solution, the problem arises because you have fast and *too* correct. -- Raymond WikerMail: [EMAIL PROTECTED] Senior Software Engineer Web: http://www.fast.no/ Fast Search & Transfer ASA Phone: +47 23

Re: C vs C++

2002-03-06 Thread Raymond Wiker
rd C. Then again, if you want to do object-oriented programming, C++ is probably not the right choice. If you want to use several different paradigms simulataneously in one language, C++ may be a better fit - although Common Lisp is a much better choice :-) //Raymond. -- Raymond

Re: C vs C++

2002-03-05 Thread Raymond Wiker
*much* more complicated semantics and behaviour. A large proportion of C++ programmers do not know the language well enough that they should be allowed to program in it. -- Raymond WikerMail: [EMAIL PROTECTED] Senior Software Engineer Web: http://www.fast.no/

Re: memory + apache

2001-08-31 Thread Raymond Wiker
> for these machines only included a heat sink and this tiny fan not > big enough for these boxesso cooling of the chip may be an > issue as well.gonna have to check over a bunch of things next > couple days. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubsc

Re: Should URL's be pervasive.

2001-08-30 Thread Raymond Wiker
Leo Bicknell writes: > On Fri, Aug 31, 2001 at 10:36:44AM +1000, Greg Black wrote: > > Why not do it the Unix way? Create a new application, e.g., > > url(1), to parse the URLs and use it like so: > > Sometimes the solution is so obvious. :-) Well, part of it. I'm > thinking it's worth c

Re: Should URL's be pervasive.

2001-08-30 Thread Raymond Wiker
tem layer - it was possible to access (edit, even) files through FTP, NFS, ChaosNet (and other) protocols without explicitly mounting file systems. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

root is limited ? :-o

2001-08-28 Thread Raymond Wiker
by the data segment size and stack size, and this may be insufficient if the memory mapped segments are large. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: [jkh@osd.bsdi.com: ANNOUNCE: Status update on ftp.freebsd.org A KA ftp.freesoftware.com]

2001-05-03 Thread Raymond Wiker
at >>> if you turn off DRAM refresh, the PC crashes <<< Ignore him. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: dlopen() and friends from a statically-linked binary?

2000-08-07 Thread Raymond Wiker
Daniel O'Connor writes: > > On 20-Jul-00 Raymond Wiker wrote: > > Is it possible, at all, to use dlopen etc from a > > statically-linked executable? My experiments with FreeBSD-4.0 (see > > below) indicate that it's not possible. > > You can

Re: dlopen() and friends from a statically-linked binary?

2000-07-21 Thread Raymond Wiker
ding to the manpage for dlsym(), passing 0 for handle should have the same effect as passing 0 as the path to dlopen; i.e, to access the symbol table for the running program. -- Raymond Wiker To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

dlopen() and friends from a statically-linked binary?

2000-07-21 Thread Raymond Wiker
raw : ~ $ gcc dltest.c -o dltest raw : ~ $ ./dltest Handle: 0x2805e000, main: 0x0 Handle: 0x0, main: 0x0 [ Note: this seems wrong; according to the manpage for dlsym, the second call should give the same output as the first. ] -- Raymond Wiker To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message