geom_aes

2012-02-19 Thread Oliver Pinter
Hi all! What is geom_aes (sys/geom/geom_aes.*) (wherein differs form geli, besides useses fewer geom layer and has a compiled in key), and who can I find something from this geom module/layer? How can I use this geom layer? Only added option geom_aes to kernel config? ___

outdated/dangerous code in databases/mysql50-server

2012-02-19 Thread Andriy Gapon
Alex, sql/mysqld.cc has the following code: inline void setup_fpu() { #if defined(__FreeBSD__) && defined(HAVE_IEEEFP_H) /* We can't handle floating point exceptions with threads, so disable this on freebsd Don't fall for overflow, underflow,divide-by-zero or loss of precision */ #i

Re: devd based AUTOMOUNTER

2012-02-19 Thread vermaden
Hi, sorry for late response, but I currently have quite a lot 'weekend activities' that are definitely not near a computer ;) written by Gleb Kurtsou ... >> __state_lock() { >> while [ -f ${STATE}.lock ]; do sleep 0.5; done >> :> ${STATE}.lock >> } > > Why not keep it stateless, unmounting

9.0 dialog and it's STDIN

2012-02-19 Thread rank1seeker
In target port, this presents a dialog: /usr/bin/make config Instead via keyboard, I want to send key sequence to dialog(piped to STDIN of above cmd): Down Space Down Space Enter -- #!/bin/sh echo 'CODE_HERE' | /usr/bin/make config -- Domagoj Smolčić _

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-19 Thread Doug Barton
On 02/19/2012 08:13, per...@pluto.rain.com wrote: > Given the context of the thread, this: > > >> loading modules through loader.conf is > >> veeryy slooww ... > > seemed to be an objection to modularizing the kernel. The only way you could come to that concl

Re: 8 to 9: Kernel modularization -- did it change?

2012-02-19 Thread perryh
Doug Barton wrote: > On 02/18/2012 10:43, per...@pluto.rain.com wrote: > > Doug Barton wrote: > >> loading modules through loader.conf is > >> veeryy slooww ... > > > > Is it noticeably slower to load (say) a 6MB kernel + 2MB of > > modules than to load an 8MB kernel?