GSoC - FIFO Optimizations

2009-04-26 Thread Zhao Shuai
Hi there, My name is Zhao Shuai and I am a postgraduate from China. This summer I will work on FIFO optimization project with my mentor John Baldwin. More details on my project, visit the wiki page: http://wiki.freebsd.org/SOC2009ZhaoShuai -- Regards, Zhao

Re: SoC2009: Design and Implementation of Subsystem Support Libraries for Monitoring and Management

2009-04-26 Thread Garrett Cooper
On Fri, Apr 24, 2009 at 6:01 PM, Gabor PALI wrote: > Hi there, > > I am Gabor Pali from Hungary, a PhD student at Eotvos Lorand University, > Budapest and Babes-Bolyai University, Cluj-Napoca.  Offically, I have > been working on FreeBSD for a year, and I got a doc commit bit for my > Hungarian tr

Re: ACPI-fast default timecounter, but HPET 83% faster

2009-04-26 Thread Garrett Cooper
On Sun, Apr 26, 2009 at 4:50 PM, Pieter de Goeje wrote: > Dear hackers, > > While fiddling with the sysctl kern.timecounter.hardware, I found out that on > my system HPET is significantly faster than ACPI-fast. Using the program > below I measured the number of clock_gettime() calls the system can

ACPI-fast default timecounter, but HPET 83% faster

2009-04-26 Thread Pieter de Goeje
Dear hackers, While fiddling with the sysctl kern.timecounter.hardware, I found out that on my system HPET is significantly faster than ACPI-fast. Using the program below I measured the number of clock_gettime() calls the system can execute per second. I ran the program 10 times for each config

SoC 2009: Application-Specific Audit Trails

2009-04-26 Thread Ilias Marinos
Hi people, my name is Ilias Marinos and I am an undergraduate student at Computer Engineering & Informatics Department at University of Patras, Greece. I was accepted to work this summer with my mentor Robert Watson, on designing and impelementing an application-specific audit system, as part of

SoC 2009: Redesign the callout API

2009-04-26 Thread Prashant Vaibhav
Hello, I am Prashant Vaibhav, a 22 year old Indian guy (undergrad from Germany) and I'm a Google Summer of Code participant for 2009. My work will be focused on improving the callout/timeout API in the kernel. It was inspired by the tickless kernel feature present in XNU and Linux (since recent rel

cd9660 Lowercasing

2009-04-26 Thread Frank Mitchell
I've developed a CD/DVD Backup Utility using the Enhanced Volume Descriptor specified in ISO9660:1999. It doesn't have Rock Ridge yet, so the first thing you notice on mounting is the automatic Lowercase, which interferes with Backup Verification using "diff -qr". There's a simple solution usin

Ext2fs & DVD+RW

2009-04-26 Thread Frank Mitchell
Improved Ext2fs: What a great idea. I like trying different Unix flavours, and Ext2fs is the only filesystem they all understand. I put all my data on a separate Partition formatted Ext2, and every so often I'm glad: Like the recent occasion when the NetBSD Boot Selector altered something and

GSoC - SeND

2009-04-26 Thread Ana Kukec
Hi all, I am Ana Kukec, a research assistant and a PhD student at University of Zagreb. I will be working on the IPv6 Secure Neighbor Discovery (SeND - rfc3971, rfc4861) - the implementation of native kernel APIs for FreeBSD, within GSoC, with my mentor Bjoern Zeeb. More informations will be

Re: SoC2009: libpkg, pkg tools rewrite

2009-04-26 Thread Julien Laffaye
On Sat, Apr 25, 2009 at 9:20 PM, David Forsythe wrote: > Hi, > I'm David Forsythe, 3rd year student at the University of Maryland, College > Park.  For SoC2008 I worked on added parallel build support and database > locks to ports.  I've been using FreeBSD for a while, and have taken > particular

C99: Suggestions for style(9)

2009-04-26 Thread Christoph Mallon
Hi hackers@, as some of you may have noticed, several years ago a new millenium started and a decade ago there was a new C standard. HEAD recently switched to C99 as default (actually gnu99, but that's rather close). So it's finally time to re-examine wether style(9) needs to be accomodated. T