summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Fix HAVE_SAVED_IDS and HAVE_BROKEN_SETREUID definesache1995-04-291-2/+2
|
* Remove setr* hacksache1995-04-271-4/+4
|
* Close this PR:jkh1995-04-261-1/+1
| | | | | | | | | | | | | | | | | | | >Number: 364 >Category: bin >Synopsis: Interrupting man results in half-baked man page >Description: Interrupting man while it is waiting for the page to be formatted results in a zero length file or a half-baked file. >How-To-Repeat: Inetrrupt man while it is formatting a page. >Fix: Pay more attention to the return value from the system command. Submitted by: John Capo <jc@irbs.com>
* Gary J's patches to make gdb -w work properly.jkh1995-04-266-8/+22
| | | | Submitted by: gj
* Hastily back out my previous change to install ui_objects.h; upon furtherjkh1995-04-211-5/+1
| | | | | | examination, I'm not entirely sure this was meant to be public. It's not idempotent or anything. I'll make pkg_manage deal with it another way until it's been confirmed one way or the other by Marc.
* Also install new ui_objects.h header file. I'm not sure how I feel aboutjkh1995-04-211-3/+7
| | | | these Makefile constructs - surely there's a better way?
* Sync. up bits with Paul K. Cascade support plus some cosmetic changes.nate1995-04-211-13/+60
| | | | Obtained from: NetBSD
* Upgrade.ache1995-04-2011-52/+355
| | | | Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
* Fix for the ``gdb -k /nonexistent /dev/mem'' core dump.joerg1995-04-191-2/+12
| | | | Submitted by: gj@freebsd.org (Gary Jennejohn)
* Backed out the only FreeBSD specific change to the stock CVS sources nownate1995-04-181-1/+1
| | | | | | | that it's taken care of in the CVSROOT/cvsignore file which is FreeBSD specific. This will make it easier to track changes in the *official* release.
* Fix update_line() updates on screen edgesache1995-04-181-1/+1
| | | | Obtained from: bash sources
* Add missing $(DESTDIR) to rm command so that this stops removing filesrgrimes1995-04-171-1/+1
| | | | | | from my master system. This makefile is a crock, and will soon be rewritten!
* Added back 'examples' to the subdirs which was bogusly removed.nate1995-04-141-2/+2
|
* Fix broken file name globbing. Man is now also able to find pagesjoerg1995-04-112-4/+14
| | | | | | | | like "3DBorder" and "[". (NB, the "3DBorder" problem has actually been intention, it allowed for weird section names like "3xyzzy". We don't have them, either.) (Partially) Submitted by: taob@gate.sinica.edu.tw (Brian Tao)
* Re-enabled cvs now that Rod is satisfied that it will work correctly.nate1995-04-111-2/+2
|
* Mods to tar (--fast-read) to cause it to stop looking for exact-matchingjkh1995-04-104-2/+48
| | | | | | file specifications when they've been extracted (enabling you to get a file fast if it occurs somewhere close to the front). Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
* as Thomas Graichen recently wrote in private mail:nate1995-04-101-2/+2
| | | | | | | | | | | > * the gdb-4.13 of current (compiled and used under 2.0R) can not attach to my > own processes (it works only then i'm root - else i get open failed - for my > own processes) how embarassing ! This turns out to be a bug in infptrace.c. Below is a patch. Could some kind soul apply it ? Submitted by: "Gary J." <garyj@rks32.pcs.dec.com>
* Added Makefile for example files. They are now installed innate1995-04-081-0/+17
| | | | /usr/share/examples/cvs for use by the cvsinit script.
* Because -lcompat defines the same symbols as -lgnuregex and the weaknessnate1995-04-073-8/+65
| | | | | | | | | of the linker to enforce linking of modules in command line order it is not possible to link gdb shared with -lcompat. *HACK ALERT* Removed -lcompat from LDADD and bring in the necessary functions out of libcompat as a source module until the linker can be fixed.
* Back out my change to enforce command line linker order due tonate1995-04-071-11/+8
| | | | | | | | underlying bugs which are caused by mixing static/shared libraries with this change in place. The shlib code is not capable of supporting this feature in it's present state and will need significant modifications in order to do so.
* Added a new feature from Peter Eriksson's latest release of ypserv (0.13):wpaul1995-04-052-7/+40
| | | | | | | | | | | | | | | | | register ourselves as an NIS version 1 UDP server to pacify older SunOS 4 ypbinds that seem to insist on having one around. All this does is allow ypserv to respond to DOMAIN_NONACK requests that are periodically transmitted by ypbind: the server will not actually work as an NIS v1 server in any other way. Unlike the mainline code, which implements this as a compile-time option, this feature can be turned on with the newly-added -k flag at runtime. Bunped version number to 0.13. (What the hell.) Updated the man page to reflect this change, also made a couple of small edits to reflect the recent changes in the /etc/rc* setup.
* Take yp_svc.c out of CLEANFILES rule.wpaul1995-04-021-2/+2
|
* Add back some stuff to yppush.c that I was a little over-zealous inwpaul1995-04-022-12/+92
| | | | removing. Also do away with compiling yp_svc.c: yppush doesn't need it.
* Removed code from yp_xdr.c module that now lives in libc. (Unfortunately,wpaul1995-04-021-91/+0
| | | | | | | ypxfr can't easily be reduced down to one file like yppush because it needs to do certain special things (such as binding to a specific machine (the NIS master)) which the yp_*() functions in libc don't allow.
* Make yppush compile again when obj directory exists. *groan*wpaul1995-04-022-4/+3
|
* Fix compiler warnings: don't declare enum types as static.bde1995-04-021-4/+9
|
* Spruce up Makefile.yp: add support for netgroups and bootparams maps,wpaul1995-04-021-41/+63
| | | | make use of yp_mkdb's -i, -o and -m flags.
* Reduce yppush. Now that all the required yp_xdr functions arewpaul1995-04-022-22/+49
| | | | | | in libc, we can get rid of the private/special copies of yp_*.c files and rpcgen them at compile time instead. This leaves us with just one unique source files: yppush.c
* Log syslog messages at LOG_NOTICE priority.wpaul1995-04-011-2/+2
|
* Remove yppasswd_xdr.c and take out references to if from Makefile: usewpaul1995-04-011-3/+3
| | | | -lrpcsvc instead.
* Fix thejoerg1995-04-011-5/+7
| | | | | | Ignore wrong indent value: ``'' bug, as reported by Chris Kukulies.
* 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
| |
OpenPOWER on IntegriCloud