version 1.1, 2011/11/06 02:31:59
|
version 1.3, 2015/02/15 04:34:36
|
Line 55 applicant.
|
Line 55 applicant.
|
|
|
1. Improve tmpfs |
1. Improve tmpfs |
|
|
|
1. Update zfs pool to version 5000. |
|
|
# Userspace Projects |
# Userspace Projects |
|
|
1. a Java implementation we can use across all netbsd platforms |
1. a Java implementation we can use across all netbsd platforms |
Line 83 applicant.
|
Line 85 applicant.
|
|
|
1. Implement enough of libudev so that Gnome (KDE?) in pkgsrc can use it |
1. Implement enough of libudev so that Gnome (KDE?) in pkgsrc can use it |
|
|
1 Stack Backtrace Library - Write a library that the kernel debugger and return_address(9) can use to walk down the call stack. Use the technique that [David Laight](mailto:dsl@NetBSD.org) recommends: TBD. |
1. Stack Backtrace Library - Write a library that the kernel debugger and return_address(9) can use to walk down the call stack. Use the technique that [David Laight](mailto:dsl@NetBSD.org) recommends: TBD. |
|
|
# pkgsrc projects |
# pkgsrc projects |
|
|
Line 94 applicant.
|
Line 96 applicant.
|
1. Add support for multi-packages (building multiple binary packages from single source). |
1. Add support for multi-packages (building multiple binary packages from single source). |
> don't we do that already? (I guess this means: more info please :-) -- spz |
> don't we do that already? (I guess this means: more info please :-) -- spz |
>> No, we don't. We don't produce more than one package during the single build. |
>> No, we don't. We don't produce more than one package during the single build. |
|
|
|
1. Running VirtualBox on NetBSD as a host. |