Menù Principale

Cerca
Login
Registrati
Link
<< Discussione precedente | Discussione successiva >>   
UWIN - Unix on Windows

Autore Messaggio
icemax
mer 20 giu 2007 - 11:37

online
Utente registrato #194
Registrato il: dom 21 gen 2007 - 22:27
Messaggi: 1371



UWIN

Il pacchetto UWIN permette alle applicazioni UNIX di essere avviate su sistemi
quali :
Windows XP/2000/NT/ME/98/95

naturalmente con le dovute modifiche necessarie al funzionamento
dell'applicazione
UWIN : sorgenti e binari sono open source con licenza :
Common Public License 1.0
possono essere scaricati da :
AT&T AST/UWIN -Link-


Le prestazioni migliori di UWIN sono garantite sotto XP/NT/2000 con file system NTFS,
mentre si abbassano su filesystem FAT,
e scendono ancora passando a Windows 95/98.

UWIN comprende :
- librerie per l'emulazione Unix,
- file include
- strumenti di sviluppo come cc e make
- diverse utlità come ls, cp, sed.

queste le caratteristiche di rilievo [in lingua originale]

Process control and management:
While processes can be created using the fork(2) function, UWIN includes a spawn family of functions that combines the functionality of fork/exec for efficiency. With the exec family of functions, an existing process can be overlaid with another process. Each process has a unique process id and each process belongs to a process group. The vfork(2) function is also an efficient way to create processes.
File descriptor semantics:
Open files, pipes, sockets, fifos, and character and block special devices files have file descriptors associated with them. They can be duped and inherited with UNIX semantics.
UNIX signal semantics:
Nearly all of the UNIX signals are provided, including job control signals so that ksh(1) can stop and restart jobs. A process can catch, block or ignore signals. Signals can be sent to processes or to process groups. Applications compiled with the -D_BSDCOMPAT flag obey UCB UNIX signal semantics.
Support for devices:
UWIN provides character and block devices with major and minor numbers as found on UNIX systems. Support for direct access to floppy drives (/dev/fd0), and SCSI tape drives (/dev/mt0), as well as ptys and ttys is available.
Terminal interface for consoles, sockets, and serial lines:
The POSIX termios interface is supported for consoles with vt100 emulation. Serial lines, and sockets that have been designated as virtual terminals. UWIN supports pseudo-ttys.
Use of the mouse with console windows:
The left mouse button in a console window can be used to select text and copy to the clipboard. The right button (or middle button on a three button mouse) can be used to paste text from the clipboard. The /dev/clipboard pseudo-device can be used to redirect command input and output to the clipboard. The /dev/windows pseudo-device can be used within select(2) to block until mouse or keyboard events are received.
UCB sockets based on WINSOCK:
The socket interface uses the UCB header files and naming conventions, but is implemented as calls to WINSOCK. Sockets are file descriptors and obey file descriptor semantics. Both internet domain protocol (i.e. AF_INET family) and UNIX domain sockets (AF_UNIX family) are provided. The multicast socket protocol is supported. The connect stream library, which provides a higher level and easier to user interface, is also provided.
Pathname mapping from UNIX to Windows:
UWIN provides UNIX style naming for all files with / as the filename delimiter by creating mounts. The / directory location can be selected at installation. Each drive letter in Windows is mounted in a single letter directory name under / so that /a/file is the UWIN name for a:\file. In addition, certain directories are implicitly mounted such as /sys on the system directory, /win on the windows directory, and /msdev on the directory containing the Microsoft development kit if installed. The character and block special devices are in /dev and use naming conventions found on most UNIX systems. UWIN also supports UNC (universal naming convention) names for files that begin with //. An API function is provided to map the UNIX name into the Windows name. The mapping is available from ksh as well.
UNIX naming conventions:
The PATH variable is a : separated list of directories rather than a ; separated list. The cc command generates files with a .o suffix by default. However, some characters such as \, *, ?, |, &, <. >, and : are not valid as part of file names. By default, directories are mounted without case distinction. However, the mount command allows directories to be mounted as case sensitive so that the files makefile and Makefile are distinct. In addition, there is a registry key that can be set to make the default case sensitive.
Mapping to and from UNIX ids/permissions to NT/2000/XP permissions:
Windows NT/2000/XP subject identifiers are mapped to UNIX user ids and group ids. UNIX permissions are mapped onto Windows NT/2000/XP file ACLs. The Administrator can use chown() to change the owner and or group of a file.
File control locking:
UNIX file control advisory locking is supported by UWIN with deadlock detection.
Memory mapping and shared memory:
Both mmap() and the system V shared memory facilities are provided.
System V IPC:
The System V semaphore and message calls are implemented.
Runtime linking of dynamically linked libraries:
The dlopen(), dlsym() interface from System V Release 4 is provided.
Error mapping from Windows to UNIX:
Errors returned by WIN32 functions are mapped into UNIX errnos.
i-node numbers:
An i-node number is returned when reading a file and when stating a file.
Hard links:
Hard links are supported on both NTFS and FAT file systems.
Symbolic links:
Symbolic links to files and directories can be created in UWIN and are implemented as Windows shortcuts. A .lnk suffix will be appended to these file names but will not appear when reading directories with UWIN. Shortcuts created by Windows appear as symbolic links in UWIN but do not have the .lnk suffix removed.
Fifo's:
Fifo's (UNIX named pipes) can be created with mkfifo() and opened as an ordinary file.
Setuid and setgid programs:
Users can authorize setuid and/or setgid programs to be run on their behalf and use chmod() to turn on setuid permission for a program. The program must be on an NTFS file system.
inet Daemons and commands:
UWIN 3.2 comes with the UCB inet daemon, the telnet daemon, the rlogin daemon, and the rsh daemon. It also includes the telnet, ftp, rsh, and rlogin programs. The ssh daemon and program can be built from the source but is not included because of possible export restrictions.
Access of Registry through the File System:
UWIN treats the Windows registry as a file system with registry keys treated as files, and keys that have sub-keys treated as directories. You can use UWIN tools directly on registry keys. The registry is automatically mounted under /reg during startup.
ssh and ssh daemon:
A compilation of openssh-3.6p1. Cron daemon: UWIN comes with a cron daemon that is used for running at and cron jobs. The cron daemon is started by /etc/rc on Windows NT/2000/XP.
AT&T open source utilities:
Most of the UWIN utilities are based on the AT&T open source utilities that are portable across virtually all systems and are based on the POSIX and X/Open standards. The utilities generate their own manual pages.
Development tools:
UWIN comes with cc and ncc compiler wrappers that use the Visual C/C++ compiler to build UWIN or native applications respectively. Development tools such as yacc, lex, ar, nm and rcs are also provided. UWIN provides both the traditional make and the much more powerful AT&T nmake building tool.
Support for multibyte locales:
Most of the utilities and libraries support localization to different locales including multibyte locales. The iconv utility can be used to convert from one character set to another. X11 server and utilities: A compilation of X11R6.5 is available as add on packages.


