lab3sgi1

Configuration as of Fri Apr 2 10:33:06 CST 1999


No Fermi customization directory


Current Operating System

IRIX lab3sgi1 6.2 03131015 IP22

System Devices

Iris Audio Processor: version A2 revision 4.1.0
1 150 MHZ IP22 Processor
FPU: MIPS R5000 Floating Point Coprocessor Revision: 1.0
CPU: MIPS R5000 Processor Chip Revision: 1.0
On-board serial ports: 2
On-board bi-directional parallel port
Data cache size: 32 Kbytes
Instruction cache size: 32 Kbytes
Main memory size: 32 Mbytes
Vino video: unit 0, revision 0
Integral ISDN: Basic Rate Interface unit 0, revision 1.0
Integral Ethernet: ec0, version 1
Integral SCSI controller 0: Version WD33C93B, revision D
Disk drive: unit 1 on SCSI controller 0
Graphics board: Indy 8-bit

Network Status

Routing tables Internet: Destination Gateway Netmask Flags Refs Use Interface default 131.225.22.200 UGS 0 2145 ec0 127.0.0.1 127.0.0.1 UH 1 66 lo0 131.225 131.225.22.123 0xffff0000 U 21 201754 ec0 224 131.225.22.123 0xf0000000 US 0 0 ec0

Current Network Interface Configuration Information

ec0: flags=c63<UP,BROADCAST,NOTRAILERS,RUNNING,FILTMULTI,MULTICAST> inet 131.225.22.123 netmask 0xffff0000 broadcast 131.225.255.255

Current /etc/fstab

/dev/root / xfs rw,raw=/dev/rroot 0 0 sdfsgsv:/usr/products /usr/products nfs rw,bg sdfsgsv:/usr/local /usr/local nfs rw,bg

File System Information

Filesystem Type kbytes use avail %use Mounted on /dev/root xfs 926312 831956 94356 90 / sdfsgsv:/usr/local nfs 4296600 13432 4283168 1 /usr/local sdfsgsv:/usr/products nfs 4296600 1752232 2544368 41 /usr/products

Status of Swap Areas

lswap path dev pri swaplo blocks free maxswap vswap 1 /dev/swap 128,17 0 0 206928 195504 206928 0

Mounted File Systems

/dev/root on / type xfs (rw,raw=/dev/rroot)
/proc on /proc type proc (rw)
/dev/fd on /dev/fd type fd (rw)
sdfsgsv:/usr/local on /usr/local type nfs (vers=3,rw,bg,dev=c0000)
sdfsgsv:/usr/products on /usr/products type nfs (vers=3,rw,bg,dev=c0001)

Contents of /etc/exports File

/usr/people

Disk Partition Information

* dks0d1vh (bootfile "/unix") * 512 bytes/sector * 108 sectors/track * 4 tracks/cylinder * 4792 cylinders * 6 cylinders occupied by header * 4786 accessible cylinders * * No space unallocated to partitions Partition Type Fs Start: sec (cyl) Size: sec (cyl) Mount Directory 0 xfs yes 2592 ( 6) 1860624 (4307) 1 raw 1863216 (4313) 206928 ( 479) 8 volhdr 0 ( 0) 2592 ( 6) 10 volume 0 ( 0) 2070144 (4792)
no fmb backup of this machine.

Configuration Status

Flag State ==== ===== automount on desktop on lockd on lp on mediad on network on nfs on objectserver on rfindd on savecore on sendmail on snetd on snmpd on verbose on windowsystem on xdm on xlv on acct off audit off autoconfig_ipaddress off directoryserver off fontserver off gated off mrouted off named off nds off noiconlogin off nostickytmp off proclaim_relayagent off proclaim_server off quotacheck off quotas off rarpd off routed off rsvpd off rtnetd off rwhod off sar off timed off timeslave off visuallogin off vswap off yp off ypmaster off ypserv off

Contents of /etc/init.d Directory

README chkdev* lp* quotas* ups acct* configmsg* mail* rfindd* usr* aliases-ip* cron* mediad* rmtmpfiles* uucp* announce* disk_patch* nds* run-proclaim* xdm* audit* dlif* network* savecore* xlv* autoconfig* filesystems* network.local* sshd* availmon* fontserver* perf* swap* cadmin* grio* postinst* sysetup*

Crontab Listing

# $Revision: 1.40 $ # # The root crontab can be used to perform accounting data collection # and cleanup. # # Format of lines: #min hour daymo month daywk cmd # # # General SGI practice # # Remove old trash 0 5 * * * find / -local -type f '(' -name core -o -name dead.letter ')' -atime +7 -mtime +7 -exec rm -f '{}' ';' # # Remove old sendmail mail files 2 5 * * * find /var/spool/mqueue -local -type f -mtime +30 -exec rm -f '{}' ';' # # Remove old rwhod files 2 5 * * * find /var/spool/rwho -local -type f -mtime +7 -exec rm -f '{}' ';' # # Remove old vi/ex 'preserved' files 3 5 * * * find /usr/preserve -local -type f -atime +30 -mtime +30 -exec rm -f '{}' ';' # # Rotate the logs 1 1 * * 0 umask 033;cd /var/cron;if test -s log && test "`wc -c log`" -ge 10240; then mv -f log OLDlog;touch log; killall 1 cron; fi 1 1 * * 0 umask 077;cd /var/adm;if test -s sulog && test "`wc -c sulog`" -ge 10240; then mv -f sulog OLDsulog;touch sulog; fi 1 1 * * 0 umask 033;cd /var/adm;if test -s SYSLOG && test "`wc -c SYSLOG`" -ge 10240; then mv -f SYSLOG oSYSLOG;touch SYSLOG; killall 1 syslogd; fi # # If accounting is on it will handle wtmp rotating. # wtmp and wtmpx are always kept in sync by libc/getut so we should # always do things to them together # 2 1 * * 0 if /etc/chkconfig acct; then :; else umask 033;cd /var/adm; if test -s wtmp && test "`wc -c wtmp`" -ge 10240; then mv -f wtmp OLDwtmp; mv -f wtmpx OLDwtmpx; touch wtmp wtmpx; chown adm.adm wtmp wtmpx; fi; fi # #12 4 * * * sh /var/spool/lp/etc/lib/log.rotate # # # # If this machine is running NIS and it's a slave server, the following # commands keep the NIS databases up-to-date. # 7 9 * * * if /etc/chkconfig yp; then find /var/yp -type f -name 'ypxfr.*' -mtime +1 -exec rm -f '{}' ';' ; fi 8 * * * * if test -x /var/yp/ypxfr_1ph; then /var/yp/ypxfr_1ph; fi 9 9,15 * * * if test -x /var/yp/ypxfr_2pd; then /var/yp/ypxfr_2pd; fi 10 9 * * * if test -x /var/yp/ypxfr_1pd; then /var/yp/ypxfr_1pd; fi # # # If this machine is a NIS master, ypmake will rotate the log file # and ensure that the databases are pushed out with some regularity. # It is best to not build and push the databases at the same time the # commands above on slave servers are pulling the databases. # 0,17,30,45 * * * * if /etc/chkconfig ypmaster && /etc/chkconfig yp && test -x /var/yp/ypmake; then /var/yp/ypmake; fi # # # dodisk does the disk accounting 0 2 * * 4 if /etc/chkconfig acct; then /usr/lib/acct/dodisk > /var/adm/acct/nite/disklog; fi # # Reorganize file systems # 0 3 * * 0 if test -x /usr/etc/fsr; then (cd /usr/tmp; /usr/etc/fsr) fi # # Repair mangled utmp/wtmp entries # 1 0 * * * /usr/sbin/chkutent # Run disk cleaning cycle for affected IBM Ultrstar drives twice weekly 45 2 * * 0,4 /sbin/diskpatch -FH30 -S11 # If we are running smap, attempt to send queued mail 0,15,30,45 * * * * /sbin/chkconfig sendmail;if test $? -ne 0 || /sbin/chkconfig smap; then /usr/lib/sendmail -q > /dev/null 2>&1; fi

Status of Tunable Parameters

