FONDERIE VITERBESI a Progetto Fuoco

2012-02-18 Thread Start Up Italia Sviluppo Commerciale
www.startup-italia.it [demime 1.01d removed an attachment of type application/octet-stream which had a name of FV_Progetto Fuoco_rif Start Up.pdf]

Re: vmmap replacement -- please test

2012-02-18 Thread Ariane van der Steldt
Hi, Just to prove my point that vmmap testing is still relevant: today a bug got found and fixed, where grepping a 1.7GB file on i386 tripped an assertion (I love assertions). This brings the latest versions to: http://www.stack.nl/~ariane/vmmap_sys.diff.65 (apply against /usr/src/sys)

Minor morse(6) patch

2012-02-18 Thread Arto Jonsson
Make the lookup tables const. Index: morse.c === RCS file: /cvs/src/games/morse/morse.c,v retrieving revision 1.14 diff -u -r1.14 morse.c --- morse.c 27 Oct 2009 23:59:26 - 1.14 +++ morse.c 18 Feb 2012 16:47:27 -

Fabricación de Estructuras Metálicas en general. publicidad bo neb

2012-02-18 Thread SOINSA
[demime 1.01d removed an attachment of type image/jpeg which had a name of nhollejuelo.jpg] [demime 1.01d removed an attachment of type image/jpeg which had a name of ccandilazo.jpg]

Re: ksh(1): encapsulate hashtable iteration usage

2012-02-18 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso wrote [2012-02-15 14:55+0100]: the patch below localizes access of struct table internals to table.c by using the ktwalk()/ktnext() interface from proto.h instead of doing handcrafted table iterations. Yes it was wrong because it didn't take the flags into account

PF-MIB for snmpd

2012-02-18 Thread Joel Knight
Hi, Here's the patch to bring the PF-MIB to snmpd. It provides the same OIDs that my patches for net-snmp provide. Some differences: - This implementation uses the OpenBSD enterprise number (30155) instead of a private/reserved number - Many of the OID names have been changed to make them less

Re: PF-MIB for snmpd

2012-02-18 Thread Joel Knight
Looks like there's an issue pulling the diff with lynx or curl. If you use Firefox or Chrome it seems to work fine. Not sure what's going on. The diff is also on dropbox now. http://dl.dropbox.com/u/34631638/snmpd.pf.diff On Sat, Feb 18, 2012 at 2:34 PM, Joel Knight knight.j...@gmail.com

Re: PF-MIB for snmpd

2012-02-18 Thread Peter N. M. Hansteen
Joel Knight knight.j...@gmail.com writes: Looks like there's an issue pulling the diff with lynx or curl. If you use Firefox or Chrome it seems to work fine. Not sure what's going on. looks clean when fetched with ftp(1) as well, didn't actually try applying though. it's against a recent

Re: PF-MIB for snmpd

2012-02-18 Thread Joel Knight
On Sat, Feb 18, 2012 at 5:02 PM, Peter N. M. Hansteen pe...@bsdly.net wrote: Joel Knight knight.j...@gmail.com writes: Looks like there's an issue pulling the diff with lynx or curl. If you use Firefox or Chrome it seems to work fine. Not sure what's going on. looks clean when fetched with

Re: ksh(1): encapsulate hashtable iteration usage

2012-02-18 Thread Otto Moerbeek
On Sat, Feb 18, 2012 at 09:18:29PM +0100, Steffen Daode Nurpmeso wrote: [snip] while I did graduate on a theoretical computer science subject myself I think this alternate hash table stuff is all overkill for ksh. A typical shell instance has very little vars. Added to that, the ksh code is