File tree Expand file tree Collapse file tree 5 files changed +42
-5
lines changed Expand file tree Collapse file tree 5 files changed +42
-5
lines changed Original file line number Diff line number Diff line change 904904\item \texttt {readlink } is useful in situation when you want to unlink the
905905symlink's target.
906906\item \emph {bufsize } is typically set as 1 byte less than the buffer size to
907- accomodate the terminating NUL character.
907+ accommodate the terminating NUL character.
908908\end {itemize }
909909
910910% %%%%
Original file line number Diff line number Diff line change 2525communication within the 4th layer of ISO OSI. Counterpart to the BSD sockets
2626API.
2727\item [RPC (Remote Procedure Call)] -- SunOS (1984); provides access to services
28- running on a remote machine, data transfered in XDR format (External Data
28+ running on a remote machine, data transferred in XDR format (External Data
2929Representation)
3030\end {description }
3131\end {slide }
Original file line number Diff line number Diff line change 123123\hline 1\\ \hline \end {tabular }}\right .$ }
124124\dimen 0=\ht 0 \advance\dimen 0 by \dp 0 \dimen 0=0.25\dimen 0
125125\ht 0=0pt\dp 0=0pt \raisebox {-\dimen 0}{\box 0}%
126- 5. & proces \emsl {B} writes to member \texttt {a } & 2 & 1 \\
126+ 5. & process \emsl {B} writes to member \texttt {a } & 2 & 1 \\
127127% \cline{3-4}
128- 6. & proces \emsl {B} writes to member \texttt {b } & 2 & 2 \\
128+ 6. & process \emsl {B} writes to member \texttt {b } & 2 & 2 \\
129129% \cline{3-4}
1301307. & \multicolumn {1}{l}{the structure is consistent.}\\
131131\end {tabular }
Original file line number Diff line number Diff line change 10741074\texttt {fcntl } function.
10751075\item It is common that given implementation prefers writer threads to
10761076reader threads. E.g. if a lock is owned by writer and some other thread
1077- calls funtion \funnm {pthread\_ rwlock\_ rdlock} and there is at least one thread
1077+ calls function \funnm {pthread\_ rwlock\_ rdlock} and there is at least one thread
10781078waiting in \funnm {pthread\_ rwlock\_ wrlock}, the writer will be given precedence.
10791079\item There is maximal count of locking operations in given implementation
10801080(inferred from the type that holds the lock count). If the maximum is reached
Original file line number Diff line number Diff line change @@ -582,3 +582,40 @@ mutexes
582582mutexattr
583583setpshared
584584OpenSSH
585+ getpid
586+ getpgrp
587+ getppid
588+ getsid
589+ chown
590+ RGB
591+ ICMP
592+ EOB
593+ OOB
594+ DGRAM
595+ sendto
596+ getsockname
597+ getsockopt
598+ len
599+ REUSEADDR
600+ reuseaddr
601+ htonl
602+ ntohl
603+ htons
604+ ntohs
605+ setcancelstate
606+ setcanceltype
607+ pthreadcancel
608+ semctl
609+ semnum
610+ GETVAL
611+ SETVAL
612+ GETNCNT
613+ GETZCNT
614+ GETALL
615+ SETALL
616+ semctl
617+ RMID
618+ rdlock
619+ rwlock
620+ wrlock
621+ trywrlock
You can’t perform that action at this time.
0 commit comments