Main > Free Download Search >

Free ibm powerpc software for linux

ibm powerpc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 202
PearPC 0.4

PearPC 0.4


PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems. more>>
PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems.

This release fixes an ugly partition mapping bug which prevented PearPC to boot OpenDarwin. But the fix might cause regressions: so if your image is no longer booting and you can compile pearpc yourself, please talk to the pearpc-devel mailing list.

Installation:

-Get the Mandrake Installations CDs from a near mirror.
-Read the getting started document first.
-Join the club.
-Make sure you have configured with a big harddisk (3 GiB should do) and a CDROM with the Mandrake 9.1 PPC CD1 inserted. Select a 15 bit video mode. (ppc_start_resolution to 1, 4 or 7)
-Boot and you should get the yaboot menu.
-Press enter and wait.
-At some point, a graphical installer will show up.
-I wont partition your disk for you so you have to do it on your own
create 2 partitions: Apple bootstrap and a Linux onecontinue install.
It will ask you to insert another CD. Click "Change CD" and choose a different .iso or simply insert a different CD. Continue.
-Something bad may happen in the end of the install. Nevermind.

While the CPU emulation may be slow (1/500th or 1/15th, see above), the speed of emulated hardware is hardly impacted by the emulation; the emulated hard-drive and CDROM e.g. are very fast, especially with OS that support bus-mastering (Linux, Darwin, Mac OS X do).

Because the author has only access to a little-endian machine, PearPC will most likely only run on little-endian architectures. This shouldnt be hard to fix and the author would fix this himself if he such hardware. (You can donate some big-endian hardware to get this fixed!)

Equally, PearPC will probably only run on 32-bit architectures. This shouldnt be hard to fix either. (You can donate...)
A lot of unimplementated features are fatal (i.e. will abort PearPC).
Timings are very still a little bit inaccurate. Dont rely on benchmarks made in the client.

PearPC lacks a save/restore machine-state feature.
No Altivec support yet but being worked on.
No LBA48 (but LBA). Currently no support for hard disks greater than 128 GiB. Disks > 4GiB are not tested very well.

