Subject: Re: CVS commit: src/sys/arch/pmax/stand/common
To: Perry E. Metzger <perry@piermont.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: source-changes
Date: 03/28/2003 20:27:38
perry@piermont.com said:
> > Modified Files:
> > 	src/sys/arch/pmax/stand/common: bootxx.c 
> [...]
> It also goes against our policy to remove all b* functions and replace
> them with mem* functions.

In the pmax case, space is really tight, so one is tempted to make
compromises more easily...
After all, this is not a hosted environment with a standard library
or so.
libsa is special wrt use of b*/mem* functions anyway, eg:
$ grep bzero *.c|wc
        23        94      1021
$ grep memset *.c|wc
         5        27       225
It's only ustarfs which uses memset here.

Whoever touches this might get letter bombs from portmasters...

best regards
Matthias