developing openbsd?

2010-08-08 Thread Jay K
I've looked all over www.openbsd.org. Any sort of guide/projects for new wannabe developers? (not new to programming) Just the bug list? Fix something send diffs? - Jay

Re: developing openbsd?

2010-08-08 Thread Marc Espie
On Sun, Aug 08, 2010 at 08:23:03AM +, Jay K wrote: I've looked all over www.openbsd.org. Any sort of guide/projects for new wannabe developers? (not new to programming) Just the bug list? Fix something send diffs? If you're serious about this, just use OpenBSD intensively. After a few

Re: developing openbsd?

2010-08-08 Thread Bret S. Lambert
On Sun, Aug 08, 2010 at 08:23:03AM +, Jay K wrote: I've looked all over www.openbsd.org. Any sort of guide/projects for new wannabe developers? (not new to programming) man style Just the bug list? That's a good start, probably. Fix something send diffs? As mentioned on these lists

Re: developing openbsd?

2010-08-08 Thread Edd Barrett
On Sun, Aug 08, 2010 at 08:23:03AM +, Jay K wrote: I've looked all over www.openbsd.org. Any sort of guide/projects for new wannabe developers? Find something missing and implement it. I find myself sshing to linux boxes to valgrind things, so how about a leak checker for OpenBSD? And no..

Re: developing openbsd?

2010-08-08 Thread Kenneth R Westerback
On Sun, Aug 08, 2010 at 08:23:03AM +, Jay K wrote: I've looked all over www.openbsd.org. Any sort of guide/projects for new wannabe developers? (not new to programming) Just the bug list? Fix something send diffs? - Jay We pride ourselves on good, useful man pages. Reading man

Re: developing openbsd?

2010-08-08 Thread Jay K
Ok, thanks all. Later. - Jay Date: Sun, 8 Aug 2010 12:14:30 +0100 From: vex...@gmail.com To: jay.kr...@cornell.edu CC: misc@openbsd.org Subject: Re: developing openbsd? On Sun, Aug 08, 2010 at 08:23:03AM +, Jay K wrote: I've looked all over www.openbsd.org. Any sort of guide

Re: developing openbsd?

2010-08-08 Thread Tomas Vavrys
Does any developer use c.vim plugin? I can't get it working properly according to STYLE(9). I would appreciate your settings. What other Vim plugins do you use?

Re: developing openbsd?

2010-08-08 Thread Darrin Chandler
On Sun, Aug 08, 2010 at 04:39:56PM +0200, Tomas Vavrys wrote: Does any developer use c.vim plugin? I can't get it working properly according to STYLE(9). I would appreciate your settings. What other Vim plugins do you use? I have this in ~/.vim/after/ftplugin/c.vim: set

Re: developing openbsd?

2010-08-08 Thread Tomas Vavrys
It would be great if anybody could share whole .vim/ .vimrc. I could write OpenBSD Vim C Programming manual once and for all. 2010/8/8 Darrin Chandler dwchand...@stilyagin.com: On Sun, Aug 08, 2010 at 04:39:56PM +0200, Tomas Vavrys wrote: Does any developer use c.vim plugin? I can't get it

Re: developing openbsd?

2010-08-08 Thread Marco Peereboom
I'd hug you! On Sun, Aug 08, 2010 at 05:06:19PM +0200, Tomas Vavrys wrote: It would be great if anybody could share whole .vim/ .vimrc. I could write OpenBSD Vim C Programming manual once and for all. 2010/8/8 Darrin Chandler dwchand...@stilyagin.com: On Sun, Aug 08, 2010 at 04:39:56PM

Re: developing openbsd?

2010-08-08 Thread IƱigo Ortiz de Urbina
I'd love to see such a document available. Depending on the scope of this documentation effort, it could even be bundled as a package. On 8/8/10, Tomas Vavrys vav...@cleancode.cz wrote: It would be great if anybody could share whole .vim/ .vimrc. I could write OpenBSD Vim C Programming manual

Re: developing openbsd?

2010-08-08 Thread Tomas Vavrys
I can imagine universal OpenBSD VIM settings for programming as a standard for local Vim programmers. It will make easier so many things. We should write down all ideas. Key task is to share experiences during programming with Vim. It looks like that many developers use cscope, ctags, taglist

Re: developing openbsd?

2010-08-08 Thread Ted Unangst
On Sun, Aug 8, 2010 at 11:06 AM, Tomas Vavrys vav...@cleancode.cz wrote: It would be great if anybody could share whole .vim/ .vimrc. I could write OpenBSD Vim C Programming manual once and for all. cp /usr/local/share/vim/vim72/vimrc_example.vim .vimrc

Re: Looking to start developing OpenBSD

2006-07-31 Thread Karel Kulhavy
On Wed, Jul 26, 2006 at 12:19:45PM -0700, Nick Price wrote: I'm interested in starting to do development on the OpenBSD OS. What are some good tasks that need to be done that someone isn't currently working on? Someone suggested ACPId, but apparently it's already being worked on. I suggest

Looking to start developing OpenBSD

2006-07-26 Thread Nick Price
I'm interested in starting to do development on the OpenBSD OS. What are some good tasks that need to be done that someone isn't currently working on? Someone suggested ACPId, but apparently it's already being worked on. Thanks Nick

Re: Looking to start developing OpenBSD

2006-07-26 Thread Pedro Martelletto
On Wed, Jul 26, 2006 at 12:19:45PM -0700, Nick Price wrote: What are some good tasks that need to be done that someone isn't currently working on? Searching the archives :-) -p.

Re: Looking to start developing OpenBSD

2006-07-26 Thread Leonardo Rodrigues
Would you please implement the C99 %a string format support that is missing in our libc? :DD I'd love if someone could do it =) Anyway, you could start by taking a look at the bug tracking system (http://www.openbsd.org/query-pr.html). *Plenty* of work to be done there. On 7/26/06, Nick Price

Re: Looking to start developing OpenBSD

2006-07-26 Thread Otto Moerbeek
On Wed, 26 Jul 2006, Nick Price wrote: I'm interested in starting to do development on the OpenBSD OS. What are some good tasks that need to be done that someone isn't currently working on? Someone suggested ACPId, but apparently it's already being worked on. General guideline: pick

Re: Looking to start developing OpenBSD

2006-07-26 Thread Greg Thomas
On 7/26/06, Leonardo Rodrigues [EMAIL PROTECTED] wrote: Would you please implement the C99 %a string format support that is missing in our libc? :DD I'd love if someone could do it =) Anyway, you could start by taking a look at the bug tracking system (http://www.openbsd.org/query-pr.html).

Re: Looking to start developing OpenBSD

2006-07-26 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] On 7/26/06, Leonardo Rodrigues [EMAIL PROTECTED] wrote: Would you please implement the C99 %a string format support that is missing in our libc? :DD I'd love if someone could do it =) Anyway, you could start by taking a look at the bug tracking system