lars
a90d30f146
Reviewed by: joerg
...
Change man so that it will still display the man page even if it
cannot create a "cat" file.
1996-06-01 03:19:59 +00:00
phk
066017bb9c
Add an option -O <filename> to ld. From the manpage:
...
-O filename
Specifies the name of the output file. The file is created as
filename.tmp and when output is complete renamed to filename.
This allows us to:
ld -O ${.TARGET} -x -r ${.TARGET}
1996-05-28 16:17:48 +00:00
phk
228b60073e
Make rules reentrant.
1996-05-28 00:34:38 +00:00
jdp
c8c3761213
Zero out an unused field in a structure that is written to the output
...
file. The field formerly contained random garbage, leading to spurious
differences between otherwise identical executables and libraries.
Submitted by: Bruce Evans <bde@freebsd.org>
1996-05-27 18:06:02 +00:00
peter
66dcddf691
Remove this version, it now comes from libc.
1996-05-27 11:02:40 +00:00
peter
e992bf35c6
This version is no longer needed, and probably better off gone. It
...
tried to parse the format string to estimate how much space it needed.
It didn't know all of the formats..
1996-05-27 11:01:09 +00:00
jkh
a374210e63
There's no -p flag to our diff.
1996-05-26 22:27:52 +00:00
jkh
f6c941c509
Fix some argument ordering and redundancy bogons.
1996-05-26 21:56:24 +00:00
pst
3c5660b06a
Remove setuid bit, it's not necessary.
1996-05-22 15:53:38 +00:00
pst
de752c81dc
Call groff directly instead of using nroff shell script.
...
Submitted by: peter
1996-05-22 15:53:19 +00:00
jdp
8e810e6d13
When checking to see whether a needed shared library has already
...
been loaded, look for a match by device and inode number if the
traditional pathname comparisons don't find a match. This detects
the case in which a library is requested using two different names
which are really links to the same file, and avoids loading it
twice.
Requested by: peter@freebsd.org
Reviewed by: peter@freebsd.org
1996-05-22 06:34:12 +00:00
wosch
f7107b8cab
New option -append: teach makewhatis to only add records, instead
...
of clobbering the entire database.
sort options in alphabetic order.
install manpage makewhatis.local.8
1996-05-22 00:57:42 +00:00
wosch
57113eed94
remove INFODIR?= /usr/share/info, already defined in bsd.own.mk
1996-05-22 00:29:40 +00:00
wosch
58428eee68
remove SHAREDIR?=/usr/share, already defined in bsd.own.mk
1996-05-22 00:26:57 +00:00
jkh
b0c581a731
Invoke proper gzip
1996-05-20 12:52:08 +00:00
wosch
5ef7c9e362
Makewhatis appended the filename to list of keywords if no keyword
...
matched the filename. Now put the list after the filename. E.g.
filename: vt220keys.1
Keyword: vt220
was: vt220(1), vt220keys(1) - define SHIFTED [...]
now: vt220keys(1), vt220(1) - define SHIFTED [...]
1996-05-14 23:07:05 +00:00
wosch
1474db4aa4
Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286
...
Submitted by: invalid opcode <coredump@nervosa.com>
makewhatis.local - start makewhatis(1) only for file systems
physically mounted on the system
Running makewhatis from /etc/weekly for rw nfs-mounted /usr may kill
your NFS server -- all clients start makewhatis at the same time!
So use this wrapper instead calling makewhatis directly.
Pointed out by: Bruce
1996-05-12 21:02:04 +00:00
wosch
af3757a685
faster
...
average 2-3 x
for option -h or -q 10 x
handle option -q and -L
better exit status, similar to grep (0: matches found 1: no
matches found 2: error)
1996-05-12 16:20:26 +00:00
wosch
9f795376b3
`mv'' ->
`mv -f''
...
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
1996-05-07 23:19:49 +00:00
phk
189514aa41
PD_SHIFT -> PDRSHIFT
...
PGOFSET -> PAGE_MASK
1996-05-02 13:08:51 +00:00
phk
231d0e7bcf
NBPG -> PAGE_SIZE
...
Avoid using the struct pte stuff.
1996-05-02 09:42:45 +00:00
joerg
8c5c90668a
Fix a bogon that prevented easy-import from inserting the new module
...
name in alphabetical order (broken by my previous commit).
Pointed out by: asami
1996-04-28 12:32:43 +00:00
wpaul
5c33bf2a9e
Toss the GNU yp_mkdb into the attic.
1996-04-28 04:08:22 +00:00
wpaul
0f35f42efa
Remove yp_mkdb; it's going away.
...
Uhm, guys? This Makefile doesn't build anything anymore. The isdn
stuff under here isn't compiled. Is this normal?
1996-04-28 04:06:06 +00:00
jkh
87634a8e4d
Fix the OK/Cancel accellerator bogon I introduced a few days back.
1996-04-28 02:13:07 +00:00
jkh
c223a865ba
Fix what I just broke with DITEM_LEAVE_MENU
1996-04-27 07:09:41 +00:00
jkh
96b3d4b605
Fix a bogon with ok/cancel callback usage.
1996-04-27 01:52:15 +00:00
jkh
bd013f51f7
More custom hackery to deal with issues discovered in sysinstall.
1996-04-25 17:27:18 +00:00
jkh
826192f359
Allow some post-fire actions to be combined in ways that weren't
...
possible before.
1996-04-25 13:34:37 +00:00
jkh
84accdee09
alloca() was being called with highly bogus arguments due to brain
...
fade. Fixed.
1996-04-25 01:50:18 +00:00
jdp
128b738939
When a local symbol that would normally be eliminated by "-x" or
...
"-X" must survive, because of references from relocations, don't
qualify the symbol name with the name of the input file. This
saves some string space. It makes libc_pic.a about 2.4% smaller.
Adapted from a suggestion by Bruce Evans.
1996-04-24 23:31:08 +00:00
jkh
43a1e330ac
Change "Found end of tape. Load next tape ..." messages to say
...
"volume" instead of tape. Running cpio off of /dev/fd0 and having
it say "give me the next tape" is kind of ludicrous.. :-)
1996-04-24 21:20:17 +00:00
jkh
70a317a618
Cosmetic tweaks.
1996-04-23 01:25:04 +00:00
jdp
fc8769b29b
Add a couple of needed X11 libraries. Discovered when trying to build a
...
static version.
1996-04-22 20:24:56 +00:00
jdp
bdd60b12a4
Implement support for LD_PRELOAD in the dynamic linker. Remove
...
descriptions of LD_NO_INTERN_SEARCH and LD_NOSTD_PATH from the manual
page, since they are not supported.
Submitted by: Doug Ambrisko <ambrisko@ambrisko.roble.com>
1996-04-20 18:29:50 +00:00
jdp
442c49eed8
Implement support for LD_PRELOAD in the dynamic linker.
...
Submitted by: Doug Ambrisko <ambrisko@ambrisko.roble.com>
1996-04-20 18:27:56 +00:00
jkh
3530e10a1a
Another bug fix for the DITEM_REDRAW case.
1996-04-20 01:56:06 +00:00
jkh
e1617c234c
Make the DITEM_RECREATE option work properly.
1996-04-20 01:28:20 +00:00
jkh
2ee0ebfbc4
Fix a bug which did not properly bias checklist items by their scroll
...
factor.
1996-04-19 10:39:16 +00:00
jkh
a4dd56c7c9
Remove a long-standing window leak I just noticed.
1996-04-18 13:36:39 +00:00
jkh
adeba4991f
Remove the special-case behavior for fire actions that return
...
DITEM_FAILURE - formerly they would simply act as an implicit "continue",
but this is wrong. If you want this behavior, you should now return
with the DITEM_CONTINUE flag set.
Also make the semantics of DITEM_RESTORE quite a bit different - rather
than restore the screen back to pre-menu state, we restore the menu
itself. This is more correct for a variety of reasons when dealing with
nested menus (whoops!).
1996-04-18 13:21:26 +00:00
jkh
24a0bc2e77
More changes to attempt to make this whole new dialog scheme more
...
robust. The new "fire" actions, while affording signficantly more
interactivity to libdialog, come at a cost - if the fire action trashes
the screen then you're not going to be in Kansas anymore when you
come back to the menu and there had better be considerable extra
smarts in place for coping with such a situation. These changes are my
attempt to do just that.
1996-04-16 12:17:27 +00:00
jkh
e9d88ac949
Remove some of the grot I added to try and save/restore screen contents.
...
This shouldn't be done here, it should be done in the client as needed.
1996-04-13 13:13:32 +00:00
markm
c6ad12c81b
Attempt to break a $Log$ snafu where a *** /--- (minus space)
...
was fouling up a comment in the checked-out code.
1996-04-12 11:37:32 +00:00
markm
414db770b6
Priorities were broken. If there was an Index: line and ***/--- lines
...
with valid names, the ***/---names were taken first.
this broke eg:
Index: foo/Makefile
==========
RCS <blah>
Retrieving <blah>
diff <blah>
*** Makefile <blah>
--- Makefile <blah>
By trying to patch the Makefile in the _curent_ directory, rather than
the one in the foo/ directory.
1996-04-11 10:13:40 +00:00
jkh
377be65195
Save screen before calling any fire() callbacks - you never know what
...
they might do to the screen.
1996-04-08 10:28:07 +00:00
jkh
06a2488050
Refresh dialogs if a callback action fails.
1996-04-08 10:02:55 +00:00
mpp
3c57dc7753
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
d3200e4c02
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
jkh
318997a39f
Make this properly respect obj dirs.
1996-04-07 03:34:35 +00:00
jkh
5b2f267378
Strive for a little more consistency with my examples.
1996-04-07 03:21:01 +00:00
jkh
def84715cb
Add an `aux' field for some other gunk I'm doing.
1996-04-05 02:29:12 +00:00
bde
9d82199389
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
d210241fb1
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
wosch
402f6f9dd1
Don't count character ``+'' as garbage (c++.1, flex++.1)
...
Submitted by: joerg
1996-03-21 18:17:41 +00:00
joerg
f80020a36d
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
68ce2696d4
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
wosch
523d221c7f
delete /usr/local/bin from PATH
...
Submitted by: nate
1996-03-12 23:09:04 +00:00
wosch
2c4c35f314
delete /usr/ucb from PATH, move /usr/local/bin after /usr/bin
1996-03-12 21:42:40 +00:00
wosch
c4ba2b2013
remove ``whatis''
1996-03-10 18:59:11 +00:00
wosch
2c859c527a
share the code between apropos and whatis
1996-03-10 18:52:33 +00:00
markm
7bdc66338d
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
bde
e01d4a02fc
Removed temporary file.
1996-03-01 15:18:55 +00:00
pst
eafacc8e84
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
wosch
7bb6d59c0b
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
bde
536f40a1eb
Use ${ECHO} instead of echo' so that
make -s' is fairly quiet.
1996-02-25 20:25:05 +00:00
joerg
ed7c1e1183
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
mpp
534b61c9d5
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
wpaul
31da7a0876
Toss the old yppasswdd into the attic.
1996-02-12 14:50:23 +00:00
wpaul
e08314c755
Remove yppasswdd. (It's going away in a minute.)
1996-02-12 14:48:44 +00:00
nate
177e9b7f67
Merged in FreeBSD changes.
1996-02-12 06:45:43 +00:00
nate
a541000ba0
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
4778ca641d
Sort from GNU textutils 1.14
1996-02-12 06:39:49 +00:00
mpp
0796408d4a
Another round of man page cleanups.
...
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00
mpp
3aeb7f1d49
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
phk
e00f61f832
gnumalloc is gone.
1996-02-11 18:16:11 +00:00
phk
6954927bf8
Remove libgnumalloc.
1996-02-11 18:15:10 +00:00
jmz
aaab93e985
Spelling fixes.
...
This is the man page which has been obtained from NetBSD, not the program.
1996-02-09 21:14:26 +00:00
mpp
279ebaafa0
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
mpp
ac7bc7dc91
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
pst
51e7e0af33
Whoops, do not reference myself.
1996-02-08 21:12:08 +00:00
pst
d1015afec3
Close docs/1002 - remove bogus cross references
1996-02-08 21:10:07 +00:00
mpp
b21fcc5d6d
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
jkh
40108b438e
Minor tweak to this test.
1996-02-08 11:55:15 +00:00
pst
bfcdc42403
Fix bin/pr506 - uname from current system
1996-02-08 06:04:57 +00:00
jdp
df590699c9
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
wosch
3a72155781
making <page>.1 from <page>.man
1996-02-06 23:48:03 +00:00
wosch
114c8c73e7
recursive grep, enabled with -DHAVE_FTS=1
...
enable mmap (-DHAVE_MMAP=1)
1996-02-02 06:45:26 +00:00
mpp
6e83fbce86
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
mpp
c96c09bb15
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
mpp
f5c04e1d3e
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
mpp
7bec7dc2d1
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
mpp
17a1a8bc22
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
wosch
1fef0f123f
man.1 depend on man.man
1996-01-24 00:22:27 +00:00
wosch
0fcfb3b175
manpath.1 depend on manpath.man
1996-01-24 00:18:29 +00:00
joerg
6af0a2b5ef
`-w' was actually a flag, not an option...
1996-01-23 21:27:39 +00:00
joerg
30e801a179
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
bde
551dbd40f2
Search section 9.
1996-01-23 14:03:26 +00:00
wosch
7aef4226f5
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
mpp
7876d02b8c
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