summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Enabled build/install of kgdb.dg1994-11-071-2/+2
|
* As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1.phk1994-11-074-8/+8
|
* Restore my fixes to 2.6.0. The changes should not affect anything exceptbde1994-11-063-24/+37
| | | | | | | | | | | | | | | | | | | | | | profiling and wchar_t. Profiled libraries will shrink. tm.h: Our wchar_t is int, not unsigned short. Always link statically if profiling. Define all the SPECs together. final.c, tm.h: Don't emit unused profiling code and data. aux-output.c: Always preserve the PIC register if profiling. aux-output.c, tm.h: Implement FUNCTION_PROFILER_EPILOGUE (currently not used). New: tm.h: Set the target defaults in the correct way.
* From Johannes Stille:dg1994-11-062-24/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we get an EN8 response while we're already sending the file using the i protocol, this can happen: In send.c, flocal_send_await_reply() is called. This function calls flocal_send_fail() to process the aborted transfer. After this, we run into the branch that calls ffileseekend() to force the end of the actual transfer. Now flocal_send_fail() frees qtrans, but qtrans is still used later! I propose to fix this by moving the usfree_send(qtrans) out of flocal_send_fail(), as in the patch I append to this mail. ... I have found a race condition in the uucp 1.05 code. The typical result is that the connections mysteriously fails with "conversation failed", even while all files were transmitted. This is the problem: At least for the i protocol, the code to send a packet can receive and process packets after sending. In several places in the code, we send a command and then prepare to receive an answer. Now the answer might already arrive during the call that sends the command while we aren't ready to process it. The general solution is IMHO first to do all preparations and only as a last step to send out the command. Reviewed by: John Dyson Submitted by: Johannes Stille
* Explicitly tell cpp where to look for include files.phk1994-11-041-2/+0
|
* __386BSD__ -> __FreeBSD__jkh1994-11-047-26/+26
| | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
* Correct my hosing...:(gclarkii1994-11-033-3/+3
|
* Bump the version-number of the "shared-gcc-internals" library. Will onlyphk1994-11-031-2/+2
| | | | affect you if you decided to use that feature.
* Change libs to install in /usr/lib/perlgclarkii1994-11-031-1/+1
|
* Change libs to /usr/lib/perlgclarkii1994-11-031-1/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* Install libs into /usr/lib/perl. The discussion we had did not come togclarkii1994-11-031-1/+1
| | | | a point so... If any thing besides here I would vote for /usr/include.
* Remove obsolete __386BSD__ predefine.jkh1994-11-031-1/+1
|
* ----------------------------------phk1994-11-0395-9947/+16265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC-2.6.1 COMES TO FREEBSD-current ---------------------------------- Everybody needs to 'make world'. Oakland, Nov 2nd 1994. In a surprise move this sunny afternoon, the release- engineer for the slightly delayed FreeBSD-2.0, Poul-Henning Kamp (28), decided to pull in the new version 2.6.1 of the GNU C-compiler. The new version of the compiler was release today at noon, and hardly 9 hours later it was committed into the FreeBSD-current source-repository. "It's is simply because we have had too much trouble with the version 2.6.0 of the compiler" Poul-Henning told the FreeBSD-Gazette, "we took a gamble when we decided to use that as our compiler for the 2.0 release, but it seems to pay of in the end now" he concludes. The move has not been discussed on the "core" list at all, and will come as a surprise for most Poul-Hennings peers. "I have only discussed it with Jordan [J. K. Hubbard, the FreeBSD's resident humourist], and we agreed that we needed to do it, so ... I did it!". After a breath he added with a grin: "My email will probably get an all time 'disk-full' now!". This will bring quite a flag-day to the FreeBSD developers, the patch-file is almost 1.4 Megabyte, and they will have to run "make world" to get entirely -current again. "Too bad, but we just had to do this." Was the only comment from Poul-Henning to these problems. When asked how this move would impact the 2.0 release-date, Poul-Hennings face grew dark, he mumbled some very Danish words while he moved his fingers in strange geometrical patterns. Immediately something ecclipsed the Sun, a minor tremor shook the buildings, and the temperature fell significantly. We decided not to pursure the question. ----------- JOB-SECTION ----------- Are you a dedicated GCC-hacker ? We BADLY need somebody to look at the 'freebsd' OS in gcc, sanitize it and carry the patches back to the GNU people. In particular, we need to get out of the "i386-only" spot we are in now. I have the stuff to take a gnu-dist into bmake-form, and will do that part. Please apply to phk@freebsd.org No Novice Need Apply.
* Put a real man page in for cpp(1)... it needs to be converted to the mandocpst1994-11-021-1/+674
| | | | | macros, but it's good enough for now. Obtained from: gcc 2.6.0 gnu distribution
* Enhance inputbox to pass initial prompt (optional)ache1994-11-022-3/+7
|
* Now line_edit() uses passed string as initial promptache1994-11-022-3/+11
|
* Translate README to english. :-)jkh1994-11-021-4/+5
|
* Link g++ -> c++, like I did with gcc -> cc. This is evil, but it'sjkh1994-11-011-1/+2
| | | | now at least orthogonal evil.
* Add LINKS to get gcc back.jkh1994-11-011-1/+3
|
* Fix beforeinstall compareache1994-11-011-3/+3
| | | | Submitted by: jc@cleat.irbs.com
* Don't reinstall includes when not necessarypst1994-11-011-3/+6
|
* Add pointer check after each newwin/subwin with error diagnosticache1994-10-318-0/+60
|
* Test test test! sigh!pst1994-10-298-233/+29
| | | | | | | | | | Perl's scripts are still trying to execute perl out of /usr/gnu/bin/perl. The hack Larry was using for h2ph.1 doesn't work with the new macros, so make it a real man page. Also, we weren't building the .ph files, add them as an afterinstall rule in the x2p subdirectory.
* Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, thejkh1994-10-281-2/+2
| | | | whole build doesn't fall over before installation.
* Add refresh after each line of program output,ache1994-10-281-0/+1
| | | | some pgms may have long waiting time between output lines.
* prgbox example addedache1994-10-281-0/+12
|
* Add --prgbox option to test new prgbox() functionache1994-10-282-2/+18
|
* Implement dialog_prgbox() function which allows run programache1994-10-2814-26/+394
| | | | (via pipe) with output to dialog box
* Convince Perl to that is is part of the system, as /usr/bin/perl (binary)wollman1994-10-278-15/+21
| | | | | | and /usr/share/perl (library). The latter was chosen as analogous to other directories already present in /usr/share, like /usr/share/groff_font and (particularly) /usr/share/mk.
* Repair the damage done by whomever blew the last commit. Now itjkh1994-10-261-1/+1
| | | | compiles again.
* Move dialog_update() to another place, because it is now in dialog_clear()ache1994-10-251-24/+16
|
* Add perl.bde1994-10-251-2/+2
|
* Added refresh() to dialog_clear so that it actuallypaul1994-10-251-0/+1
| | | | | | | clears the screen. Reviewed by: Submitted by: Obtained from:
* Added f77 program. This is a modified version of the c++ program.ljo1994-10-253-2/+554
| | | | All it does is add -lf2c and -lm.
* Added FORTRAN rule.ljo1994-10-251-0/+29
|
* Changed NO_SHARED_LIBCC_INT to SHARED_LIBCC_INT and changed the logicdg1994-10-252-4/+4
| | | | | as appropriate. This makes gcc not built with a shared cc_int the default.
* Make dialog attributes visible from outside (for direct usageache1994-10-242-40/+38
| | | | in pgms)
* Completed last fix: don't use backquotes in here-documents; it confuseswollman1994-10-221-10/+2
| | | | | ash. (The backquotes were only used to implement a slower version of ${foo-$bar} anyway.)
* Fill in SUBMITTER= line correctly.wollman1994-10-221-1/+1
|
* I really, really don't want to know why adding a blank line betweenwollman1994-10-221-0/+1
| | | | __EOF__ and a done command lets fixes this script for ash...
* Adding cvsinit back to the subdirs since it shouldn't have been removednate1994-10-221-1/+1
| | | | in the first place.
* remove cvsinit from subdir listpst1994-10-221-1/+1
|
* Added cvsinit shell script as a runnable command.nate1994-10-223-1/+242
| | | | Submitted by: CVS mailing list.
* Allow '#' in address in rmail argumentsache1994-10-223-12/+21
| | | | Obtained from: taylor-uucp list
* Fix dialog_clear() to clear windows.ache1994-10-211-0/+1
|
* Implement line_edit() function (full line editor) which may calledache1994-10-215-171/+184
| | | | | externally. Rewrite inputbox/textbox to use this function.
* Declare more functions externally.ache1994-10-2012-30/+32
| | | | Don't forget to use 'make beforeinstall'...
* Don't exit silently, if initscr failed; put error messageache1994-10-191-1/+3
|
* Check initscr() for NULLache1994-10-191-1/+2
|
* Dramatically clean up Makefile. Make send-pr get rebuilt if Makefilewollman1994-10-151-16/+18
| | | | changes.
OpenPOWER on IntegriCloud