Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ System V/386 Software Development System 3.2.2b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

CP. Programming Commands

DOS. DOS Commands

K. Kernel Routines

NSL. Network Services Library

S. System Services and Library Routines

SCO. SystemV/386 specific Commands

STR. STREAMS Library

XNX. Xenix Compatibility Commands

Manual — System V/386 Software Development System 3.2.2b

568 entries

CP. Programming Commands

Introintroduces Development System commands
adbinvokes a general-purpose debugger.
admincreate and administer SCCS files
ararchive and library maintainer for portable archives
ascommon assembler
cbC program beautifier
ccinvokes the C compiler.
cdcchange the delta commentary of an SCCS delta
cflowgenerate C flowgraph
chkshlibcompare shared libraries tool
codeviewvisual debugger
combcombine SCCS deltas
convcommon object file converter
convertconvert archive files to common formats
cppthe C language preprocessor
cprscompress a common object file
crefmakes a cross-reference listing
cscopeinteractively examine a C program
ctraceC program debugger
cxrefgenerate C program cross-reference
deltamake a delta (change) to an SCCS file
disobject code disassembler
dosldMS-DOS cross linker
dumpdump selected parts of an object file
gencccreate a front-end to the cc command
getget a version of an SCCS file
hdrdisplay selected parts of an object file
helpAsks for help about SCCS commands
i286emulemulate 80286
ldinvokes the link editor
lexgenerate programs for simple lexical tasks
linta C program checker
listproduce C source listing from a common object file
lorderfind ordering relation for an object library
lprofdisplay line-by-line execution count profile data
m4macroprocessor
makemaintain, update, and regenerate groups of programs
masminvokes the assembler
mcsmanipulate the object file comment section
mkshlibcreate a shared library
mkstrcreates an error message file from C source
nmprint name list of common object file
os2ldOS/2 cross linker
profdisplay profile data
prsprint an SCCS file
ranlibconverts archives to random libraries.
rccAT&T C compiler
regcmpregular expression compile
rmdelremove a delta from an SCCS file
sactprint current SCCS file editing activity
sccsdiffcompare two versions of an SCCS file
sdbsymbolic debugger
sizeprint section sizes in bytes of common object files
stripstrip symbol and line number information from a common object file
tsorttopological sort
ungetundo a previous get of an SCCS file
valvalidate SCCS file
vcversion control
whatidentify SCCS files
x286emulemulate XENIX 80286
xrefcross-references C programs
xstrextracts strings from C programs
yaccyet another compiler-compiler

DOS. DOS Commands

