add wireless and pf
[ikiwiki.git] / docs / developer / gsocprojectspage / index.mdwn
1 [[!meta title="Google Summer of Code Project List"]]
2
3 [[!toc levels=0]]
4
5 Have a look at our SoC pages from [[2008|/docs/developer/GoogleSoC2008/]], [[2009|/docs/developer/gsoc2009/]], [[2010|/docs/developer/gsoc2010/]] and [[2011|/docs/developer/gsoc2011/]] to get an overview about prior year's projects.
6
7 For more details on Google's Summer of Code: [Google's SoC page](http://socghop.appspot.com/)
8
9 Alternate project links: [[Projects page|/docs/developer/ProjectsPage/]], [[Research Projects|/docs/developer/researchprojectspage/]]
10
11 Note to prospective students: These project proposals are meant to be a first approximation; we're looking forward to your own suggestions (even for completely new directions) and will try to integrate your ideas to make the GSoC project more interesting to all parties. Even when a proposal is very specific about the goals that must be achieved and the path that should be taken, these are always negotiable. Keep in mind that we have tried to limit the proposals on this page to those that (based on our past experience) are appropriate for the GSoC program. This is by no means a comprehensive list, original ideas or proposals based on project ideas found on other pages are very welcome.
12
13 Note to everyone else: These proposals are by no means Summer of Code specific, anyone is welcome and encouraged to adopt any of these projects at any time (just please let us know, or make a note on this page).
14
15 Legend:
16
17 * Prerequisites: knowledge that the student should have before starting the project. It may be possible to acquire the knowledge in the course of the project, but the estimated difficulty would increase substantially. On the bright side, you can expect to have a much deeper understanding of these fields (and gain some real-world experience) after you successfully complete the respective project.
18 * Difficulty: Estimated difficulty of the project, taking into account the complexity of the task and the time constraints of the GSoC program.
19 * Contact point: The person you should contact for any further information or clarifications. If the primary contact for a project does not respond in a reasonable amount of time (2-3 days), you should contact the appropriate DragonFly BSD mailing list, usually kernel@.
20
21 #### Project ideas
22
23 ---
24
25 ##### Port pf firewall changes from FreeBSD
26
27 DragonFly's version of the pf firewall was brought in from OpenBSD 4.7. FreeBSD imported the pf from OpenBSD 4.8 and has significant enhanced the SMP performance of the firewall. Port the FreeBSD version of pf.
28
29 Meta information:
30
31 * Prerequisites: C, network programing
32 * Difficulty: Moderate
33 * Contact point: kernel@crater.dragonflybsd.org, #dragonfly irc channel
34
35 ---
36
37 ##### Sync wireless infrastructure / drivers from FreeBSD
38
39 Rui Paulo ported the wireless infrastructure and ath drivers to DragonFly from FreeBSD in recent history. A lot has changed in the intervening time, the infrastructure should be synchronized/updated to match the state-of-the-art in FreeBSD. At a minimum the drivers that currently work in DragonFly should be tested to ensure functionality and updates as well or improved.
40
41 Meta information:
42
43 * Prerequisites: C, x86 assembly, drivers
44 * Difficulty: Moderate
45 * Contact point: kernel@crater.dragonflybsd.org, #dragonfly irc channel
46
47 ---
48
49 ##### Implement GEM for the DragonFly kernel
50
51 The Graphics Execution Manager is a memory management system dedicated
52 to Intel graphics chipsets. Along with KMS, it is a requirement of
53 2010 and more recent Intel Xorg drivers.
54
55 The dports third-party application collection already contains all the userland bits needed to use the new drivers, provided WITH_NEW_XORG and WITH_KMS options are used in make.conf
56
57 Background GEM information:
58
59 * http://en.wikipedia.org/wiki/Graphics_Execution_Manager
60 * http://lwn.net/Articles/283798/
61 * http://blog.ffwll.ch/2012/10/i915gem-crashcourse.html
62
63 Some kernel work has already been done in this domain by FreeBSD and could probably be adapted:
64
65 * https://wiki.freebsd.org/Intel_GPU
66
67 Related work has also been done previously by David Shao during a 2010 GSoC project:
68
69 * http://www.dragonflybsd.org/docs/developer/GEMdrmKMS/
70 * https://github.com/davshao/dflygsocdrm
71
72 The dflygsocdrm branch is kept up-to-date but sadly seems to only be working on i386 DragonFly systems, and with ~2010 era Intel chipsets.
73
74 An experimental port of the FreeBSD i915/kms code is also available, albeit non-working due to the missing GEM support.
75
76 Adding PAT (Page Attribute Table) support to the kernel seems to be a required first step:
77
78 * http://lwn.net/Articles/278994/
79
80 Meta information:
81
82 * Prerequisites: C, x86 architecture and paging knowledge
83 * Difficulty: Moderate to difficult
84 * Contact point: kernel@crater.dragonflybsd.org, #dragonfly irc channel
85
86 ---
87
88 ##### Implement GEM for the DragonFly kernel
89
90 The Graphics Execution Manager is a memory management system dedicated
91 to Intel graphics chipsets. Along with KMS, it is a requirement of
92 2010 and more recent Intel Xorg drivers.
93
94 The dports third-party application collection already contains all the userland bits needed to use the new drivers, provided WITH_NEW_XORG and WITH_KMS options are used in make.conf
95
96 Background GEM information:
97
98 * http://en.wikipedia.org/wiki/Graphics_Execution_Manager
99 * http://lwn.net/Articles/283798/
100 * http://blog.ffwll.ch/2012/10/i915gem-crashcourse.html
101
102 Some kernel work has already been done in this domain by FreeBSD and could probably be adapted:
103
104 * https://wiki.freebsd.org/Intel_GPU
105
106 Related work has also been done previously by David Shao during a 2010 GSoC project:
107
108 * http://www.dragonflybsd.org/docs/developer/GEMdrmKMS/
109 * https://github.com/davshao/dflygsocdrm
110
111 The dflygsocdrm branch is kept up-to-date but sadly seems to only be working on i386 DragonFly systems, and with ~2010 era Intel chipsets.
112
113 An experimental port of the FreeBSD i915/kms code is also available, albeit non-working due to the missing GEM support.
114
115 Adding PAT (Page Attribute Table) support to the kernel seems to be a required first step:
116
117 * http://lwn.net/Articles/278994/
118
119 Meta information:
120
121 * Prerequisites: C, x86 architecture and paging knowledge
122 * Difficulty: Moderate to difficult
123 * Contact point: kernel@crater.dragonflybsd.org, #dragonfly irc channel
124
125 ---
126
127 ##### Implement Linux compatibility for the x86_64 DragonFly kernel
128 * Add a syscall table which translates Linux system calls to DragonFly ones
129 * Add support for ELF binary detection.
130
131 DragonFly/i386 supports the execution of 32 bit Linux binaries; it
132 is only natural to implement the same kind of binary compatibility
133 for 64-bit systems.
134
135 Some of the other *BSD systems may already have implemented such a mechanism.
136
137 Meta information:
138
139 * Prerequisites: C, i386 and amd64 architecture knowledge
140 * Difficulty: Moderate to difficult
141 * Contact point: kernel@crater.dragonflybsd.org
142
143 ---
144
145 ##### Sync DragonFly jail capability with FreeBSD jail capability
146 * Implement sysctl -d security.jail.{param}> (see FreeBSD man 8 jail)
147 * port libjail (jail(), jail_get(), jail_set(), jail_remove(), jail_attach() functions) and incorporate into base
148 * remove jail(), jail_attach() functions from libC
149 * update existing system jail tools: jail, jls, jexec to match FreeBSD functionality and to use libjail
150
151 The DragonFly jails were updated from FreeBSD-4.8 capability to FreeBSD 5.1 capability in 2005.  They haven't been improved on since.  This goal of this project is to make DragonFly jails to be functionally identical to FreeBSD 9.x jail functionality such that software designed to work using modern FreeBSD jail functions will work on DragonFly without modification.
152
153 Meta information:
154
155 * Prerequisites: C, OS Internals
156 * Difficulty: Moderate to difficult
157 * Contact point: kernel@crater.dragonflybsd.org
158
159 ---
160
161 ##### Make allocation in the DragonFly kernel NUMA-aware 
162
163 * Parse related ACPI tables 
164 * NUMA-aware memory allocation
165 * References:
166 [ACPI SLIT parser](http://mail-index.netbsd.org/tech-kern/2009/11/23/msg006518.html)
167 [ACPI SRAT parser](http://mail-index.netbsd.org/tech-kern/2009/11/23/msg006517.html)
168 [NetBSD NUMA diff](http://www.netbsd.org/~cegger/numa2.diff)
169 [NetBSD NUMA x86 diff](http://www.netbsd.org/~cegger/numa_x86.diff) (These patches now in NetBSD tree)
170
171 * This is a huge project, the initial GSoC portion of this project should focus only on creating infrastructure and proving out that infrastructure. The initial work should attempt to not create or enforce any specific allocation _policies_ based on the available NUMA information, simply provide that information in an easy to access and use fashion and create the possibility at various levels of implementing a future allocation policy. This could be initially proven out with simple dummy policies.
172
173 Meta information:
174
175 * Prerequisites: C, introductory computer architecture
176 * Difficulty: Easy-Hard
177 * Contact point: kernel@crater.dragonflybsd.org
178
179 ---
180
181 ##### Port valgrind to DragonFlyBSD
182
183 Valgrind is a very useful tool on a system like DragonFly that's under heavy development. Since valgrind is very target specific, a student doing the port will have to get acquainted with many low level details of the system libraries and the user<->kernel interface (system calls, signal delivery, threading...). This is a project that should appeal to aspiring systems programmers. Ideally, we would want the port to be usable with vkernel processes, thus enabling complex checking of the core kernel code.
184
185 The goal of this project is to port valgrind to the DragonFlyBSD platform so that at least the memcheck tool runs sufficiently well to be useful. This is in itself a challenging task. If time remains, the student should try to get at least a trivial valgrind tool to work on a vkernel process.
186
187 Meta information:
188
189 * Prerequisites: C, x86 assembly, low-level OS internals
190 * Difficulty: Hard
191 * Contact point: Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>
192
193 ---
194
195 ##### Make vkernels checkpointable
196
197 * See checkpt(1).
198 * Implement save and restore of segment registers so that threaded applications may be checkpointed. The segment registers support TLS. There are potential security concerns here.
199 * Teach the checkpt system call how to checkpoint multiple vmspaces.
200 * Add code to the vkernel which gets triggered upon reception of a SIGCKPT signal to dump/load e.g. the current state of network drivers.
201 * This would allow us to save and restore or even migrate a complete DragonFly operating system running on the vkernel platform.
202 This could be especially handy on laptops (if we'd get X11 operating in vkernels).
203 * See also: http://www.dragonflybsd.org/docs/developer/CheckpointFeatures/
204 * A student made good progress on this in 2011, a future student could use her work as a foundation to stand on to complete the project: https://github.com/iriina/DragonFlyBSD/tree/test2.10.1
205
206 Meta information:
207
208 * Prerequisites: C, OS internals
209 * Difficulty: Medium
210 * Contact point: Michael Neumann <mneumann@ntecs.de>
211 * References: [1](http://leaf.dragonflybsd.org/mailarchive/kernel/2007-02/msg00073.html) [2](http://leaf.dragonflybsd.org/mailarchive/users/2007-02/msg00034.html)
212
213 ---
214
215 ##### HAMMER compression
216
217 * Compress blocks as they get written to disk.
218 * Only file data (rec_type == DATA) should be compressed, not meta-data.
219 * the CRC should be that of the uncompressed data.
220 * ideally you'd need to associate the uncompressed data with the buffer cache buffer somehow, so that decompression is only performed once.
221 * compression could be turned on a per-file or per-pfs basis.
222 * gzip compression would be just fine at first.
223
224 Doing compression would require flagging the data record as being compressed and also require double-buffering since
225 the buffer cache buffer associated with the uncompressed data might have holes in it and otherwise referenced by user
226 programs and cannot serve as a buffer for in-place compression or decompression.
227
228 The direct read / direct write mechanic would almost certainly have to be disabled for compressed buffers and the
229 small-data zone would probably have to be used (the large-data zone is designed only for use with 16K or 64K buffers).
230
231 Meta information:
232
233 * Prerequisites: C, filesystem internals
234 * Difficulty: Difficult
235 * Contact point: Michael Neumann <mneumann@ntecs.de>
236
237 ---
238
239 ##### Userland System V Shared Memory / Semaphore / Message Queue implementation
240 * Implement some or all of these subsystems in their entirety, or as completely as possible in userland using a daemon, mmap and the DragonFly umtx_sleep(2)/umtx_wakeup(2) or other userland facilities.
241 * Any security or other major hurdles to this approach that would likely have to be implemented in-kernel should be noted in the students application.
242 * Test and benchmark the new facilities with heavy SysV consumers such as PostgreSQL
243 * Identify performance tradeoffs made in the userland implementation versus the existing kernel implementation. If time permits identify and apply solutions to these tradeoffs so that the userland implementation performs on par with or better than the kernel implementation.
244
245 Meta information:
246
247 * Prerequisites: C, x86 assembly
248 * Difficulty: Moderate
249 * Contact point: Samuel J. Greear <sjg@thesjg.com>
250
251 ---
252
253 ##### Port Hyper-V Linux Integration components to DragonFly
254 * Microsoft released a dual BSD/GPL version of their para-virtualized drivers (SCSI and Networking) for Linux.
255 * This work would require porting the Linux VMBus (Microsoft's equivlalent to XenBus) and the corresponding SCSI (StorVSC) and networking (NetVSC) drivers to DragonFly.
256 * References: [Sources](http://www.microsoft.com/downloads/en/details.aspx?FamilyID=eee39325-898b-4522-9b4c-f4b5b9b64551) [Architecture Overview](http://port25.technet.com/archive/2009/07/22/introduction-to-the-linux-integration-components.aspx)
257
258 Meta information:
259
260 * Prerequisites: C, OS internals
261 * Difficulty: Hard
262 * Contact point: kernel@crater.dragonflybsd.org
263
264 ---
265
266 ##### Implement more dm targets
267 * Since we now have dm (device mapper) in DragonFly, it would be nice to make better use of it. Currently we have a relatively small number of useful targets (crypt, linear and striped).
268 * Other targets should be implemented, in particular the mirror target would be of interest. Other ideas are welcome, too. Before applying for this please discuss the target of interest on the mailing list or with me directly.
269 * There is a start of a journalled mirror target, if you want to attack soft mirroring; the problem is a lot more difficult than it seems at first, so talking on the mailing list or on IRC would be definitely worthwhile!
270
271 Meta information:
272
273 * Prerequisites: C, OS internals
274 * Difficulty: Medium
275 * Contact point: kernel@crater.dragonflybsd.org , Alex Hornung <alexh@dragonflybsd.org>, Venkatesh Srinivas <vsrinivas@dragonflybsd.org>
276
277 ---
278
279 ##### Implement a new unionfs
280 * unionfs is a particularly useful pseudo-fs which allows to have an upper and a lower filesystem on a single mountpoint. The upper mountpoint is mostly transparent, so that the lower mountpoint is accessible.
281 * A typical use case is mounting a tmpfs filesystem as the upper and a read-only FS as the lower mp. This way files can be edited transparently even on a RO filesystem without actually modifying it.
282 * The current unionfs is completely broken as it relies on the whiteout VFS technique which is not supported by HAMMER. A new unionfs implementation should not rely on archaic methods such as whiteout.
283
284 Meta information:
285
286 * Prerequisites: C, OS internals, ideally some knowledge of the FreeBSD/DragonFly VFS
287 * Difficulty: Medium
288 * Contact point: kernel@crater.dragonflybsd.org
289
290 ---
291
292 ##### Improve compatibility of libdevattr with Linux' libudev
293 * Our libdevattr has an API which is mostly compatible with Linux' libudev, but it is doubtful that any Linux application making use of libudev would run out of the box on DragonFly with libdevattr.
294 * The aim of this project is to identify the shortcomings of libdevattr and fix them so that some common libudev applications work with our libdevattr.
295 * This might involve some kernel hacking to improve our kern_udev and definitely includes some grunt work of "tagging" subsystems with the kern_udev API.
296 * Most of the work will be in userland, though, working on udevd and libdevattr.
297
298 Meta information:
299
300 * Prerequisites: C, familiarity with Linux' libudev would be a plus
301 * Difficulty: Medium
302 * Contact point: kernel@crater.dragonflybsd.org , Alex Hornung <alexh@dragonflybsd.org>
303
304
305
306 ---
307
308 ##### Implement further dsched disk scheduling policies (2011 Project: BFQ)
309 * dsched is a highly flexible disk scheduling framework which greatly minimizes the effort of writing disk scheduling policies.
310 * Currently only dsched_fq, a fairly simple fair-queuing policy, and noop policies are implemented.
311 * The aim of this project would be to implement at least another useful disk scheduling policy, preferably one that improves interactivity.
312 * Other ideas are welcome.
313 * This is a great opportunity for CS students interested in scheduling problems to apply their theoretical knowledge.
314
315 Meta information:
316
317 * Prerequisites: C, OS internals, familiarity with disk scheduling
318 * Difficulty: Medium
319 * Contact point: kernel@crater.dragonflybsd.org , Alex Hornung <alexh@dragonflybsd.org>
320
321 ---
322
323 ##### Implement hardware nested page table support for vkernels
324 * Various modern hardware supports virtualization extensions, including nested pagetables.
325 * The DragonFly BSD vmspaces API, used to support vkernels, is effectively a software implementation of nested pagetables.
326 * The goal of this project would be to add support for detection of the hardware features on AMD and Intel cpu's and alter the vmspace implementation to use hardware support when available.
327
328 Meta information:
329
330 * Prerequisites: C, x86 assembly, OS internals
331 * Difficulty: Hard
332 * Contact point: kernel@crater.dragonflybsd.org
333
334 ---
335
336 ##### Access to ktr(4) buffers via shared memory
337 Our event tracing system, ktr(4), records interesting events in per-cpu buffers that are printed out with ktrdump(8). Currently, ktrdump uses libkvm to access these buffers, which is suboptimal. One can allow a sufficiently-privileged userspace process to map those buffers read-only and access them directly. For bonus points, design an extensible, discoverable (think reflection) mechanism that provides fast access via shared memory to data structures that the kernel chooses to expose to userland.
338
339 Meta information:
340
341 * Prerequisites: C, OS internals
342 * Difficulty: Medium
343 * Contact point: kernel@crater.dragonflybsd.org, Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>
344
345 ---
346
347 ##### nmalloc (libc malloc) measurements and performance work
348
349 nmalloc is our libc memory allocator it is a slab-like allocator; it recently had some work done to add per-thread caches, but there is much more work that could be done. A project on this might characterize fragmentation, try out a number of techniques to improve per-thread caching and reduce the number of total syscalls, and see if any are worth applying.
350
351 Possible things to work on:
352 (thread caches)
353 * The per-thread caches are fixed-size; at larger object sizes (say 4K), this can result in a lot of memory tied up. Perhaps they should scale their max size inversely to the object size.
354
355 * The per-thread caches are filled one-at-a-time from free(). Perhaps the per-thread caches should be burst-filled.
356
357 * Perhaps the per-thread caches should age items out
358
359 (slab zone allocation)
360 * zone_alloc() currently burst-allocates slab zones with the zone magazine held across a spinlock.
361
362 * zone_free() holds the zone magazine lock around bzero()ing a slab zone header
363
364 * zone_free() madvise()s one slab at a time; it'd be nice to madvise() runs of contiguous slabs
365
366 * zone_free() madvise()s very readily (for every slab freed). Perhaps it should only madvise slabs that are idle for some time
367
368 * zone_free() burst-frees slabs. Its not clear whether this is a good idea.
369
370 (VMEM):
371 * currently allocations > either 4k or 8k are forced directly to mmap(); this means that idle memory from free slabs cannot be used to service those allocations and that we do no caching for allocations > than that size. this is almost certainly a mistake.
372
373 * we could use a small (embeddable) data structure that allows:
374 1. efficient coalescing of adjacent mmap space for madvise
375 2. efficient queries for vmem_alloc() (w/ alignment!)
376 3. compact and doesn't use any space in the zone header (dirty/cold!)
377 4. allows traversal in address order to fight fragmentation
378 5. keep two such data structures (one for dirty pages, one for cold pages)
379
380 (Note)
381 * These are just ideas; there are many more things possible and many of these things need a lot of measurement to evaluate them. It'd be interesting to see if any of these are appropriate for it.
382
383 References:
384 * http://www.usenix.org/event/usenix01/bonwick.html
385
386 A description of the Sun Solaris work on which the DragonFly allocator is based; use this as an overview, but do not take it as gospel for how the DFly allocator works.
387
388 * http://leaf.dragonflybsd.org/~vsrinivas/jemalloc-tech-talk.ogv (Jason Evans tech talk about jemalloc, 1/2011)
389
390 jemalloc is FreeBSD's and Firefox's (and NetBSD and GNASH and ...)'s malloc; in this tech talk, Jason Evans reviews how jemalloc works, how it has changed recently, and how it avoid fragmentation.
391
392 * http://endeavour.zapto.org/src/malloc-thesis.pdf (Ayelet Wasik's thesis 'Features of a Multi-Threaded Memory Allocator')
393
394 This thesis is an excellent overview of many techniques to reduce contention and the effects these techniques have on fragmentation. 
395
396 * Prerequisites: C, a taste of data structures
397 * Difficulty: moderate
398 * Contact point: Venkatesh Srinivas <me@endeavour.zapto.org>
399
400 ---
401
402 ##### Make DragonFly multiboot capable
403 Adjust the DragonFly kernel to be multiboot (the specification) capable. In addition, add necessary code to grub2 to understand our disklabel64 and anything else we need to be able to use grub2 to multiboot DragonFly without any chainloading involved.
404
405 Meta information:
406
407 * Prerequisites: C, OS internals
408 * Difficulty: Easy/Moderate
409 * Contact point: Alex Hornung <alexh@dragonflybsd.org>
410
411 ---
412
413 ##### Extend dsched framework to support jails
414 Extend/modify the dsched framework to take into account jails and etc. instead of always allocating a 'tdio'. This would allow different process groupings (such as all processes in a jail) to be scheduled together. A new jail-specific policy would have to be written to support this, or an existing policy modified.
415
416 Meta information:
417
418 * Prerequisites: C, OS internals
419 * Difficulty: Moderate
420 * Contact point: kernel@lists.dragonflybsd.org, Samuel J. Greear <sjg@thesjg.com>, Alex Hornung <alexh@dragonflybsd.org>
421
422 ---
423
424 ##### Implement i386 32-bit ABI for x86_64 64-bit kernel
425 * Add a 32-bit syscall table which translates 32-bit
426   system calls to 64-bit.
427 * Add support for 32 bit compatibility mode operation
428   and ELF binary detection.
429
430 The idea here is to support the execution of 32 bit DragonFly binaries in 64 bit DragonFly environments, something numerous other operating systems have done.  Several things must be done to support this.  First, the appropriate control bits must be set to execute in 32-bit compatibility mode while in usermode instead of 64-bit mode.  Second, when a system call is made from 32-bit mode a translation layer is needed to translate the system call into the 64-bit requivalent within the kernel.  Third, the signal handler and trampoline code needs to operate on the 32-bit signal frame.  Fourth, the 32 and 64 bit ELF loaders both have to be in the kernel at the same time, which may require some messing around with procedure names and include files since originally the source was designed to be one or the other.
431
432 There are several hundred system calls which translates to a great deal of 'grunt work' when it comes time to actually do all the translations.
433
434 In 2012 a GSoC made reasonable progress on this project, a future GSoC student could pick up where he left off: http://gitweb.dragonflybsd.org/~ivan/dragonfly.git/shortlog/refs/heads/32bit_api_dirty_2
435
436 Meta information:
437
438 * Prerequisites: C
439 * Difficulty: Difficult (lots of moving parts, particularly the trapframes)
440 * Contact point: dillon
441
442 ---
443
444 ##### Adapt pkgsrc to create a package system with dependency independence.
445 * Create a set of tools (even better if it can be used like a library) that modifies how the pkgsrc packages are installed, allowing for the ability to upgrade individual packages, without stopping applications that depend on said packages from working. One method of achieving this is detailed at http://www.dragonflybsd.org/goals/#packages but other methods may be possible. PC-BSD have written a tool called PBI Builder which modifies FreeBSD ports for their dependency independence PBI system, this could be used as a starting point for the DragonFly BSD tools. Any attempt at this should leave room in the implementation to potentially work with other build systems, such as dports.
446
447 Meta information:
448
449 * Prerequisites: C
450 * Difficulty: ?
451 * Contact point: kernel@crater.dragonflybsd.org
452
453 ---
454
455 ##### Ability to execute Mach-O (OS X) binaries
456 This is a project for a student with something to prove, executing a binary touches a huge number of moving parts of a modern kernel. This project would entail adding or porting support for Mach-O binaries to the DragonFly BSD kernel. It would also involve adding an additional system call vector, like the Linux vector used for linux binary emulation. This is quite a large and complicated task and any proposal will be expected to be well-researched to reflect that. The ability to execute non-GUI binaries that make use of shared libraries should be the minimum to which such a project should aspire. OpenDarwin is available as a reference or to port relevant code from.
457
458 Meta information:
459
460 * Prerequisites: C, OS internals, binary file formats
461 * Difficulty: Hard
462 * Contact point: Samuel J. Greear <sjg@thesjg.com>
463
464 ---
465
466 ##### Installer rework
467 Upgrade/partially rewrite the installer to be much simpler to maintain. As part of reworking the installer, several functions scattered around in other base utils should be factored out into libraries that both the installer and the util it comes from can use, e.g.:
468  
469 * partitioning (both GPT and MBR) should be factored out into two libraries, that the fdisk and the gpt tools use, but the installer can make use of, too.
470 * disklabel32/64 functionality
471 * adduser (and other user/group management)
472
473 The updated installer should then make use of all these new libraries and other ones that are already available (libcryptsetup, libluks, liblvm, libtcplay) to offer more advanced features.
474
475
476 Meta information:
477
478 * Prerequisites: C
479 * Difficulty: Moderate
480 * Contact point: kernel@lists.dragonflybsd.org, Alex Hornung <alexh@dragonflybsd.org>
481
482
483 ---
484 ---
485  (please add)