summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Remove kgdb for now until we figure out what our gdb strategy is goingJordan K. Hubbard1994-08-091-2/+2
| | | | | | | | to be (having two sucks, and this one doesn't even work for 2.0 now!). Submitted by: jkh Notes: svn path=/head/; revision=1978
* Remove redundant (and conflicting) definition of sys_errlist.Jordan K. Hubbard1994-08-091-1/+0
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1976
* New 2.0 specific changes.Jordan K. Hubbard1994-08-081-0/+5
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=1969
* Make uucp compile again in 2.0. A little perturbed about the commentJordan K. Hubbard1994-08-081-3/+3
| | | | | | | | | | saying that 4.4 uses f_size in statfs, yet we're using b_size. Anyway, I've configured things to match our current environment. Reviewed by: Submitted by: Notes: svn path=/head/; revision=1968
* I belive this should be makeable under 2.0. There may be outstandingPoul-Henning Kamp1994-08-08185-0/+40372
| | | | | | | | | | | issues in these areas: .h's installed .hP's installed -lcurses interaction files needed in ~/legal for copyleft reasons. Notes: svn path=/vendor/misc-GNU/dist3/; revision=1935
* This gcc-2.6.0 should work with 2.0Poul-Henning Kamp1994-08-084-1/+5468
| | | | Notes: svn path=/vendor/misc-GNU/dist3/; revision=1933
* Added -Dbsd4_4, this should close the problem with sys_errlist.Poul-Henning Kamp1994-08-081-0/+1
| | | | Notes: svn path=/head/; revision=1932
* gcc260.patch:Poul-Henning Kamp1994-08-086-54/+661
| | | | | | | | | | | | | | | | | | | moved to the logical name. libg++-2.6.patch: FOO_MAX in limits.h isn't in hex under 2.0 (for the time being ??) libg++-2.6.tcl: it works on my 1.1.5.1 system. I cannot test it here until gcc-2.6.0 is installed. gnu2bmake.tcl: enhanced various ways. README: says "don't hack the bmaked sources" gcc-2.6.0.tcl: added the gen-* and md files to the bmaked sources. Not used by makefiles. Do I need to add other files Garrett ? Notes: svn path=/head/; revision=1931
* cc -> cc26 (until Poul-Henning decides how he wants this to look).Jordan K. Hubbard1994-08-071-2/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1913
* Remove libg++ until we have a working one again.Jordan K. Hubbard1994-08-071-2/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1912
* Regenerate conf.h with configure script from original package.Garrett Wollman1994-08-051-8/+9
| | | | Notes: svn path=/head/; revision=1880
* Need -lcompat to link under 2.0.Garrett Wollman1994-08-052-2/+2
| | | | Notes: svn path=/head/; revision=1878
* Bump shared-library version numbers.Garrett Wollman1994-08-051-3/+3
| | | | Notes: svn path=/head/; revision=1877
* Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to getGarrett Wollman1994-08-051-1/+1
| | | | | | | __P defined, rather than trying to do it ourselves. Notes: svn path=/head/; revision=1876
* Use __GNU_P not __P.Garrett Wollman1994-08-041-5/+5
| | | | Notes: svn path=/head/; revision=1843
* Use __GNU_P ratherthan __P.Garrett Wollman1994-08-041-25/+25
| | | | Notes: svn path=/head/; revision=1842
* Here comes the right import of gcc-2.6.0.Poul-Henning Kamp1994-08-02173-0/+307626
| | | | Notes: svn path=/head/; revision=1823
* This is the tcl-scripts which will convert gcc-2.6.0 to bmake form, Poul-Henning Kamp1994-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. Notes: svn path=/cvs2svn/branches/ORIG/; revision=1814
* Add Chris Demetriou's --unlink changes.Jordan K. Hubbard1994-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. Notes: svn path=/head/; revision=1777
* Fix serious off by one error for FreeBSD keyword, this has been drivingRodney W. Grimes1994-06-221-3/+8
| | | | | | | me nuts as it was on by default and that is NOT what I wanted. Notes: svn path=/head/; revision=1764
* Remove reference to the ld.so man page - ain't no such animal.Jordan K. Hubbard1994-06-171-1/+0
| | | | | | | Reported by John Lind. Notes: svn path=/head/; revision=1755
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-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. Notes: svn path=/head/; revision=1741
* Make gzip static by default. This is needed because it's such aJordan K. Hubbard1994-06-151-0/+1
| | | | | | | frequent companion to tar. Notes: svn path=/head/; revision=1729
* Make tar static by default. Don't scream, you'll thank me for thisJordan K. Hubbard1994-06-151-0/+1
| | | | | | | someday. Notes: svn path=/head/; revision=1728
* correct location of corefile data segmentAdam David1994-06-151-1/+2
| | | | Notes: svn path=/head/; revision=1721
* Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>Geoff Rehmet1994-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. Notes: svn path=/head/; revision=1720
* Add LIBREADLINE and LIBTERM to DPADDAndrey A. Chernov1994-06-142-0/+2
| | | | Notes: svn path=/head/; revision=1718
* Clean up small error in the ncvs code that was causing rcs co to beRodney W. Grimes1994-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. Notes: svn path=/head/; revision=1716
* Remove PAGE_SIZE redifinition (from param.h)Andrey A. Chernov1994-06-131-1/+0
| | | | Notes: svn path=/head/; revision=1713
* Change includes in proper way, i.e.Andrey A. Chernov1994-06-1217-25/+25
| | | | | | | | "readline.h" --> <readline/readline.h> Remove -I./readline from Makefile (again!) Notes: svn path=/head/; revision=1710
* Moved -DTRAD_CORE from gdb/Makefile to bfd/MakefilePaul Richards1994-06-112-2/+0
| | | | Notes: svn path=/head/; revision=1709
* Modev -DTRAD_CORE for gdb/Makefile to bfd/MakefilePaul Richards1994-06-111-1/+1
| | | | Notes: svn path=/head/; revision=1708
* Put back -I${.CURDIR}/readline in Makefile.Paul Richards1994-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. Notes: svn path=/head/; revision=1707
* Added kgdb subdir.Paul Richards1994-06-101-2/+2
| | | | Notes: svn path=/head/; revision=1702
* Two files I "lost" the first time.Paul Richards1994-06-102-153/+211
| | | | | | | GDB4: Notes: svn path=/head/; revision=1701
* GDB-4.12 from ports with support for shlibs but not the kernel.Paul Richards1994-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. Notes: svn path=/head/; revision=1700
* Remove -I./readline, unneded with make includesAndrey A. Chernov1994-06-101-2/+2
| | | | Notes: svn path=/head/; revision=1698
* Make these Makefiles work properly when NOMAN is defined.Geoff Rehmet1994-06-052-0/+8
| | | | | | | (I wish they just used bsd.prog.mk) Notes: svn path=/head/; revision=1686
* Manual pages are now installed via the bsd.man.mk macro, since theGeoff Rehmet1994-06-052-15/+24
| | | | | | | | existing arrangement in this makefile doesn't allow for compressed manual pages. Notes: svn path=/head/; revision=1685
* Add the -r and -s flags to the Usage string.Andreas Schulz1994-06-051-2/+2
| | | | Notes: svn path=/head/; revision=1683
* Call fpsetmask(3) so awk doesn't dump core on FP exceptions.Andrew Moore1994-05-3132-4617/+8347
| | | | | | | Upgrade to version 2.15.5 Notes: svn path=/head/; revision=1663
* Back out previous change and allow uucico to run by others,Andrey A. Chernov1994-05-311-3/+2
| | | | | | | this required by several programs Notes: svn path=/head/; revision=1659
* Don't need to restrict cu, it can be able to check permissions by itselfAndrey A. Chernov1994-05-311-3/+2
| | | | Notes: svn path=/head/; revision=1657
* Allow uux and uucp to run by others,Andrey A. Chernov1994-05-312-6/+4
| | | | | | | we can got problems with various mailers in other case Notes: svn path=/head/; revision=1656
* I forget to add BINGRP=$(group)Andrey A. Chernov1994-05-315-6/+11
| | | | Notes: svn path=/head/; revision=1655
* Disallow uucp execution to others.Andrey A. Chernov1994-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. Notes: svn path=/head/; revision=1654
* Allow group "dialer" to run cuAndrey A. Chernov1994-05-311-2/+3
| | | | | | | Disallow others to run cu Notes: svn path=/head/; revision=1653
* Don't allow others to run uuconvAndrey A. Chernov1994-05-311-1/+2
| | | | Notes: svn path=/head/; revision=1652
* Don't allow others run uuchkAndrey A. Chernov1994-05-311-1/+2
| | | | Notes: svn path=/head/; revision=1651
* Don't allow others run uuxqtAndrey A. Chernov1994-05-311-2/+2
| | | | Notes: svn path=/head/; revision=1650