Prev | Top | Contents

Index


[/]
/dev/mem 
/dev/mmem 
/dev/vme 
/dev/zero
    and mmap() 

[3]
32-bit addressing
    page size 
    address size 

[6]
64-bit addressing
    page size 
    address size 

[8]
8-bit clean codesets 

[A]
access permissions, file 
address range 
address space [1] [2]
    protection 
    segment reserved for user mapping 
    low 4 MB reserved 
    virtual size of 
    interrogating 
    copy-on-write pages 
    read-only pages 
    resident set size 
    limits of 
    cannot undefine 
    defining addresses 
    lowest used address 
    stack segment 
    heap segment 
    text segment 
    segment 
arenas
    example 
    IRIX IPC 
    IPC 
ASCII strings. See internationalization
    codesets, ASCII 

[B]
backing store 
barriers
    allocating 
brk() 
BSD and IPC 

[C]
C local value 
cache
    multiprocessor conflicts 
    address mapping in Challenge/Onyx 
    management [1] [2]
    effect of miss 
cache line 
calling process, suspend 
calloc() 
catalogs. See message catalogs 
Challenge/Onyx architecture
    cache address mapping 
    cache management in 
    PIO error latency 
chkconfig command 
chmod command 
codes, country 
conventions, syntax 
country codes 
Courier font 
ctype
    character classification 

[D]
data segment
    locking 
data structure. See IPC message queues 
deadlocks 
DSO, text segment for 

[E]
editres 
empty strings 
errno variable 
EUC encoding
    Chinese 
    German 
    Japanese 

[F]
fcntl() [1] [2]
file access permissions and mmap() 
file and record locking [1] [2]
    across systems 
    efficiency, comparative 
    deadlocks 
    forking 
    F_TEST 
    multiple read locks 
    F_GETLK 
    lock information 
    F_ULOCK 
    F_UNLCK 
    order of lock removal 
    F_SETLK 
    failure 
    removing locks 
    setting locks 
    lseek() 
    lockf() 
    fcntl() 
    locking a file 
    opening files 
    access permissions 
    changing lock types 
    promoting a lock 
    mandatory locking 
    advisory locking 
    exclusive locks 
    write locks 
    sharing locks 
    read locks 
    definitions 
    mandatory [1] [2]
        assuring 
    advisory [1] [2]
    overview [1] [2]
file typing rules 
    MENUCMD 
    LEGEND 
file, mapping into memory 
fonts [1] [2]
    virtual memory 
    missing fonts 
    Utopia fonts 
    PostScript printers 
    downloading 
    Type 1 font [1] [2]
    adding [1] [2]
        font metric file [1] [2]
        outline font [1] [2]
        bitmap font [1] [2]
        font files 
        Utopia Regular font files 
    installing [1] [2]
    path 
    opening a shell window 
    display characters 
    scaling 
    xfd command 
    viewing 
    aliases 
    programming access 
    accessing 
    using APIs 
    X Window System [1] [2] [3]
    names [1] [2]
    point size 
    resolution and size 
    pixels 
    images 
    typeface, defined 
    character, defined 
fontsets [1] [2]
    using 
    creating 
    specifying 
fork()
    new address space copy-on-write 
forking 
ftruncate() on memory-mapped file 

[G]
getpagesize() 
getrlimit() 

[H]
heap segment 

[I]
i18n. See internationalization 
inline functions and cache management 
input methods. See internationalization, input methods 
Inter-Process Communication. See IPC 
internationalization [1] [2]
    Unicode 
    icons 
    GUIs [1] [2]
        icons 
        editres 
        localized layout 
        composition 
        layout 
        text labels 
        object labels 
    input contexts [1] [2]
        using 
        creating 
        values 
        styles 
    composing characters 
    GL input 
    input methods [1] [2]
        XLookupString() 
        strings 
        XFilterEvent() 
        event handling 
        using styles 
        setting styles 
        On-the-Spot style 
        Over-the-Spot style 
        Off-the-Spot style 
        root window style 
        status 
        opening 
        about 
    user input 
        text objects 
        application programming 
        toolkit text object 
    Motif 
    XFontSetExtents() 
    initializing Xlib 
    character sets
        and X 
    X Window System
        string resources 
        keyboard support [1] [2]
        XFontSetExtents 
        EUC encoding 
        fontsets [1] [2]
        resource names 
        Xlib changes 
        character sets 
        vertical text 
        limitations 
        about 
        changes 
    file typing rules 
    fmtmsg() 
    pfmt() 
    MNLS
        fmtmsg() 
        pfmt() 
        message catalogs. See message catalogs, MNLS 
    strings 
    message catalogs 
    cultural data 
    regular expressions, examples 
    character expressions 
    language information 
    shift tables 
    character classification tables 
    collating sequence tables 
    configuration data 
    native language support 
    ANSI compatible functions 
    library functions 
    customs 
    locale-specific behavior 
    XPG/3
        message catalogs. See message catalogs 
        regular expressions 
    regular expressions [1] [2]
    character classification 
    ctype 
    time formats 
    date formats 
    localeconv() 
    printf() [1] [2]
    monetary formats 
    numerical formats 
    sorting rules 
    file I/O 
    wide characters 
        converting 
        about 
    multibyte characters 
        about 
        string length 
        size of 
        converting 
        using 
    signed chars 
    eight-bit cleanliness 
    codesets
        ASCII [1] [2]
    multilingual support 
    encodings
        Unicode 
        ISO 10646 
        EUC 
        Asian languages 
        European languages 
        Latin 1 
        ISO 8859 
        multibyte 
        wchar [1] [2]
        and filesystem 
        about 
    territories 
    languages
        Asian [1] [2]
        Japanese 
        Latin 
        in locale strings 
    setlocal() 
    setting locale 
    standards 
    defined 
    locales. See locales 
