OpenSolaris
Collectives
Discussions
Documentation
Download
Source Browser
Free CD
Log-in
|
en
Project summerofcode
:
Suggested Projects
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
Suggested Projects
Hide Line numbers
1: === Suggested Projects for 2008 & Beyond 2: 3: //Last updated: March 02, 2008// 4: The following is a list of potential projects that is just a taster for what you may like to propose in your student application for the Google Summer of Code. We hope this list spreads a wide variety of fields, from high performance computing and security based tasks, graphical user interface programming and virtualization, to programming for freedom to create a 100% open source operating system. We hope these projects will help inspire you to suggesting something new. You can also check out [[ the GSoC 2007 ideas>>Project summerofcode.SugestedProjects2007]].Good luck! 5: 6: We are still in the process of finalizing mentors for these projects, and will update the page accordingly. 7: 8: === High Performance Computing / Mathematics 9: 10: ==== Porting Fast Fourier Transform Tools, Rob Giltrap 11: 12: [[Fast Fourier Transform>>http://en.wikipedia.org/wiki/Fast_fourier_transform]] (FFT) is a technique used for many purposes in the field of mathematics. In particular, thousands of people around the world are using their spare computer cycles in the search for [[Mersenne primes>>http://www.mersenne.org/]]! The key computational element within these Mersenne prime applications are FFTs. This task involves compiling and porting some of the [[tools>>http://www.mersenne.org/freesoft.htm]] (mprime, glucas, mlucas) used to find Marsenne Primes to OpenSolaris, getting to know performance techniques to tune them (prefetch), and finally writing a small GUI application (including a panel applet or notification icon) to manage the running and monitoring of assignments. Experience in dealing with large and voluntary distributed computer communities, and high performance computing would help. 13: 14: === Security 15: 16: ==== Racoon IKE 17: 18: Currently there is no open source IKE daemon for IPsec in OpenSolaris since the Solaris binary product releases use a closed source system. This task has two parts, the first part is to make [[Racoon>>http://netbsd.gw.com/cgi-bin/man-cgi?racoon++NetBSD-current]] work on OpenSolaris using the PF_KEY interface with as little change to Racoon as possible. The second part is to investigate using the OpenSolaris Key Management Framework to do provide the CLI for generating certs/keys and the KMF API as a replacement for what Racoon uses - this will give Racoon access to hardware acceleration for the RSA/DSA/D-H crypto. 19: 20: ==== IPsec and IPfilter Rules GUI 21: 22: This task involves the development of a local GTK+ based GUI for creating IPfilter, NAT and IPsec/IKE rules on OpenSolaris. The GUI needs to be able to read any existing ipf.conf and ipsecinit.conf rules and also to be able to generate them from scratch. The GUI needs to be able to load/save not only the system default locations but from arbitrary files. 23: 24: === Freedom! 25: 26: ==== OpenSolaris Emancipation 27: 28: When Sun released the source code for the Solaris operating system, it still contained a few closed proprietary binaries, a few of which have since been released. However, OpenSolaris can still not be built from fully open source components. This task would evaluate the current functionality of the closed source and develop replacements in a clean room engineering environment. 29: 30: === DTrace 31: 32: ==== DTrace and Firefox, Alfred Peng 33: 34: [[DTrace>>http://en.wikipedia.org/wiki/DTrace]] is a comprehensive dynamic framework available on OpenSolaris. Firefox is a browser. Ideally they can be a match made in heaven, but few until now have taken on the task of bringing them together. This task involves a case study of Firefox performance, including latency breakdown of all operations (start up, page load, etc..) 35: 36: ==== DTrace support for a POSIX shell (ksh93), Roland Mainz 37: 38: This project should exploit the way of adding DTrace probes to a POSIX shell (building on top of the already running "[[OpenSolaris ksh93-integration project>>Project ksh93-integration.WebHome]]"), allowing to monitor activities in a shell script (like command execution, entering/exiting shell functions, subshell creation/destruction, shell child process creation/destruction, calls of external+builtin commands, getting the lanugage-level stacktrace, trace variable set/get/unset [[etc>>http://mail.opensolaris.org/pipermail/ksh93-integration-discuss/2007-March/002412.html]].) at shell script language level in a non-invasive way. For example, monitor activities in already running scripts without altering their behaviour - the "normal" way of tracing in a POSIX shell slightly alters the script’s behaviour and requires to restart the script for each tracing/debugging session. 39: 40: === Human Computer Interaction 41: 42: ==== Camera based HCI System, Emily Chen 43: 44: A camera based human computer interaction (HCI) system can recognize gestures made by the user by analyzing the video image stream from the camera, like [[this example>>http://www.youtube.com/watch?v=luePit82ryY]]. These gestures can then be mapped into actions, enabling the user to interact with a computer without a keyboard or mouse. This tasks involved the development of the HCI method above, that could be used as an assistive technology in the accessibility field. This may have the following functionality - 45: 46: * Use color detection to simulate head-tracker 47: * Use motion detection to implement basic interaction 48: * Use face detection and tracking to implement the ’Face navigate in 3D environment’ 49: 50: === Virtualization 51: 52: ==== Virtualization and X, Alan Coopersmith 53: 54: [[Virtualization>>http://en.wikipedia.org/wiki/Virtualization]] is the new hot topic in operating systems, allowing an abstraction of computer resources. While there are many technologies out there, little thought has gone into how you might display applications under OS virtualization schemes - how should your Xen dom0 X server display windows from other Xen domains? This tasks involves basic research into the virtualization techniques available on OpenSolaris, along with some thought and code into how you might show different applications from different domains through use of existing window manager implementations like [[Metacity>>http://en.wikipedia.org/wiki/Metacity]] and [[Compiz>>http://en.wikipedia.org/wiki/Compiz]]. 55: 56: ==== BrandZ on 64-bit x86 Linux 57: 58: BrandZ is a framework that extends the Solaris Zones infrastructure to create Branded Zones, which are zones that contain non-native operating environments. This task would port the lx brand (Linux) over to support 64-bit applications. 59: 60: ==== Porting the lx brand to SPARC 61: 62: Currently, the lx brand is only available for x86 Solaris. However, it would be useful to run SPARC Linux binaries natively on SPARC. While SPARC Linux is not as popular as x86 Linux, SPARC is an interesting architecture that has many advantages, such as low power, high-performance for applications that can take advantage of thread-level parallelism. When the lx brand is available on SPARC, a large number of low-end Linux servers can be consolidated onto a single high-end Niagara server. 63: 64: ==== FreeBSD branded zone 65: 66: BrandZ allows support for Linux binary applications to run unmodified on Solaris, within zones running a complete Linux userspace. This task would involve the creation of a new FreeBSD brand providing the same functionality.
Search
Collectives
Community Group
Academic and Research
Accessibility
Advocacy
Appliances
Approachability
Architecture Process and Tools
BrandZ
Chinese Users
Community Advisory Board
Databases
Desktop
Device Drivers
Distribution
Documentation
DTrace
Emerging Platforms
Fault Management
Games on OpenSolaris
HA Clusters
HPC Developer
Installation and Packaging
Internationalization and Localization
Laptop
Logical Domains
Modular Debugger (MDB)
Networking
NFS
Observability
OpenSolaris Governing Board (OGB)
OpenSolaris Printing
OS/Net (ON)
Performance
Power Management
PowerPC
Security
Service Management Facility (smf(5))
Software Porters
Solaris Volume Manager
Storage
Systems Administration Community Group
Testing
Tools Home
Unix File Systems (UFS)
Website Community
X Window System
Xen
ZFS
Zones
Project
ADSL Modem Enhancement
ARC Process Definition
ARM Platform Port
Automatic Data Migration
BIND Update
Bluetooth Stack & Drivers
Brocade FC HBA - Initiator
Brocade FC HBA - Target
Brussels - unified network link configuration
Caiman, Solaris Install Revisited
Celeste
Český portál
Chime Visualization Tool for DTrace
CIFS client for Solaris
CIFS Server
Clearview: Network Interface Coherence
Cluster Agent: Informix Dynamic Server
Cluster Agent: OpenSolaris Container
Cluster Agent: OpenSolaris xVM
Cluster Agent: Oracle E-Business Suite
Cluster agent: PostgreSQL
Cluster Agent: Samba
Cluster Agent: Tomcat
CMT
Coarse Data Flow Parallelism
Colorado: Open HA Cluster on OpenSolaris
Command Assistant
Common Array Manager
Companion - /opt/sfw: Free and Open Source software
COMSTAR: Common Multiprotocol SCSI Target
Content
Contest
CPU Observability
Credentials Process Groups
Crossbow: Network Virtualization and Resource Control
Crypto KMS Agent Toolkit
Cryptographic Framework
Data Migration Manager
Data Tethers
Deutsches Portal
Device Detection Tool
Device Driver Utility
Device Manager
Device Mapper
Direct Rendering Infrastructure & 3D drivers
DTrace Guide
Duckwater: Simplified name services management
Easy Tools
Emancipation
Emulex Fibre Channel Device Driver
Emulex Advanced Ethernet Device Driver
Enable/Enhance Solaris support for Intel Platform
Enhance the support of USB webcams
Enhanced SMF Profiles
Enhancements for AMD-based Platforms
Erlang DTrace Integration
Ethernet bridge module for Solaris
Evaluate Conary
Events Registry
Ext3 file system support
F/OSS Package Base
Facilitation
Fibre Channel over Ethernet
Fine Grained Access Policy (FGAP)
Fingerprint Authentication
Flexible Mandatory Access Control
Forensic Tools
Fully Open X Project
Fuse on Solaris
gcore
Generic Machine Check Architecture Improvements
Google SOC
HA-JBoss
HA-MySQL
Hadoop Live CD
Hitachi
HoneyComb Fixed Content Storage
HPC Stack
Image Packaging System
Improved Performance MIB
Indiana
Innovation Awards
Input Method
Intel Graphics
Internet Key Exchange, version 2
Interrupt Resource Management
IP Datapath Refactoring
IP over Infiniband
IPsec Tunnel Reform
iSCSI Extensions for Remote DMA (iSER)
iSNS Server
JeOS - Just enough Operating System
JKstat - a java binding for libkstat
Journaled File System (JFS)
K Desktop Environment
Kerberos
Kernel Sockets
Kernel SSL Enhancements
Key Management Framework
Korn Shell 93 integration/migration project
Labeled IPsec
LatencyTOP
Layer 2 Filtering
LDoms Manager
Lending
libMicro - portable microbenchmarks
Link Layer Discovery
Live Media: Technologies for distributions running from CD and other media
Locale Data
lofi compression and cryptography support
lx64 brand
Media Management System
Mega_sas
Mexico
MilaX minimal Live Distribution
MIPS Platform Port
Mozilla DTrace
MRSL.NONsharedDevice
Multi-lingual Glossary
Multi-pathing software (MPxIO)
Multiple disk sector size support
Multiple DOI
Muskoka: An open repository for OpenSolaris technical content
Navigator
Nemo: A Framework for High-Performance Networking
Network Auto-Magic
Network Data Management Protocol
Network MIBs
Network Storage
Network Time Protocol (NTP)
Nevada Globalization
New Design of 4over6 Mechanism Based on OpenSolaris
NFS RDMA transport update and performance analysis
NFS Server in non-Global Zones
NFS version 4.1 pNFS
NFSv4 namespace extensions
Nightingale: Port Songbird to OpenSolaris
NPort ID Virtualization (NPIV)
NUMA
Object Storage Device (OSD) support for Solaris
OHACGE Script Based Plug-in
ON/Nevada (ONNV) Project
Open Development Infrastructure
Open HA Cluster Utilities
Open Sound System
OpenGrok
OpenPegasus CIM Server
OpenRTI
OpenSolaris Busybox
OpenSolaris Desktop
OpenSolaris Hispano
OpenSolaris Security Audit
OpenSolaris support for the QEMU processor emulator: host and guest
PEF: Packet Event Framework
Performance Wrappers
Pkgfactory
Polski Portal
Portail Francophone
Portal Brasil
Portals
Power Management Usability Interfaces
Presto: Automatic Printing Configuration
Printable Many Page Solaris Manuals
Promise SuperTrak RAID HBA Driver
QLogic Converged Network Adapter GLDv3 NIC Driver
Quagga Routing Protocol Suite Integration
RAID Configuration Utility
RBridge (IETF TRILL) support
RDMA Offload Framework
Reno: Login Process Enhancements for Interop
Resource Management
s10brand
SAM/QFS
SCM Migration Project
SCSI RDMA Protocol
SDcard Drivers
Sensor Abstraction Layer
Session Initiation Protocol
SFW
Shell: bourne shell, korn shell, C shell, etc.
Sierra: Intel WiFi Chipsets Support
Simple Panels
SM-HBA Based SAS HBA Management
SMF Documentation
Solaris iSCSI Target
Solaris PowerPC Port
SourceJuicer
Sparks: name service switch/nscd enhancements
Squashfs
Star integration/migration project
Starfish
Starter Kit
Storage Power Management
Sun Security Toolkit
Sun StorageTek Availability Suite
Support for OpenFabrics User Verbs / API on OpenSolaris OS
Support gcc4/GCCfss in Solaris
Suspend/Resume
SVR4 Packaging
Systemz
Tamarack: Removable Media Enhancements in Solaris
Tesla: OpenSolaris Enhanced Power Management
Test Development
Tickless Kernel Architecture
TIPC
Trademarks
Trusted networking interface policy database for Trusted Extensions
Trusted Platform Module support
Use Case
Validated Execution Project
Virtual Console
Virtual Network Machines
Visual Panels
Visualization for HPC
Volo
VRRP: Virtual Router Redundancy Protocol Implementation
VSCAN service
Web Stack
Website
Winchester: Schema mapping and ID mapping for AD Interoperability
Wireless USB Support
Wireless Wide Area Network
X Consolidation
x86 Generic FMA Topology Enumerator
Xen Gate
Xfce: A lightweight desktop environment
ZFS Boot and Install
ZFS on disk encryption support
Zone Manager
Zone Statistics
Русский портал
البوابة العربية
भारतीय पोर्टल
中国门户
日本ポータル
한국 포탈
User Group
Adelaide
Argentina
Arizona
Atlanta
Baltimore-Washington
Bangalore
Bangkok
Bangladesh
Beijing
Bélem
Berlin
Bhimavaram
Bloomington
Campus Ambassadors
Capital Region
Cardiff
Charlotte
Chengdu
Chennai
Chihuahua
Chile
Cleveland
Colombia
Columbus
Connecticut
Cracow
Czech
Dallas/Ft. Worth
Danish
Delaware
Edinburgh
Egypt
Finland
Florida
Front Range
FuZhou
Great Lakes
Greece
Hangzhou
Hawaii
HeFei
Houston
Hyderabad
Indonesia
Irish
Israel
Italian
Jinan
Kabul
Kansas City
Latvia
London
Madurai
Manchester
Mato Grosso
Melbourne
Minas Gerais
Minnesota
Montreal
Moscow
Mumbai
Munich
NEA
Netherlands
New England
New York City
New Zealand
NIT Hamirpur
Noroeste
Oklahoma City
Osnabrück
Peru
Philadelphia
Piaski
Pittsburgh
Porto Alegre
Puget Sound
Pune
Queensland
Research Triangle Park
Romania
Russia
San Antonio
San Diego
San Francisco
São Paulo
Scottish
Serbia
Shanghai
Shenzhen
Silicon Valley
Singapore
Slovak
South African
Southern Connecticut
St. Louis
Sweden
Switzerland
Sydney
Szczecin
Taiwan
Tecum
Thames Valley
Tokyo
Toronto
Trondheim
Tulsa
Turkey
Ukraine
University of Melbourne
Vale do Paraíba
Vancouver
Venezuela
Welsh - Cymru
Wisconsin
Xi'an
Subsites
Code Reviews
Code Repositories
Package Search
Bugster
Bugzilla
Test Machines
Planet
Mailing Lists
Elections & Polls
ARC Case Logs
Source Juicer
Package Factory
User Authentication
Project summerofcode Pages
Mentoring Application
Suggested Projects
2007 Suggested Projects
Student Projects
2007 Accepted Projects
Organizing Tips