aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Enabled my FUNCTION_PROFILER_EPILOGUE code and added optionBruce Evans1995-12-263-12/+45
| | | | | | | | | | | | | | | -mprofiler-epilogue to support it and documented the option. cc.1: Listed all the machine-dependent options, even the temporary debugging ones. invoke.texi: Fixed the sense of -mno-ieee-fp. Sorted the machine-dependent options. Notes: svn path=/head/; revision=13018
* Bah humbug!Peter Wemm1995-12-251-2/+2
| | | | | | | | | Two uninitialised variables were causing a phkmalloc warning (another notch in phkmalloc's belt) and caused the full rcstemplate to not be constructed for commits on freefall. Notes: svn path=/head/; revision=13010
* Toss ypxfr into the attic. The new one should be appearing shortly.Bill Paul1995-12-259-1872/+0
| | | | Notes: svn path=/head/; revision=13006
* Turn of ypxfr. It's about to be nuked.Bill Paul1995-12-251-2/+2
| | | | Notes: svn path=/head/; revision=13005
* Fix the convert to 'death-support' script to work with un-modifiedNate Williams1995-12-241-1/+1
| | | | | | | RCS sources. Notes: svn path=/head/; revision=12999
* Remove games from the SUBDIR list. Gnu Chess is in ports now.Mark Murray1995-12-231-1/+2
| | | | | | | OK'ed by: jkh, phk, asami (and others) Notes: svn path=/head/; revision=12992
* Add another test to round out the radiolist dialog suite.Jordan K. Hubbard1995-12-231-31/+107
| | | | | | | | Add more comments and attempt to make everything just that much more understandable. Notes: svn path=/head/; revision=12987
* Add a reference to dialog(3) now that the man pages exist.Jordan K. Hubbard1995-12-231-0/+3
| | | | Notes: svn path=/head/; revision=12985
* o Add some test code.Jordan K. Hubbard1995-12-232-0/+265
| | | | Notes: svn path=/head/; revision=12984
* Add changes to:Jordan K. Hubbard1995-12-238-358/+1028
| | | | | | | | | | o Support a new, fully backwards-compatible API for controling individual items in dialog menus. o Write a man page. o Add some test code. Notes: svn path=/head/; revision=12983
* Document the -k and -w flags.Jordan K. Hubbard1995-12-192-2/+40
| | | | | | | Submitted by: Gary Jennejohn <gj> Notes: svn path=/head/; revision=12935
* A one line hack to prevent 'cvs checkout -c' from triggering a nasty bugPeter Wemm1995-12-181-1/+1
| | | | | | | | | in GNU getopt(). ('cvs checkout -c' cats the modules file to stdout) Noticed by: Stefan Esser Notes: svn path=/head/; revision=12920
* Re-connect cvs to gnu/usr.bin/Makefile..Peter Wemm1995-12-181-2/+2
| | | | | | | | | (Note that you need to have either done a 'make world' or explicitly run a 'make distrib-dirs' (in src/etc) to get some needed directories in /usr/share/examples/cvs to be built.) Notes: svn path=/head/; revision=12916
* Turn off ypserv. It's about to be replaced by a new non-GPL version.Bill Paul1995-12-161-2/+2
| | | | Notes: svn path=/head/; revision=12890
* Fix yp_mkdb to do what the code suggests it's trying to do..Peter Wemm1995-12-111-6/+10
| | | | | | | | | | | | | | | The code, as written, appears to load the new database data into a new hash file and renames the two. Due to a run of bugs and lack of error checking, it's going a whole mess of unlink() and rename() calls that are failing. It only worked in the first place because the data was being inserted into a "live" hash file. (I wonder how much stale data has assumulated?) Submitted by: Laurence Lopez <lopez@mv.mv.com> Notes: svn path=/head/; revision=12774
* Whitespace cleanup, add forgotten file to CLEANFILES..Peter Wemm1995-12-113-6/+6
| | | | Notes: svn path=/head/; revision=12766
* Make CVS use /usr/lib/libmd.a rather than supplying Yet Another Copy(TM)Peter Wemm1995-12-114-313/+5
| | | | | | | | of md5.[ch]. Note that minor mods were made to md5.h to support this, so a reinstall of lib/libmd is needed before building this cvs. Notes: svn path=/head/; revision=12763
* Tweak the install targets so that the installs are done in the right placePeter Wemm1995-12-114-8/+8
| | | | | | | | relative to the SUBDIR recursion.. Otherwise, the results look really odd. (basically changed a couple of afterinstall's to beforeinstall's) Notes: svn path=/head/; revision=12761
* Argh! Botch alert! I dont *believe* I did this....Peter Wemm1995-12-111-2/+2
| | | | | | | (I think I'll blame it on Tristan! :-) Notes: svn path=/head/; revision=12760
* Fix a couple of build warts that I broke...Peter Wemm1995-12-113-9/+22
| | | | Notes: svn path=/head/; revision=12759
* This commit was generated by cvs2svn to compensate for changes in r12757,Peter Wemm1995-12-112-422/+1033
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12758
| * Bring in two files that I missed.. These are of no real value unlessPeter Wemm1995-12-112-422/+1033
| | | | | | | | | | | | | | | | you are developing CVS code, but they were already in the tree so we might as well have the right versions.. :-) Notes: svn path=/vendor/cvs/dist/; revision=12757
* | Attach easy-import.pl (repostory copied from easy-import.perl) andPeter Wemm1995-12-114-394/+7
| | | | | | | | | | | | | | use the xPERL_PATHx substitution like the rest of the .pl stuff. Notes: svn path=/head/; revision=12756
* | Clean out some files which are no longer part of CVS...Peter Wemm1995-12-1127-5869/+0
| | | | | | | | Notes: svn path=/head/; revision=12755
* | First round of the post-import cleanups...Peter Wemm1995-12-1057-2885/+6123
| | | | | | | | Notes: svn path=/head/; revision=12754
* | This commit was generated by cvs2svn to compensate for changes in r12752,Peter Wemm1995-12-1032-3080/+6243
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12753
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-1079-5851/+12257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12752
* | Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-101-5/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/head/; revision=12752
* | This commit was generated by cvs2svn to compensate for changes in r12750,Peter Wemm1995-12-1045-0/+16307
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12751
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-1045-0/+16307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12750
* | Disconnect 'cvs' from SUBDIRS in preperation for import of new version..Peter Wemm1995-12-101-2/+2
| | | | | | | | Notes: svn path=/head/; revision=12747
* | Close PR #853. The services.byname case needs to greate keys in the formBill Paul1995-12-091-4/+3
| | | | | | | | | | | | | | 'service/transport' (i.e. telnet/tcp) instead of just 'service.' Notes: svn path=/head/; revision=12697
* | Restore white spaces to original cvs-1.4Alpha2 state so that we canPeter Wemm1995-12-0348-267/+267
| | | | | | | | | | | | | | deal with the cvs-1.6 (and beyond) imports more cleanly and safely. Notes: svn path=/head/; revision=12593
* | Add fixes from bash betaAndrey A. Chernov1995-12-0312-30/+41
| | | | | | | | | | | | | | Back out trailing spaces changes Notes: svn path=/head/; revision=12586
* | gets() -> fgets()Jordan K. Hubbard1995-12-012-7/+7
| | | | | | | | Notes: svn path=/head/; revision=12553
* | gets() -> fgets()Jordan K. Hubbard1995-12-013-6/+6
| | | | | | | | Notes: svn path=/head/; revision=12552
* | Comment out /usr/X386/man entry from MANDATORY_MANPATH - it's obsolete.Jordan K. Hubbard1995-11-281-1/+1
| | | | | | | | | | | | | | Submitted by: mi@ALDAN.star89.galstar.com Notes: svn path=/head/; revision=12506
* | Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR.Bruce Evans1995-11-261-4/+3
| | | | | | | | | | | | | | | | | | Changed beforeinstall rule to use `install -C' instead of `cmp -s' and `install -c'. `install -C' has exactly the right semantics for installing headers and should be used elsewhere. Notes: svn path=/head/; revision=12486
* | Part two of a repository operation to sort out the libmp/libgmp builds.Peter Wemm1995-11-252-59/+28
| | | | | | | | | | | | | | | | After this commit, you should be able to build libmp and libgmp independently and without being forced to do a make depend first.. Notes: svn path=/head/; revision=12482
* | BBild libgmp from the sources already in ../libmp.Mark Murray1995-11-131-0/+60
| | | | | | | | Notes: svn path=/head/; revision=12267
* | Add libgmp.Mark Murray1995-11-131-2/+2
| | | | | | | | Notes: svn path=/head/; revision=12266
* | Make the tests work. libmp and libgmp must be installed for thisMark Murray1995-11-132-2/+68
| | | | | | | | | | | | | | to work. Notes: svn path=/head/; revision=12264
* | Build the TeXinfo manualMark Murray1995-11-131-0/+7
| | | | | | | | Notes: svn path=/head/; revision=12263
* | 1) Add the doc/subdirectory - this will get gmp.texi installedMark Murray1995-11-131-21/+2
| | | | | | | | | | | | | | 2) Clean up the Makefile - libgmp is coming! Notes: svn path=/head/; revision=12262
* | Add libmpMark Murray1995-11-121-2/+2
| | | | | | | | Notes: svn path=/head/; revision=12238
* | BMake the multiprecision library, and fix as many of the -Wall warningsMark Murray1995-11-124-278/+376
| | | | | | | | | | | | | | as is now feasable. Notes: svn path=/head/; revision=12237
* | GNU MP (Multiprecision) library. This is needed by secure RPC (beingMark Murray1995-11-12131-0/+16601
| | | | | | | | | | | | | | | | done by Bill Paul) and various other BSD programs. Obtained from:FSF Notes: svn path=/vendor/misc-GNU/dist2/; revision=12234
* | Changed the terminology for what used to be called the "memorizing"Nate Williams1995-11-022-187/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vector. Now it is called the "symbol caching" vector. This was made possible and unconfusing by other changes that allowed me to localize everything having to do with the caching vector in the function reloc_map(). Switched to alloca() for allocating the caching vector, and eliminated the special mmap-based allocation routines. Although this was motivated by performance reasons, it led to significant simplification of the code, and made it possible to confine the symbol caching code to the single function reloc_map(). Got rid of the unnecessary and inefficient division loop at the beginning of rtld(). Reduced the number of calls to getenv("LD_LIBRARY_PATH") to just 1, on suggestion from <davidg@root.com>. Added breaks out of the relocation loops when the relocation address is found to be 0. A relocation address of 0 is caused by an unused relocation entry. Unused relocation entries are caused by linking a shared object with the "-Bsymbolic" switch. The runtime linker itself is linked that way, and the last 40% of its relocation entries are unused. Thus, breaking out of the loop on the first such entry is a performance win when ld.so relocates itself. As a side benefit, it permits removing a test from md_relocate_simple() in ../i386/md-static-funcs.c. Unused relocation entries in other shared objects (linked with "-Bsymbolic") caused even bigger problems in previous versions of the runtime linker. The runtime linker interpreted the unused entries as if they were valid. That caused it to perform repeated relocations of the first byte of the shared object. In order to do that, it had to remap the text segment writable. Breaking out of the loop on the first unused relocation entry solves that. Submitted by: John Polstra <jdp@polstra.com> Notes: svn path=/head/; revision=12012
* | Add setlocale LC_CTYPEAndrey A. Chernov1995-10-311-0/+6
| | | | | | | | Notes: svn path=/head/; revision=11951
* | Remove the $ Log: ... $ lines from the comments in the files that hadPeter Wemm1995-10-2918-94/+18
| | | | | | | | | | | | | | | | | | | | | | | | them. Good greif! This was causing an unimaginable amount of brain-damage! The mere fact that I griped about $ Log $ in a previous commit (misspelled deliberately here) meant that the blasted thing was being expanded from the middle of the log entry as well as the beginning, and using " * All these" as the comment leader.. AARGH!!!! We *really* need to prevent these from being expanded! (or remove the magic identifier from the source). Notes: svn path=/head/; revision=11929