Re: make bug? (dependency names with '$')

2001-02-22 Thread Johan Karlsson
At Thu, 22 Feb 2001 09:41:29 +0100, Jason Brazile wrote: > There is a person with login name "will" who made a CVS log entry that > says: > Assume MAINTAINER. I will be taking the job of merging > NetBSD/OpenBSD improvements (including :C & :L, among others). > After that, I'll

Re: make install world

2000-11-16 Thread Johan Karlsson
Hi Are you actually using #make install world ??? I think you want #make installworld after you succesfully build the world using #make buildworld /Johan K At Thu, 16 Nov 2000 12:18:40 GMT, Jamie Heckford wrote: > Hi, > > During make install world, I keep having it stop complaining "xxx Dire

Re: Cache Questions

2000-10-23 Thread Johan Karlsson
At Mon, 23 Oct 2000 08:33:04 EDT, "Christopher Harrer" wrote: > Hello All, > > We're working on a driver for a PCI card, we're currently running into a > problem that's symptomatic of a cache coherency problem. We have a area of > memory that we manipulate and pass a physical address to our card

Re: A few device questions

2000-08-23 Thread Johan Karlsson
At Thu, 24 Aug 2000 01:48:32 EDT, Louis Gerbarg wrote: > I have been working with the OpenBSD /dev/random driver, and have ported > it to Darwin. While I was at I wanted to also port it to FreeBSD, because > it is more functional then current one, but I have a few questions: You should talk to Ma

Re: review request: truncate(1)

2000-05-26 Thread Johan Karlsson
Hi again, I found your updated version and I look good. However, I just realised that I would get ride of the modeset variable by moving the default assignment of mode to the begining. /Johan K --- truncate.c.orig Fri May 26 10:34:54 2000 +++ truncate.c Fri May 26 10:37:52 2000 @@ -46,8

Re: review request: truncate(1)

2000-05-25 Thread Johan Karlsson
At Thu, 25 May 2000 16:52:43 +0200, Alexander Langer wrote: >Thus spake Johan Karlsson ([EMAIL PROTECTED]): > >> Please sort the options in getopt and in the switch-statement. >> see style(9) for more style info. >> Please also use -Wall when compiling to catch all warning

Re: review request: truncate(1)

2000-05-25 Thread Johan Karlsson
At Thu, 25 May 2000 14:18:17 +0200, Alexander Langer wrote: >Hello! > >I've written the command-line frontend to truncate(2). >I've often needed that since now, and finally I wrote it. > >I'm sure it's useful. > >Please review (includes source, manpage + Makefile). > >http://big.endian.de/FreeBSD/

testers for PR 17698

2000-05-02 Thread Johan Karlsson
Hi Sheldon, Did you get any alpha/pc98 testers for the patch in PR 17698 see http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=515536+522235+/usr/local/www/db /text/2000/freebsd-hackers/2402.freebsd-hacker Even if you didn't maybe you can commit it and MFC to 4-Stable. Thanks Johan To Unsubsc

Re: Tiny GENERIC patch

2000-03-29 Thread Johan Karlsson
At Wed, 29 Mar 2000 11:26:22 +0200, Sheldon Hearn wrote: > > >On Wed, 29 Mar 2000 11:22:48 +0200, Johan Karlsson wrote: > >> Should I re-send it or will it show up anyway. > >Re-send to [EMAIL PROTECTED], taking care to preserve the >"kern/17536" on the subj

Re: Tiny GENERIC patch

2000-03-29 Thread Johan Karlsson
At Wed, 29 Mar 2000 09:55:45 +0200, Sheldon Hearn wrote: > > >On Wed, 29 Mar 2000 09:22:11 +0200, Johan Karlsson wrote: > >> I have just submitted a 'follow-up' to the PR with this info. > >Are you sure you sent mail to [EMAIL PROTECTED] with >"kern/17

Re: Tiny GENERIC patch

2000-03-28 Thread Johan Karlsson
At Tue, 28 Mar 2000 16:24:17 +0200, Sheldon Hearn wrote: > > >On Thu, 23 Mar 2000 09:21:50 +0100, Johan Karlsson wrote: > >> Before this is commited please have a look at the PR kern/17536 >> which addresses a similar thing. > >When using the patch you provide on

Re: Tiny GENERIC patch

2000-03-23 Thread Johan Karlsson
At Wed, 22 Mar 2000 23:54:55 PST, Doug Barton wrote: >This is a multi-part message in MIME format. >--3622A431323E0EE4E1387B6A >Content-Type: text/plain; charset=us-ascii >Content-Transfer-Encoding: 7bit > > I was doing some kernel debugging tonight and decided that I needed a >b

Re: from number to power of two

1999-08-21 Thread Johan Karlsson
At Sat, 21 Aug 1999 12:54:32 +0200, Nick Hibma wrote: > >Does anyone know an inexpensive algorithm (O(1)) to go from an number to >the next (lower or higher) power of two. > >1 -> 1 >2,3-> 2 >4,5,6,7-> 4 >8,9,10,11,12,13,14,15 -> 8 >

Re: from number to power of two

1999-08-21 Thread Johan Karlsson
At Sat, 21 Aug 1999 12:54:32 +0200, Nick Hibma wrote: > >Does anyone know an inexpensive algorithm (O(1)) to go from an number to >the next (lower or higher) power of two. > >1 -> 1 >2,3-> 2 >4,5,6,7-> 4 >8,9,10,11,12,13,14,15 -> 8