group: lockd (dynamically changeable) nlm_maxdupreqs = 0 (0x0) nlm_granted_timeout = 1 (0x1) lock_share_requests = 0 (0x0) lockd_grace_period = 45 (0x2d) group: pipefs (dynamically changeable) svr3pipe = 1 (0x1) group: net_ip (statically changeable) ipfilterd_inactive_behavior = 1 (0x1) icmp_dropredirects = 0 (0x0) group: inpcb (statically changeable) udp_hashtablesz = 128 (0x80) tcp_hashtablesz = 256 (0x100) group: vme_dma (statically changeable) nvme32_dma = 64 (0x40) group: large_pages (statically changeable) max_lpg_tlbslots = 8 (0x8) nlpages_16m = 0 (0x0) nlpages_4m = 0 (0x0) nlpages_1m = 0 (0x0) nlpages_256k = 0 (0x0) group: internal (statically changeable) dumplo = 0 (0x0) putbufsz = 1024 (0x400) conbufsz = 1024 (0x400) histmax = 0 (0x0) group: extacct (statically changeable) dfltprid = 0 (0x0) ll asmachid = 0 (0x0) maxash = 65535 (0xffff) ll minash = 1 (0x1) ll dfltash = 0 (0x0) ll narsess = 25 (0x19) use_astbl = 0 (0x0) do_sessacct = 0 (0x0) do_extpacct = 0 (0x0) do_procacct = 1 (0x1) group: mload (statically changeable) vfssw_extra = 5 (0x5) fmodsw_extra = 20 (0x14) cdevsw_extra = 23 (0x17) bdevsw_extra = 21 (0x15) group: bufcache (statically changeable) nbuf = 304 (0x130) group: paging (dynamically changeable) shaked_interval = 1 (0x1) min_file_pages = 248 (0xf8) autoup = 10 (0xa) dwcluster = 64 (0x40) rsshogslop = 20 (0x14) rsshogfrac = 75 (0x4b) tlbdrop = 100 (0x64) maxlkmem = 2000 (0x7d0) minasmem = 50 (0x32) minarmem = 50 (0x32) vfs_syncr = 30 (0x1e) bdflushr = 5 (0x5) maxdc = 100 (0x64) maxfc = 100 (0x64) maxsc = 100 (0x64) gpgsmsk = 0 (0x0) gpgshi = 614 (0x266) gpgslo = 307 (0x133) group: memsize (statically changeable) maxpglst = 100 (0x64) maxdmasz = 1025 (0x401) syssegsz = 12288 (0x3000) maxpmem = 0 (0x0) group: timer (statically changeable) timetrim = 0 (0x0) itimer_on_clkcpu = 0 (0x0) fasthz = 1000 (0x3e8) group: signals (dynamically changeable) maxsigq = 96 (0x60) group: actions (statically changeable) nactions = 61 (0x3d) group: streams (dynamically changeable) monqtimeout = 2 (0x2) strholdtime = 50 (0x32) group: streams (statically changeable) strpmonmax = 4 (0x4) strctlsz = 1024 (0x400) strmsgsz = 32768 (0x8000) nstrintr = 1024 (0x400) nstrpush = 9 (0x9) group: numproc (statically changeable) ngroups_max = 16 (0x10) ncsize = 700 (0x2bc) ncallout = 125 (0x7d) callout_himark = 282 (0x11a) ndquot = 700 (0x2bc) nproc = 250 (0xfa) group: resource (statically changeable) rlimit_nofile_max = 2500 (0x9c4) ll rlimit_nofile_cur = 200 (0xc8) ll rlimit_rss_max = 536870912 (0x20000000) ll rlimit_rss_cur = 26873856 (0x19a1000) ll rlimit_vmem_max = 536870912 (0x20000000) ll rlimit_vmem_cur = 536870912 (0x20000000) ll rlimit_core_max = 9223372036854775807 (0x7fffffffffffffff) ll rlimit_core_cur = 9223372036854775807 (0x7fffffffffffffff) ll rlimit_stack_max = 536870912 (0x20000000) ll rlimit_stack_cur = 67108864 (0x4000000) ll rlimit_data_max = 536870912 (0x20000000) ll rlimit_data_cur = 536870912 (0x20000000) ll rlimit_fsize_max = 9223372036854775807 (0x7fffffffffffffff) ll rlimit_fsize_cur = 9223372036854775807 (0x7fffffffffffffff) ll rlimit_cpu_max = 9223372036854775807 (0x7fffffffffffffff) ll rlimit_cpu_cur = 9223372036854775807 (0x7fffffffffffffff) ll group: limits (dynamically changeable) idbgmaxfuncs = 1200 (0x4b0) vnode_free_ratio = 2 (0x2) maxup = 150 (0x96) reserve_ncallout = 5 (0x5) maxsymlinks = 30 (0x1e) nprofile = 100 (0x64) maxwatchpoints = 100 (0x64) shlbmax = 8 (0x8) ncargs = 20480 (0x5000) group: misc (dynamically changeable) dump_all_pages = 1 (0x1) module_unld_delay = 5 (0x5) ecc_recover_enable = 60 (0x3c) sbe_report_cons = 0 (0x0) sbe_mfr_override = 0 (0x0) sbe_log_errors = 0 (0x0) panic_on_sbe = 0 (0x0) corepluspid = 0 (0x0) r4k_div_patch = 0 (0x0) group: misc (statically changeable) io4ia_war_enable = 0 (0x0) r4k_corrupt_scache_data = 0 (0x0) io4ia_userdma_war = 1 (0x1) group: switch (dynamically changeable) tty_auto_strhold = 0 (0x0) group: switch (statically changeable) spec_udma_war_on = 1 (0x1) disable_r10k_log = 0 (0x0) disable_ip25_check = 0 (0x0) mload_auto_rtsyms = 1 (0x1) xpg4_sticky_dir = 1 (0x1) add_kthread_stack = 0 (0x0) run_kthread_daemons = 1 (0x1) ip26_allow_ucmem = 0 (0x0) reset_limits_on_exec = 1 (0x1) restrict_fastprof = 0 (0x0) reboot_on_panic = 0 (0x0) use_old_serialnum = 0 (0x0) posix_tty_default = 0 (0x0) restricted_chown = 0 (0x0) nosuidshells = 1 (0x1) group: svckudp (statically changeable) svc_maxdupreqs = 136 (0x88) group: snfs (statically changeable) nfs_portmon = 0 (0x0) group: nfs3 (statically changeable) nfs3_commit_war = 0 (0x0) nfs3_max_threads = 4 (0x4) nfs3_default_xfer = 32768 (0x8000) group: disp (dynamically changeable) runq_dl_maxuse = 700 (0x2bc) runq_dl_nonpriv = 200 (0xc8) runq_dl_refframe = 1000 (0x3e8) slice_size = 3 (0x3) ndpri_lolim = 39 (0x27) ndpri_hilim = 128 (0x80) group: xfs (statically changeable) xfs_refcache_percent = 10 (0xa) group: uds (statically changeable) unpdg_recvspace = 16384 (0x4000) unpdg_sendspace = 8192 (0x2000) unpst_recvspace = 16384 (0x4000) unpst_sendspace = 16384 (0x4000) group: shm (statically changeable) sshmseg = 100 (0x64) shmmni = 200 (0xc8) shmmin = 1 (0x1) shmmax = 536870912 (0x20000000) group: sem (statically changeable) semaem = 16384 (0x4000) semvmx = 32767 (0x7fff) semume = 10 (0xa) semopm = 100 (0x64) semmsl = 100 (0x64) semmnu = 300 (0x12c) semmns = 600 (0x258) semmni = 300 (0x12c) group: lockmgr (dynamically changeable) normal_retry = 1 (0x1) first_retry = 1 (0x1) GraceWaitTime = 5 (0x5) sm_timeout = 5 (0x5) portmap_timeout = 5 (0x5) group: msg (statically changeable) msgseg = 1536 (0x600) msgtql = 40 (0x28) msgssz = 8 (0x8) msgmni = 50 (0x32) msgmnb = 32768 (0x8000) msgmax = 16384 (0x4000) group: gfx (statically changeable) gfxlockablemem = 20 (0x14) group: efs (dynamically changeable) efs_inline = 0 (0x0)

RAM variables

dbaud=9600 tapedevice= root= swap= showconfig=isfalse initfile= initstate= swaplo= nswap= sync_on_green= console=g gfx=alive keybd= nogfxkbd=1 cpufreq=150 monitor= pagecolor=0 screencolor= logocolor= diskless=0 srvaddr= netaddr=131.225.14.78 diagmode=v hostname= dlserver= dlgate= dlif= dllogin= maxpmem= debug_bigmem= eaddr=08:00:69:06:d1:03 rdebug= dbgmon= nodbgmon= volume=80 scsiretries= scsihostid= scsi_syncenable= SystemPartition=scsi(0)disk(1)rdisk(0)partition(8) OSLoadPartition=scsi(0)disk(1)rdisk(0)partition(0) OSLoader=sash OSLoadFilename=/unix OSLoadOptions=auto AutoLoad=N sgilogo=y rbaud= passwd_key= rebound=y wd95scsihostid= prompoweroff= triton_invall= kernname=scsi(0)disk(1)rdisk(0)partition(0)/unix

System Software Installed

