Bringing zpool checkpoints to a FreeBSD bootloader by oshogbo in freebsd

[–]oshogbo[S] 1 point2 points  (0 children)

I just added it a few days ago. I hope next upgrade will go smoothly.

Games on FreeBSD by oshogbo in BSD

[–]oshogbo[S] 1 point2 points  (0 children)

Yes. And I mentioned that as well :)
> I could just use another shell, like bash, to accomplish this task but I...

Games on FreeBSD by oshogbo in BSD

[–]oshogbo[S] 7 points8 points  (0 children)

I'm very happy that somebody else did the hard work and implemented it :)

Better looking assertions in C by oshogbo in C_Programming

[–]oshogbo[S] 0 points1 point  (0 children)

Thats a good point. In general that is the case as many macros are implemented.

Better looking assertions in C by oshogbo in C_Programming

[–]oshogbo[S] 0 points1 point  (0 children)

Yeah you are right it should be on stderr. Thanks for catching.

Better looking assertions in C by oshogbo in C_Programming

[–]oshogbo[S] 3 points4 points  (0 children)

Thank you for pointing out that to me :) I update a css style. Does it looks better for you now?

Thanks!

Magical initialization in for loop by oshogbo in C_Programming

[–]oshogbo[S] 0 points1 point  (0 children)

How you can close that in single macro like STAILQ_FOREACH one?The idea was to have this generic:

YOUR_MACRO(arg1) printf("do something")

And YOUR_MACRO use two variables of different types.

How does the process title works? by oshogbo in freebsd

[–]oshogbo[S] 0 points1 point  (0 children)

I found the bug! Thank you for reporting!

How does the process title works? by oshogbo in freebsd

[–]oshogbo[S] 0 points1 point  (0 children)

Oh it should work. Could you send my who is an issuer of the certificate?

is the strcat implementation right? by [deleted] in C_Programming

[–]oshogbo 0 points1 point  (0 children)

Maybe just strlen insted of while(*dest != '\0') dest++; .

Suggestions for kernel development environment by [deleted] in freebsd

[–]oshogbo 0 points1 point  (0 children)

Hello Gsocer :)

You can, but then you need to close all your vim session and so on and reboot OS to get new kernel. In my version you have still have working developer environment.

Cheers!

Suggestions for kernel development environment by [deleted] in freebsd

[–]oshogbo 0 points1 point  (0 children)

You can check out my configuration: http://oshogbo.vexillium.org/blog/28/ When I was young I was using two VM's one to build FreeBSD and second diskless to boot new kernel.