summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIRnate1993-12-162-4/+4
| | | | | | | | in front of BINDIR definition.
* | Sync to PK's latest version. I know that this is in /usr/src, the bloodyjkh1993-12-122-137/+232
| | | | | | | | | | | | | | | | | | patch file had absolute pathnames in it and went and patched /usr/src directly (first time this has happened, I'll watch for it now), so I thought I might as well just commit it and clean up the .orig files and whatnot left behind. Sorry - this is the first time this has happened to me. Very confusing. These files aren't really necessary to us, but should be kept in sync anyway.
* | Sync to PK's latest version. I know that this is in /usr/src, the bloodyjkh1993-12-122-7/+21
| | | | | | | | | | | | | | patch file had absolute pathnames in it and went and patched /usr/src directly (first time this has happened, I'll watch for it now), so I thought I might as well just commit it and clean up the .orig files and whatnot left behind. Sorry - this is the first time this has happened to me. Very confusing.
* | Added sbrk() as new file.jkh1993-12-111-0/+101
| |
* | Broke sbrk() out of rtld as part of general cleanup.jkh1993-12-112-45/+6
| |
* | Omitted 4th argument to findshlib() [thanks Rich!]. Our ld is a bitjkh1993-12-111-3/+3
| | | | | | | | different from NetBSD's here and it squeaked through the update.
OpenPOWER on IntegriCloud