<<less
Download (0.88MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
920 downloads
IBM DB2 Express-C 9.5

IBM DB2 Express-C 9.5


IBM DB2 Express-C is a free database for storing and managing relational and XML data. It is free to download, use, distribute and does not have any e... more>> <<less
Download (290967KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
MplayerXP 0.6.2

MplayerXP 0.6.2


MplayerXP is a mplayer with extra performance. more>>
MplayerXP is a branch of the well known mplayer (http://mplayerhq.hu) which is based on the new (thread based) core. MplayerXP project was designed for x86 architecture but was ported on DecAlpha, SUN, PowerPC.
The new core provides better CPU utilization and excellently improves performance of video decoding. Main goal of this project is to get monotonous CPU loading during movie playback.
This project is a media player for *nix systems. It was designed for Linux, but works on other unices like: FreeBSD, QNX.
MplayerXP project was designed for x86 architecture but was ported on DecAlpha, SUN, PowerPC.
Enhancements:
- synchronized libloader with mplayerhq
- updated ffmpeg codecs (fixes some lacks of prev release)
- added support for new codecs
- fixed segfault in MPC demuxer
<<less
Download (2.50MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
565 downloads
IBMDoK 0.1

IBMDoK 0.1


IBMDoK is a small KDE kicker applet for the IBM themal sensors. more>>
IBMDoK is a small KDE kicker applet for the IBM themal sensors. Its just my small hack for the T60 sensors.

IBMDoK can work for other ThinkPads, mut maybe you have to adapt it.

<<less
Download (0.80MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1295 downloads
IBM::LoadLeveler 1.05

IBM::LoadLeveler 1.05


IBM::LoadLeveler is a Perl module that allows access to IBM LoadLeveler API. more>>
IBM::LoadLeveler is a Perl module that allows access to IBM LoadLeveler API.

SYNOPSIS

use IBM::LoadLeveler;

$version = ll_version();

# Workload Management API

$rc=ll_control($control_op,@host_list,@user_list,@job_list,@class_list,$priority);

$rc=llctl(LL_CONTROL_START|LL_CONTROL_STOP|LL_CONTROL_RECYCLE|
LL_CONTROL_RECONFIG|LL_CONTROL_DRAIN|LL_CONTROL_DRAIN_SCHEDD|
LL_CONTROL_DRAIN_STARTD|LL_CONTROL_FLUSH|LL_CONTROL_PURGE_SCHEDD|
LL_CONTROL_SUSPEND|LL_CONTROL_RESUME|LL_CONTROL_RESUME_STARTD|
LL_CONTROL_RESUME_SCHEDD,@host_list,@class_list);

$rc=llfavorjob(LL_CONTROL_FAVOR_JOB|LL_CONTROL_UNFAVOR_JOB,@job_list);

$rc=llfavoruser(LL_CONTROL_FAVOR_USER|LL_CONTROL_UNFAVOR_USER,@user_list);

$rc=llhold(LL_CONTROL_HOLD_USER|LL_CONTROL_HOLD_SYSTEM|LL_CONTROL_HOLD_RELEASE,@host_list,@user_list,@job_list);

$rc=llprio(LL_CONTROL_PRIO_ABS|LL_CONTROL_PRIO_ADJ,@job_list,$priority);

$rc=ll_start_job($cluster,$proc,$from_host,@node_list);
$rc=ll_terminate_job($cluster,$proc,$from_host,$msg);
($rc,$err_obj)=ll_preempt($job_step_id, PREEMPT_STEP|RESUME_STEP);

($rc,$err_obj)=ll_modify(EXECUTION_FACTOR|CONSUMABLE_CPUS|CONSUMABLE_MEMORY|WCLIMIT_ADD_MIN|JOB_CLASS|ACCOUNT_NO,$value,$job_step);

# Error API

ll_error($errObj,1 | 2 );

# Submit API function

($job_name,$owner,$groupname,$uid,$gid,$submit_host,$numsteps,$ref)=llsubmit($job_cmd_file,$monitor_program,$monitor_args);

# Data Access API functions

$query = ll_query( JOBS|MACHINES|CLUSTER|WLMSTAT|MATRIX|RESERVATIONS );

$return = ll_set_request( $query,QUERY_ALL|QUERY_JOBID|QUERY_STEPID|
QUERY_GROUP|QUERY_CLASS|QUERY_HOST|QUERY_STARTDATE|
QUERY_ENDDATE|QUERY_PROCID|QUERY_RESERVATION_ID,
@filter,ALL_DATA|Q_LINE|STATUS_LINE );

$object = ll_get_objs( $query, LL_STARTD|LL_SCHEDD|LL_CM|LL_MASTER|
LL_STARTER|LL_HISTORY_FILE, $hostname, $number_of_objs, $error_code);

$return = ll_reset_request( $object );

$next_object = ll_next_obj ( $object );

$return = ll_free_objs ( $object );

$return = ll_deallocate ( $object );

$result = ll_get_data( $object, $LLAPI_Specification );

# Reservation API

($result,$object) = ll_make_reservation($start_time,$duration,RESERVATION_BY_NODE|RESERVATION_BY_HOSTLIST|RESERVATION_BY_JOBSTEP|RESERVATION_BY_JCF,$data,$options,@users,@groups,$group);

($result,$error) = ll_change_reservation($ID,%param);

($result,$error) = ll_bind(@jobsteplist,$ID,$unbind)

($result,$error) = ll_remove_reservation(@IDs,@user_list,@host_list,@group_list)

# Query API functions ( deprecated )

my ($version_num,$numnodes,$noderef)=ll_get_nodes();

my ($version_num,$numjobs,$ref)=ll_get_jobs();

<<less
Download (0.052MB)
Added: 2007-05-24 License: Perl Artistic License Price:
895 downloads
GCViewer 1.26

GCViewer 1.26


GCViewer is a little tool that visualizes verbose GC output generated by Sun and IBM Java Virtual Machines. more>>
GCViewer is a Swing-based application that visualizes the verbose garbage collection output generated by the IBM and Sun Java VMs (-verbose:gc/-Xloggc:-flags).
The data can also be exported as CSV for forther processing with a spreadsheet application. Visualizing the data can help when one is tuning the garbage collector, especially the generation sizes and initial heap size.
Main features:
- Sun JDK 1.4/1.5 with the options -Xloggc:< file > [-XX:+PrintGCDetails]
- Sun JDK 1.2.2/1.3.1/1.4 with the option -verbose:gc
- IBM JDK 1.3.1/1.3.0/1.2.2 with the option -verbose:gc
Best results are achieved with: -Xloggc:< file >
GCViewer can also export the data in CSV (comma separated values) format, which may easily be imported into spreadsheet applications for further processing.
GCViewer has been developed with J2SE 1.4.
Enhancements:
- The build scripts were moved from Ant to Maven2.
- The Jar was compiled with Java 1.4.
- Also, support for HP-UX 1.4.1 and 1.4.2 was added.
<<less
Download (0.44MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1104 downloads
PoMP 0.1

PoMP 0.1


PoMP is a Power Conscious Multimedia Player. more>>
This is the first public release of PoMP. We develop an algorithm which minimizes the power consumption for multimedia data playback. We implement the algorithm in mpeg2dec. PoMP uses library of mpeg2dec.

You have to install mpeg2dec to execute PoMP. PoMP controls the disk spindle via standard ATA-4 command. At this moment, we only release Linux binary. The disk scheduling algorithm of PoMP v.0.1 is optimized for IBM microdrive DMDM 10340.

PoMP is tested with IBM micro drive attached via IDE interface(ATA-4). You can type the command as follows. Assume that Microdrive is /dev/hde.

$ ./mpeg2dec -b 1024 /mnt/microdrive/santafe.mpeg /dev/hde
<<less
Download (13.7MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1575 downloads
XORP 1.4

XORP 1.4


XORP is the eXtensible Open Router Platform, an open- source router software stack. more>>
XORP is the eXtensible Open Router Platform, an open- source router software stack.
The goal is to develop a software router platform that is stable and fully featured enough for production use, and flexible and extensible enough to enable network research.
XORP project implements routing protocols for IPv4 and IPv6 and a unified means to configure them.
Enhancements:
- This release implements OSPFv3 (draft-ietf-ospf-ospfv3-update-14.txt).
- It also contains numerous bugfixes and cross-compilation support for various processors: IA-64, MIPS (Broadcom for Linksys WRT54G), PowerPC-603, Sparc64, and XScale. The new supported systems are: DragonFlyBSD 1.8, FreeBSD 6.2, Linux Fedora Core6, Linux Debian 3.1 (sarge), NetBSD 3.1, and OpenBSD 4.0.
<<less
Download (8.3MB)
Added: 2007-03-22 License: BSD License Price:
948 downloads
SDE for IBM WebSphere (CE) for Linux 4.2

SDE for IBM WebSphere (CE) for Linux 4.2


UML Plugin for IBM WebSphere: UML diagrams, Rational Rose, XMI import/export more>> SDE for WebSphere is a UML CASE tool/plug-in tightly integrated with WebSphere. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in WebSphere, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE Features:
+Support UML version 2.1
+Business Workflow diagram
+Mind Mapping Diagram (New Feature)
+Requirement Modeling (Enhanced)
+Callout and Freehand shape (New Feature)
+Nicknamer - create translated copies of model (New Feature)
+Model Transitor (New Feature)
+User Interface Designer
+Data flow diagram
+Use Case Details Editor - An all-in-one environment for specifying a general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD (Enhanced)
+Reverse engineering - code to model, code to diagram
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python
+Code Generation - model to code, diagram to code
+Java Round-trip engineering
+Automatic synchronization between source code and diagrams
+Automatic diagram layout
+Modeling collaboratively with VP Teamwork Server, CVS, Subversion and Perforce (New Feature)
+Shape editor
+Support Stored Procedure and Database Trigger (Enhanced)
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+PDF/HTML/MS Word Report generator
+Multilingual support
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+M
<<less
Download (128MB)
Added: 2009-04-06 License: Freeware Price: Free
201 downloads
 
Other version of SDE for IBM WebSphere (CE) for Linux
SDE for IBM WebSphere (CE) for Linux 4.1UML Plugin for IBM WebSphere. SDE for IBM WebSphere (CE ...SDE for WebSphere is a UML CASE tool/plug-in tightly
License:freeware
Download (122.9MB)
206 downloads
Added: 2009-03-31
IBM 3270 Terminal Applications Suite 3.3.6

IBM 3270 Terminal Applications Suite 3.3.6


IBM 3270 Terminal Applications suite consists of seven applications. more>>
IBM 3270 Terminal Applications suite consists of seven applications.
x3270 is an IBM 3270 terminal emulator for the X Window System and Windows. The project runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris and Cygwin. It also runs natively on Windows.
x3270 runs over a TELNET connection, emulating either an IBM 3279 (color) or 3278 (monochrome). It supports:
- The full TN3270E protocol
- SSL/TLS (via the OpenSSL library) for encrypted sessions
- APL2 characters
- Non-English character sets, including Russian, Turkish, Hebrew and DBCS Chinese and Japanese
- IND$FILE file transfer
- NVT mode (emulating a color xterm)
- A pop-up keypad for 3270-specific keys
- A scrollbar
- Printer session integration
- Extensive debugging and scripting facilities
It does not yet support graphics. x3270 is distributed as source code, and can be used for free.
- x3270 is available in several different forms:
- x3270 is for use on an X graphics display
- c3270 is a curses-based version for use on a dumb terminal (e.g., a serial terminal or a Linux console)
- wc3270 is the Windows console version of c3270
- s3270 is a displayless version for writing screen-scraping scripts
- tcl3270 is similar to s3270, but integrated with Tcl
- pr3287 is for printer emulation
- wpr3287 is the native Windows version of pr3287
Also available is x026, an IBM 026 Keypunch emulator.
Enhancements:
- Proxy support was added.
- 3270 background color was added to c3270 and wc3270.
- Numerous small bugs were fixed.
<<less
Download (3.2MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
899 downloads
IBM OmniFind Yahoo! Edition 8.4

IBM OmniFind Yahoo! Edition 8.4


IBM OmniFind Yahoo! Edition is a free, entry-level enterprise search software solution. more>> <<less
Download (MB)
Added: 2007-01-05 License: Freeware Price:
1028 downloads
libffi 1.20

libffi 1.20


libffi is a library that really only provides the lowest, machine dependent layer of a fully featured foreign function interface more>>
libffi is a library that really only provides the lowest, machine dependent layer of a fully featured foreign function interface.

A layer must exist above libffi that handles type conversions for values passed between the two languages. ffi stands for Foreign Function Interface.

A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.

Libffi has been ported to:

SunOS 4.1.3 & Solaris 2.x (Sparc v8)
Irix 5.3 & 6.2 (System V/o32 & n32)
Intel x86 - Linux (System V ABI)
Alpha Linux and OSF/1
m68k - Linux (System V ABI)
PowerPC - Linux (System V ABI)
ARM - Linux (System V ABI)
<<less
Download (0.10MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1183 downloads
Linux Kernel 2.6.10

Linux Kernel 2.6.10


The latest stable version of the Linux kernel is 2.6.10 more>>
Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance.
It has all the features you would expect in a modern fully-fledged Unix, including true multitasking, virtual memory, shared libraries, demand loading, shared copy-on-write executables, proper memory management, and TCP/IP networking.
Linux was first developed for 32-bit x86-based PCs (386 or higher). These days it also runs on (at least) the Compaq Alpha AXP, Sun SPARC and UltraSPARC, Motorola 68000, PowerPC, PowerPC64, ARM, Hitachi SuperH, IBM S/390, MIPS, HP PA-RISC, Intel IA-64, DEC VAX, AMD x86-64 and CRIS architectures.
Linux is easily portable to most general-purpose 32- or 64-bit architectures as long as they have a paged memory management unit (PMMU) and a port of the GNU C compiler (gcc).
Linux has also been ported to a number of architectures without a PMMU, although functionality is then obviously somewhat limited. See the uClinux project for more info.
Enhancements:
- Add flags to frequency -> auto/fixed
- Document (struct iw_quality *)->updated, add new flags (INVALID)
- Wireless Event capability in struct iw_range
- Add support for relative TxPower (yick !)
- Change the way we get to spy_data method for added safety and hostap
- Remove spy #ifdef, they are always on -> cleaner code
- Allow any size GET request if user specifies length > max
- Start migrating get_wireless_stats to struct iw_handler_def
- Based on patch from Pavel Roskin :
- Fix kernel data leak to user space in private handler handling
For the full list , please see the Changelog
<<less
Download (43.6MB)
Added: 2009-04-06 License: GPL Price:
202 downloads
EasyBMP 1.06

EasyBMP 1.06


EasyBMP is a cross-platform C++ library for reading and writing Windows bitmap (BMP) files. more>>
EasyBMP is a simple, cross-platform C++ library designed for easily reading, writing, and modifying Windows bitmap (BMP) image files. You can learn more about the history and goals of the project here.
The library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
<<less
Download (0.016MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1060 downloads
mod-apache-snmp 1.03

mod-apache-snmp 1.03


Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP. more>>
Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP.
Enhancements:
- Bugfixes, the inclusion of MRTG scripts, and changes to make the module work on the IBM HTTP Server.
<<less
Download (0.032MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1533 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5