summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix xrefs. cvs/jems-14oct94Roland McGrath1994-10-141-2/+2
|
* (Interrupt Input): Fix xref.Roland McGrath1994-10-141-1/+1
|
* (Directory Entries): Fix xref.Roland McGrath1994-10-141-1/+1
|
* (Kinds of Signals): Fix xref.Roland McGrath1994-10-141-2/+3
|
* (Job Control): Omit next, prev, up.Roland McGrath1994-10-141-2/+2
| | | | (Identifying the Terminal): Fix xref.
* (Signaling Another Process): Fix xref.Roland McGrath1994-10-141-1/+1
|
* (Top): Rename `Child Processes' to `Processes' in menu.Roland McGrath1994-10-141-1/+1
|
* (Process Startup): Omit next, prev, up.Roland McGrath1994-10-141-1/+1
|
* child.texi renamed to process.texi.Roland McGrath1994-10-141-7/+8
| | | | Update edition, version, date.
* Misc changes suggested by mib.Roland McGrath1994-10-145-133/+199
|
* (User Database): Fix typo.Roland McGrath1994-10-141-1/+1
|
* Misc changes suggested by mib.Roland McGrath1994-10-141-18/+22
| | | | Chapter renamed from `Child Processes' to `Processes'.
* Misc changes suggested by mib.Roland McGrath1994-10-143-88/+151
|
* (Pipe Atomicity): Mention writing might block after PIPE_BUF bytes.Roland McGrath1994-10-141-1/+2
|
* Misc changes suggested by mib.Roland McGrath1994-10-141-35/+38
|
* (Controlling Buffering): Misc changes suggested by mib.Roland McGrath1994-10-141-29/+10
|
* (Opening Streams): In fopen x flag description, mention atomicity, and fixRoland McGrath1994-10-141-2/+4
| | | | xref to open.
* [HAVE__LOCP]: Move this defn to first. Include sys/types.h.Roland McGrath1994-10-141-9/+16
|
* Include direct.h.Roland McGrath1994-10-141-0/+1
|
* (__SOCKADDR_ARG): Always use non-GCC defn, for now.Roland McGrath1994-10-141-4/+8
|
* (__WAIT_STATUS): Always use non-GCC defn, for now.Roland McGrath1994-10-141-5/+10
|
* (Temporary Files): Say tempnam return is malloc'd.Roland McGrath1994-10-111-2/+4
|
* (write): Fix typo.Roland McGrath1994-10-111-2/+3
| | | | (lseek): Say that extending file fills with zeros.
* (Dynamic Allocation and C): Say global variables are like static.Roland McGrath1994-10-111-7/+8
| | | | | (Preparing for Obstacks): Say obstack_chunk_{free,alloc} should be defined before using obstacks.
* (Copying and Concatenation): Note that when strncpy limits copying it doesRoland McGrath1994-10-111-1/+2
| | | | not write a null terminator.
* (main): Surround printed strings with `...' so output is as in manual.Roland McGrath1994-10-111-2/+2
|
* Grok %q modifier like %ll.Roland McGrath1994-10-101-1/+2
|
* Increase default MAX_SIZE to two pages.Roland McGrath1994-10-101-3/+6
|
* Cast string constant to non-const type.Roland McGrath1994-10-101-1/+1
|
* Use %1 again instead of listing TMP as an input with constraint "1".Roland McGrath1994-10-101-2/+2
| | | | This avoids a warning that TMP may be used before set.
* (abort_all_rpcs): Declare SS.Roland McGrath1994-10-101-0/+2
|
* Remove CONFIG_BROKETS conditional.Jim Meyering1994-10-091-7/+0
|
* Properly grok %a modifier.Roland McGrath1994-10-081-2/+2
|
* (abort_rpcs): Return the reply port or null, instead of boolean.Roland McGrath1994-10-071-13/+26
| | | | | (abort_all_rpcs): Record the returns from abort_rpcs and wait for a message on each reply port. Don't bother locking _hurd_siglock.
* Patch to handle old Convex systems (without uname).Per Bothner1994-10-071-0/+26
|
* Pass new arg to _hurd_socket_server, cope with dead server on socket_create.Roland McGrath1994-10-062-4/+27
|
* (_hurd_socket_server): Take new arg DEAD; explain its use in comment.Roland McGrath1994-10-061-3/+12
|
* (_hurd_socket_server): Take new arg DEAD; if nonzero, clear any old cachedRoland McGrath1994-10-061-1/+9
| | | | port and always do a fresh lookup.
* (Waiting for I/O): Mention use on server sockets for accept.Roland McGrath1994-10-061-6/+12
|
* (Listening): Refer to accept and select.Roland McGrath1994-10-061-7/+13
|
* (Heap Consistency Checking): Document mprobe, enum mcheck_status, and argRoland McGrath1994-10-061-3/+41
| | | | to mcheck abortfn.
* (main): Break up a line to avoid overfull hbox.Roland McGrath1994-10-051-1/+3
|
* (Child Processes): Fix typo in Next node name.Roland McGrath1994-10-051-1/+1
|
* (String and Array Utilities): Fix typo in node name.Roland McGrath1994-10-051-1/+1
|
* Replace underscores with dashes inside @var.Roland McGrath1994-10-0511-132/+132
|
* Translate -gnu/linux* to -linux*.Richard M. Stallman1994-10-041-0/+3
|
* (Top): Change introductory text to give full edition info.Roland McGrath1994-10-031-1/+3
|
* Add support for MIPS variantsIan1994-10-031-2/+10
|
* (_UTSNAME_LENGTH): Increase to 1024.Roland McGrath1994-10-031-1/+1
|
* Recognize GNU.Roland McGrath1994-10-031-0/+3
|