abortTerminates a process.
accessDetermines whether a file exists and is accessible.
allocaAllocates bytes from the program's stack.
atexitCalls a process at termination.
bdosInvokes a DOS system call
cabsCalculates the absolute value of a complex number.
cgetsReads a string from the console.
chdirChanges current working directory.
chmodChanges file permissions.
_clear87, clear87Gets and clears the floating-point status word.
_control87, cntrl87Gets and sets floating-point control word.
cprintfFormats and prints directly to the console.
cputsWrites a string to the console.
creatCreates a new file or overwrites an existing one.
cscanfReads data from the console.
difftimeComputes the difference between time values.
divDivides integers.
dieeetomsbin, dmsbintoieee, dmsPerform conversions between MS binary and IEEE formats.
dosexterrGets and stores extended error information.
eofDetermines end-of-file.
execl, execle, execlp, execlpe, execv, execve, execvp, execvpe, execLoad and execute a process.
_exit, exitTerminate the calling process.
_expand, expandChanges the size of a previously allocated memory block.
fcloseall, fcloseClose streams.
fgetchar, fgetcGet a character from a stream.
fgetposGets and stores the current value of a stream's file position indicator.
_fheapchk, _nheapchk, fheapchkPerforms a minimal consistency check on the heap.
_fheapwalk, _nheapwalk, fheapwalkReturns the address of the next heap entry structure.
filelength, filelengReturns length of target file.
flushallWrites buffer contents to files and clears buffers.
fieeetomsbin, fmsbintoieee, fmsPerform conversions between IEEE and MS binary format.
fopenOpens a file.
FP_OFF, FP_SEG, fp_segGet the offset and segment of an address.
_fpreset, fpresetReinitializes floating-point math package.
fputchar, fputcWrites a character to a stream.
freadReads from the input stream.
_ffree, _nfree, freeDeallocate memory blocks.
_freect, freectCounts available dynamic memory.
freopenAssigns a new file to a stream.
fseekMoves a file pointer.
fsetposSets the file position indicator for a stream.
fstatSaves file-status information.
ftellFinds the current position of a file pointer.
ftimeGets the current time.
fwriteWrites to the output stream.
getche, getchRead a character.
getpidReturns a process identification number.
hallocAllocates a huge array.
hfreeDeallocates a memory block.
inpw, inpRead a byte or a word.
int86Executes an interrupt.
int86xExecutes an interrupt.
intdosInvokes a DOS system call.
intdosxInvokes a DOS system call.
isattyIdentifies a character device.
itoaConverts integer to string.
kbhitChecks for a keystroke.
labsConverts to absolute value.
ldivDivides long integers.
lsearch, lfindPerforms a linear array search.
lockingSets read and write permissions for a portion of a file.
lseekChanges the position of a file pointer.
ltoaConverts a long integer to a string.
_fmalloc, _nmalloc, mallocAllocate main memory.
_memavl, memavlReturns size of available memory.
memicmpCompares buffers byte-by-byte.
memmoveCopies characters between objects.
mkdirCreates a directory.
movedataCopies bytes of data from one address to another.
_msize, _fmsize, _nmsize, msizeReturn size of allocated memory block.
openOpens a file for reading or writing.
outpw, outpWrite to a specified output port.
putchWrites a character to the console.
raiseSends a signal to the executing program.
readReads from a file.
removeDeletes a file.
renameRenames a file or directory.
rmdirRemoves a directory.
rmtmpCloses and deletes all temporary files in the current directory.
segreadFills a structure with the contents of a register.
setmodeSets translation mode.
setvbufAllow user control over stream buffering and size.
signalDefines the action to be taken upon receipt of a signal.
sopenOpens a file for shared reading or writing.
spawnl, spawnle, spawnlp, spawnlpe, spawnv, spawnve, spawnvp, spawnvpe, spawnCreate and execute a child process.
stackavail, stackReturns size of available stack space.
statGets file status.
_status87, status87Gets floating-point status word.
strchr, strcmpi, strcpy, strcspn, strdup, stricmp, strcatPerform operations on strings.
strerrorGets error message pointer from last routine call error.
strlwrConverts all letters in a string to lowercase.
strncmp, strnicmp, strncpy, strnset, strncatPerform operations on characters in strings.
strrevReverses the order of characters in a string.
strsetSets all characters in a string to one character.
strstrFinds a string in a string.
struprConverts all characters in a string to uppercase.
systemExecutes an operating system command.
tellGets the current position of the file pointer.
ultoaConverts an unsigned long integer to a string.
umaskSets the file permission mask.
ungetchPushes a character back to the console.
unlinkDeletes a file.
utimeSets file modification time.
writeWrites to a file.

K. Kernel Routines

