New Business Directory Giving Away Free Listings

2010-09-09 Thread GoodBiz.us
www.GoodBiz.us is a new, Yellow Pages style business directory that is giving away free listings. If you submit your business today you will also recieve 30 days of free advertising on the JadeSeek search engine that is powered by Google. To submit your business and get your month of free JadeSeek

revised kernel perf control

2010-09-09 Thread Ted Unangst
Now with more off! Yes, that's right, now you can turn it off. sysctl hw.setperf values 0 to 100 work just as before. The magic value -1 turns on auto adjust. Manualy setting the value turns off auto mode. Index: init_main.c ===

Re: unify some malloc and pool flags

2010-09-09 Thread Kenneth R Westerback
On Thu, Sep 09, 2010 at 08:19:50PM -0400, Ted Unangst wrote: > A few related changes here. Make pool flags the same as malloc flags with > the same behavior. Give every flag a real value, so nobody screws up > trying to test for a 0 flag. Assert that one of the wait ok or not flags > is speci

unify some malloc and pool flags

2010-09-09 Thread Ted Unangst
A few related changes here. Make pool flags the same as malloc flags with the same behavior. Give every flag a real value, so nobody screws up trying to test for a 0 flag. Assert that one of the wait ok or not flags is specified. Index: kern/kern_malloc.c

Re: add rc.firsttime to rc(8)

2010-09-09 Thread Miod Vallat
> > Also may I stand up in support of banana-shaped bikesheds. > > > How about a sphere, that way you can't be blamed for it being messy Bananas contain no bones. This is not necessarily true of spheres. Miod

Re: add rc.firsttime to rc(8)

2010-09-09 Thread Kevin Chadwick
> Also may I stand up in support of banana-shaped bikesheds. > How about a sphere, that way you can't be blamed for it being messy

Works on ANY Computer

2010-09-09 Thread Money
He get $219,249 Last Month Works on ANY Computer Profiting 112 Minutes From NOW $4,191 In First 7 Days $219,249 Last Month Only 234 Copies Available - If You Don't Get Results, You'll Get A Full Refund AND $100 Join Now : http://thenewsdetail.info

Re: add rc.firsttime to rc(8)

2010-09-09 Thread Nicholas Marriott
On Thu, Sep 09, 2010 at 09:35:05PM +0100, Owain Ainsworth wrote: > On Thu, Sep 09, 2010 at 10:30:38PM +0200, tst wrote: > > This makes rc(8) man page tell about /etc/rc.firsttime. > > > > tilo > > > > > > Index: rc.8 > > === > > RCS

Re: add rc.firsttime to rc(8)

2010-09-09 Thread Owain Ainsworth
On Thu, Sep 09, 2010 at 10:30:38PM +0200, tst wrote: > This makes rc(8) man page tell about /etc/rc.firsttime. > > tilo > > > Index: rc.8 > === > RCS file: /zeug/OpenBSD/cvs/src/share/man/man8/rc.8,v > retrieving revision 1.25 > dif

add rc.firsttime to rc(8)

2010-09-09 Thread tst
This makes rc(8) man page tell about /etc/rc.firsttime. tilo Index: rc.8 === RCS file: /zeug/OpenBSD/cvs/src/share/man/man8/rc.8,v retrieving revision 1.25 diff -u -p -r1.25 rc.8 --- rc.831 May 2007 19:19:59 - 1.25

AES-GCM Part 5: GMAC regression test

2010-09-09 Thread Mike Belopuhov
uses a cmac-style build process and aesctr style internals. Index: sys/crypto/Makefile === RCS file: /home/cvs/src/regress/sys/crypto/Makefile,v retrieving revision 1.7 diff -u -p -u -p -r1.7 Makefile --- sys/crypto/Makefile 12 Aug 20

Re: VATTR_NULL/NULLVP

2010-09-09 Thread Thordur I Bjornsson
On Thu, Sep 09, 2010 at 03:54:13PM +0200, Claudio Jeker wrote: > On Thu, Sep 09, 2010 at 01:05:53PM +, Thordur I Bjornsson wrote: > > These two have been pet peeves of mine for some time and I think > > they are ripe for the attic. > > > > VATTR_NULL -> vattr_null; > > NULLVP -> NULL; > > > >

MPLS ICMP support

2010-09-09 Thread Claudio Jeker
Add initial support for ICMP error handling inside MPLS. This includes support for extended ICMP messages (RFC 4884 and 4950). I had to massage icmp_reflect() to skip some code duplication. Because of this I did some minimal code cleanup. This allows me to traceroute through a pure OpenBSD MPLS cl

Re: VATTR_NULL/NULLVP

2010-09-09 Thread Claudio Jeker
On Thu, Sep 09, 2010 at 01:05:53PM +, Thordur I Bjornsson wrote: > These two have been pet peeves of mine for some time and I think > they are ripe for the attic. > > VATTR_NULL -> vattr_null; > NULLVP -> NULL; > > Note, I left the regres for diff alone, there no need to change it. > > Comme

VATTR_NULL/NULLVP

2010-09-09 Thread Thordur I Bjornsson
These two have been pet peeves of mine for some time and I think they are ripe for the attic. VATTR_NULL -> vattr_null; NULLVP -> NULL; Note, I left the regres for diff alone, there no need to change it. Comments/OKs? Index: share/man/man9/getdevvp.9

Re: AES-GCM Part 3: isakmpd

2010-09-09 Thread Mike Belopuhov
On Thu, Sep 09, 2010 at 12:30 +0200, Mike Belopuhov wrote: > On Wed, Sep 08, 2010 at 19:29 +0200, Mike Belopuhov wrote: > > changes: > > > > made sure that we won't generate quick mode config strings > > with gcm and other hashes (the very first hunk of the diff). > > pointed out by naddy. > > >

/usr/src/sbin/sysctl/pathconf.c unused?

2010-09-09 Thread Thomas Pfaff
Seems /usr/src/sbin/sysctl/pathconf.c is unused. Remove?

Re: AES-GCM Part 4: ipsecctl

2010-09-09 Thread Mike Belopuhov
On Wed, Sep 08, 2010 at 19:30 +0200, Mike Belopuhov wrote: > changes: > > - don't allow other hashes with gcm. pointed out by naddy. > fixed a segfault. spotted by naddy. Index: ike.c === RCS file: /home/cvs/src/sbin/ipsecctl/ike

Re: AES-GCM Part 3: isakmpd

2010-09-09 Thread Mike Belopuhov
On Wed, Sep 08, 2010 at 19:29 +0200, Mike Belopuhov wrote: > changes: > > made sure that we won't generate quick mode config strings > with gcm and other hashes (the very first hunk of the diff). > pointed out by naddy. > proper diff this time. spotted by naddy. Index: conf.c =

C'è una sorpresa per te

2010-09-09 Thread DBpro Advertising
o;?Se questo messaggio contiene grafica o animazioni che il tuo programma di posta non puC2 visualizzare, usa questo link: http://dem.frcc.biz/bje/Viewer?id_mail=75635205&source=1&signature=8FBD935D22 AD7E7EE040A5BC2DCE21AC Il tuo nominativo è stato prelevato dalla banca dati di: http://www.dbpro.

Repair cross compilation on gcc4 archs to gcc3 targets

2010-09-09 Thread Tobias Ulmer
MACHINE_ARCH is still set to the host architecture at this point. Tested by compiling (and later booting) an ARM kernel on a i386 host. Index: Makefile.cross === RCS file: /srv/boron/data/vcs/cvs/openbsd/src/Makefile.cross,v retrievin