Mike Pritchard
edf0e5b3f8
Correct some man page xrefs, and some other minor changes to bring some
...
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
1996-04-08 04:18:31 +00:00
Joerg Wunsch
e8b90f0072
Make `easy-import' ready for vendor-branch imports.
...
I'm also going to install the new version on freefall.
1996-04-07 10:22:37 +00:00
Jordan K. Hubbard
f6284247b7
Make this properly respect obj dirs.
1996-04-07 03:34:35 +00:00
Jordan K. Hubbard
371a943ab5
Strive for a little more consistency with my examples.
1996-04-07 03:21:01 +00:00
Jordan K. Hubbard
b376966fbf
Add an `aux' field for some other gunk I'm doing.
1996-04-05 02:29:12 +00:00
Bruce Evans
5669f99f50
Moved the include of <sys/types.h> to before the include of <dirent.h>
...
so that mkisofs will compile when namespace pollution is removed from
<stdio.h>. (<dirent.h> recently became dependent on <sys/types.h>.)
1996-03-29 14:00:25 +00:00
Joerg Wunsch
4e20deaab3
f2c's -krd does not work with f77 wrapper
...
Closes PR # gnu/1101
Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl)
1996-03-27 07:46:04 +00:00
Wolfram Schneider
3974bcb043
Don't count character ``+'' as garbage (c++.1, flex++.1)
...
Submitted by: joerg
1996-03-21 18:17:41 +00:00
Joerg Wunsch
ff910f3507
Fix an infinite loop for empty files in the archive, and handle
...
sparsely stored linked files correctly.
Submitted by: haug@conterra.com (Brian R. Haug)
1996-03-18 23:08:29 +00:00
Joerg Wunsch
8aa07454ea
Several changes to the gethostname module:
...
. rename the function to main'gethostname, so it can be called unqualified,
. strip the trailing \0 character, closes PR # bin/1084,
. a better way to express an insane long string.
Submitted by: Giles Lean <giles@topaz.nemeton.com.au> (except the 1st)
1996-03-18 21:42:31 +00:00
Wolfram Schneider
29b5d06655
delete /usr/local/bin from PATH
...
Submitted by: nate
1996-03-12 23:09:04 +00:00
Wolfram Schneider
ee01e15bb2
delete /usr/ucb from PATH, move /usr/local/bin after /usr/bin
1996-03-12 21:42:40 +00:00
Wolfram Schneider
242e35141e
remove ``whatis''
1996-03-10 18:59:11 +00:00
Wolfram Schneider
d31934acb9
share the code between apropos and whatis
1996-03-10 18:52:33 +00:00
Mark Murray
5fff263854
Make "make tests" actually work. This is an extremely crude hack, but
...
I figure that as this is not part of any automated processes, WTH.
1996-03-04 16:06:03 +00:00
Bruce Evans
7bb6870434
Removed temporary file.
1996-03-01 15:18:55 +00:00
Paul Traina
0f6b2cb3f8
Bring in some of Paul K's fixes for ldconfig from NetBSD-current.
...
This solves the problem of being unable to use shared libraries with dots
in their names before the ".so.<version>" code.
This should be brought into -stable.
There are more changes from Paul that look like they should be included,
but they change the format of the hints file, so I'm not going to bring them
in now (but we should in the future).
Obtained from: pk@netbsd.org
1996-02-26 02:22:33 +00:00
Wolfram Schneider
d37cc74768
print error messages to stderr
...
don't fail if search arguments contain spaces
allow programs from $PATH as PAGER
faster
1996-02-25 23:41:46 +00:00
Bruce Evans
463c7e7ac6
Use ${ECHO} instead of echo' so that
make -s' is fairly quiet.
1996-02-25 20:25:05 +00:00
Joerg Wunsch
20ef00ec9c
Add a small `gethostname' package. It uses __sysctl(2), and thus
...
avoids the kludgy backquotes that are required by now (`hostname`).
Usage:
require "gethostname.pl";
$thishost = &gethostname'gethostname;
1996-02-13 13:17:49 +00:00
Mike Pritchard
a218f99adb
Added a ".Fx" macro to the mdoc package. Usage:
...
.Fx version.rel { , . ; : ( ) [ ]
Example:
The
.Nm xyzzy
command first appeared in
.Fx 2.2 .
Produces:
The xyzzy command first appeared in FreeBSD 2.2.
Suggested by wollman.
1996-02-12 19:25:18 +00:00
Bill Paul
d565512ed5
Toss the old yppasswdd into the attic.
1996-02-12 14:50:23 +00:00
Bill Paul
e4a8c82437
Remove yppasswdd. (It's going away in a minute.)
1996-02-12 14:48:44 +00:00
Nate Williams
b156b34dfe
Merged in FreeBSD changes.
1996-02-12 06:45:43 +00:00
Nate Williams
0ddab587f5
This commit was generated by cvs2svn to compensate for changes in r14049,
...
which included commits to RCS files with non-trunk default branches.
1996-02-12 06:39:49 +00:00
Nate Williams
cbf3709a42
Sort from GNU textutils 1.14
1996-02-12 06:39:49 +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
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
2551444ec5
gnumalloc is gone.
1996-02-11 18:16:11 +00:00
Poul-Henning Kamp
e35bc152c8
Remove libgnumalloc.
1996-02-11 18:15:10 +00:00
Jean-Marc Zucconi
bf0b336a03
Spelling fixes.
...
This is the man page which has been obtained from NetBSD, not the program.
1996-02-09 21:14:26 +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
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
Paul Traina
2a4a02c0c7
Whoops, do not reference myself.
1996-02-08 21:12:08 +00:00
Paul Traina
a920e92f31
Close docs/1002 - remove bogus cross references
1996-02-08 21:10:07 +00:00
Mike Pritchard
98f63eb3d2
Added entries for some info files that are being installed, but
...
not referenced in the main info menu:
cvs, cvsclient (cvs client/server stuff), diff/patch, gmp (GNU MP math
library).
1996-02-08 20:00:52 +00:00
Jordan K. Hubbard
b1c46b6825
Minor tweak to this test.
1996-02-08 11:55:15 +00:00
Paul Traina
961ce31804
Fix bin/pr506 - uname from current system
1996-02-08 06:04:57 +00:00
John Polstra
f8b117f1e4
Update the manual page to reflect the fact that an "Index" line
...
now takes precedence over a context diff header for determining
the name of the file to patch.
1996-02-07 23:47:55 +00:00
Wolfram Schneider
cc54f38c51
making <page>.1 from <page>.man
1996-02-06 23:48:03 +00:00
Wolfram Schneider
12e1f465dd
recursive grep, enabled with -DHAVE_FTS=1
...
enable mmap (-DHAVE_MMAP=1)
1996-02-02 06:45:26 +00:00
Mike Pritchard
7c87ef470d
Correct some manual page cross reference errors. E.g. su is a section
...
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.
1996-02-02 00:26:12 +00:00
Mike Pritchard
24b0124f19
Fix the ".Os" macro to not display "BSD Experimental" if no arguments
...
are specified. Just "BSD" is displayed instead.
1996-02-01 18:04:22 +00:00
Mike Pritchard
6f151a1436
Remove groff/tmac/mm.diff - it is just a small file containing a context
...
diff that was probably mistakenly committed when the package was brought in.
1996-01-31 21:07:22 +00:00
Mike Pritchard
83d3a958bf
Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')"
...
You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need
the X3.159-1989 string reported.
Suggested by Garrett Wollman.
1996-01-31 20:55:35 +00:00
Mike Pritchard
fb87014e2d
Teach the .Os macro about FreeBSD and our releases. E.g.
...
.Os FreeBSD 2.1
will now display "FreeBSD 2.1" at the bottom of the man page,
instead of just "FreeBSD".
Added a bunch of missing standards to the .St macro.
4.4BSD is no longer "BSD Experimental".
Obtained from: Partially obtained from NetBSD & 4.4BSD-lite2
1996-01-31 16:34:53 +00:00
Wolfram Schneider
98b1043eab
man.1 depend on man.man
1996-01-24 00:22:27 +00:00
Wolfram Schneider
7848c5e3b3
manpath.1 depend on manpath.man
1996-01-24 00:18:29 +00:00
Joerg Wunsch
09a9d67790
`-w' was actually a flag, not an option...
1996-01-23 21:27:39 +00:00
Joerg Wunsch
216f442d13
Add a hint that the -w flag to catman(1) is actually the command
...
wakewhatis(1) for us.
Closes PR # docs/966
Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
1996-01-23 21:09:39 +00:00
Bruce Evans
5d391de1d4
Search section 9.
1996-01-23 14:03:26 +00:00
Wolfram Schneider
a270abb407
Add missing manpage zgrep.1 and links zegrep.1, zfgrep.1
...
Add missing links zegrep and zfgrep
1996-01-23 01:00:37 +00:00
Mike Pritchard
3f1cd88fb3
Change the reference to less(1) (which may not be installed) to more(1).
...
Closed PR# 847.
1996-01-22 09:25:45 +00:00
Mike Pritchard
1c337622df
Rcsdiff incorrectly only allows one -L option to be specified.
...
Submitted by: Niklas Hallqvist <niklas@filippa.appli.se> via NetBSD-bugs
1996-01-20 07:51:25 +00:00
Thomas Graichen
485a4a95e8
Reviewed by: jmz (Jean-Marc Zucconi)
...
added a simple man-page for our f77 (f2c/gcc driver)
1996-01-16 10:21:45 +00:00
John Polstra
5a81ed9667
This release is a moderate restructuring of the dynamic linker.
...
It addresses a number of problems that were present in earlier
versions.
The calls to the "init" and "fini" functions of shared libraries
have been reordered, so that they are called in a strictly nested
fashion, as is required for C++ constructors and destructors. In
addition, the "init" functions are called in better order relative
to each other. That makes the system more tolerant of C++ programs
which depend on a library's being initialized before its clients.
The dynamic linker is now more tolerant of shared libraries in
which dependencies on other shared libraries are incompletely
recorded.
Cleanup in the event of errors has been improved throughout the
dynamic linker. A number of memory leaks were eliminated.
The warning message for a shared library whose minor version number
is too old has been clarified.
The code dealing with the "ld.so.hints" file has been cleaned up.
A bug that caused the hints file to be unmapped incompletely has
been fixed. A different bug that could potentially cause the hints
file to be mapped on top of a loaded object has been fixed.
The code that searches for shared libraries has been cleaned up.
The searching is now more compatible with that done by SunOS and
SVR4. Also, some unnecessary and useless searches of both the
hints file and library directories have been eliminated.
Reviewed by: nate@freebsd.org
1996-01-13 00:15:25 +00:00
John Polstra
eb4a4eeb45
Split up the code so that a single directory can be searched, to
...
support some changes in the dynamic linker. (This code is shared
by the dynamic linker.)
Reviewed by: nate@freebsd.org
1996-01-13 00:14:53 +00:00
Bill Paul
7ece219762
Toss the old yppush into the attic.
1996-01-12 06:46:19 +00:00
Bill Paul
420bf02888
Remove yppush; it's about to be replaced.
1996-01-12 06:43:33 +00:00
Poul-Henning Kamp
bbb1dc53a4
Another '-' needed for make release.
1996-01-11 17:49:55 +00:00
Poul-Henning Kamp
5a39b83123
Make the new realinstall target a little less draconian so that make release
...
doesn't fall over.
1996-01-11 17:27:16 +00:00
Peter Wemm
609ce96228
Whoops. cvsinit was creating a modules file in CVSROOT with an
...
explicit (and wrong) /usr/local/bin/mkmodules path. We install in /usr/bin.
Noticed by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
1996-01-11 05:56:35 +00:00
John Polstra
b25d7c2bbc
Install ld.so in a way that is safe even on a running system.
1996-01-11 03:45:55 +00:00
Jordan K. Hubbard
52abcf2c37
Fix small bug with negative item_no.
1996-01-10 13:57:46 +00:00
Mike Pritchard
78f03ca729
Correct the path used to invoke "pr" if the "-l" option to diff is
...
specified. Also invoke "pr" with "-F" instead of the invalid "-f"
option.
Obtained from: NetBSD-bugs mailing list (PR# 1896)
1996-01-10 10:41:47 +00:00
Jordan K. Hubbard
24b935d90e
Refresh before calling selection hook.
1996-01-05 04:00:51 +00:00
Jordan K. Hubbard
48551fe40b
Work around optimizer strength reduction bug.
...
Submitted by: Richard Henderson <richard@atheist.tamu.edu>
Obtained from: bug-gcc@prep.ai.mit.edu
1996-01-04 04:44:47 +00:00
Joerg Wunsch
9f5ae2b97b
Use cvs -Q release, instead of cvs release -Q, for removing the
...
modules module.
1996-01-02 07:39:03 +00:00
Jordan K. Hubbard
cd5e85eb47
Create individual tests for each dialog feature.
1996-01-01 03:45:32 +00:00
Jordan K. Hubbard
738c371d22
Next round of changes - make dialog boxes drawable at arbitrary X,Y locations
...
and add selection traversal callbacks so context-sensitive behavior can
even be implemented for individual menu items. These work around the two
largest issues holding me back with some of my sysinstall changes.
1996-01-01 03:43:58 +00:00
Peter Wemm
4525250aaa
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Peter Wemm
6065a0be11
This commit was generated by cvs2svn to compensate for changes in r13122,
...
which included commits to RCS files with non-trunk default branches.
1995-12-30 19:02:48 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Peter Wemm
dcc96c4b83
This commit was generated by cvs2svn to compensate for changes in r13087,
...
which included commits to RCS files with non-trunk default branches.
1995-12-29 00:21:26 +00:00
Peter Wemm
953ce0c6cb
Import some ChangeLogs for the parts of cvs-1.6.3 that I missed
...
last time. I should have pulled these in last time as it allows easier
comparison of "where we are at" relative to the current version from
cyclic.com. Since this is in a 4.4BSD style tree layout, the changelogs
dont exactly match the file layout, but it's close enough.
1995-12-29 00:21:26 +00:00
Bruce Evans
1f4f6e61d4
Enabled my FUNCTION_PROFILER_EPILOGUE code and added option
...
-mprofiler-epilogue to support it and documented the option.
cc.1:
Listed all the machine-dependent options, even the temporary
debugging ones.
invoke.texi:
Fixed the sense of -mno-ieee-fp.
Sorted the machine-dependent options.
1995-12-26 01:34:39 +00:00
Peter Wemm
9e4b2b92b8
Bah humbug!
...
Two uninitialised variables were causing a phkmalloc warning (another notch
in phkmalloc's belt) and caused the full rcstemplate to not be constructed
for commits on freefall.
1995-12-25 03:26:26 +00:00
Bill Paul
1c16e9536e
Toss ypxfr into the attic. The new one should be appearing shortly.
1995-12-25 02:57:48 +00:00
Bill Paul
4466e54fea
Turn of ypxfr. It's about to be nuked.
1995-12-25 02:56:12 +00:00
Nate Williams
821271cef8
Fix the convert to 'death-support' script to work with un-modified
...
RCS sources.
1995-12-24 00:23:28 +00:00
Mark Murray
8b2f1b5fce
Remove games from the SUBDIR list. Gnu Chess is in ports now.
...
OK'ed by: jkh, phk, asami (and others)
1995-12-23 17:03:07 +00:00
Jordan K. Hubbard
79b4be8ddf
Add another test to round out the radiolist dialog suite.
...
Add more comments and attempt to make everything just that much
more understandable.
1995-12-23 14:53:07 +00:00
Jordan K. Hubbard
5dbaee3639
Add a reference to dialog(3) now that the man pages exist.
1995-12-23 01:11:54 +00:00
Jordan K. Hubbard
728c8dd9ac
o Add some test code.
1995-12-23 01:10:32 +00:00
Jordan K. Hubbard
fa8dc2c075
Add changes to:
...
o Support a new, fully backwards-compatible API for controling
individual items in dialog menus.
o Write a man page.
o Add some test code.
1995-12-23 01:10:20 +00:00
Jordan K. Hubbard
4564c19cc7
Document the -k and -w flags.
...
Submitted by: Gary Jennejohn <gj>
1995-12-19 23:42:56 +00:00
Peter Wemm
c44b3fc409
A one line hack to prevent 'cvs checkout -c' from triggering a nasty bug
...
in GNU getopt(). ('cvs checkout -c' cats the modules file to stdout)
Noticed by: Stefan Esser
1995-12-18 18:58:00 +00:00
Peter Wemm
a50515323b
Re-connect cvs to gnu/usr.bin/Makefile..
...
(Note that you need to have either done a 'make world' or explicitly
run a 'make distrib-dirs' (in src/etc) to get some needed directories in
/usr/share/examples/cvs to be built.)
1995-12-18 08:04:53 +00:00
Bill Paul
f998a45ff5
Turn off ypserv. It's about to be replaced by a new non-GPL version.
1995-12-16 20:18:16 +00:00
Peter Wemm
5318395661
Fix yp_mkdb to do what the code suggests it's trying to do..
...
The code, as written, appears to load the new database data into a new
hash file and renames the two.
Due to a run of bugs and lack of error checking, it's going a whole
mess of unlink() and rename() calls that are failing. It only
worked in the first place because the data was being inserted into a
"live" hash file. (I wonder how much stale data has assumulated?)
Submitted by: Laurence Lopez <lopez@mv.mv.com>
1995-12-11 13:56:07 +00:00
Peter Wemm
c3fda50ba5
Whitespace cleanup, add forgotten file to CLEANFILES..
1995-12-11 04:24:11 +00:00
Peter Wemm
4b8f6a534c
Make CVS use /usr/lib/libmd.a rather than supplying Yet Another Copy(TM)
...
of md5.[ch]. Note that minor mods were made to md5.h to support this,
so a reinstall of lib/libmd is needed before building this cvs.
1995-12-11 02:22:34 +00:00
Peter Wemm
41ae2b9560
Tweak the install targets so that the installs are done in the right place
...
relative to the SUBDIR recursion.. Otherwise, the results look really odd.
(basically changed a couple of afterinstall's to beforeinstall's)
1995-12-11 01:58:53 +00:00
Peter Wemm
e57cf9e3b2
Argh! Botch alert! I dont *believe* I did this....
...
(I think I'll blame it on Tristan! :-)
1995-12-11 01:27:18 +00:00
Peter Wemm
b23b8efe32
Fix a couple of build warts that I broke...
1995-12-11 01:23:45 +00:00
Peter Wemm
0ef0ad0b77
Bring in two files that I missed.. These are of no real value unless
...
you are developing CVS code, but they were already in the tree so we
might as well have the right versions.. :-)
1995-12-11 00:48:21 +00:00
Peter Wemm
ab10d3d509
This commit was generated by cvs2svn to compensate for changes in r12757,
...
which included commits to RCS files with non-trunk default branches.
1995-12-11 00:48:21 +00:00
Peter Wemm
54cb448ea5
Attach easy-import.pl (repostory copied from easy-import.perl) and
...
use the xPERL_PATHx substitution like the rest of the .pl stuff.
1995-12-11 00:45:43 +00:00
Peter Wemm
177f95a913
Clean out some files which are no longer part of CVS...
1995-12-11 00:28:08 +00:00
Peter Wemm
21eb9ed3e1
First round of the post-import cleanups...
1995-12-10 23:10:40 +00:00