summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Use ${COPY} instead of -C for installing non-source files. crt*.obde1997-01-011-2/+2
| | | | | should be installed using the same flag as libraries, but ${COPY} is currently used for libraries.
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-016-11/+11
|
* Fix spelling error in manpage.swallace1996-12-261-2/+2
|
* Remove a couple of private malloc() implementations, one of whichphk1996-12-236-1033/+4
| | | | was unused afterall.
* Even more buffer overflow fixesache1996-12-192-51/+52
| | | | | | | | | | Change CATMODE to 0644, because group man not used Add immutable sbit to man binary, so if user even got man uid, he can't replace man binary with fake one Should go to 2.2 Submitted by: Marc Slemko <marcs@znep.com> with small editing by me
* Fix many buffer overflows, sprintf -> snprintfache1996-12-181-27/+25
| | | | | | Fix manpath dirs count overflow Should be in 2.2
* Fix my popen fix: conditionalize saving/restoring of euidache1996-12-181-12/+18
| | | | Should be in 2.2
* Drop man priveledges before popen and restore them after it, becauseache1996-12-181-0/+12
| | | | | | it is possible to execute system command from f.e groff Should be in 2.2
* Correct some xrefs/mlinks.mpp1996-12-141-3/+3
|
* Convert to mdoc format.mpp1996-12-092-94/+111
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
* Minor formatting fixes.mpp1996-12-093-57/+14
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
* Fix a spelling error.mpp1996-12-091-1/+1
|
* Convert man page to mdoc format.mpp1996-12-091-16/+20
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2154
* Merge tar's version of rtapelib, namely the changes as of rev 1.2.joerg1996-12-081-15/+3
| | | | Both files used to be identical previously, so they are again now.
* Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't shipasami1996-12-071-3/+1
| | | | | | | | | | the system with these (and the mh port doesn't install there either). Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out in MANDATORY_MANPATH. 2.2 candidate, I guess. I can't even imagine why these stuff were still there!
* Disable seteuid/setegid back, I overlook one place whereache1996-12-071-2/+2
| | | | SETEUID chacked before SETREUID
* Enable seteuid, setegidache1996-12-061-2/+2
|
* Added support for '-T' and '-B' (text and binary) file recognition bynate1996-12-032-2/+43
| | | | | | | | peeking inside of Chris Torek's stdio library internals. This is similar to the code used for other systems, but didn't work on CT's new implementation. Submitted by: Gary Kline <kline@tera.com>
* Made the synopsis in the man page conform to the style guide.bde1996-11-302-7/+3
| | | | | | Made the usage message conform to the style guide. Don't use the implementation variable `__progname'.
* Use LC_TIME=Cache1996-11-261-2/+2
|
* make the Usage string match realitypeter1996-11-221-2/+4
| | | | Submitted by: faried nawaz <fn@uidaho.edu>, PR#2075
* Added reminder to edit the parent Makefile to add what you just imported.obrien1996-11-221-2/+5
|
* Gnu tar has problems creating an archive which contains a file with a hardjkh1996-11-121-1/+1
| | | | | | | | | | | | link to another file which has a long (>=100 char) name. When listing such an archive, the name of the link is truncated to 99 characters, and when extracting such an archive, an error is reported because it is trying to create a hard link to a file which doesn't exist. This patch fixes that problem and has also been sent to the GNU maintainers. Closes PR#1992 Submitted-By: David Dawes <dawes@landfill.physics.usyd.edu.au>
* Add the PPro %cr4 register to the supported registers in thedyson1996-11-111-1/+2
| | | | assembler.
* Document that "ldconfig -m" rescans all directories previouslyjdp1996-11-091-3/+6
| | | | | | | entered into the hints file, in addition to the directories named on the command line. 2.2 Candidate.
* Fixed a bug in the handling of the directories in the search pathjdp1996-11-081-5/+13
| | | | | | | | | | | | | | | | | | | | | | that is stored in the hints file. If that search path contained a non-existent directory (one, say, that had been removed), and "ldconfig -m /a/perfectly/good/directory" was run, ldconfig returned an error status without printing an error message. This caused some confusing bombs when installing ports, in particular. I changed it so that non-existent directories from the stored search path are silently ignored. Only non-existent directories named explicitly on the command line are treated as errors. Also, a diagnostic is printed if and only if an error status is returned. In an unrelated fix, ldconfig now silently ignores any directories named on the command line when the "-r" option is given. Formerly, these directories incorrectly made their way into the "search directories" line of the listing. It really should be an error to specify directories together with "-r", but I don't have time to fix the manual page in that way right now. 2.2 Candidate.
* Not hang in the downcase routine.wosch1996-11-051-1/+2
| | | | | | Submitted by: Trevor Blackwell tlb@viaweb.com 2.1.6/2.2 Candidate
* Change -I$(.CURDIR) to -I. in CFLAGS. As Bruce pointed outsteve1996-11-041-1/+1
| | | | | | | $(...) is bad style and without -I. this program would not compile unless ${.OBJDIR} == ${.CURDIR}. Submitted by: bde
* Get rid of bogus #ifdef's.steve1996-11-041-6/+0
|
* Upgrade to dc version 1.0 which comes bundled withsteve1996-11-0419-2688/+2648
| | | | bc version 1.03.
* Cleanup -Wall warnings added with upgrade to version 1.03.steve1996-11-044-6/+8
|
* Upgrade to version 1.03.steve1996-11-0422-3134/+976
|
* Ok, instead of covering up the problem, let's fix it.steve1996-11-031-16/+26
| | | | | | | | Reinstate the ability to use directories as input files and make dc print an error message when trying to lookup/set the value of an invalid register. Suggested by: bde
* Print out permissions that could not be re-established using 0%ojoerg1996-11-032-18/+6
| | | | | | | | | | | | | instead of decimal. Also, don't use the `l' modifier for something that has just been cast to `int' anyway. Remove various bogus pathnames to look up rsh(1) at. Our rsh is in /usr/bin, but never in /usr/usb, nor would it ever be called remsh... Also, if it hasn't been found there, use execlp() to look it up. the latter is required for `weird' environments like a fixit floppy where the regular /usr/bin hiearrchy is not avaiable. tar should probably do it similar to dump/restore, and use rcmd(3) instead of forking an external process.
* Don't allow filenames specified on the commandlinesteve1996-11-031-1/+8
| | | | to be directories.
* Uncomment static from collate_range_cmp, no more in locale.hache1996-10-311-1/+1
|
* Remove unused fileache1996-10-311-39/+0
|
* Localize itache1996-10-312-0/+29
|
* Replace collate_range_cmp call with its code (GNU version)ache1996-10-312-6/+34
|
* Replace collate_range_cmp call by its code (GNU version)ache1996-10-311-0/+16
|
* changes to gdb to:gj1996-10-295-24/+413
| | | | | | | | | 1) add Garrett Wollman's trap frame resolving mods 2) make the `proc' command (kernel debugging) really work 3) allow use of a pid with the `proc' command (previously you had to provide the address of the proc structure) Unfortunately, the `proc' command won't work while doing remote debugging.
* oops, uninitialised variable.. -v mode depended on stack contents.peter1996-10-291-2/+2
| | | | Submitted by: Masafumi NAKANE <max@wide.ad.jp>, PR#1920
* Added ${DESTDIR} to the install target so bison.{simple,hairy}joerg1996-10-271-3/+5
| | | | | | will also appear in our releases. ;) Forgotten by: peter
* If errors occur during the loading of the shared libraries required byjdp1996-10-241-10/+30
| | | | | | | | | | | | | the main program, report them directly from the dynamic linker and die there, rather than returning an error message to crt0.o. This enables the printing of error messages even for old executables, whose version of crt0.o is not able to print them. This fix closes PR bin/1869. The code in crt0.o for printing error messages from the dynamic linker is no longer used, because of this change. But it must remain, for backward compatibility with older dynamic linkers.
* Remove local fnmatch() copy, we now compatible with GNU fnmatchache1996-10-234-249/+2
|
* Make it clear that a vendor-branch import adds something to thejoerg1996-10-201-4/+4
| | | | | | existing sources. Requested by: markm
* Various fixes and FreeBSD modifications:joerg1996-10-192-27/+45
| | | | | | | | | | | | | | | | | . remove the blubber about `submitter-id's from the man page, we don't use them, . use REPLY_TO or REPLYTO in preference over LOGNAME as the value for the Reply-To address (closes PRs 1471 and its duplicates 1472 and 1823), . don't abuse ~/.signature as ORGANIZATION, this is almost always useless blunder, . actually list the Categories again, instead of xrefing to ``see above'' (closes PR 1835), . check the Synopsis field for being not empty, . make the mail Subject the same as Synopsis if left blank (closes PR 1209). The remaining open send-pr related PRs (184 and its duplicate 1047, and 1415) are pilot errors or local hardware problems.
* Fix two minor typos in the manual page.jdp1996-10-181-3/+3
|
* Build/install c++filt from g++, we already have all the sources andpeter1996-10-132-2/+60
| | | | | | | it's and useful. (Ever tried to read 'nm' and 'ldd -v' output on a c++ object or library? :-) This filter decodes the mangled symbol names.) Requested by: Chuck Robey <chuckr@glue.umd.edu>
* Add the search directories from the hints file only the first time it isjdp1996-10-101-2/+5
| | | | | | opened. After that, the directories are already present, and there is no point in adding them again. This doesn't fix any bugs; it's just for efficiency.
OpenPOWER on IntegriCloud