interrupt
    validity fault 
IPC
    shmdt() [1] [2]
    shmat() [1] [2]
    shmctl() 
    SHMMAX 
    SHMMIN 
    IPC_EXCL 
    SHMMNI 
    ipcs command 
    shmget() [1] [2]
    shared memory [1] [2]
        detaching [1] [2]
        attaching 
        shmdt() [1] [2]
            example 
        shmat() [1] [2]
            example 
        controlling 
        shmctl() 
            example 
        size, limits 
        number of segments, limit 
        control commands 
        operation permissions 
        getting [1] [2]
        creating [1] [2]
        shmget() [1] [2]
            example 
        using 
    SEMOPM 
    SEMMNS 
    SEMMNI 
    IPC_PRIVATE 
    semid() 
    semop() [1] [2]
    removing facilities 
    suspending execution 
    semctl() [1] [2] [3]
    semget() [1] [2] [3]
    SEMMSL [1] [2]
    semaphores [1] [2]
        operations 
            limits 
        number of, limits 
        control commands 
        operation permissions 
        controlling [1] [2]
        getting [1] [2]
        set structure 
        identifiers 
        undo structures 
        arrays of operations 
        numbering 
        semop() [1] [2]
            example 
        nonblocking operations 
        blocking operations 
        testing values 
        decrementing 
        incrementing 
        semctl() [1] [2]
            example 
        ownership 
        creating [1] [2]
        semget() [1] [2] [3] [4]
            example 
        maximum number allowed 
    MSG_NOERROR 
    IPC_NOWAIT [1] [2]
    MSGTQL 
    msgrcv() [1] [2]
    msgsnd() [1] [2]
    IPC_RMID 
    IPC_SET 
    IPC_STAT 
    MSGMNI 
    setting message permissions 
    MSG_W 
    MSG_R 
    message operation permissions 
    msgctl() [1] [2]
    IPC_CREAT [1] [2]
    msgflg() [1] [2]
    msqid() 
    message operations [1] [2]
    msgget() [1] [2] [3]
    message queues [1] [2] [3]
        maximum number 
        getting 
        controlling 
        creating [1] [2]
        data structure 
    messages [1] [2]
        automatic truncating 
        limit total number 
        receiving [1] [2]
        msgrcv() [1] [2]
            example 
        sending [1] [2]
        msgsnd() [1] [2]
            example 
        errno variable 
        msgctl() [1] [2]
            example 
        msgget() [1] [2] [3]
            example 
    System V-style [1] [2]
    barriers 
    locks 
    IRIX shared memory 
    IRIX arenas 
    parallel programming 
    types 
    portability 
    sockets 
    arenas [1] [2]
    keys [1] [2]
    IRIX-style [1] [2] [3]
    SVR4-style [1] [2] [3]
    BSD-style 
ipcs command 
IRIX and IPC [1] [2]
ISO 3166 Country Codes 

[K]
kernel
    address space limits in 
kernel address space 

[L]
l10n. See localization 
languages, ISO. See internationalization, encodings 
languages, Latin. See internationalization, encodings 
LC_ALL 
LC_COLLATE 
LC_CTYPE 
LC_MESSAGES 
LC_MONETARY 
LC_NUMERIC 
LC_TIME 
LEGEND 
lightweight process
    and mapped segments 
limits command 
linked lists and cache management 
locale
    Motif 
locale-specific behavior
    time 
    date 
locales [1] [2]
    cultural data 
    time formats 
    date formats [1] [2]
    monetary formats 
    numerical formats 
    collation 
    sorting rules 
    C locale value 
    modifiers 
    encoding 
    territories 
    languages 
    naming conventions 
    location of data 
    data location 
    nonempty strings 
    empty strings 
    categories 
    setlocale() 
    setting current 
    defined 
Locality of Reference 
localization
    nonempty strings 
    empty strings 
    defined 
lock removal, order 
lockf() [1] [2]
    to protect mapped file 
locking, file and record. See file and record locking 
locks
    operations on 
    allocate 
    and shared arenas 
log file warning messages 
lp log file warning messages 
lseek() 
    for file size 

[M]
madvise() 
malloc() 
    use 
    used to find limit of swap 
MAP_AUTOGROW flag 
MAP_FIXED flag 
MAP_LOCAL flag 
MAP_PRIVATE flag 
MAP_SHARED flag 
memalign() 
memory [1] [2]
    protection 
    locking pages in [1] [2]
    ZZZ 
    interrogating size of 
    backing store for 
    page 
    segment 
    address ranges of 
