Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect the NOFSCHG variable. Add an $Id$ while I'm here, for whatever | hoek | 1999-07-05 | 1 | -0/+5 |
| | | | | reason Makefiles need $Id$. | ||||
* | Fixed missing prototype for address_to_line(). One call passes an | bde | 1999-07-04 | 1 | -1/+2 |
| | | | | | int where an unsigned long is expected. This was fatal on i386's with 64-bit longs. | ||||
* | Don't override the (correct) default for BINDIR. | bde | 1999-07-04 | 1 | -2/+1 |
| | |||||
* | Live & postmortem kernel debugging support for the alpha platform. | gallatin | 1999-06-21 | 5 | -2/+492 |
| | | | | | | This was modeled after NetBSD's kernel debugging support. Reviewed by: Doug Rabson <dfr@nlsystems.com> | ||||
* | Fix placement of signal trampoline. | dt | 1999-06-13 | 1 | -2/+2 |
| | |||||
* | little optimization of locale sensing code | ache | 1999-06-09 | 1 | -28/+29 |
| | |||||
* | Just ignore malformed locale variable unless -d specified | ache | 1999-06-08 | 1 | -12/+16 |
| | |||||
* | Localize NEQN part too | ache | 1999-06-07 | 2 | -2/+13 |
| | |||||
* | Add ability to read/write localized manpages | ache | 1999-06-07 | 3 | -2/+163 |
| | |||||
* | remove getopt & friend declarations, now unistd.h included | ache | 1999-06-05 | 1 | -3/+0 |
| | |||||
* | fix typo preventing to include unistd.h | ache | 1999-06-05 | 1 | -1/+1 |
| | |||||
* | Add the 'advocacy' category, sort this document. | billf | 1999-05-30 | 1 | -1/+2 |
| | |||||
* | Fixes from OpenBSD: | kris | 1999-05-28 | 9 | -26/+46 |
| | | | | | | | | | | | Add $Id$ Removes temp file exploits in gzexe (predictable filenames) Fixes some typos Fixes a buffer overrun in gzip -S Don't prepend /usr/local/bin to path in scripts Correct location of /usr/share/misc/termcap Obtained from: OpenBSD | ||||
* | don't include Makefile.inc twice | ache | 1999-05-28 | 2 | -4/+2 |
| | |||||
* | upgrade to 4.0 | ache | 1999-05-28 | 7 | -35/+52 |
| | |||||
* | Use the correct width integer on both i386 and alpha. | dfr | 1999-05-23 | 1 | -5/+5 |
| | | | | Reviewed by: Steve Price <sprice@hiwaay.net> | ||||
* | Install g2c.h header incase others want to call libg2c from C. | obrien | 1999-05-23 | 1 | -1/+5 |
| | | | | Submitted by: Steve | ||||
* | Add a missing backslash from the last commit. (Broke installworld) | jb | 1999-05-23 | 1 | -1/+1 |
| | |||||
* | Use BINOWN and BINGRP (some people do change these...) | hoek | 1999-05-22 | 1 | -2/+2 |
| | |||||
* | fix downcase() for chars with 8bit | ache | 1999-05-13 | 1 | -2/+2 |
| | |||||
* | fix typo uid_t -> gid_t | ache | 1999-05-13 | 1 | -5/+5 |
| | | | | add unsigned char cast to ctype macros | ||||
* | upgrade to perl 5.00503 | ache | 1999-05-13 | 1 | -2/+2 |
| | |||||
* | Add one more dependency (oops). | dt | 1999-05-13 | 1 | -2/+2 |
| | |||||
* | Added some missing dependencies. | dt | 1999-05-12 | 1 | -7/+9 |
| | |||||
* | Fixed some regressions in rev.1.40: | bde | 1999-05-11 | 1 | -7/+4 |
| | | | | | | - rev.1.39 was clobbered. - PROG was defined twice, once as nm. - style bugs. | ||||
* | Install gdbserver and gdbreplay in /usr/bin, not /usr/libexec/elf. | dfr | 1999-05-08 | 2 | -2/+8 |
| | |||||
* | Implement corefiles for FreeBSD/alpha. This requires a separate change to | dfr | 1999-05-07 | 1 | -81/+23 |
| | | | | the kernel which is awaiting review. | ||||
* | Add core-regset.c to the Makefile to allow debugging elf corefiles. | dfr | 1999-05-07 | 1 | -2/+2 |
| | |||||
* | Remove $Log garbage from these; it was causing failure when expanded. | markm | 1999-05-05 | 3 | -27/+24 |
| | | | | Found by: Udo Schweigert <ust@cert.siemens.de> | ||||
* | Correct SYNOPSIS (remove args from synopsis that are actually arguments | ghelmer | 1999-05-04 | 1 | -7/+5 |
| | | | | | | to flags). PR: docs/9658 | ||||
* | _G_USING_THUNKS probably applies to a.out too. | obrien | 1999-05-02 | 1 | -1/+1 |
| | | | | | | | (well we define DEFAULT_VTABLE_THUNKS=1 for G++ in the a.out case, so it seems likely) Submitted by: jdp | ||||
* | Remove old bmake framework for gdb. It has moved to live next to binutils. | dfr | 1999-05-02 | 23 | -5425/+0 |
| | |||||
* | * Merge gdb/doc/Makefile into binutils/doc/Makefile | dfr | 1999-05-02 | 5 | -174/+107 |
| | | | | | | | * Update build for gdbserver and gdbreplay to work under binutils * Fix gdbserver to use PT_GETREGS etc to access registers, removing the dependancy on the u-area. * Make gdbserver work on the alpha. | ||||
* | Enable gdb on the alpha. | dfr | 1999-05-02 | 1 | -3/+4 |
| | |||||
* | System Perl is now 5.00503! There is support for threads, but this is | markm | 1999-05-02 | 8 | -127/+165 |
| | | | | not currently enabled. Thread-boffins are welcome to send me patches. | ||||
* | Enable building gdb under binutils for i386. I can't enable the alpha build | dfr | 1999-05-02 | 1 | -1/+6 |
| | | | | yet since CVS is hiding one of my files. | ||||
* | * Add bmake framework for using gdb alongside binutils. The old bmake | dfr | 1999-05-02 | 15 | -181/+704 |
| | | | | | framework was repository copied from gnu/usr.bin/gdb. * Add alpha support. | ||||
* | Disable building gdb in preparation for importing gdb-4.18 | dfr | 1999-05-02 | 1 | -2/+2 |
| | |||||
* | Add more bits of libF77. | obrien | 1999-05-01 | 1 | -3/+9 |
| | | | | Submitted by: jmz | ||||
* | * Add MAIN.c | obrien | 1999-05-01 | 1 | -3/+3 |
| | | | | * be more selective what I add to CLEANFILES (what was I previously thinking??) | ||||
* | JMZ says: | obrien | 1999-05-01 | 1 | -0/+1 |
| | | | | | | | Add an emply MAIN__() function. This avoid an unresolved reference error during link phase when using fortran subroutines with non-fortran 'main()'. Obtained from: src/lib/libF77/MAIN.c rev 1.1 by jmz | ||||
* | Handle byte counts for >2G archives | peter | 1999-04-29 | 2 | -2/+8 |
| | | | | | PR: 11389 Submitted by: Adrian Chadd <adrian@FreeBSD.org> | ||||
* | Rather than hack config/freebsd.h to contain our hacks for a native compiler, | obrien | 1999-04-28 | 2 | -1/+42 |
| | | | | | | | | just include them in tm.h (as built from cc/cc_tools/Makefile). This will reduce the diffs from the vendor sources. Excellent idea by: jdp | ||||
* | Make gdb work with kernel after the SMP vmspace sharing changes. | luoqi | 1999-04-28 | 5 | -42/+221 |
| | |||||
* | Use braces to avoid potentially ambiguous else clause. | imp | 1999-04-25 | 4 | -5/+8 |
| | | | | | | main's return type is int not void. Reviewed by: obrien and chuckr | ||||
* | use `target' macro crafted in parent Makefile rather than making our own | obrien | 1999-04-25 | 1 | -2/+2 |
| | | | | Submitted by: Warner Losh | ||||
* | Hookup FORTRAN info docs. | obrien | 1999-04-25 | 2 | -1/+15 |
| | | | | Submitted by: Mark Murry | ||||
* | Remove several explicit rules. The two for exceptioni.o and typeionfoi.o | obrien | 1999-04-25 | 1 | -43/+1 |
| | | | | | | | aren't needed as those files aren't part of libstdc++ any longer. Another isn't needed as Cygnus doesn't compile with -frtti. Noticed by: bde & my initial mispelling of ".So". | ||||
* | Sorry didn't get this in the last commit: MACHINE_ARCH changes courtesy | obrien | 1999-04-22 | 3 | -3/+3 |
| | | | | of Warner Losh <imp@village.org>. (he's got plans for FreeBSD mips :-)) | ||||
* | Use `GNU_ARCH' in most places where `MACHINE_ARCH' was used. Building for | obrien | 1999-04-22 | 3 | -13/+27 |
| | | | | mips has some particularlies. |