summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* One line fix to silently ignore entries that start with a '+' or '-'.wpaul1995-03-311-1/+2
| | | | This prevents yp_mkdb from adding magic NIS entries to NIS maps themselves.
* Forgot one FreeBSD specific change needed.nate1995-03-311-1/+1
| | | | | | date: 1995/02/04 20:27:23; author: phk; state: Exp; lines: +1 -1 added *.info and *.db to the default "ignore" list in cvs to avoid obviously common mistakes.
* Temporarily disable building CVS to avoid anyone hosing up their CVSnate1995-03-311-4/+2
| | | | | | tree until a bit more testing is done. Submitted by: rgrimes@gndrsh.aac.dev.com "Rod Grimes"
* Merged in FreeBSD necessary changes in. Note, all of our sourcenate1995-03-3117-940/+1513
| | | | | modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but the source is now the stock sources.
* This commit was generated by cvs2svn to compensate for changes in r7516,nate1995-03-3125-0/+20711
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Original sources from CVS-1.4A2 munged to fit our directory structure.nate1995-03-3125-0/+20711
| |
* | Original sources from CVS-1.4A2 munged to fit our directory structure.nate1995-03-311-0/+133
| |
* | This commit was generated by cvs2svn to compensate for changes in r7514,nate1995-03-3178-4006/+7164
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Original sources from CVS-1.4A2 munged to fit our directory structure.nate1995-03-3192-4930/+8889
| |
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-cvs'.cvs2svn1995-03-122-0/+557
| |
* | Rework error reporting/logging: although the SunOS documentation sayswpaul1995-03-317-44/+140
| | | | | | | | | | | | | | | | | | that ypxfr is supposed to log messages to /var/yp/ypxfr.log if it exists, using syslog() makes more sense, especially since ypserv does the same thing already. Try to use stderr by default, and use syslog() if stderr is not a tty. Also update the man page to reflect this change.
* | Wolfram's latest update.joerg1995-03-314-239/+368
| | | | | | | | Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
* | Ack... clean up the logfile name generation that I botched in the lastwpaul1995-03-301-3/+2
| | | | | | | | commit.
* | Fix up the way _PATH_YP is used to put together the pathname to thewpaul1995-03-302-13/+30
| | | | | | | | | | | | | | | | | | | | NIS maps (get rid of extraneous slash a la /var/yp//domainname). Have ypxfr log all output to /var/yp/ypxfr.log if stdin is not a tty. This should allow logging to be done when ypxfr is called from inside ypserv in response to a yppush request. Update man page to reflect the change (and fix a typo).
* | 'directories...' is an argument, not an optionjmz1995-03-271-2/+2
| |
* | Made this script a bit more fool-proof, so people like me can betterjoerg1995-03-262-16/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use it. :-) It now explicitly requires the specification of a directory to import from, either as an argument to the script, or by asking the user about it. (Previously, it implicitly used `.', like cvs import does.) Also implemented an option `-n', which does essentially the same like the overall CVS option `-n': show only what would have been done, don't do any commitment. Note that since the modules' database is checked out in place (and not commited back), it will erroneously be reported as to be imported, too: cvs import: Importing /home/ncvs/ports/foobar/foo/modules I ports/foobar/foo/modules/CVS N ports/foobar/foo/modules/modules This is an unwanted side-effect, but gives the user the option to see if the `ed' magic did the right thing when editing modules/modules. Rod, can you please check the function ``checktag'' in the script if it will be restritctive enough?
* | Comment out all perverted curses optimizationache1995-03-261-19/+19
| |
* | Change wrong -ltermcap -ltermlib picked up to -lmytinfoache1995-03-261-2/+2
| |
* | Get PERL found in any of its obvious locations.jkh1995-03-251-6/+17
| |
* | Don't attempt to fix the mode of mus - mus might be read-only. Justbde1995-03-251-2/+1
| | | | | | | | | | | | interpret it. I've preserved the bugs that perl must be installed to build part of perl and that it must be installed in the wrong place (no ${DESTDIR}).
* | If mus script not executable, fix.jkh1995-03-241-0/+1
| |
* | Fix -C arg overriding when -T file usedache1995-03-241-3/+5
| |
* | Get rid of strtok(), it is depricated inside libsache1995-03-242-9/+11
| |
* | Adjust include paths.jkh1995-03-241-2/+2
| |
* | Bring back perl/usub as usub/, this time containing an updated curseperljkh1995-03-248-1/+1410
| | | | | | | | | | which is also installed by default (the reason for which should also be plain shortly).
* | Added gdb back in since it can no compile with the ld change.nate1995-03-221-2/+2
| |
* | Modify the default behavior of the linker to no longer prefer staticnate1995-03-221-9/+12
| | | | | | | | | | | | | | | | | | | | | | members over shared library members. This modification causes the linker to use the first definition it sees for a symbol instead of having priorities based on the library type. This modification should allow gdb to compile again. Obtained from: Email conversation with Paul Kranenbury, but implemented completely by me. If it doesn't work, it's my fault not his.
* | This just exited on most errors, some of which were legitimate andjkh1995-03-221-10/+5
| | | | | | | | | | I don't *want* to cause my application to be exited! Some of the fprintfs() should probably be calls to some dialog error menu popup anyway.
* | Saved scroll fixed.ache1995-03-211-1/+1
| |
* | Pretty much a complete rewrite of this Makefile.rgrimes1995-03-201-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove private mkdir command for /usr/include/g++, this is now handled by mtree. Make the whole file fit in 80 column output, sort the SRCS list and split into .c and .cc sources. Use $Id$ instead of $FreeBSD$ since we pulled support for this. Add DPADD to match LDADD and now include <bsd.prog.mk> to define the DPADD values (This is a hack until the .mk stuff can be corrected so that ${LIB*} is visiable in bsd.lib.mk.) Optimize beforeinstall target by eliminating a subshell.
* | Removed /usr/local/lib from the standard library search path to benate1995-03-191-2/+2
| | | | | | | | | | | | | | consistant. Programs shouldn't rely on non-standard paths for bringing in default libraries. Suggested by: Andreas Schulz <ats@freebsd.first.gmd.de>
* | Fix sparse files handlingache1995-03-181-1/+1
| | | | | | | | Submitted by: Alan Bawden <alan@curry.epilogue.com>
* | Don't use user PATH into environment for sec reasonsache1995-03-181-3/+3
| |
* | 1) Call nroff instead of groff, nroff have some internal groff optionsache1995-03-182-4/+4
| | | | | | | | | | | | 2) Use absolute pathname for nroff 3) Use -Tascii instead -Tlatin1, too many strange chars (like soft hyphens f.e.) appearse in other case.
* | rename ngroff to groffpst1995-03-181-2/+2
| |
* | Gcc v2.6.3 currently has a problem with templates. Specifically, withnate1995-03-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | default switches, template functions get EXTERNAL linkage in each file in which they occur, causing multiple definition errors during linking. The enclosed patch (from gnu.g++.bug) appears to solve the problem (I enclose the accompanying message as well). This patch fixes the multiply defined template functions bug which was introduced in 2.6.1. Submitted by: "Justin T. Gibbs" <gibbs@estienne.cs.berkeley.edu> Obtained from: Jason Merrill at cygnus support on G++ mailing list
* | Fix savestring & gdb conflictache1995-03-172-5/+3
| | | | | | | | Moreover, this fix not breaks any pgm which uses readline's savestring
* | Add dummy lchown function so that cpio understands 4.4 symbolic links.rgrimes1995-03-173-2/+35
| | | | | | | | Reviewed by: phk
* | Upgradeache1995-03-178-39/+172
| |
* | Wolfram's replacement for the oldish ugly catman(1) program. The newjoerg1995-03-153-23/+487
| | | | | | | | | | | | | | | | | | | | one is much more intelligent, not only that it would accept multiple man page locations, it also behaves like ``make'' in that it will only deal with cat pages that are out of date (by default). Wolfram also wrote a man page for it. Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
* | Disabled gdb until it compiles. I need make world to work...phk1995-03-131-2/+4
| |
* | Bump SHLIB_MAJOR to 263 to match ../Makefile.incache1995-03-131-2/+2
| |
* | Add cmp -s to beforeinstall targetache1995-03-121-1/+2
| |
* | Don't install shared libgcc, we can't do it this way.phk1995-03-122-6/+2
| | | | | | | | I will uuencode and check in to a "compat20" area the 2.0-RELEASE version.
* | Remove the last vestige of COMMENT_BEGIN.bde1995-03-121-1/+0
| |
* | Undo most of the changes in the gcc-2.6.3 "upgrade"bde1995-03-121-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | - Don't define NO_IMPLICIT_EXTERN_C here. It is already the default (defined in i386/bsd.h). - Don't lose the fixed comment about FUNCTION_PROFILER. - Don't lose the define of NO_PROFILE_DATA. Replace the unused define of COMMENT_BEGIN by the less-unused define of ASM_COMMENT_START. COMMENT_BEGIN was only defined in i386-specific files and was not used in any part of gcc-2.6.3. ASM_COMMENT_START is defined for several targets and is used for stuff that we don't support (dwarf).
* | Add my script here to make people's life easier when importing newjoerg1995-03-122-0/+648
| | | | | | | | | | | | | | | | | | | | stuff. I'd like to have it in CVS, and i figured that this might be the best place to go. Someone (phk?) could install it into /usr/local/bin on freefall, for convenience. Suggested by: phk
* | Remove a bunch of funtions that are in libc already.phk1995-03-122-6/+10
| | | | | | | | Add back the shared libgcc, now that we don't use it to link against.
* | Added support for #pragma weak.nate1995-03-111-0/+3
| | | | | | | | Obtained from: NetBSD
* | Updated the sources to gcc 2.6.3 with FreeBSD changes already applied.nate1995-03-1128-3579/+7491
| | | | | | | | Note: This isn't the most correct way, but it works and it's fast.
OpenPOWER on IntegriCloud