summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* 1) Add \p\c after CONNECT for modems which give CONNECT beforeache1994-05-031-1/+5
| | | | | | | carrier up 2) Add more chat-fail codes 3) Add comment about complete/abort scripts, when modem handle DTR drop properly
* Back my earlier BSD_TTY change out of -current.jkh1994-04-261-2/+2
|
* From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)jkh1994-04-259-2/+320
| | | | | | | | | | | | | | | | Message-Id: <199404171501.LAA01245@stark.UUCP> To: freebsd-hackers@freefall.cdrom.com Subject: Make world and UUCP Sender: freebsd-hackers-owner@freefall.cdrom.com Precedence: bulk It would be much more convenient if "make world" didn't clobber my UUCP configuration files in /etc/uucp. Perhaps the easiest fix would be to change the names of the sample configuration files: config -> config.sample ports -> ports.sample ...
* From: Marko Teiste <mte@tigger.cirion.fi>jkh1994-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | Message-Id: <199404241154.OAA00260@tigger.cirion.fi> Subject: uucp error Index: gun/libexec/uucp FreeBSD-1.1-GAMMA Apparently-To: FreeBSD-bugfiler@freefall.cdrom.com Sender: freebsd-bugs-owner@freefall.cdrom.com Precedence: bulk Description: When calling remote uucp site dialing succeeds, but standard login chat fails. Debug file shows that uucico does not see any characters send from remote. Repeat-By: use sio drivers, 16450 base serial and standard taylor configuration provided with the GAMMA release. Run uucico and observer. Fix: define HAVE_BSD_TTY instead of HAVE_POSIX_TTY in common_source/policy.h and recompile.
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-242-5/+5
|
* Change the private declarations from dlopen,dlclose,dlsym,dlctlats1994-04-131-10/+10
| | | | | | to public. These functions are also used in /usr/include/link.h, so it looks, like they shouldn't be private. I will ask Paul about that, if this is correct.
* Better link ldconfig static instead dynamic.ats1994-04-131-2/+2
|
* Changed the Makefiles for catman and makewhatis that the output from theats1994-04-132-4/+4
| | | | sed goes into an obj dir, if it exists, instead of the src dir.
* Add that /usr/X386/lib is also in the default path for ldconfig. Bug foundats1994-04-051-1/+3
| | | | | by Satoshi Asami ( asami@cs.berkeley.edu ). Fixed also a minor typo problem.
* Back out previous change.jkh1994-04-021-4/+3
|
* Fix from Gene for bogus destinations.jkh1994-04-011-3/+4
|
* Something bogus happened here; not sure what or how.jkh1994-03-231-0/+41
| | | | Fixed.
* Make man the default owner, don't bother with sgid.jkh1994-03-191-2/+2
|
* Correct pre-installation target.jkh1994-03-192-2/+2
|
* Change group id to manjkh1994-03-181-0/+1
|
* Make man sgid bin, not sgid AND suid. There is no reason to make man suidjkh1994-03-161-1/+1
| | | | | bin since all you need to do is make the cat dirs group owned and writable by bin - much less dangerous.
* Due to the deletion of the gcc support from libc we need again theats1994-03-101-2/+2
| | | | | -lgcc_pic library. rtld uses the udivd3 routine from it. Repeat the bug by simply compiling ld on current.
* Document existance of -Zdg1994-03-092-2/+6
|
* New manpage compression support. Only one macro controls compressionjkh1994-03-059-67/+66
| | | | | | | | | | | | now, DO_COMPRESS. This controls whether or not catpages are compressed or not (on by default, since little else uses the catpages and those few things that do can always configure in a `zmore' in place of more or something, and saving space is more important, IMHO). Uncompression support is now on by default since that's the only way to support mixed-mode environments. If you don't like it, just don't compress your man pages and it won't be used! :-). Supports gzip. You can also compress the man pages themselves (or gzip them) now and it will work.
* added the -C/-check again.phk1994-02-253-8/+35
|
* Alignment fix from John Dyson/David Greenmanrgrimes1994-02-202-4/+7
|
* Put this back - I was somehow under the erroneous impression that patch was injkh1994-02-173-23/+20
| | | | ports, until I saw the the commit messages, that is! :-) All changed backed out.
* From Poul-Henning Kamp - Implement a -C option to verify the integrity ofjkh1994-02-173-11/+35
| | | | a patch before actually applying it.
* Handling of the netzmagic flag was completely missing after the lastdg1994-02-171-2/+7
| | | | update. This completely broke support for all ZMAGIC a.out formats.
* NetBSD -> FreeBSD (This is the FreeBSD version, not the NetBSD version :-)nate1994-02-141-2/+2
|
* I yelled, I warned and now I am SCREAMING. Add -D__FreeBSD__ to CFLAGS+=rgrimes1994-02-141-2/+2
| | | | | so that you can bootstrap a 1.0.2 system. Please oh please no one but no one add any more #ifdef __FreeBSD__ stuff UNTIL 1.1 has SHIPPED!!!
* A fast private malloc for ld.sojkh1994-02-131-0/+481
|
* This is Paul K's latest set of ld changes. A commit was necessary at thisjkh1994-02-1324-1763/+2043
| | | | | | | | | | late stage due to the fact that link.h was copyright Sun Microsystems. This version of ld sync's us up with NetBSD's ld and supports compatablily with NetBSD's -[zZ] flags (which we had reversed). Compiling with this new ld will give you RRS warnings for libraries which do not contain .type infomation - these wsarnings are harmless and will go away as soon as you recompile your libraries (cd /usr/src; make libraries).
* From: Piero Serini <piero@strider.st.dsi.unimi.it>jkh1994-02-121-1/+3
| | | | | | | | | | | | | | Message-Id: <199402111717.SAA05326@strider.st.dsi.unimi.it> Subject: Re: cpio bug ? Quoting from J Wunsch: > | From the man page: > | > | -l, --link > | Link files instead of copying them, when possible. > > (Usable only with the -p option.) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is not in cpio man page. Someone please add it.
* Changed NetBSD -> FreeBSDnate1994-02-114-8/+8
|
* Remove /usr/X386/lib and /usr/local/lib from the default locations,rgrimes1994-02-091-2/+2
| | | | | these are handled by /etc/rc and this was causing errors on a new install as these places do NOT exsist by default!
* Partially undo prevoius fix from Ian Taylor, VTIME must be 0 hereache1994-02-071-3/+3
|
* Patches from Gunter Jung to make xchat work properly.jkh1994-02-061-40/+36
|
* Update for new organization of gnu tree.rgrimes1994-01-301-7/+0
|
* Update for new organization of gnu tree.rgrimes1994-01-302-0/+8
|
* Update for new organization of gnu tree.rgrimes1994-01-302-0/+9
|
* Update for new organization of gnu tree.rgrimes1994-01-303-2/+15
|
* New files for relocated source code.rgrimes1994-01-302-0/+9
|
* No longer install the GNU regex.h include file.nate1994-01-291-5/+1
|
* Removed dependance on EX_DYNAMIC in making decisions on the magic number.dg1994-01-193-6/+7
|
* More proper fix for for shared lib debugging support.jkh1994-01-141-2/+2
|
* 1. Fix bug where duplicate symbol warnings were suppressed. This oftenjkh1994-01-122-7/+3
| | | | | | caued ld to `exit silently', to general confusion. 2. Add Gary Jennejohn's fix to support debugging of shared libraries.
* From: swildner@channelz.GUN.de (Sascha Wildner)dg1994-01-074-9/+34
| | | | | What follows are the changes I made to make XChess compile. There are still a couple of bugs left which maybe someone else will fix.
* Updated man page to document new behaviour of -Z, -z and -Q flags.jkh1994-01-032-4/+14
|
* Implemented 'QMAGIC' a.out format correctly, and changed the defaultdg1994-01-035-28/+34
| | | | output to be QMAGIC.
* Only use syscallmap if FM_TRAP or EX_TRAPSTK are defined.dg1994-01-031-0/+2
|
* Added y.tab.h to the CLEANFILES target.ats1993-12-311-1/+1
|
* Update shlib version to 1.0smace1993-12-281-2/+2
|
* Update version to 1.0smace1993-12-281-2/+2
|
* C++ support changes (+misc fixes) from Paul K.jkh1993-12-224-18/+69
|
OpenPOWER on IntegriCloud