summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Line up some of these OK boxes properly again.jkh1996-12-123-4/+4
|
* 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!
* Fix libmp to be more Berkely compatible.markm1996-12-071-3/+3
| | | | | | This is a very safe 2.2 candidate. Submitted by: Nick Sayer <nsayer@quack.kfu.com>
* Disable seteuid/setegid back, I overlook one place whereache1996-12-071-2/+2
| | | | SETEUID chacked before SETREUID
* Enable seteuid, setegidache1996-12-061-2/+2
|
* Not have saved setuid anymoreache1996-12-061-1/+1
|
* 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>
* Allow baud rate of 230400.jkh1996-12-021-1/+4
| | | | Submitted-By: Andrew L.Davydov <davydov@ns.okbmei.msk.su>
* 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
|
* Disable the inclusion of the Posix regexp stuff into libgnuregexp.joerg1996-11-162-2/+4
| | | | | | | | | | | | We've already got it in libc, but both libraries are incompatible wrt. their header files and internal data structures. This incompatibility caused the expr(1) on the fixit floppy to mysteriously dump core for the colon operator. Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit floppy. I'd like to get it reviewed by somebody else though. Observed by: andreas
* STL object files missing from libstdc++ - fix.jkh1996-11-151-2/+8
| | | | | | | | | This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more commits before I fly!" rule and taking care of this, since it was at the very top and Peter shamed me in to taking care of it. This is definitely a 2.2 candidate. Submitted-By: Mark Diekhans <markd@Grizzly.COM>
* 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
|
* Replace collate_range_cmp with its code (GNU variant)ache1996-10-311-4/+17
|
* 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
* Fix the dependancies.markm1996-10-241-8/+9
| | | | | Thanks Andrey! Submitted by: ache
* Fix this so that dependancies work properly.markm1996-10-241-13/+10
| | | | | Thanks Andrey! Submitted by: ache
* 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
|
* Removing old isdn stuff.phk1996-10-2055-3436/+0
|
* Make it clear that a vendor-branch import adds something to thejoerg1996-10-201-4/+4
| | | | | | existing sources. Requested by: markm
* BMakefile for gmp-2.0.2markm1996-10-201-28/+46
| | | | | Requested by: ache Made world by: chuckr
* BMakefiles for gmp-2.0.2markm1996-10-203-0/+135
| | | | | Requested by: ache Made world by: chuckr
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.markm1996-10-20295-28803/+0
|
OpenPOWER on IntegriCloud