Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2007 16:16:48 -0700
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Pav Lucistnik <pav@FreeBSD.org>, Kris Kennaway <kris@obsecurity.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/pkg_install/lib deps.c
Message-ID:  <467863E0.2040906@FreeBSD.org>
In-Reply-To: <200706182249.l5IMnE4H099470@repoman.freebsd.org>
References:  <200706182249.l5IMnE4H099470@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I have made the following patch to bring style(9) back and make code 
more readable. Do you guys want to run it on bento or could I just check 
it in?

http://sobomax.homeunix.org/~sobomax/deps.c.diff

-Maxim

Pav Lucistnik wrote:
> pav         2007-06-18 22:49:13 UTC
> 
>   FreeBSD src repository (doc,ports committer)
> 
>   Modified files:
>     usr.sbin/pkg_install/lib deps.c 
>   Log:
>   - Replace rather inefficient bubble sort with a recursive depth-first search.
>     This speeds up registration of packages considerably.
>   - style(9) police welcome!
>   
>   PR:             bin/112630
>   Submitted by:   Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
>   Tested by:      bento i386 experimental run
>   MFC after:      14 days
>   
>   Revision  Changes    Path
>   1.12      +111 -65   src/usr.sbin/pkg_install/lib/deps.c
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?467863E0.2040906>