summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate conf.h with configure script from original package.wollman1994-08-051-8/+9
|
* Need -lcompat to link under 2.0.wollman1994-08-052-2/+2
|
* Bump shared-library version numbers.wollman1994-08-051-3/+3
|
* Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to getwollman1994-08-051-1/+1
| | | | __P defined, rather than trying to do it ourselves.
* Use __GNU_P not __P.wollman1994-08-041-5/+5
|
* Use __GNU_P ratherthan __P.wollman1994-08-041-25/+25
|
* This commit was generated by cvs2svn to compensate for changes in r1823,phk1994-08-02171-0/+307568
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Here comes the right import of gcc-2.6.0.phk1994-08-02171-0/+307568
| |
* | Here comes the right import of gcc-2.6.0.phk1994-08-022-0/+58
| |
* | This commit was generated by cvs2svn to compensate for changes in r1814,phk1994-08-025-0/+1049
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | This is the tcl-scripts which will convert gcc-2.6.0 to bmake form, phk1994-08-025-0/+1049
| / | | | | | | | | a patch to gcc from Bruce, and to libg++ by me. I will check in the actual compiler when Jordan has put in the rest of src/gnu.
* | Add Chris Demetriou's --unlink changes.jkh1994-06-283-0/+40
| | | | | | | | | | | | I know that I said earlier that this should be unconditional behaviour, but I thought about it a little more and concluded that the principle of least surprise dictates that I make it an option.
* | Fix serious off by one error for FreeBSD keyword, this has been drivingrgrimes1994-06-221-3/+8
| | | | | | | | me nuts as it was on by default and that is NOT what I wanted.
* | Remove reference to the ld.so man page - ain't no such animal.jkh1994-06-171-1/+0
| | | | | | | | Reported by John Lind.
* | Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-1519-891/+933
| | | | | | | | | | | | | | | | | | | | | | | | | | | | handling of errors through the standard err() and warn() more fixes for Geoff Rehmet's NULL pointer bug. fixes NULL pointer bugs when linking mono and nested X servers. supports a `-nostdlib' option. accept object files without a symbol table don't attempt dynamic linking when `-A' is given a few variable names have chaged (desc -> fd), and the formatting has changed which should make it much easier to track his sources. I tested 'make world' for /usr/src and X twice with these changes.
* | Make gzip static by default. This is needed because it's such ajkh1994-06-151-0/+1
| | | | | | | | frequent companion to tar.
* | Make tar static by default. Don't scream, you'll thank me for thisjkh1994-06-151-0/+1
| | | | | | | | someday.
* | correct location of corefile data segmentadam1994-06-151-1/+2
| |
* | Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>csgr1994-06-141-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Paul Kranenburg's description: ld is in error here, assuming that symbols with N_EXT set always have an entry in the (global) symbol table: this is not the case for C++ generated constructor/destructor symbols. I can reproduce your failure by fudging a "multiply defined" constructor symbol by hand. Checking for `g == NULL' seems to be a ok as a fence for now. So: for now, in do_file_warnings() we check if g == NULL, before trying to generate any warning messages. This prevents a NULL pointer dereference.
* | Add LIBREADLINE and LIBTERM to DPADDache1994-06-142-0/+2
| |
* | Clean up small error in the ncvs code that was causing rcs co to bergrimes1994-06-142-4/+8
| | | | | | | | | | | | | | | | called with -K-Keoptions -Kioptions. This should fix the problem with $Id$ still getting changed. I am also install both ncvs and ocvs on freefall with this change as ocvs still had the bug with -I \! which I fixed but did not reinstall.
* | Remove PAGE_SIZE redifinition (from param.h)ache1994-06-131-1/+0
| |
* | Change includes in proper way, i.e.ache1994-06-1217-25/+25
| | | | | | | | | | "readline.h" --> <readline/readline.h> Remove -I./readline from Makefile (again!)
* | Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefilepaul1994-06-112-2/+0
| |
* | Modev -DTRAD_CORE for gdb/Makefile to bfd/Makefilepaul1994-06-111-1/+1
| |
* | Put back -I${.CURDIR}/readline in Makefile.paul1994-06-111-2/+2
| | | | | | | | | | | | The sources are just broken and given that an extra -I flag is going to be needed it may as well be as above to guarantee that the library will build.
* | Added kgdb subdir.paul1994-06-101-2/+2
| |
* | Two files I "lost" the first time.paul1994-06-102-166/+224
| | | | | | | | GDB4:
* | GDB-4.12 from ports with support for shlibs but not the kernel.paul1994-06-10258-0/+164071
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a greatly pared down version of the full gdb-4.12, all the config stuff has been removed and the supporting libraries have been stripped to a minimum. This is a 1.1.5 only port, I'll do a more complete port for 2.0 which will have all the config stuff and will install the gnu support libraries as system libraries like we do for readline. There wasn't much point for 1.1.5 since only gdb would use them so I went for saving space instead. For 2.0 I'll config all the other gnu tools to use them as well.
* | Remove -I./readline, unneded with make includesache1994-06-101-2/+2
| |
* | Make these Makefiles work properly when NOMAN is defined.csgr1994-06-052-0/+8
| | | | | | | | (I wish they just used bsd.prog.mk)
* | Manual pages are now installed via the bsd.man.mk macro, since thecsgr1994-06-052-15/+24
| | | | | | | | | | existing arrangement in this makefile doesn't allow for compressed manual pages.
* | Add the -r and -s flags to the Usage string.ats1994-06-051-2/+2
| |
* | Call fpsetmask(3) so awk doesn't dump core on FP exceptions.alm1994-05-3132-4728/+8458
| | | | | | | | Upgrade to version 2.15.5
* | Back out previous change and allow uucico to run by others,ache1994-05-311-3/+2
| | | | | | | | this required by several programs
* | Don't need to restrict cu, it can be able to check permissions by itselfache1994-05-311-3/+2
| |
* | Allow uux and uucp to run by others,ache1994-05-312-6/+4
| | | | | | | | we can got problems with various mailers in other case
* | I forget to add BINGRP=$(group)ache1994-05-315-6/+11
| |
* | Disallow uucp execution to others.ache1994-05-311-2/+3
| | | | | | | | | | It maybe not so nice, but if any user can easily shut up your mail feed with big file isn't nice too.
* | Allow group "dialer" to run cuache1994-05-311-2/+3
| | | | | | | | Disallow others to run cu
* | Don't allow others to run uuconvache1994-05-311-1/+2
| |
* | Don't allow others run uuchkache1994-05-311-1/+2
| |
* | Don't allow others run uuxqtache1994-05-311-2/+2
| |
* | Don't allow others run uucicoache1994-05-311-2/+2
| |
* | Change group to uucp groupache1994-05-311-1/+1
| |
* | Turn globbing on when a section number is specified, this makes things workcsgr1994-05-281-1/+1
| | | | | | | | properly when /usr/share/man/man?/ contain gzipped unformatted pages.
* | Add comments to Makefile.inc's about libg++ and shlib nos.csgr1994-05-281-1/+5
| |
* | Remove explicit specification of SHLIB major and minor nos.csgr1994-05-273-9/+3
| |
* | Bump all minor nos. of libs in /usr/src/gnu/lib.csgr1994-05-261-2/+2
| | | | | | | | shlibs are now version 1.1
* | Got this fix from think.com:rgrimes1994-05-262-2/+6
| | | | | | | | | | | | | | | | The following two patches should allow the documented "-I !" option to skip the ignore lists and import/update all files in the directory. I need it to force certain files to import (ie, csh.a which is part of the csh documentation).
OpenPOWER on IntegriCloud