Re: mktemp() patch

2000-06-09 Thread John LoVerso
> I still suggest not using symbols at all, since I'd like to be able to > quickly remove tempfiles by hand without worrying if I have to escape # > or ^, etc. Then disable globbing first. (csh et al) "set noglob" or (sh et al) "set -f noglob". John To Unsubscribe: send mail to [EMAIL PROTECTE

Re: mktemp() patch

2000-06-08 Thread John LoVerso
> | >which is not believed to cause any problems with shells. The PID is also > | Some shells parse # as a deletion character if memory serves me right. > Also ^ is used for substitutions in many shells (as in ^faulty^ok). Why would you care if some shell used the a character in some special way?

Re: Neat kernel development environment.

2000-04-05 Thread John LoVerso
This is the same way that OS servers under Mach3 were developed and debugged! John To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Why not gzip iso images?

2000-03-17 Thread John LoVerso
> Had > the file been split and a checksum computed for each piece, I could have > grabbed only the affected portion of the ISO. This is screaming for an FTP server mod similar to the wuftpd code that will automatically run tar|gzip. That is, given a file "foo", serve "foo.aa" to be the first (s

Re: here's some feedback on 4.0-RC ...

2000-02-11 Thread John LoVerso
> o Is there a way to increase the number of lines of console output that are > "remembered" when you hit Scroll-Lock. Is this the MSGBUF_SIZE parameter? > What would be the consequences of increasing this slightly? e. The value compiled into the kenrnel is set with SC_HISTORY_SIZE; see LINT o

Re: bzip2 in src tree

2000-01-25 Thread John LoVerso
> Again, lemmie get on my soap box, and ask have you looked at the man page, > and compared the memory required when using -s to the memory required by > gzip? Actually, lemmie get on my soap box and ask have you measured the time that bunzip2 takes to run? While it does give better compression

Re: Kernel config utility

1999-12-15 Thread John LoVerso
> Some people were afraid that it would end up like the Windows registry. But it wouldn't, because that isn't the right thing. A kernel config utility should end up functioning like XF86Setup. When was the last time most people made an XF86Config file since that program came around? > and we