summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* eliminate coredump for readline(NULL) caseadam1995-05-221-1/+1
|
* configuration files are in /etc/uucp and spool files are in /var/spool/uucpjmz1995-05-206-33/+33
|
* Don't chdir to subdirs before formatting, non-native manpagesache1995-05-201-28/+40
| | | | | assume it for .so directive Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* Make error message for no input files specified consistent across allrgrimes1995-05-173-3/+3
| | | | | | three compilers. Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* Remove extra argument from mesgboxache1995-05-161-1/+1
|
* Call mesgbox instead of msgbox for long descriptionsache1995-05-161-1/+1
|
* Changes to support the new dialog_dselect() features required to fixjkh1995-05-162-13/+62
| | | | | pkg_install. dialog_dselect() wasn't very useful before. Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
* Fix draw shadow bug, when shadow reaches end of the screen,ache1995-05-151-20/+34
| | | | bringed by devmenu or tzsetup f.e.
* This patch teaches info to read gzipped files (emacs info alreadyrgrimes1995-05-141-0/+1
| | | | | | | works) so one can gzip files in /usr/share/info and save a few megabytes diskspace. Submitted by: Kai Vorma <vode@snakemail.hut.fi>
* Install uuconv/uuchk with right permissionsache1995-05-142-8/+2
|
* Update other Makefiles to reflect uuconv/uuchk install place changeache1995-05-133-6/+6
|
* Install uuconv/uuchk to /usr/sbinache1995-05-133-5/+6
|
* Add missing includeache1995-05-121-0/+6
|
* Submitted by: Charles Henrich <henrich@fubar.cl.msu.edu>rgrimes1995-05-121-2/+2
| | | | | Quite up man when directories in MANPATH do not exist. If you want it to tell you about problems use man -d.
* Submitted by: gjrgrimes1995-05-092-6/+2
| | | | Delete suspicious looking chunk of code that was partially commented out.
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-092-2/+2
|
* Bump major number, function deletedache1995-05-081-1/+3
|
* Bump major numberache1995-05-081-1/+3
|
* Fix nasty shadow bug sneaked in Marc's commit.ache1995-05-083-90/+42
| | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox
* From Wolfram: Fix: typos, old linksjoerg1995-05-062-5/+9
| | | | Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
* Bump major number instead of minor: old functions arguments was changed tooache1995-05-041-3/+3
|
* Bump minor numberache1995-05-031-1/+3
|
* Small fix for yp_match implementation:wpaul1995-05-031-2/+2
| | | | | | | In the case where ypserv is started with the -dns flag, fall through to the DNS lookup code only if asked to match a map with the word 'host' in its name. This prevents failed matches on non-host maps from being incorrectly handed off to DNS.
* Handle too long strings correctly in print_autowrap()ache1995-04-301-1/+2
| | | | Submitted by: Marc van Kempen <wmbdmr@urc.tue.nl>
* 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
|
OpenPOWER on IntegriCloud