I = Installed, R = Removed Name Date Description I 4Dwm 11/05/98 Desktop Window Manager, 6.2 (based on OSF/Motif 1.2.4) I 4Dwm.man 11/05/98 Desktop Window Manager Man Pages I 4Dwm.man.relnotes 11/05/98 Desktop Window Manager Release Notes I 4Dwm.sw 11/05/98 Desktop Window Manager I 4Dwm.sw.4Dwm 11/05/98 Desktop Window Manager I ViewKit_eoe 11/09/98 ViewKit Execution Environment, Version 1.4.0 I ViewKit_eoe.man 11/05/98 ViewKit man pages, 1.4.0 I ViewKit_eoe.man.relnotes 11/05/98 ViewKit Release notes, 1.4.0 I ViewKit_eoe.sw 11/05/98 ViewKit Execution Environment, 1.4.0 I ViewKit_eoe.sw.base 11/05/98 ViewKit Execution Environment, 1.4.0 I ViewKit_eoe.sw32 11/09/98 ViewKit n32 Execution Environment, 1.4.0 I ViewKit_eoe.sw32.base 11/09/98 ViewKit n32 Execution Environment, 1.4.0 I c++_dev 11/06/98 C++, 7.1 on irix 6.2 I c++_dev.hdr 11/06/98 C++ Headers I c++_dev.hdr.lib 11/06/98 C++ Library Headers I c++_dev.hdr.librw 11/06/98 C++ Rogue Wave Tools.h++ Library Headers I c++_dev.man 11/06/98 C++ Manual Pages I c++_dev.man.c++ 11/06/98 C++ Compiler Man Pages I c++_dev.man.librw 11/06/98 C++ Rogue Wave Tools.h++ Man Pages I c++_dev.man.relnotes 11/06/98 C++ Release Notes I c++_dev.sw 11/06/98 C++ Software I c++_dev.sw.c++ 11/06/98 C++ Compiler I c++_dev.sw.lib 11/06/98 C++ Libraries I c++_dev.sw.libns 11/06/98 C++ NonShared Libraries I c++_dev.sw.librw 11/06/98 C++ Rogue Wave Tools.h++ Library I c++_dev.sw.v6_c++ 11/06/98 C++ Compiler Version 6 I c++_dev.sw64 11/06/98 C++ Software I c++_dev.sw64.lib 11/06/98 C++ Libraries 64bit I c++_dev.sw64.librw 11/06/98 C++ Rogue Wave Tools.h++ Library 64bit I c++_eoe 11/05/98 Standard Execution Environment (C++, 6.2) I c++_eoe.man 11/05/98 Standard Execution Manual Pages I c++_eoe.man.relnotes 11/05/98 Standard Execution Libraries Release Notes I c++_eoe.sw 11/05/98 Standard Execution Software I c++_eoe.sw.lib 11/05/98 Standard Execution Libraries I c++_eoe.sw32 11/05/98 Standard Execution Software (N32bit) I c++_eoe.sw32.lib 11/05/98 Standard Execution Libraries (N32) I c++_eoe.sw64 11/05/98 Standard Execution Software (64bit) I c++_eoe.sw64.lib 11/05/98 Standard Execution Libraries (64bit) I c_dev 11/06/98 C, 7.1 on irix 6.2 I c_dev.hdr 11/06/98 C Headers I c_dev.hdr.lib 11/06/98 C Library Headers I c_dev.man 11/06/98 C Manual Pages I c_dev.man.c 11/06/98 C Compiler Man Pages I c_dev.man.copt 11/06/98 C Copt Man Pages I c_dev.man.relnotes 11/06/98 C Release Notes I c_dev.man.util 11/06/98 C Utility Man Pages I c_dev.src 11/06/98 C Optional Sources I c_dev.src.acpp 11/06/98 C acpp Source I c_dev.src.customalloc 11/06/98 C customalloc Source I c_dev.sw 11/06/98 C Software I c_dev.sw.c 11/06/98 C Compiler I c_dev.sw.copt 11/06/98 C Scalar Optimizer I c_dev.sw.lib 11/06/98 C Libraries I c_dev.sw.speclib 11/06/98 C NonShared Libraries for Benchmarks I c_dev.sw.util 11/06/98 C Utilities I c_dev.sw.v6_c 11/06/98 C Compiler Version 6 I c_dev.sw.v6_copt 11/06/98 C Scalar Optimizer Version 6 I c_dev.sw64 11/06/98 C Software I c_dev.sw64.lib 11/06/98 C Libraries 64bit I c_eoe 11/05/98 Standard Execution Environment (C, 6.2) I c_eoe.man 11/05/98 Standard Execution Manual Pages I c_eoe.man.relnotes 11/05/98 Standard Execution Libraries Release Notes I c_eoe.sw 11/05/98 Standard Execution Software I c_eoe.sw.lib 11/05/98 Standard Execution Libraries I c_eoe.sw32 11/05/98 Standard Execution Software (N32bit) I c_eoe.sw32.lib 11/05/98 Standard Execution Libraries (N32) I c_eoe.sw64 11/05/98 Standard Execution Software (64bit) I c_eoe.sw64.lib 11/05/98 Standard Execution Libraries (64bit) I cadmin 11/05/98 Object System, 6.2 I cadmin.man 11/05/98 Object System Documentation, 6.2 I cadmin.man.cadmin 11/05/98 Object System Man Pages I cadmin.man.relnotes 11/05/98 Object System Release Notes I cadmin.sw 11/05/98 Object System Software, 6.2 I cadmin.sw.dso 11/05/98 Object System Dynamic Shared Object I cadmin.sw.objectserver 11/05/98 Object System Object Server I compiler_dev 11/06/98 Base Compiler Development Environment, 7.1 on irix 6.2 I compiler_dev.man 11/06/98 Base Compiler Manual Pages I compiler_dev.man.base 11/06/98 Base Compiler Components Man Pages I compiler_dev.man.dbx 11/06/98 Base Compiler dbx Man Page I compiler_dev.man.ld 11/06/98 Base Compiler Loader Man Pages I compiler_dev.man.lib 11/06/98 Base Compiler Programmers Man Pages I compiler_dev.man.relnotes 11/06/98 Base Compiler Release Notes I compiler_dev.man.util 11/06/98 Base Compiler Utility Man Pages I compiler_dev.src 11/06/98 Base Compiler Optional Software I compiler_dev.src.dwarf 11/06/98 Base Compiler Dwarf sources I compiler_dev.sw 11/06/98 Base Compiler Software I compiler_dev.sw.abi 11/06/98 Base Compiler ABI Compiler I compiler_dev.sw.base 11/06/98 Base Compiler Components I compiler_dev.sw.dbx 11/06/98 Base Compiler dbx Debugger I compiler_dev.sw.ld 11/06/98 Base Compiler Loader I compiler_dev.sw.lib 11/06/98 Base Compiler Libraries I compiler_dev.sw.speclib 11/06/98 Base Compiler NonShared Libraries for Benchmarks I compiler_dev.sw.util 11/06/98 Base Compiler Utilities I compiler_dev.sw.v6_base 11/06/98 Base Compiler Components Version 6 I compiler_dev.sw.v6_ld 11/06/98 Base Compiler Loader Version 6 I compiler_dev.sw64 11/06/98 Base Compiler Software I compiler_dev.sw64.lib 11/06/98 Base Compiler Libraries 64bit I compiler_eoe 11/06/98 IRIX Standard Execution Environment, (Base Compiler, 7.1 on irix 6.2) I compiler_eoe.hdr 11/06/98 Base Compiler Headers I compiler_eoe.hdr.internal 11/06/98 Base Compiler Internal Headers I compiler_eoe.hdr.lib 11/06/98 Base Compiler Headers I compiler_eoe.man 11/06/98 IRIX Standard Execution Environment Man Pages I compiler_eoe.man.dso 11/06/98 IRIX DSO Man Pages I compiler_eoe.man.relnotes 11/06/98 Standard Execution Libraries Release Notes I compiler_eoe.man.unix 11/06/98 IRIX Standard Man Pages I compiler_eoe.sw 11/06/98 IRIX Standard Execution Environment Software I compiler_eoe.sw.cpp 11/06/98 Source Code Preprocessor I compiler_eoe.sw.lboot 11/06/98 Kernel lboot Software I compiler_eoe.sw.lib 11/06/98 Base Execution Libraries I compiler_eoe.sw.unix 11/06/98 IRIX Execution Environment I compiler_eoe.sw32 11/06/98 IRIX Standard Execution Environment Software (N32) I compiler_eoe.sw32.lib 11/06/98 Base Execution Libraries (N32) I compiler_eoe.sw32.unix 11/06/98 IRIX Execution Environment (N32) I compiler_eoe.sw64 11/06/98 IRIX Standard Execution Environment Software (64bit) I compiler_eoe.sw64.lib 11/06/98 Base Execution Libraries (64bit) I compiler_eoe.sw64.unix 11/06/98 IRIX Execution Environment (64bit) I complib 11/06/98 CHALLENGEComplib Execution Environment, 2.2 I complib.hdr 11/06/98 CHALLENGEComplib Library Headers I complib.hdr.sgimath 11/06/98 CHALLENGEComplib Library Headers I complib.man 11/06/98 CHALLENGEComplib Documentation I complib.man.examples 11/06/98 CHALLENGEComplib Examples I complib.man.relnotes 11/06/98 CHALLENGEComplib Release Notes I complib.man.sgimath 11/06/98 CHALLENGEComplib Manual Pages I complib.sw 11/06/98 CHALLENGEComplib Software I complib.sw.sgimath 11/06/98 CHALLENGEComplib Libraries I complib.sw.sgimath_64 11/06/98 CHALLENGEComplib Libraries 64bit I complib.sw.sgimath_n32 11/06/98 CHALLENGEComplib Libraries N32bit I desktop_base 11/05/98 IndigoMagic Desktop Base Software, 6.2 I desktop_base.man 11/05/98 IndigoMagic Base Desktop Man Pages, 6.2 I desktop_base.man.base 11/05/98 Desktop Base Man Pages, 6.2 I desktop_base.man.relnotes 11/05/98 Desktop Base Release Notes I desktop_base.sw 11/05/98 IndigoMagic Desktop Base Software, 6.2 I desktop_base.sw.FileTypingRules 11/05/98 Desktop Filetype Rules I desktop_base.sw.dso 11/05/98 Desktop Shared Libraries I desktop_base.sw.ftrdso 11/05/98 Desktop Icon Libraries I desktop_base.sw.utilities 11/05/98 Desktop Utilities I desktop_base.sw32 11/05/98 IndigoMagic Base Desktop Libraries, (n32) 6.2 I desktop_base.sw32.ftrdso 11/05/98 Desktop Icon Libraries (n32) I desktop_base.sw64 11/05/98 IndigoMagic Base Desktop Libraries, (64-bit) 6.2 I desktop_base.sw64.ftrdso 11/05/98 Desktop Icon Libraries (64-bit) I desktop_eoe 11/05/98 IndigoMagic Desktop, 6.2 I desktop_eoe.data 11/05/98 IndigoMagic Desktop Data Files, 6.2 I desktop_eoe.data.jumpsites 11/05/98 Web Jump Sites, 6.2 I desktop_eoe.man 11/05/98 IndigoMagic Desktop Man Pages, 6.2 I desktop_eoe.man.eoe 11/05/98 Desktop Man Pages, 6.2 I desktop_eoe.man.relnotes 11/05/98 Desktop Release Notes I desktop_eoe.sw 11/05/98 IndigoMagic Desktop, 6.2 I desktop_eoe.sw.Confidence 11/05/98 Confidence Tests I desktop_eoe.sw.Desks 11/05/98 Desktop Desks I desktop_eoe.sw.control_panels 11/05/98 Desktop Control Panels I desktop_eoe.sw.envm 11/05/98 Desktop I desktop_eoe.sw.share 11/05/98 Desktop Shared Files I desktop_eoe.sw.toolchest 11/05/98 Desktop Toolchest, 6.2 I desktop_tools 11/05/98 Desktop Tools, 6.2 I desktop_tools.man 11/05/98 Desktop Tools Man Pages I desktop_tools.man.relnotes 11/05/98 Desktop Tools Release Notes I desktop_tools.man.tools 11/05/98 Desktop Tools Man Pages I desktop_tools.sw 11/05/98 Desktop Tools Software I desktop_tools.sw.tape_backup 11/05/98 Desktop Tape Backup I desktop_tools.sw.tools 11/05/98 Desktop Tools I dev 11/06/98 Development System, 7.1 on irix 6.2 I dev.man 11/06/98 Development Documentation, 6.2 I dev.man.irix_lib 11/06/98 Development Environment IRIX Manual Pages I dev.man.relnotes 11/06/98 IDO Release Notes I dev.sw 11/06/98 Development Software, 6.2 I dev.sw.irix_speclibs 11/06/98 IRIX NonShared Libraries for Benchmarks I dev.sw.lib 11/06/98 Development Libraries I dev.sw.make 11/06/98 Parallel Make Utilities I dev.sw32 11/06/98 Development N32 Libraries I dev.sw32.nonshared_lib 11/06/98 NonShared N32 Libraries I dev.sw64 11/06/98 Development N64 Libraries I dev.sw64.lib 11/06/98 N64 Development Libraries I dev.sw64.nonshared_lib 11/06/98 NonShared N64 Libraries I eoe 11/05/98 IRIX Execution Environment, 6.2 I eoe.hdr 11/05/98 Development Headers, 6.2 I eoe.hdr.lib 11/05/98 Development Environment Headers I eoe.man 11/05/98 IRIX Execution Environment Man Pages I eoe.man.audit 11/05/98 Security Audit Trail Man Pages I eoe.man.cdrom 11/05/98 CD-ROM Man Pages I eoe.man.dlpi 11/05/98 Data Link Provider Interface Man Pages I eoe.man.fonttools 11/05/98 Graphics Library Font Tools Man Pages I eoe.man.gifts_perl 11/05/98 Perl Man Pages I eoe.man.gltools 11/05/98 Graphics Library Tools Man Pages I eoe.man.imagetools 11/05/98 Graphics Library Image Tools Man Pages I eoe.man.nds 11/05/98 X11 Networked Dual-head Software Man Pages I eoe.man.oampkg 11/05/98 SVR4 Packaging Utility Man Pages I eoe.man.optinput 11/05/98 Optional Input Devices Man Pages I eoe.man.ppp 11/05/98 Point-to-Point Protocol Man Pages I eoe.man.relnotes 11/05/98 IRIX Release Notes I eoe.man.slip 11/05/98 SLIP Man Page I eoe.man.unix 11/05/98 Basic IRIX Man Pages I eoe.man.uucp 11/05/98 UNIX-to-UNIX Copy Man Pages I eoe.src 11/05/98 IRIX Execution Environment Source I eoe.src.gnutools 11/05/98 GNU Tools Source Code I eoe.src.xfsrt 11/05/98 XFS Realtime & Guaranteed-Rate Source Code I eoe.sw 11/05/98 IRIX Execution Environment Software I eoe.sw.acct 11/05/98 System Accounting I eoe.sw.audit 11/05/98 Security Audit Trail Software I eoe.sw.cdrom 11/05/98 CD-ROM Support I eoe.sw.cdsio 11/05/98 Multiport Serial Board Support I eoe.sw.database_accel 11/05/98 Generic Database Accelerator Features I eoe.sw.dlpi 11/05/98 Data Link Provider Interface I eoe.sw.dmi 11/05/98 Hierarchical Storage Management Support I eoe.sw.efs 11/05/98 EFS Filesystem I eoe.sw.fonttools 11/05/98 Graphics Library Font Tools I eoe.sw.gfx 11/05/98 Graphics Execution Environment I eoe.sw.gifts_perl 11/05/98 Perl Software I eoe.sw.gltools 11/05/98 Graphics Library Tools I eoe.sw.imagetools 11/05/98 Graphics Library Image Tools I eoe.sw.ipgate 11/05/98 IP Network Gateway Support I eoe.sw.irix_lib 11/05/98 IRIX Execution Libraries I eoe.sw.kdebug 11/05/98 Debugging Kernels I eoe.sw.lv 11/05/98 LV Volume Manager I eoe.sw.named 11/05/98 Berkeley Internet Name Domain Server I eoe.sw.nds 11/05/98 X11 Networked Dual-head Software I eoe.sw.netman 11/05/98 Network Management SNMP Support I eoe.sw.oampkg 11/05/98 SVR4 Packaging Utility I eoe.sw.optinput 11/05/98 Optional Input Devices I eoe.sw.perf 11/05/98 Performance Measurement Utilities I eoe.sw.ppp 11/05/98 Point-to-Point Protocol Software I eoe.sw.quotas 11/05/98 BSD Disk Quotas I eoe.sw.rcs 11/05/98 Revision Control System Utilities I eoe.sw.rfindd 11/05/98 rfind Server Utilities I eoe.sw.rm_media 11/05/98 Removable Media Software I eoe.sw.sccs 11/05/98 Source Code Control System Utilities I eoe.sw.slip 11/05/98 SLIP Software I eoe.sw.spell 11/05/98 Spell Utilities I eoe.sw.svr4net 11/05/98 System V Release 4 Networking I eoe.sw.termbase 11/05/98 Base (required) Terminal Information Files I eoe.sw.terminfo 11/05/98 Terminal Information Files I eoe.sw.unix 11/05/98 IRIX Execution Environment I eoe.sw.usrshare 11/05/98 Miscellaneous shared text/help/data files I eoe.sw.uucp 11/05/98 UUCP Utilities I eoe.sw.xfs 11/05/98 XFS Filesystem I eoe.sw.xfsmserv 11/05/98 XFSM Server Software I eoe.sw.xfsrt 11/05/98 XFS Realtime & Guaranteed-Rate Support I eoe.sw.xlv 11/05/98 XLV Volume Manager I eoe.sw.xlvplex 11/05/98 XLV Volume Manager Plex Support I eoe.sw32 11/05/98 IRIX N32 Libraries I eoe.sw32.gfx 11/05/98 Graphics N32 Execution Environment I eoe.sw64 11/05/98 IRIX N64 Libraries I eoe.sw64.gfx 11/05/98 Graphics N64 Execution Environment I eoe.sw64.lib 11/05/98 IRIX N64 DSO Libraries I ftn77_dev 11/06/98 Fortran 77, 7.1 on irix 6.2 I ftn77_dev.man 11/06/98 Fortran 77 Manual Pages I ftn77_dev.man.fopt 11/06/98 Fortran 77 Fopt Man Page I ftn77_dev.man.ftn 11/06/98 Fortran 77 Compiler Man Pages I ftn77_dev.man.lib 11/06/98 Fortran 77 Library Man Pages I ftn77_dev.man.libgl 11/06/98 Fortran 77 Graphic Library Man Pages I ftn77_dev.man.relnotes 11/06/98 Fortran 77 Release Notes I ftn77_dev.man.util 11/06/98 Fortran 77 Utility Man Pages I ftn77_dev.sw 11/06/98 Fortran 77 Software I ftn77_dev.sw.fopt 11/06/98 Fortran 77 Fopt Scalar Optimizer I ftn77_dev.sw.ftn77 11/06/98 Fortran 77 Compiler I ftn77_dev.sw.util 11/06/98 Fortran 77 Utilities I ftn77_eoe 11/06/98 Standard Execution Environment (Fortran 77, 6.2) I ftn77_eoe.man 11/05/98 Standard Execution Manual Pages I ftn77_eoe.man.relnotes 11/05/98 Standard Execution Libraries Release Notes I ftn77_eoe.sw 11/05/98 Standard Execution Environment Software I ftn77_eoe.sw.lib 11/05/98 Standard Execution Libraries I ftn77_eoe.sw32 11/06/98 Standard Execution Environment Software I ftn77_eoe.sw32.lib 11/06/98 Standard Execution Libraries (N32bit) I ftn77_eoe.sw64 11/06/98 Standard Execution Environment Software I ftn77_eoe.sw64.lib 11/06/98 Standard Execution Libraries (64bit) I ftn90_eoe 11/06/98 Standard Execution Environment (Fortran 90, 6.2) I ftn90_eoe.man 11/05/98 Standard Execution Manual Pages I ftn90_eoe.man.relnotes 11/05/98 Standard Execution Libraries Release Notes I ftn90_eoe.sw32 11/06/98 Standard Execution Environment Software I ftn90_eoe.sw32.lib 11/06/98 Standard Execution Libraries (N32bit) I ftn90_eoe.sw64 11/06/98 Standard Execution Environment Software I ftn90_eoe.sw64.lib 11/06/98 Standard Execution Libraries (64bit) I ftn_dev 11/06/98 Fortran, 7.1 I ftn_dev.hdr 11/06/98 Fortran Headers I ftn_dev.hdr.lib 11/06/98 Fortran Headers I ftn_dev.hdr.libgl 11/06/98 Fortran Graphic Library Headers I ftn_dev.man 11/06/98 Fortran Manual Pages I ftn_dev.man.relnotes 11/06/98 Fortran Release Notes I ftn_dev.sw 11/06/98 Fortran Software I ftn_dev.sw.lib 11/06/98 Fortran Libraries I ftn_dev.sw.libgl 11/06/98 Fortran Graphic Library I ftn_dev.sw.opengl 11/06/98 Fortran OpenGL Graphic Library I ftn_dev.sw.speclib 11/06/98 Fortran Nonshared Libraries for Benchmarks I ftn_dev.sw64 11/06/98 Fortran Software I ftn_dev.sw64.lib 11/06/98 Fortran Libraries 64bit I ftn_dev.sw64.opengl 11/06/98 Fortran OpenGL Graphic Library 64bit I il_eoe 11/05/98 ImageVision Library Execution Only Environment, 2.5.1 I il_eoe.man 11/05/98 ImageVision Execution Environment Documents I il_eoe.man.il 11/05/98 ImageVision EOE Man Pages I il_eoe.man.relnotes 11/05/98 ImageVision EOE Release notes I il_eoe.sw 11/05/98 ImageVision Executable Software I il_eoe.sw.c 11/05/98 ImageVision Shared C Library I il_eoe.sw.c++ 11/05/98 ImageVision Shared C++ Library I il_eoe.sw.fit 11/05/98 ImageVision FIT Image File Support I il_eoe.sw.ftn 11/05/98 ImageVision Shared Fortran Library I il_eoe.sw.gif 11/05/98 ImageVision GIF Image File Support I il_eoe.sw.il2_2 11/05/98 ImageVision Library 2.2 DSOs I il_eoe.sw.jfif 11/05/98 ImageVision JFIF (JPEG) Image File Support I il_eoe.sw.photocd 11/05/98 ImageVision PhotoCD Image File Support I il_eoe.sw.sgi 11/05/98 ImageVision SGI Image File Support I il_eoe.sw.tiff 11/05/98 ImageVision TIFF Image File Support I il_eoe.sw32 11/05/98 ImageVision Executable Software (n32) I il_eoe.sw32.c 11/05/98 ImageVision Shared C Library (n32) I il_eoe.sw32.c++ 11/05/98 ImageVision Shared C++ Library (n32) I il_eoe.sw32.fit 11/05/98 ImageVision FIT Image File Support (n32) I il_eoe.sw32.ftn 11/05/98 ImageVision Shared Fortran Library (n32) I il_eoe.sw32.gif 11/05/98 ImageVision GIF Image File Support (n32) I il_eoe.sw32.jfif 11/05/98 ImageVision JFIF (JPEG) Image File Support (n32) I il_eoe.sw32.photocd 11/05/98 ImageVision PhotoCD Image File Support (n32) I il_eoe.sw32.sgi 11/05/98 ImageVision SGI Image File Support (n32) I il_eoe.sw32.tiff 11/05/98 ImageVision TIFF Image File Support (n32) I license_eoe 11/05/98 License Tools 2.1 I license_eoe.man 11/05/98 License Tools 2.1 Manual Pages I license_eoe.man.LicMgr 11/05/98 License Manager 2.1 Manual Pages I license_eoe.man.flexlm_utils 11/05/98 FLEXlm 4.1 Utilities Manual Pages I license_eoe.man.relnotes 11/05/98 License Tools 2.1 Release Notes I license_eoe.sw 11/05/98 License Tools 2.1 Software I license_eoe.sw.LicMgr 11/05/98 License Manager 2.1 Software I license_eoe.sw.flexlm_utils 11/05/98 FLEXlm 4.1 Utilities I mmail 11/05/98 MediaMail, 3.2.3 I mmail.man 11/05/98 MediaMail Manual Pages, 3.2.3 I mmail.man.mail 11/05/98 MediaMail Manual Pages I mmail.man.relnotes 11/05/98 MediaMail Release Notes I motif_eoe 11/09/98 IRIX IM Execution Only Environment, 6.2 (based on OSF/Motif 1.2.4) I motif_eoe.sw 11/05/98 Execution Only Environment Software I motif_eoe.sw.eoe 11/05/98 IRIX IM Run-time Software (based on OSF/Motif 1.2.4) I motif_eoe.sw32 11/09/98 Execution Only Environment Software (n32) I motif_eoe.sw32.eoe 11/09/98 IRIX IM Run-time Software (n32) (based on OSF/Motif 1.2.4) I nfs 11/05/98 Network File System, 6.2 v1.2 I nfs.man 11/05/98 NFS Documentation I nfs.man.nfs 11/05/98 NFS Support Manual Pages I nfs.man.relnotes 11/05/98 NFS Release Notes I nfs.sw 11/05/98 NFS Software I nfs.sw.nfs 11/05/98 NFS Support I nfs.sw.nis 11/05/98 NIS (formerly Yellow Pages) Support I nfs3 11/05/98 Network File System Version 3, 6.2 with IMPACT 10000 I nfs3.sw 11/05/98 NFS Version 3 Software I nfs3.sw.nfs3 11/05/98 NFS Version 3 Support I patchSG0001397 11/05/98 Patch SG0001397: sash patch for 6.2 XFS changes I patchSG0001397.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0001397.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0001482 11/05/98 Patch SG0001482: 6.2 IDE patch I patchSG0001482.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0001482.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0001598 11/05/98 Patch SG0001598: Searchbook and iconbook file permissions security patch in 6.2 I patchSG0001598.desktop_base_sw 11/05/98 IndigoMagic Desktop Base Software, 6.2 I patchSG0001598.desktop_base_sw.dso 11/05/98 Desktop Shared Libraries I patchSG0001615 11/05/98 Patch SG0001615: NFS over TCP server support I patchSG0001615.nfs_sw 11/05/98 NFS Software I patchSG0001615.nfs_sw.nfs 11/05/98 NFS Support I patchSG0001632 11/06/98 Patch SG0001632: libfpe patch for 7.1 compilers on irix 6.2 I patchSG0001632.c_eoe_sw32 11/06/98 Standard Execution Software (N32bit) I patchSG0001632.c_eoe_sw32.lib 11/06/98 Standard Execution Libraries (N32) I patchSG0001632.c_eoe_sw64 11/06/98 Standard Execution Software (64bit) I patchSG0001632.c_eoe_sw64.lib 11/06/98 Standard Execution Libraries (64bit) I patchSG0001632.compiler_dev_sw 11/06/98 Base Compiler Libraries I patchSG0001632.compiler_dev_sw.lib 11/06/98 Base Compiler Libraries I patchSG0001632.compiler_dev_sw64 11/06/98 Base Compiler Software I patchSG0001632.compiler_dev_sw64.lib 11/06/98 Base Compiler Libraries 64bit I patchSG0001632.compiler_eoe_sw 11/06/98 IRIX Standard Execution Environment Software I patchSG0001632.compiler_eoe_sw.lib 11/06/98 Base Execution Libraries I patchSG0001637 11/06/98 Patch SG0001637: C++ Exception handling patch for 7.00 (and above) compilers on irix 6.2 I patchSG0001637.c++_dev_sw 11/06/98 C++ Software I patchSG0001637.c++_dev_sw.lib 11/06/98 C++ Libraries I patchSG0001637.c++_eoe_sw 11/06/98 Standard Execution Software I patchSG0001637.c++_eoe_sw.lib 11/06/98 Standard Execution Libraries I patchSG0001637.c++_eoe_sw32 11/06/98 Standard Execution Software (N32bit) I patchSG0001637.c++_eoe_sw32.lib 11/06/98 Standard Execution Libraries (N32) I patchSG0001637.c++_eoe_sw64 11/06/98 Standard Execution Software (64bit) I patchSG0001637.c++_eoe_sw64.lib 11/06/98 Standard Execution Libraries (64bit) I patchSG0001638 11/05/98 Patch SG0001638: IRIX 6.2 Routing Enhancements I patchSG0001638.eoe_hdr 11/05/98 Development Headers, 6.2 I patchSG0001638.eoe_hdr.lib 11/05/98 Development Environment Headers I patchSG0001638.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0001638.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0001638.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0001638.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0001639 11/05/98 Patch SG0001639: mail security fix (for 6.2) I patchSG0001639.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0001639.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0001721 11/06/98 Patch SG0001721: MIPSpro 7.1 Fortran 77 patch for datapool element alignment I patchSG0001721.ftn77_dev_sw 11/06/98 Fortran 77 Software I patchSG0001721.ftn77_dev_sw.ftn77 11/06/98 Fortran 77 Compiler I patchSG0001775 11/06/98 Patch SG0001775: rollup - libfastm for ido7.1 I patchSG0001775.c_eoe_sw32 11/06/98 Standard Execution Software I patchSG0001775.c_eoe_sw32.lib 11/06/98 Standard Execution Libraries (N32) I patchSG0001775.c_eoe_sw64 11/06/98 Standard Execution Software (64bit) I patchSG0001775.c_eoe_sw64.lib 11/06/98 Standard Execution Libraries (64bit) I patchSG0001775.compiler_dev_sw 11/06/98 Base Compiler Software I patchSG0001775.compiler_dev_sw.lib 11/06/98 Base Compiler Libraries I patchSG0001775.compiler_dev_sw64 11/06/98 Base Compiler Software I patchSG0001775.compiler_dev_sw64.lib 11/06/98 Base Compiler Libraries 64bit I patchSG0001787 11/06/98 Patch SG0001787: rollup - bug fixes for libm, libmx, and libm43 - for irix6.2 with ido7.1 I patchSG0001787.compiler_dev_sw 11/06/98 Base Compiler Software I patchSG0001787.compiler_dev_sw.lib 11/06/98 Base Compiler Libraries I patchSG0001787.compiler_dev_sw64 11/06/98 Base Compiler Software I patchSG0001787.compiler_dev_sw64.lib 11/06/98 Base Compiler Libraries 64bit I patchSG0001787.compiler_eoe_sw 11/06/98 IRIX Standard Execution Environment Software I patchSG0001787.compiler_eoe_sw.lib 11/06/98 Base Execution Libraries I patchSG0001787.compiler_eoe_sw32 11/06/98 IRIX Standard Execution Environment Software (N32) I patchSG0001787.compiler_eoe_sw32.lib 11/06/98 Base Execution Libraries (N32) I patchSG0001787.compiler_eoe_sw64 11/06/98 IRIX Standard Execution Environment Software (64bit) I patchSG0001787.compiler_eoe_sw64.lib 11/06/98 Base Execution Libraries (64bit) I patchSG0001949 11/06/98 Patch SG0001949: c frontend patch on 7.1 / 7.1.1 I patchSG0001949.c_dev_sw 11/06/98 C Software I patchSG0001949.c_dev_sw.c 11/06/98 C Compiler I patchSG0001973 11/05/98 Patch SG0001973: gmemusage security hole I patchSG0001973.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0001973.eoe_sw.perf 11/05/98 Performance Measurement Utilities I patchSG0001982 11/05/98 Patch SG0001982: OpenGL remote rendering I patchSG0001982.x_eoe_sw 11/05/98 X11 Execution Environment I patchSG0001982.x_eoe_sw.Server 11/05/98 X11 Window Server and Font Server I patchSG0002072 11/06/98 Patch SG0002072: MIPSpro 7.1 Compiler Back-end rollup #3 I patchSG0002072.compiler_dev_sw 11/06/98 Base Compiler Software I patchSG0002072.compiler_dev_sw.base 11/06/98 Base Compiler Components I patchSG0002102 11/06/98 Patch SG0002102: c++ frontend rollup #3 for 7.1 I patchSG0002102.c++_dev_sw 11/06/98 C++ Software I patchSG0002102.c++_dev_sw.c++ 11/06/98 C++ Compiler I patchSG0002122 11/05/98 Patch SG0002122: fix dual-head XL/Express Indigo2 for 6.2 I patchSG0002122.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002122.eoe_sw.gfx 11/05/98 Graphics Execution Environment I patchSG0002133 11/05/98 Patch SG0002133: talkd security I patchSG0002133.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002133.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002143 11/05/98 Patch SG0002143: Mount command rollup for 6.2 I patchSG0002143.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0002143.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0002143.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002143.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002181 11/05/98 Patch SG0002181: login security fixes I patchSG0002181.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0002181.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0002181.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002181.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002213 11/05/98 Patch SG0002213: IRIX 6.2/6.3/6.4 ordist Security I patchSG0002213.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002213.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002239 11/09/98 Patch SG0002239: security for syserr I patchSG0002239.desktop_eoe_sw 11/09/98 IndigoMagic Desktop, 6.2 I patchSG0002239.desktop_eoe_sw.envm 11/09/98 Desktop I patchSG0002239.sysadmdesktop_sw 11/09/98 Desktop System Administration Software, 6.2 I patchSG0002239.sysadmdesktop_sw.clients 11/09/98 Desktop System Administration Client Software I patchSG0002312 11/06/98 Patch SG0002312: libftn rollup for 6.2 and 7.1 compilers on irix 6.2 I patchSG0002312.ftn77_eoe 11/06/98 Standard Execution Environment Software I patchSG0002312.ftn77_eoe.lib 11/06/98 Standard Execution Libraries I patchSG0002312.ftn77_eoe_sw32 11/06/98 Standard Execution Environment Software I patchSG0002312.ftn77_eoe_sw32.lib 11/06/98 Standard Execution Libraries (N32bit) I patchSG0002312.ftn77_eoe_sw64 11/06/98 Standard Execution Environment Software I patchSG0002312.ftn77_eoe_sw64.lib 11/06/98 Standard Execution Libraries (64bit) I patchSG0002331 11/05/98 Patch SG0002331: IRIX 6.2 stacker fixes I patchSG0002331.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0002331.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0002331.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002331.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002350 04/02/99 Patch SG0002350: icrash rollup #2 + y2k fixes for IRIX 6.2 I patchSG0002350.eoe_man 04/02/99 IRIX Execution Environment Man Pages I patchSG0002350.eoe_man.unix 04/02/99 Basic IRIX Man Pages I patchSG0002350.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0002350.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0002414 11/05/98 Patch SG0002414: netprint security for IRIX 6.2 I patchSG0002414.print_sw 11/05/98 Printing Tools Software 1.4 I patchSG0002414.print_sw.spooler 11/05/98 'lp' Printer Spooler 1.4 I patchSG0002435 11/06/98 Patch SG0002435: Fcom with -g, structure alignment, and namelist problem I patchSG0002435.ftn77_dev_sw 11/06/98 Fortran 77 Software I patchSG0002435.ftn77_dev_sw.ftn77 11/06/98 Fortran 77 Compiler I patchSG0002575 11/06/98 Patch SG0002575: libblas incorrect results and performance for 7.1 compilers I patchSG0002575.compiler_dev_sw 11/06/98 Base Compiler Software I patchSG0002575.compiler_dev_sw.speclib 11/06/98 Base Compiler NonShared Libraries for Benchmarks I patchSG0002575.ftn77_eoe_sw 11/05/98 Standard Execution Environment Software I patchSG0002575.ftn77_eoe_sw.lib 11/05/98 Standard Execution Libraries I patchSG0002575.ftn77_eoe_sw32 11/06/98 Standard Execution Environment Software I patchSG0002575.ftn77_eoe_sw32.lib 11/06/98 Standard Execution Libraries (N32bit) I patchSG0002575.ftn77_eoe_sw64 11/06/98 Standard Execution Environment Software I patchSG0002575.ftn77_eoe_sw64.lib 11/06/98 Standard Execution Libraries (64bit) I patchSG0002575.ftn_dev_sw 11/06/98 Fortran Software I patchSG0002575.ftn_dev_sw.lib 11/06/98 Fortran Libraries I patchSG0002575.ftn_dev_sw64 11/06/98 Fortran Software I patchSG0002575.ftn_dev_sw64.lib 11/06/98 Fortran Libraries 64bit I patchSG0002673 11/05/98 Patch SG0002673: IRIX 6.2 Networking Kernel Rollup #6 I patchSG0002673.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0002673.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0002673.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002673.eoe_sw.ipgate 11/05/98 IP Network Gateway Support I patchSG0002673.eoe_sw.svr4net 11/05/98 System V Release 4 Networking I patchSG0002673.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002708 04/02/99 Patch SG0002708: Y2K libadm fix for 6.2 I patchSG0002708.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0002708.eoe_sw.irix_lib 04/02/99 IRIX Execution Libraries I patchSG0002763 04/02/99 Patch SG0002763: Irix 6.2 sar/sadc fixes + y2k I patchSG0002763.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0002763.eoe_sw.perf 04/02/99 Performance Measurement Utilities I patchSG0002851 11/05/98 Patch SG0002851: XLV Rollup #5 I patchSG0002851.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0002851.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0002851.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002851.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002851.eoe_sw.xlv 11/05/98 XLV Volume Manager I patchSG0002851.eoe_sw.xlvplex 11/05/98 XLV Volume Manager Plex Support I patchSG0002852 11/05/98 Patch SG0002852: IGLOO (IrisGL On OpenGL) Rollup for 6.2 and 6.3 I patchSG0002852.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002852.eoe_sw.gfx 11/05/98 Graphics Execution Environment I patchSG0002852.eoe_sw32 11/05/98 IRIX N32 Libraries I patchSG0002852.eoe_sw32.gfx 11/05/98 Graphics N32 Execution Environment I patchSG0002860 04/02/99 Patch SG0002860: csh command pipeline problem I patchSG0002860.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0002860.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0002861 11/05/98 Patch SG0002861: IRIX 6.2 Tape driver [TDR 5.1] I patchSG0002861.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0002861.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0002861.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002861.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002870 11/05/98 Patch SG0002870: Hinv rollup for 6.2, new device support for TDR5.1 I patchSG0002870.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002870.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0002899 11/06/98 Patch SG0002899: o32 code generator fixes for MIPSpro 7.1 & 7.2 rollup I patchSG0002899.compiler_dev_sw 11/06/98 Base Compiler Software I patchSG0002899.compiler_dev_sw.base 11/06/98 Base Compiler Components I patchSG0002987 11/05/98 Patch SG0002987: security fixes for dmedia I patchSG0002987.desktop_eoe_sw 11/05/98 IndigoMagic Desktop, 6.2 I patchSG0002987.desktop_eoe_sw.Confidence 11/05/98 Confidence Tests I patchSG0002987.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0002987.eoe_sw.cdrom 11/05/98 CD-ROM Support I patchSG0002987.eoe_sw.optinput 11/05/98 Optional Input Devices I patchSG0003055 04/02/99 Patch SG0003055: Irix 6.2 tcsh and cpio fixes I patchSG0003055.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003055.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003093 04/02/99 Patch SG0003093: Irix 6.2 commands for 'w' and 'ansitape'. I patchSG0003093.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003093.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003117 11/05/98 Patch SG0003117: IRIX 6.2 Networking Commands #6 I patchSG0003117.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0003117.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0003117.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0003117.eoe_sw.irix_lib 11/05/98 IRIX Execution Libraries I patchSG0003117.eoe_sw.named 11/05/98 Berkeley Internet Name Domain Server I patchSG0003117.eoe_sw.svr4net 11/05/98 System V Release 4 Networking I patchSG0003117.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0003117.eoe_sw64 11/05/98 IRIX N64 Libraries I patchSG0003117.eoe_sw64.lib 11/05/98 IRIX N64 DSO Libraries I patchSG0003117.nfs_man 11/05/98 NFS Documentation I patchSG0003117.nfs_man.nfs 11/05/98 NFS Support Manual Pages I patchSG0003117.nfs_sw 11/05/98 NFS Software I patchSG0003117.nfs_sw.nis 11/05/98 NIS (formerly Yellow Pages) Support I patchSG0003138 11/05/98 Patch SG0003138: Performer 2.2/2.2.1 backwards-compatability fix I patchSG0003138.man 11/05/98 Patch SG0003138 Release Notes I patchSG0003138.man.relnotes 11/05/98 Patch SG0003138 Release Notes I patchSG0003143 11/05/98 Patch SG0003143: xterm security fix I patchSG0003143.x_eoe_sw 11/05/98 X11 Execution Environment I patchSG0003143.x_eoe_sw.eoe 11/05/98 X11 Execution Environment I patchSG0003150 04/02/99 Patch SG0003150: IRIX 6.2 PPP bug fixes I patchSG0003150.eoe_man 04/02/99 IRIX Execution Environment Man Pages I patchSG0003150.eoe_man.ppp 04/02/99 Point-to-Point Protocol Man Pages I patchSG0003150.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003150.eoe_sw.ppp 04/02/99 Point-to-Point Protocol Software I patchSG0003163 04/02/99 Patch SG0003163: Multiple fixes for X libraries I patchSG0003163.x_dev_sw 04/02/99 X11 Development Environment I patchSG0003163.x_dev_sw.dev 04/02/99 X11 Development Hdrs/Libs I patchSG0003163.x_dev_sw32 04/02/99 X11 n32 Development Environment I patchSG0003163.x_dev_sw32.dev 04/02/99 X11 n32 Hdrs/Libs I patchSG0003163.x_eoe_sw 11/05/98 X11 Execution Environment I patchSG0003163.x_eoe_sw.Server 11/05/98 X11 Window Server and Font Server I patchSG0003163.x_eoe_sw.eoe 11/05/98 X11 Execution Environment I patchSG0003163.x_eoe_sw32 11/05/98 X11 n32 Execution Environment I patchSG0003163.x_eoe_sw32.eoe 11/05/98 X11 n32 Execution Environment I patchSG0003171 04/02/99 Patch SG0003171 6.2 Indigo2 Express, Newport and Newpress graphics bug fixes I patchSG0003171.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003171.eoe_sw.gfx 04/02/99 Graphics Execution Environment I patchSG0003171.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003171.eoe_sw32 04/02/99 IRIX N32 Libraries I patchSG0003171.eoe_sw32.gfx 04/02/99 Graphics N32 Execution Environment I patchSG0003171.eoe_sw64 04/02/99 IRIX N64 Libraries I patchSG0003171.eoe_sw64.gfx 04/02/99 Graphics N64 Execution Environment I patchSG0003185 11/05/98 Patch SG0003185: ONC3 6.2 AutoFS Rollup #6 I patchSG0003185.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0003185.eoe_sw.unix 11/05/98 IRIX Execution Environment I patchSG0003190 11/05/98 Patch SG0003190: mount_iso9660 security fixes & SoftWindows95 CD-ROM support I patchSG0003190.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0003190.eoe_sw.cdrom 11/05/98 CD-ROM Support I patchSG0003192 11/05/98 Patch SG0003192: Irix 6.2 mediad rollup/security fixes I patchSG0003192.eoe_man 11/05/98 IRIX Execution Environment Man Pages I patchSG0003192.eoe_man.unix 11/05/98 Basic IRIX Man Pages I patchSG0003192.eoe_sw 11/05/98 IRIX Execution Environment Software I patchSG0003192.eoe_sw.rm_media 11/05/98 Removable Media Software I patchSG0003217 04/02/99 Patch SG0003217: Y2K Fixes for Xcalendar I patchSG0003217.x_eoe_sw 04/02/99 X11 Execution Environment I patchSG0003217.x_eoe_sw.Xapps 04/02/99 X11 Applications I patchSG0003238 04/02/99 Patch SG0003238: X server rollup for Irix 6.2, all platforms except Infinite Reality I patchSG0003238.x_eoe_sw 04/02/99 X11 Execution Environment I patchSG0003238.x_eoe_sw.Server 04/02/99 X11 Window Server and Font Server I patchSG0003238.x_eoe_sw.eoe 04/02/99 X11 Execution Environment I patchSG0003255 04/02/99 Patch SG0003255: IRIX 6.2 STREAMS rollup #7 I patchSG0003255.eoe_hdr 04/02/99 Development Headers, 6.2 with IMPACT 10000 I patchSG0003255.eoe_hdr.lib 04/02/99 Development Environment Headers I patchSG0003255.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003255.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003285 04/02/99 Patch SG0003285: 6.2 all platform kernel rollup I patchSG0003285.dev_man 04/02/99 Development Documentation, 6.2 I patchSG0003285.dev_man.irix_lib 04/02/99 Development Environment IRIX Manual Pages I patchSG0003285.eoe_hdr 04/02/99 Development Headers, 6.2 I patchSG0003285.eoe_hdr.lib 04/02/99 Development Environment Headers I patchSG0003285.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003285.eoe_sw.kdebug 04/02/99 Debugging Kernels I patchSG0003285.eoe_sw.perf 04/02/99 Performance Measurement Utilities I patchSG0003285.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003289 04/02/99 Patch SG0003289: XFS rollup #14 for 6.2 I patchSG0003289.dev_man 04/02/99 Development Documentation, 6.2 I patchSG0003289.dev_man.irix_lib 04/02/99 Development Environment IRIX Manual Pages I patchSG0003289.eoe_hdr 04/02/99 Development Headers, 6.2 I patchSG0003289.eoe_hdr.lib 04/02/99 Development Environment Headers I patchSG0003289.eoe_man 04/02/99 IRIX Execution Environment Man Pages I patchSG0003289.eoe_man.unix 04/02/99 Basic IRIX Man Pages I patchSG0003289.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003289.eoe_sw.dmi 04/02/99 Hierarchical Storage Management Support I patchSG0003289.eoe_sw.irix_lib 04/02/99 IRIX Execution Libraries I patchSG0003289.eoe_sw.quotas 04/02/99 BSD Disk Quotas I patchSG0003289.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003289.eoe_sw.xfs 04/02/99 XFS Filesystem I patchSG0003289.eoe_sw.xfsrt 04/02/99 XFS Realtime & Guaranteed-Rate Support I patchSG0003311 04/02/99 Patch SG0003311: Irix 6.2 libc rollup + Y2K fixes + MIPS ABI I patchSG0003311.dev_man 04/02/99 Development Documentation, 6.2 I patchSG0003311.dev_man.irix_lib 04/02/99 Development Environment IRIX Manual Pages I patchSG0003311.dev_sw 04/02/99 Development Software, 6.2 I patchSG0003311.dev_sw.irix_speclibs 04/02/99 IRIX NonShared Libraries for Benchmarks I patchSG0003311.dev_sw32 04/02/99 Development N32 Libraries I patchSG0003311.dev_sw32.nonshared_lib 04/02/99 NonShared N32 Libraries I patchSG0003311.dev_sw64 04/02/99 Development N64 Libraries I patchSG0003311.dev_sw64.nonshared_lib 04/02/99 NonShared N64 Libraries I patchSG0003311.eoe_hdr 04/02/99 Development Headers, 6.2 I patchSG0003311.eoe_hdr.lib 04/02/99 Development Environment Headers I patchSG0003311.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003311.eoe_sw.irix_lib 04/02/99 IRIX Execution Libraries I patchSG0003311.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003311.eoe_sw64 04/02/99 IRIX N64 Libraries I patchSG0003311.eoe_sw64.lib 04/02/99 IRIX N64 DSO Libraries I patchSG0003400 04/02/99 Patch SG0003400: Irix 6.2 Commands rollup + y2k fixes I patchSG0003400.dev_sw 04/02/99 Development Software, 6.2 I patchSG0003400.dev_sw.make 04/02/99 Parallel Make Utilities I patchSG0003400.eoe_man 04/02/99 IRIX Execution Environment Man Pages I patchSG0003400.eoe_man.unix 04/02/99 Basic IRIX Man Pages I patchSG0003400.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003400.eoe_sw.acct 04/02/99 System Accounting I patchSG0003400.eoe_sw.audit 04/02/99 Security Audit Trail Software I patchSG0003400.eoe_sw.perf 04/02/99 Performance Measurement Utilities I patchSG0003400.eoe_sw.sccs 04/02/99 Source Code Control System Utilities I patchSG0003400.eoe_sw.svr4net 04/02/99 System V Release 4 Networking I patchSG0003400.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003413 04/02/99 Patch SG0003413: libmp rollup I patchSG0003413.compiler_dev_sw 04/02/99 Base Compiler Software I patchSG0003413.compiler_dev_sw.lib 04/02/99 Base Compiler Libraries I patchSG0003413.compiler_dev_sw64 04/02/99 Base Compiler Software I patchSG0003413.compiler_dev_sw64.lib 04/02/99 Base Compiler Libraries 64bit I patchSG0003413.compiler_eoe_sw 04/02/99 IRIX Standard Execution Environment Software I patchSG0003413.compiler_eoe_sw.lib 04/02/99 Base Execution Libraries I patchSG0003413.compiler_eoe_sw64 04/02/99 IRIX Standard Execution Environment Software (64bit) I patchSG0003413.compiler_eoe_sw64.lib 04/02/99 Base Execution Libraries (64bit) I patchSG0003445 04/02/99 Patch SG0003445: SCSI disk driver rollup #3 I patchSG0003445.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003445.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003458 04/02/99 Patch SG0003458: rld rollup #15 I patchSG0003458.compiler_eoe_hdr 04/02/99 Base Compiler Headers I patchSG0003458.compiler_eoe_hdr.lib 04/02/99 Base Compiler Headers I patchSG0003458.compiler_eoe_man 04/02/99 IRIX Standard Execution Environment Man Pages (Base Compiler) I patchSG0003458.compiler_eoe_man.dso 04/02/99 IRIX DSO Man Pages (Base Compiler) I patchSG0003458.compiler_eoe_man.unix 04/02/99 IRIX Standard Man Pages (Base Compiler) I patchSG0003458.compiler_eoe_sw 04/02/99 IRIX Standard Execution Environment Software (Base Compiler) I patchSG0003458.compiler_eoe_sw.unix 04/02/99 IRIX Execution Environment (Base Compiler) I patchSG0003458.compiler_eoe_sw64 04/02/99 IRIX Standard Execution Environment Software (Base Compiler) (64bit) I patchSG0003458.compiler_eoe_sw64.unix 04/02/99 IRIX Execution Environment (Base Compiler) (64bit) I patchSG0003477 04/02/99 Patch SG0003477: Status monitor and lockd rollup #3 for IRIX 6.2 I patchSG0003477.nfs_man 04/02/99 NFS Documentation I patchSG0003477.nfs_man.nfs 04/02/99 NFS Support Manual Pages I patchSG0003477.nfs_sw 04/02/99 NFS Software I patchSG0003477.nfs_sw.nfs 04/02/99 NFS Support I patchSG0003549 04/02/99 Patch SG0003549: NFS rollup #16 for Irix 6.2 I patchSG0003549.eoe_hdr 04/02/99 Development Headers, 6.2 I patchSG0003549.eoe_hdr.lib 04/02/99 Development Environment Headers I patchSG0003549.eoe_sw 04/02/99 IRIX Execution Environment Software I patchSG0003549.eoe_sw.unix 04/02/99 IRIX Execution Environment I patchSG0003549.nfs3_sw 04/02/99 NFS Version 3 Software I patchSG0003549.nfs3_sw.nfs3 04/02/99 NFS Version 3 Support I patchSG0003549.nfs_sw 04/02/99 NFS Software I patchSG0003549.nfs_sw.nfs 04/02/99 NFS Support I print 11/05/98 Printing Tools, Release 1.4 I print.man 11/05/98 Printing Tools Man Pages 1.4 I print.man.desktop 11/05/98 Desktop Graphical Printing Tools Man Pages I print.man.relnotes 11/05/98 Printing Tools Release Notes 1.4 I print.man.spooler 11/05/98 'lp' Printer Spooler Man Pages I print.sw 11/05/98 Printing Tools Software 1.4 I print.sw.spooler 11/05/98 'lp' Printer Spooler 1.4 I sysadmdesktop 11/05/98 Desktop System Administration, 6.2 I sysadmdesktop.man 11/05/98 Desktop System Administration Documentation, 6.2 I sysadmdesktop.man.relnotes 11/05/98 Desktop System Administration Release Notes I sysadmdesktop.man.sysadmdesktop 11/05/98 Desktop System Administration Man Pages I sysadmdesktop.sw 11/05/98 Desktop System Administration Software, 6.2 I sysadmdesktop.sw.clients 11/05/98 Desktop System Administration Client Software I sysadmdesktop.sw.rgbimage 11/05/98 Desktop System Administration RGB Images I sysadmdesktop.sw.sounds 11/05/98 Desktop System Administration Sounds Software I x_dev 04/02/99 X11 Development Environment, 3.5 based on X11R6 I x_dev.man 04/02/99 X11 Development Manual Pages I x_dev.man.mandev 04/02/99 X11 Development Manual Pages I x_dev.man.pex 04/02/99 PEX Development Manual Pages I x_dev.man.relnotes 04/02/99 X11 Release Notes I x_dev.src 04/02/99 X11 Source Code Examples I x_dev.src.examples 04/02/99 X11 Source Code Examples I x_dev.sw 04/02/99 X11 Development Environment I x_dev.sw.binaries 04/02/99 X11 Development Binaries I x_dev.sw.dev 04/02/99 X11 Development Hdrs/Libs I x_dev.sw.pex 04/02/99 PEX Development Environment I x_dev.sw32 04/02/99 X11 n32 Development Environment I x_dev.sw32.dev 04/02/99 X11 n32 Hdrs/Libs I x_dev.sw32.pex 04/02/99 PEX Development Environment I x_eoe 11/05/98 X11 Execution Environment, 3.5 based on X11R6 I x_eoe.man 11/05/98 X11 Manual Pages I x_eoe.man.Server 11/05/98 X11 Server Manual Pages I x_eoe.man.Xapps 11/05/98 X11 Applications Manual Pages I x_eoe.man.eoe 11/05/98 X11 Execution Environment Manual Pages I x_eoe.man.relnotes 11/05/98 X11 Release Notes I x_eoe.sw 11/05/98 X11 Execution Environment I x_eoe.sw.Server 11/05/98 X11 Window Server and Font Server I x_eoe.sw.Xapps 11/05/98 X11 Applications I x_eoe.sw.Xfonts 11/05/98 X11 Standard Fonts I x_eoe.sw.eoe 11/05/98 X11 Execution Environment I x_eoe.sw32 11/05/98 X11 n32 Execution Environment I x_eoe.sw32.eoe 11/05/98 X11 n32 Execution Environment

Fermi Software Installed

Fermi products mounted from sdfsgsv:/usr/products