Introlists manual page references
bcopycopies bytes in kernel space
brelsereleases a block buffer
btoms, ctob, btocconverts between bytes and clicks (memory pages)
bzerosets memory locations to 0 (zero)
canonprocesses raw input data from tty device
cmn_errdisplays message or panics the system
copyout, copyincopies bytes between user and kernel space
copyiocopies bytes to and from a physical address
passc, cpasspasses character between user space and the kernel
db_free, db_allocallocates and frees physically contiguous memory
db_readtransfers data from physical memory to a user address
db_writetransfers from a user address to contiguous memory
delaydelays process execution for specified time
deverrprints a device error message on the console
disksortadds a block I/O request to a device's queue
dma_allocallocates a DMA channel
dma_breakupsizes DMA request into 512-byte blocks
dma_enablebegins DMA transfer
dma_paramsets up a DMA controller chip for DMA transfer
dma_relsereleases previously allocated DMA channel
dma_residreturns the number of bytes not transferred during a DMA request
dma_startqueues DMA request
emdupmapduplicates channel mapping
emunmapdisables mapping on a channel
flushtlbflushes the translation lookaside buffer
fubytegets a character from user data space
fuwordgets one 32-bit word from user data space
getcb, getcbp, getcf, getcread clist buffers
getchargets one character of input
getablk, geteblkgets a buffer from the block buffer pool
outb, inbreads a byte from or writes a byte to an I/O address
outd, indreads, writes a 32-bit word to a physical I/O address
outw, inwreads, writes a 16-bit word from or to a physical I/O address
iodonesignals I/O completion
iowaitwait for I/O completion
longjmpends current system call with error
makedev, minor, majorreturns major, new device number, or minor device number
memgetallocates contiguous memory at initialization
paddrreturns virtual address pointer to block data
panichalts the system
physck, physioraw I/O for block drivers
pio_breakupbreaks up programmed I/O requests
printcfgdisplays driver initialization message
printfprint a message on the console
psignalsends signal to a process
ktop, ptokconverts virtual and physical addresses
putcb, putcbp, putcf, putcwrite to clists
putcharprints a character on the console
repins: repinsb, repinsw, repinsd, repoutsb, repoutsw, repoutsd, repinsreads and writes streams of device data
scsi: scsi_get_gen_cmd, scsi_getdev, scsi_mkadr3, scsi_s2tos, scsi_s3tol, scsi_stok, scsi_stol, scsi_swap4, scsiSCSI routines
select: selsuccess, selfailure, selwakeup, selectkernel routines supporting select(S)
seterrorsets u.u_error with error code
signalsends a signal to a process
sleepsuspends processing temporarily
spl: spl0, spl1, spl2, spl3, spl4, spl5, spl6, spl7, splbuf, splcli, splhi, splni, splpp, spltty, splx, splblock/permit interrupts
sptallocallocates temporary memory or maps a device into memory
sptfreereleases memory previously allocated with sptalloc
subytestores a character in user data space
suserdetermines if current user is the super-user
suwordstores a 32-bit word in user data space
untimeout, timeoutschedules a time to execute a routine
ttiocominterpret tty driver I/O control commands
tty: ttclose, ttin, ttinit, ttiwake, ttopen, ttout, ttowake, ttread, ttrdchk, ttrstrt, ttselect, tttimeo, ttwrite, ttxput, ttyflush, ttywait, ttytty driver routines
vas: vasbind, vasmalloc, vasmapped, vasunbind, vasvirtual address space memory routines
video: DISPLAYED, viddoio, vidinitscreen, vidmap, vidresscreen, vidsavscreen, vidumapinit, vidunmap, videosupports video adapter driver development
vtopconvert a virtual address to a physical address
wakeupwakes up a sleeping process

NSL. Network Services Library

intro, Introintroduction to the Network Services library.
t_acceptaccept a connect request
t_allocallocate a library structure
t_bindbind an address to a transport endpoint
t_closeclose a transport endpoint
t_connectestablish a connection with another transport user
t_errorproduce error message
t_freefree a library structure
t_getinfoget protocol-specific service information
t_getstate, t_gtstatget the current state
t_listenlisten for a connect request
t_looklook at the current event on a transport endpoint
t_openestablish a transport endpoint
t_optmgmtmanage options for a transport endpoint
t_rcvreceive data or expedited data sent over a connection
t_rcvconnect, t_rcvcntreceive the confirmation from a connect request
t_rcvdisretrieve information from disconnect
t_rcvrelacknowledge receipt of an orderly release indication
t_rcvudata, t_rcvudatreceive a data unit
t_rcvuderr, t_rcvuderreceive a unit data error indication
t_sndsend data or expedited data over a connection
t_snddissend user-initiated disconnect request
t_sndrelinitiate an orderly release
t_sndudata, t_sndudtsend a data unit
t_syncsynchronize transport library
t_unbinddisable a transport endpoint

S. System Services and Library Routines