memory mapping [1] [2]
    locking mapped file 
    at fixed addresses 
    choosing segment address for 
    of VME device 
    of kernel memory 
    of physical memory 
    of segment of zeros 
    to create shared segments 
    mandatory file locks with 
    private copy of file 
    conflicts with normal file access 
    of NFS-mounted filemsync() 
    and file access permissions 
    replacing a mapped segment 
    for I/O [1] [2]
    when pages are defined 
memory, shared. See IPC 
MENUCMD 
message catalogs [1] [2]
    file typing rules 
    specifying, MNLS 
    MNLS
        fmtmsg() 
        pfmt() format strings 
        pfmt() flags 
        pfmt() 
        strings 
        using 
    NLSPATH 
    locating 
    reading 
    closing 
    opening 
    XPG/3
        compiling 
        creating 
        using 
        about 
    incompatibilities 
message operations
    nonblocking 
    blocking 
message queue identifier 
messages. See IPC 
MIPS ABI
    reserved address space 
mmap() [1] [2]
    using specified addresses 
    of /dev/vme/* 
    of /dev/mmem 
    of /dev/mem 
    of zero segment 
    parameters of 
    and NFS-mounted files 
    and file permissions 
    in place of lseek() 
    when swap is allocated 
MNLS
    Also see message catalogs 
    message catalogs [1] [2]
monitor resolution 
Motif
    internationalization 
MPI
    porting 
    converting PVM program to 
    differences from PVM [1] [2]
mpin() 
msgctl() [1] [2]
msgget() [1] [2] [3]
msgrcv() [1] [2]
msgsnd() [1] [2]
msqid() 
msync() 
multibyte characters. See internationalization, multibyte characters [1] [2]
multilingual support 
munpin() 

[N]
names, country 
nationalized software 
NFS and memory-mapped files 
NLSPATH 

[O]
Off-the-Spot style 
On-the-Spot style 
open()
    of /dev/zero 
Over-the-Spot style 

[P]
page
    releasing unneeded 
    locking 
    copy on write 
    read-only 
page fault
    prevent by locking memory 
page size 
page validation 
parallel programming 
path
    fonts 
performance effects of cache 
performance tools 
pixie command 
plock() 
    example of 
polled semaphore 
PostScript printers 
printers, PostScript 
printf() 
printf() message catalogs 
process
    address space 
prof command 
programming
    fonts 
    parallel 
ps command 
pscommand 
punlock() 
PVM
    porting 
    converting program to MPI program 
    routines with no MPI counterpart [1] [2]
    nonportable functions 
    differences from MPI [1] [2]

[R]
record locking. See file and record locking 
record, definition 
resident set size 
rlimit kernel parameter 

[S]
segment 
    locking 
    lowest address 
    stack 
    heap 
    text 
segment address 
segments at fixed offsets 
semaphores
    operations on 
    polled 
    IRIX 
semaphores. See IPC 
semctl() [1] [2] [3]
semget() [1] [2] [3]
semop() [1] [2]
setlocal() 
setlocale() 
setrlimit() 
    limit 
shared arenas [1] [2]
    barriers 
    locks 
    allocation in 
    using semaphores 
    example 
    IRIX shared memory 
    initializing 
shared memory
    IRIX 
shared memory segment 
shared memory. See IPC 
shmat() [1] [2]
shmctl() 
shmdt() [1] [2]
shmget() [1] [2]
SIGBUS
    on PIO access to invalid bus address 
    on access to truncated mapped file 
    on NFS error in mapped file 
    on reference past end of mapped segment 
    on reference to undefined page 
SIGKILL
    possible when locking pages 
    on reaching limit of virtual swap 
signal
    SIGKILL 
    SIGBUS 
    SIGSEGV 
SIGSEGV
    on store past end of mapped segment 
    on attempt to change read-only page 
sockets 
sproc()
    and mapped segments 
stack segment 
    locking 
structures and cache management 
suspend
    calling process 
SVR4 and IPC 
swap 
syntax, conventions 
systune command 

[T]
text rendering routines 
text segment 
    locking 
    read-only 
Type 1 font. See fonts 
types
    IPC 
typographical conventions 
typography. See fonts 

[U]
Utopia fonts 

[V]
validity fault 
video resolution 
virtual address space. See address space 
virtual memory
    font loading 
    synchronizing backing store 
    loading pages 
    ZZZ<$nopage> 
virtual page number 
virtual size 
virtual swap [1] [2]
    ZZZ<$nopage> 
    SIGKILL from 
VME PIO 
VPN. See virtual page number 

[W]
warning messages
    lp log file 
wide characters. See internationalization, wide characters 

[X]
X Window System
    limitations 
    internationalization changes 
    installing fonts. See fonts, installing 
    fonts. See fonts 
xfd command 
XFilterEvent() 
XFontSetExtents 
XLFD font names. See internationalization, X Window System, fontsets 
Xlib changes 
XLookupString() 
XmbLookupString() 
XSetLocaleModifiers() 
XwcLookupString() 

Prev | Top | Contents