summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Add an `aux' field for some other gunk I'm doing.jkh1996-04-051-0/+1
|
* Moved the include of <sys/types.h> to before the include of <dirent.h>bde1996-03-291-1/+1
| | | | | so that mkisofs will compile when namespace pollution is removed from <stdio.h>. (<dirent.h> recently became dependent on <sys/types.h>.)
* f2c's -krd does not work with f77 wrapperjoerg1996-03-271-1/+1
| | | | | | Closes PR # gnu/1101 Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl)
* Don't count character ``+'' as garbage (c++.1, flex++.1)wosch1996-03-211-3/+3
| | | | Submitted by: joerg
* Fix an infinite loop for empty files in the archive, and handlejoerg1996-03-181-3/+34
| | | | | | sparsely stored linked files correctly. Submitted by: haug@conterra.com (Brian R. Haug)
* Several changes to the gethostname module:joerg1996-03-181-6/+5
| | | | | | | | . 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)
* delete /usr/local/bin from PATHwosch1996-03-121-2/+2
| | | | Submitted by: nate
* delete /usr/ucb from PATH, move /usr/local/bin after /usr/binwosch1996-03-121-2/+2
|
* remove ``whatis''wosch1996-03-101-1/+1
|
* share the code between apropos and whatiswosch1996-03-106-105/+21
|
* Make "make tests" actually work. This is an extremely crude hack, butmarkm1996-03-041-9/+9
| | | | I figure that as this is not part of any automated processes, WTH.
* Removed temporary file.bde1996-03-011-0/+0
|
* Bring in some of Paul K's fixes for ldconfig from NetBSD-current.pst1996-02-261-10/+30
| | | | | | | | | | | | | 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
* print error messages to stderrwosch1996-02-251-36/+42
| | | | | | don't fail if search arguments contain spaces allow programs from $PATH as PAGER faster
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1996-02-252-2/+2
|
* Add a small `gethostname' package. It uses __sysctl(2), and thusjoerg1996-02-132-3/+40
| | | | | | | | | avoids the kludgy backquotes that are required by now (`hostname`). Usage: require "gethostname.pl"; $thishost = &gethostname'gethostname;
* Added a ".Fx" macro to the mdoc package. Usage:mpp1996-02-121-0/+18
| | | | | | | | | | | | | | | | | .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.
* Toss the old yppasswdd into the attic.wpaul1996-02-128-995/+0
|
* Remove yppasswdd. (It's going away in a minute.)wpaul1996-02-121-2/+2
|
* Merged in FreeBSD changes.nate1996-02-1211-648/+905
|
* This commit was generated by cvs2svn to compensate for changes in r14049,nate1996-02-124-0/+230
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Sort from GNU textutils 1.14nate1996-02-1214-585/+1192
| |
| * recording cvs-1.6 file deathpeter1995-12-306-13100/+0
| |
* | Another round of man page cleanups.mpp1996-02-1212-68/+66
| | | | | | | | Down to only about 100 items left to cleanup! :-)
* | Correct a bunch of man page cross references and generallympp1996-02-111-4/+4
| | | | | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* | gnumalloc is gone.phk1996-02-111-2/+2
| |
* | Remove libgnumalloc.phk1996-02-1123-3185/+0
| |
* | Spelling fixes.jmz1996-02-091-5/+5
| | | | | | | | This is the man page which has been obtained from NetBSD, not the program.
* | Add some missing MLINKS, correct some cross references, correct somempp1996-02-095-9/+10
| | | | | | | | file locations and some minor formatting/style problems.
* | Added some missing MLINKS for section 3 man pages.mpp1996-02-091-1/+15
| | | | | | | | | | | | | | 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.
* | Whoops, do not reference myself.pst1996-02-081-2/+0
| |
* | Close docs/1002 - remove bogus cross referencespst1996-02-081-8/+1
| |
* | Added entries for some info files that are being installed, butmpp1996-02-081-0/+4
| | | | | | | | | | | | | | not referenced in the main info menu: cvs, cvsclient (cvs client/server stuff), diff/patch, gmp (GNU MP math library).
* | Minor tweak to this test.jkh1996-02-081-2/+2
| |
* | Fix bin/pr506 - uname from current systempst1996-02-081-2/+3
| |
* | Update the manual page to reflect the fact that an "Index" linejdp1996-02-071-2/+5
| | | | | | | | | | now takes precedence over a context diff header for determining the name of the file to patch.
* | making <page>.1 from <page>.manwosch1996-02-062-0/+2
| |
* | recursive grep, enabled with -DHAVE_FTS=1wosch1996-02-023-20/+261
| | | | | | | | enable mmap (-DHAVE_MMAP=1)
* | Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-024-5/+6
| | | | | | | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* | Fix the ".Os" macro to not display "BSD Experimental" if no argumentsmpp1996-02-011-1/+1
| | | | | | | | are specified. Just "BSD" is displayed instead.
* | Remove groff/tmac/mm.diff - it is just a small file containing a contextmpp1996-01-311-70/+0
| | | | | | | | diff that was probably mistakenly committed when the package was brought in.
* | Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')"mpp1996-01-311-4/+24
| | | | | | | | | | | | | | You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need the X3.159-1989 string reported. Suggested by Garrett Wollman.
* | Teach the .Os macro about FreeBSD and our releases. E.g.mpp1996-01-312-23/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | .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
* | man.1 depend on man.manwosch1996-01-241-0/+1
| |
* | manpath.1 depend on manpath.manwosch1996-01-241-0/+1
| |
* | `-w' was actually a flag, not an option...joerg1996-01-231-2/+2
| |
* | Add a hint that the -w flag to catman(1) is actually the commandjoerg1996-01-231-1/+8
| | | | | | | | | | | | | | | | wakewhatis(1) for us. Closes PR # docs/966 Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
* | Search section 9.bde1996-01-231-1/+1
| |
* | Add missing manpage zgrep.1 and links zegrep.1, zfgrep.1wosch1996-01-231-2/+5
| | | | | | | | Add missing links zegrep and zfgrep
* | Change the reference to less(1) (which may not be installed) to more(1).mpp1996-01-221-1/+1
| | | | | | | | Closed PR# 847.
OpenPOWER on IntegriCloud