Introintroduces system services, library routines and error numbers
l64a, a64lconvert between long integer and base-64 ASCII string
abortgenerate an abort fault
absreturn integer absolute value
acceptable_password, accept_pwdetermine if password is cryptic
accessdetermine accessibility of a file
acctenable or disable process accounting
alarmset a process alarm clock
assertverify program assertion
atexitcalls a process at termination
atoi, atol, atofconverts ASCII to numbers
audit_open, audit_read, audit_close, auditopen and access audit session data on a record basis
authauditproduce audit records due to authentication events
authcapget information from the authentication database
bessel: j0, j1, jn, y0, y1, yn, besselbessel functions
sbrk, brkchange data segment space allocation
brkctlallocates data in a 286 far segment
bsearchbinary search a sorted table
cfspeed: cfgetispeed, cfgetospeed, cfsetispeed, cfsetospeed, cfspeedbaud rate functions
chdirchange working directory
check_basic_data_structures, checkdataverify machine is suitable for security port
chmodchange mode of file
chownchange owner and group of a file
chrootchange root directory
chsizechanges the size of a file.
clockreport CPU time used
closeclose a file descriptor
strxfrm, strnxfrm, strcoll, strncoll, collathandles collation of strings
toupper, tolower, toascii, convtranslates characters
creatcreate a new file or rewrite an existing one
creatsemcreates an instance of a binary semaphore
cryptpassword and file encryption functions
ctermidgenerate file name for terminal
localtime, gmtime, asctime, cftime, ascftime, strftime, tzset, ctimeconvert date and time to string
ctypecharacter handling routines
cuseridget character login name of the user
dblocklock the entire Authentication database
dbm: dbminit, fetch, store, delete, firstkey, nextkey, dbmperforms database functions
defread, defopenreads default entries
dialestablish an outgoing terminal line connection
difftimecomputes the difference between time values
directory: opendir, readdir, telldir, seekdir, rewinddir, closedir, directorydirectory operations
discrcheck discretionary attributes of files and programs
divdivides integers
erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48, drand48generate uniformly distributed pseudo-random numbers
dupduplicate an open file descriptor
dup2duplicate an open file descriptor
fcvt, gcvt, ecvtconvert floating-point number to string
etext, edata, endlast locations in program
erfc, erferror function and complementary error function
ev_blockwait until the queue contains an event
ev_closeclose the event queue and all associated devices
ev_countreturns the number of events currently in the queue
ev_flushdiscard all events currently in the queue
ev_getdevgets a list of devices feeding an event queue
ev_gindevinclude/exclude devices for event input
ev_getemask, ev_gtemskreturn the current event mask
ev_initinvokes the event manager
ev_poppop the next event off the queue
ev_readread the next event in the queue
ev_resumerestart a suspended queue
ev_setemask, ev_stemsksets event mask
ev_suspend, ev_suspsuspends an event queue.
exec: execl, execv, execle, execve, execlp, execvp, execexecute a file
execsegmakes a data region executable.
_exit, exitterminate process
log, log10, pow, sqrt, expexponential, logarithm, power, square root functions
fflush, fcloseclose or flush a stream
fcntlfile control
feof, clearerr, fileno, ferrorstream status inquiries
fgetposgets and stores the current value of a stream's file position indicator
fieldFIELD library routines
fieldsreturn status based on fields of authentication database
fieldtypeFIELDTYPE library routines
ceil, fmod, fabs, floorfloor, ceiling, remainder, absolute value functions
freopen, fdopen, fopenopen a stream
forkcreate a new process
formFORM library routines
fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky, fpgetroundIEEE floating point environment control
fwrite, freadbinary input/output
ldexp, modf, frexpmanipulate parts of floating-point numbers
rewind, ftell, fseekreposition a file pointer in a stream
fsetpossets the file position indicator for a stream
ftwwalk a file tree
gammalog gamma function
getchar, fgetc, getw, getcget character or word from a stream
getcwdget path name of current working directory
getdentsread directory entries and put in a file-system- independent format
getdvagnam, setdvagent, enddvagent, putdvagnam, copydvagent, getdvagentmanipulate device assignment database entry
getenvreturn value for environment name
getgrgid, getgrnam, setgrent, endgrent, fgetgrent, getgrentget group file entry
getgroupsget supplementary group ID's
gethzreturn the frequency of the system clock in ticks per second
getloginget login name
getluidget login user ID
getmsgget next message off a stream
getoptget option letter from argument vector
getpassread a password
getpasswdread or clear a password
getpgrp, getppid, getpidget process, process group, and parent process IDs
getprcmnam, setprcment, endprcment, putprcmnam, getprcmentmanipulate command control database entry
getprdfnam, setprdfent, endprdfent, putprdfnam, getprdfentmanipulate default control database entry
getprfinam, setprfient, endprfient, putprfinam, getprfientmanipulate file control database entry
getprivget system privileges associated with this process
getprpwuid, getprpwnam, setprpwent, endprpwent, putprpwnam, getprpwentmanipulate protected password database entry
getprtcnam, setprtcent, endprtcent, putprtcnam, getprtcentmanipulate terminal control database entry
getpwget name from UID
getpwuid, getpwnam, setpwent, endpwent, fgetpwent, getpwentget password file entry
fgets, getsget a string from a stream
geteuid, getgid, getegid, getuidget real user, effective user, real group, and effective group IDs
getut: getutent, getutid, getutline, pututline, setutent, endutent, utmpname, getutaccess utmp file entry
hcreate, hdestroy, hsearchmanage hash search tables
hypoteuclidean distance function
identityget or check uids or gids from program start
ioctlcontrol device
isnan: isnand, isnanf, isnantest for floating point NaN (Not- A-Number)
itemCRT item routines
killsend a signal to a process or a group of processes
ltol3, l3tolconvert between 3-byte integers and long integers
labsconverts to absolute value
ldahreadread the archive header of a member of an archive file
ldaclose, ldcloseclose a common object file
ldfhreadread the file header of a common object file
ldgetnameretrieve symbol name for common object file symbol table entry
ldivdivides long integers
ldlinit, ldlitem, ldlreadmanipulate line number entries of a common object file function
ldnlseek, ldlseekseek to line number entries of a section of a common object file
ldohseekseek to the optional file header of a common object file
ldaopen, ldopenopen a common object file for reading
ldnrseek, ldrseekseek to relocation entries of a section of a common object file
ldnshread, ldshreadread an indexed/named section header of a common object file
ldnsseek, ldsseekseek to an indexed/named section of a common object file
ldtbindexcompute the index of a symbol table entry of a common object file
ldtbreadread an indexed symbol table entry of a common object file
ldtbseekseek to the symbol table of a common object file
libwindowswindowing terminal function library
linklink to a file
locklocks a process in primary memory
lockfrecord locking on files
lockinglocks or unlocks a file region for reading or writing
lognamereturn login name of user
lfind, lsearchlinear search and update
lseekmove read/write file pointer
free, realloc, calloc, mallocallocates main memory Name malloc, free, realloc, calloc, mallopt, mallinfo - allocates main memory quickly
matherrerror-handling function
matherr, mathtesterror-handling function
memmovecopies characters between objects
memory: memccpy, memchr, memcmp, memcpy, memset, memorymemory operations
menuCRT menu routines
mkdirmake a directory
mkfifomake a FIFO special file
mknodmake a directory or a special or ordinary file or a FIFO
mktempmake a unique file name
mktimeconverts local time to calendar time
monitorprepare execution profile
mountmount a file system
msgctlmessage control operations
msggetget message queue
msgop: msgsnd, msgrcv, msgopmessage operations
napsuspends execution for a short interval
nicechange priority of a process
nl_ascxtime, nl_cxtime, nl_cxtiformat date and time
nl_initinitialises native language support operation
nl_langinfo, nl_langlanguage information
nl_printf, nl_fprintf, nl_sprintf, nl_printformats native language output
nl_scanf, nl_fscanf, nl_sscanf, nl_scanconverts formatted native language input
nl_strcmp, nl_strncmp, nl_strccompare native language strings
nlistget entries from name list
openopen for reading or writing
opensemopens a semaphore
paccessused in conjunction with ptrace for tracing a child process
panelPANEL library routines
passlendetermine minimum password length
pathconfget configurable pathname variables
pausesuspend process until signal
errno, sys_errlist, sys_nerr, perrorsystem error messages
pipecreate an interprocess channel
plocklock process, text, or data in memory
plotgraphics interface subroutines
pollSTREAMS input/output multiplexing
pclose, popeninitiate pipe to/from a process
fprintf, sprintf, printfprint formatted output
proctlcontrols active processes or process groups
profilexecution time profile
ptraceprocess trace
putchar, fputc, putw, putcput character or word on a stream
putenvchange or add value to environment
putmsgsend a message on a stream
putpwentwrite password file entry
fputs, putsput a string on a stream
pw_mapping: pw_nametoid, pw_idtoname, gr_nametoid, gr_idtoname, pw_mappingmap between user and group names and IDs
qsortquicker sort
uadmin, r.uadminadministrative control for rebooting the system and remounting the root filesystem"
raisesend signal sig to execution program
srand, randsimple random-number generator
randomwordgenerate a pronounceable password
rdchkchecks to see if there is data to be read
readread from file
regex, regcmpcompile and execute regular expression
regcmp, regexcompiles and executes regular expressions.
regexpregular expression compile and match routines
removeremoves filename
renamechanges filename
rmdirremove a directory
fscanf, sscanf, scanfconvert formatted input
sdleave, sdentersynchronizes access to a shared data segment
sdfree, sdgetattaches and detaches a shared data segment.
sdwaitv, sdgetvsynchronizes shared data access
seed: getseed, setseed, seedobtain or set seed for random number generator
selectsynchronous I/O multiplexing
semctlsemaphore control operations
semgetget set of semaphores
semopsemaphore operations
setvbuf, setbufassign buffering to a stream
setgroupsset group access list
longjmp, setjmpnon-local goto
setlocale, setlocset or read international environment
setluidset login user ID
setpgidset process group ID for job control
setpgrpset process group ID
setprivset system privileges for this process
setsidcreate session and set process ID
setgid, setuidset user and group IDs
shmctlshared memory control operations
shmgetget shared memory segment identifier
shmop: shmat, shmdt, shmopshared memory operations
shutdnflushes block I/O and halts the CPU
sigactionexamine and change signal action
sigsetjmp, siglongjmp, sigjmpnon-local jumps
signalspecify what to do upon receipt of a signal
sigpendingexamine pending signals
sigprocmaskexamine and change blocked signals.
sigsemsignals a process waiting on a semaphore
sigsetmanipulate signal sets
sigsuspendwait for signal
cosh, tanh, sinhhyperbolic functions
sleepsuspend execution for interval
sgetl, sputlaccess long integer data in a machine- independent fashion
gsignal, ssignalsoftware signals
fstat, statget file status
fstatfs, statfsget file system information
stdiostandard buffered input/output package
stdipc: ftok, stdipcstandard interprocess communication package
stimeset time
stopiostop further I/O to an open file
strerrorgets error message pointer from last routine call error
strftime, strftimformat date/time string
string: strcat, strdup, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok, stringstring operations
atof, strtodconvert string to double-precision number
atol, atoi, strtolconvert string to integer
subsystemsmanipulation routines for Subsystems database
swabswap bytes
syncupdate super block
sysconfget configurable system variables
sysfsget file system type information
sysi86machine-specific functions
systemissue a shell command
tamTAM transition libraries
tcgetattr, tcsetattr, tcattrstate functions
tcdrain, tcflush, tcsendbreak, tcflowline control functions
tcgetpgrp, tcsetpgrp, tcpgrpprocess group id functions
tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs, termcapperforms terminal functions
terminfoterminal description database.
timeget time
timesget process and child process times
tmpfilecreate a temporary file
tempnam, tmpnamcreate a name for a temporary file
trig: sin, cos, tan, asin, acos, atan, atan2, trigtrigonometric functions
tfind, tdelete, twalk, tsearchmanage binary search trees
isatty, ttynamefind name of a terminal
ttyslotfind the slot in the utmp file of the current user
uadminadministrative control
ulimitget and set user limits
umaskset and get file creation mask
umountunmount a file system
unameget name of current UNIX system
ungetcpush character back into input stream
unlinkremove directory entry
ustatget file system statistics
utimeset file access and modification times
varargsvariable argument list
vfprintf, vsprintf, vprintfprint formatted output of a varargs argument list
waitpid, waitwait for child process to stop or terminate
nbwaitsem, waitsemawaits and checks access to a resource governed by a semaphore
writewrite on a file
fxlist, xlistgets name list entries from files

SCO. SystemV/386 specific Commands

diskimagecreates file image for floppy disk
docutcreates an application distribution
fdfitfits file archives onto media volumes
hocheckcompares the permlist to current and past distributions
mkcutsmakes custom installable distributions
mkflopscreates floppy disks from mkcuts(SCO) output
mkmasterruns previous docut(SCO) setup
mkpermmakes a product permissions list (permlist)
pkgsizeupdates package size information
volnoupdates volume number information for files

STR. STREAMS Library

cloneopen any minor device on a STREAMS driver
loginterface to STREAMS error logging and event tracing
streamioSTREAMS ioctl commands
timodTransport Interface cooperating STREAMS module
tirdwrTransport Interface read/write interface STREAMS module

XNX. Xenix Compatibility Commands

arMaintains archives and libraries.
ldInvokes the link editor.
nmPrints name list.
profDisplays profile data.
sizePrints the size of an object file.
stripRemoves symbols and relocation bits.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026