la documentazione in inglese la trovate qui :
-Link-



un altro bel pacchettino : Microsoft Services For Unix (Microsoft Linux for Windows)

lo trovate qui : -Link-

Microsoft Windows Services for UNIX (SFU) 3.5 provvede alla emulazione di sistemi UNIX–based sotto sistemi windows "Linux for Windows":
Interix, è l'elemento principale delpacchetto Services for UNIX
Esso è un completo sottosistema per sistemi Windows
ESSO NON E' un emulatore ma un vero è proprio motore che si integra con il Kernel di Windows

Simon Bisson descrive qui -Link- il "Windows Services for UNIX "
ecco la rappresentazione del sottosistema SFU



qui per voi i download's' :

32-bit system Bootstrap installer (x86) file. ftp://warehousepage:XcR2kioV@ftp.interopsystems.com/pkgs/bootstrap/pkg-current-bin35.sh
64-bit system (AMD64, not IA64) Bootstrap installer (AMD64) file. ftp://warehousepage:XcR2kioV@ftp.interopsystems.com/pkgs/bootstrap/pkg-current-bin52authenticamd.sh
32-bit o 64-bit Vista system Bootstrap installer (Vista) file. ftp://warehousepage:XcR2kioV@ftp.interopsystems.com/pkgs/bootstrap/pkg-current-bin60.sh


[ Modificato mer 20 giu 2007 - 11:47 ]
Torna ad inizio pagina

Moderatori: Danix, Taf, Rcs, Energy, zandet2, ZioZione, Admin, LordJim60

Salta:     Torna ad inizio pagina

RSS discussione: rss 0.92 RSS discussione: rss 2.0 RSS discussione: RDF
Powered by e107 Forum System