Re: Finding slowdowns in pkg_install (continuations of previous threads)

2007-07-14 Thread Garrett Cooper
Garrett Cooper wrote: Garrett Cooper wrote: Tim Kientzle wrote: -I tried ... buffering ... the +CONTENTS file parsing function, and the majority of the time it yielded good results One approach I prototyped sometime back was to use libarchive in pkg_add as follows: * Open the arch

Re: Finding slowdowns in pkg_install (continuations of previous threads)

2007-07-14 Thread Pav Lucistnik
Garrett Cooper píše v so 14. 07. 2007 v 04:04 -0700: > I've posted HTML results of the interpreted spreadsheet on > . I'll provide commentary > tomorrow after I get some sleep. Nothing on that URL. -- Pav Lucistnik <[EMAIL PROTECTED]>

cmx driver for Omnikey CardMan 4040 completed

2007-07-14 Thread Daniel Roethlisberger
Early this year, I have asked for feedback and reviewers of my cmx driver on -drivers and later -hackers, but got no responses. In response to a recent early tester, I have now completed the driver, fixed the remaining issues and included a manual page. The driver works fine for me on 7-current a

Re: Finding slowdowns in pkg_install (continuations of previous threads)

2007-07-14 Thread Tim Kientzle
4. CSV files available at: http://students.washington.edu/youshi10/posted/atk-results.tgz. I've posted HTML results of the interpreted spreadsheet on . I'll provide commentary tomorrow after I get some sleep. I think the second one should be:

Tar output mode for installworld

2007-07-14 Thread Tim Kientzle
I saw this project suggestion on www.freebsd.org: and thought I'd contribute a couple of ideas and notes: This is easy to implement using a trick that I stumbled across a few years ago. The idea is to just build a description of the final a

Re: Tar output mode for installworld

2007-07-14 Thread Joerg Sonnenberger
On Sat, Jul 14, 2007 at 01:20:15PM -0700, Tim Kientzle wrote: > This is easy to implement using a trick that I stumbled > across a few years ago. The idea is to just build > a description of the final archive in a nice verbose > text format such as: ...which is done by NetBSD for the unprivileged

Re: Finding slowdowns in pkg_install (continuations of previous threads)

2007-07-14 Thread Garrett Cooper
Tim Kientzle wrote: 4. CSV files available at: http://students.washington.edu/youshi10/posted/atk-results.tgz. I've posted HTML results of the interpreted spreadsheet on . I'll provide commentary tomorrow after I get some sleep. I think the sec

Re: Finding slowdowns in pkg_install (continuations of previous threads)

2007-07-14 Thread Tim Kientzle
The following blog post has all of my commentary on the results I have: . I tried to unroll strcmp a bit by checking for the first character of the > command, then run strc

Re: Finding slowdowns in pkg_install (continuations of previous threads)

2007-07-14 Thread Garrett Cooper
Tim Kientzle wrote: The following blog post has all of my commentary on the results I have: . I tried to unroll strcmp a bit by checking for the first character of the >

Re: Tar output mode for installworld

2007-07-14 Thread Giorgos Keramidas
On 2007-07-14 13:20, Tim Kientzle <[EMAIL PROTECTED]> wrote: > I saw this project suggestion on www.freebsd.org: > > > > and thought I'd contribute a couple of ideas and notes: > > This is easy to implement using a trick that I stumbled across >

Re: Tar output mode for installworld

2007-07-14 Thread Tim Kientzle
On 2007-07-14 13:20, Tim Kientzle <[EMAIL PROTECTED]> wrote: This is easy to implement using a ... text format such as: bin/sh file /usr/obj/usr/src/bin/sh bin/sh uname root rescue/mkdir hardlink rescue/rescue bin/sh mode 0666 bin/rcp

Re: Tar output mode for installworld

2007-07-14 Thread Tim Kientzle
Joerg Sonnenberger wrote: On Sat, Jul 14, 2007 at 01:20:15PM -0700, Tim Kientzle wrote: This is easy to implement using a trick that I stumbled across a few years ago. The idea is to just build a description of the final archive in a nice verbose text format such as: ...which is done by NetB

Re: Tar output mode for installworld

2007-07-14 Thread Tim Kientzle
This is easy to implement ... just build a description of the final archive in a nice verbose text format such as: ...which is done by NetBSD for the unprivileged release building via build.sh. Anyone interested in working on this should possibly have a look there. Here's a rough implementatio