John Polstra
82d29a82b5
Added a new module "uthread_autoinit.cc". This is a small C++ module.
...
It uses a static constructor to call _thread_init() at program start-up
time. That eliminates the need for any initialization hooks in crt0.o.
Added a symbol reference in "uthread_init.c", to ensure that the new
module will always be pulled in when the archive version of the library
is used.
In "Makefile.inc", defined CPLUSPLUSLIB, so that the constructor will be
properly invoked in the shared library.
Suggested by: Christopher Provenzano, Peter Wemm, and others.
1996-02-17 02:19:37 +00:00
John Polstra
7732e08227
Removed "iso_addr.c" from the Makefile. Support for it has been removed
...
from the system, and a required include file no longer exists.
1996-02-17 02:12:47 +00:00
John Polstra
7a6b3357af
Corrected a couple of errors in the fts(3) manual page. The prototype
...
for "fts_open" was wrong. Also, the "fts_info" field of the FTSENT
structure was misleadingly described as containing "flags". Actually, it
contains a single integer value.
1996-02-15 21:48:54 +00:00
Mike Pritchard
e1f4e80c88
Fixed a bunch of man page cross references that were
...
in the main text of various man pages.
Thanks to Warner Losh for adding an option to manck to allow
it to scan the entire man page looking for bogus xrefs, instead
of just checking the SEE ALSO section.
1996-02-15 20:07:05 +00:00
Mike Pritchard
d428a98d6d
Added a little NOTES section explaining that passing in a string that
...
resides in read-only memory is going to cause the program to core dump,
and this is commmon with older pre-ANSI C programs.
(I've scratched my head over this one at 3 in the morning before
while trying to port some ancient program)
Suggested by: Gary Kline <kline@tera.com>
1996-02-15 05:02:16 +00:00
Garrett Wollman
cbc17e711e
XNS sort-of-support is no more.
1996-02-13 17:30:37 +00:00
Joerg Wunsch
eb5bc2e765
Include both, the regular and the `secure' libtelnet, when building
...
a release.
1996-02-13 09:17:42 +00:00
Poul-Henning Kamp
09d46ab02c
Some fixes:
...
- shared libraries are in ${SHLIBDIR}, not necessarily in ${LIBDIR}.
- don't remove or create any shared library versions except 2.0.
and improvements:
- don't use rm -r.
- indent the long shell command.
Submitted by: bde
1996-02-12 12:40:04 +00:00
Mike Pritchard
5f6bedf2ac
Correct the xref for msgctl: msgctl(2) -> msgctl(3)
1996-02-12 07:06:23 +00:00
Mike Pritchard
2375385da1
Added man pages for msgctl(3), msgget(3), msgrcv(3) and msgsnd(3).
...
Obtained from: NetBSD
1996-02-12 07:03:24 +00:00
Mike Pritchard
bcff8e2ae4
Another round of man page cleanups.
...
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00
Mike Pritchard
4bd9ba3c2f
Fixed some minor formatting problems to silence manck some more.
...
Corrected some bogus cross references to man pages that we don't/won't
have and either deleted them, or found a more appropriate man page
that we do have. Various other minor changes to silence manck.
Manck is currently down to about 200 lines of errors, down from
the 500 - 600+ when I started all this.
1996-02-12 01:20:38 +00:00
Mike Pritchard
3656c5f4df
Added a update(4) man page to describe the kernel initiated update
...
process and changed all of the old references to update(8) to update(4).
1996-02-12 00:45:47 +00:00
Mike Pritchard
5a489ac2b8
Minor cleanup of the rpc man pages to silence manck.
1996-02-12 00:02:42 +00:00
Mike Pritchard
3e6427f35f
Correct man page section number references (e.g. don't use the
...
old 1M, 3X and 3S section numbers) and make some minor formatting
changes to silence manck.
1996-02-11 23:29:40 +00:00
Mike Pritchard
78b0b234eb
Correct a bunch of man page cross references and generally
...
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
1996-02-11 22:38:05 +00:00
Poul-Henning Kamp
cbbe7584d8
Add libfakegnumalloc.
1996-02-11 18:13:35 +00:00
Poul-Henning Kamp
ff50d97b0f
Make a scaffold libgnumalloc.so.#.# unless there is a packeage called
...
"gnumalloc*"
1996-02-11 18:12:42 +00:00
Mark Murray
bbff7ca556
#include <kerberosIV/des.h> -> #include <des.h>
1996-02-11 09:18:18 +00:00
Poul-Henning Kamp
c896bf9116
Don't install mdX.3, it's the template used to build the other pages.
1996-02-09 22:44:44 +00:00
Poul-Henning Kamp
5dc3e051ab
Bill was a little to fast here...
1996-02-09 20:57:53 +00:00
Mike Pritchard
c4c23c4df8
Another round of various man page cleanups.
1996-02-09 17:25:57 +00:00
Mike Pritchard
6fad16fd59
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
Jordan K. Hubbard
a410855f63
Fixed docs/521.
1996-02-09 12:25:08 +00:00
Mike Pritchard
015234b2e8
Add a couple more man page links and some minor formatting fixes.
1996-02-09 02:49:14 +00:00
Mike Pritchard
50ab12d9c0
Correct one small typo in previous commit.
1996-02-09 00:48:52 +00:00
Mike Pritchard
c211e812bb
Added some missing MLINKS for section 3 man pages.
...
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
Mike Pritchard
46285cbc83
Fix some minor formatting problems in the curs_termin.3 man page.
1996-02-08 22:25:44 +00:00
Mike Pritchard
b0e4cfe40e
Fix a typo in one of the function names.
1996-02-08 22:16:13 +00:00
Paul Traina
cfbf02b6ad
Clean up documentation on setuid/setgid bit handling.
1996-02-08 19:06:06 +00:00
Garrett Wollman
0761cb293e
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)
...
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
1996-02-06 20:36:15 +00:00
Bill Paul
9a8c0cebf4
Make sure xdr_ypresp_all_seq() always returns a sane 'status' value.
...
(There were cases where it was leaving the status uninitialized.)
1996-02-04 05:05:43 +00:00
Mike Pritchard
5ea43fd200
Add some missing manual page links.
1996-02-02 17:48:46 +00:00
Wolfram Schneider
8ed714cd80
Submitted by: bruce, davidg, dyson
...
add a BUG section for mmap with current limitation
section SYNOPSIS completed
1996-02-02 05:06:29 +00:00
Mike Pritchard
e2cc67ef3c
Another round of spelling fixes.
1996-01-30 18:13:11 +00:00
Mike Pritchard
a5ed710ccd
Fix even more spelling errors in some more man pages.
1996-01-30 16:34:52 +00:00
Nate Williams
98c4ae7b2b
Back out the thread_init code in order to allow -current to bootstrap
...
from -stable, until a better solution is found.
Submitted by: Consensus of mailing list and the almighty Jordan :)
1996-01-30 05:55:20 +00:00
Mike Pritchard
70520b51b9
Getpwent() and getservent() can wind up calling free() with
...
an invalid pointer if a call to yp_first() fails. Closes PR # 964,
and possibly # 952.
1996-01-29 20:16:30 +00:00
Joerg Wunsch
7c2f56cca5
Build libscrypt in addition to libdescrypt if RELEASEDIR is set.
...
Releases do need both libraries (they go into different distributions).
1996-01-24 21:32:46 +00:00
Nate Williams
c524c9334d
Bring in the man page additions for PT_ATTACH/DETACH|GET/SET_REGS that
...
were deleted out after the initial import now that Peter's code has
implemented them in -current.
1996-01-24 20:17:17 +00:00
Wolfram Schneider
3f22919355
note in bugs section: madvise not yet implemented
1996-01-23 23:33:55 +00:00
Mike Pritchard
86cfd0dd41
Changed the description of SIGSYS to better reflect what
...
it means when that signal is received. Closes PR# 686.
1996-01-22 12:31:15 +00:00
Julian Elischer
aaf0927a09
Obtained from: uthreads package
1996-01-22 00:32:08 +00:00
Julian Elischer
6b2590e7ca
error handling for threaded apps
1996-01-22 00:26:12 +00:00
Julian Elischer
012dfd00b3
Reviewed by: julian
...
Submitted by: john birrel
One version of the pthreads library
another will follow with differnt actions under some cases..
not QUITE complete
1996-01-22 00:23:58 +00:00
Julian Elischer
f70177e76e
Reviewed by: julian and (hsu?)
...
Submitted by: John Birrel(L?)
changes for threadsafe operations
1996-01-22 00:02:33 +00:00
Nate Williams
ae5d6711ff
- FreeBSD'ized the ptrace manpage by removing non-FreeBSD specific portions.
...
- install ptrace.2
1996-01-20 17:56:06 +00:00
Nate Williams
55b697783d
This commit was generated by cvs2svn to compensate for changes in r13519,
...
which included commits to RCS files with non-trunk default branches.
1996-01-20 17:35:25 +00:00
Nate Williams
6f2c1e42c7
ptrace(2) manpage
1996-01-20 17:35:25 +00:00
Mike Pritchard
270d3d754a
Fix a variety of minor typos and cross references in a bunch of
...
man pages.
Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
1996-01-20 07:29:11 +00:00