rewrote datastructures using pgsql (was Re: /proc format (was Device

Robert Dale (rdale@digital-mission.com)
Thu, 26 Apr 2001 11:24:06 -0400 (EDT)


I finished porting all the kernel data structures to embedded postgresql.
Instead of doing 'cat /proc/cpuinfo', you now can do
'echo "select * from cpuinfo,cpuinfo_flags where
cpuinfo.processor=cpuinfo_flags.processor" > /proc/sql'.
No more worries about silly /proc format issues. Patch coming shortly.

-- 
Robert Dale

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/