UDFclient 0.7.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News UDFclient 0.7.1 (Default branch)
# 1  
Old 12-26-2008
UDFclient 0.7.1 (Default branch)

UDFclient is a userland implementation of the UDF filesystem as defined by the OSTA group. It is designed to be a study platform and a run-up to a full read and write (NetBSD) kernel level implementation. It provides a user interface not unlike ftp but differs in that it always fetches or writes files recursively. It supports the basic get, mget, put, mput, mv, rm, mkdir, cd, lcd, free, pwd, and lls command set. License: Artistic License Changes:
This release has been enhanced with ideas and features from the author's NetBSD kernel implementation, enhancing directory operations and fixing potential lockups on 512 bytes/sector media. NetBSD hard disk support has been fixed, as well as a few compilation warnings when compiled with '-Wextra', revealing some possible bugs. cd_disect has been enhanced to display some more disc types. Some patches are included to fix possible buffer errors. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FUJBP(4)						   BSD Kernel Interfaces Manual 						  FUJBP(4)

NAME
fujbp, fujhk -- Fujitsu Brightness, Pointer, and Hotkeys SYNOPSIS
fujbp* at acpi? fujhk* at acpi? DESCRIPTION
Some Fujitsu laptops come with vendor-specific ACPI devices to manage the laptop hotkeys (such as the 'Eco' button), and to control various built-in components (such as the display, the touchpad, and the speakers). The fujbp and fujhk drivers provide support, through these ACPI devices, for hotkeys, backlight on/off switch, brightness level control, and pointer on/off switch. The following sysctl(8) read/write variables are provided (when hardware support is available): hw.acpi.fujbp0.brightness Brightness level (integer). hw.acpi.fujbp0.pointer Pointer switch state (boolean). hw.acpi.fujhk0.backlight Backlight switch state (boolean). Please note, however, that future versions of the drivers may remove these sysctl(8) variables without prior notice. SEE ALSO
acpi(4), acpivga(4), sysctl(8), pmf(9), sysmon_pswitch(9) HISTORY
The fujbp and fujhk drivers appeared in NetBSD 6.0. AUTHORS
Gregoire Sutre <gsutre@NetBSD.org> CAVEATS
Brightness level and backlight switch state should be controlled via wsconsctl(8) instead of sysctl(8). The sysctl(8) variable hw.acpi.fujbp0.pointer should be replaced by a platform-independent userland control. BSD
February 20, 2011 BSD