| Commit message (Expand) | Author | Age | Files | Lines |
* | FreeBSD modifications and notes for GNU cpio. | obrien | 1997-03-26 | 1 | -0/+10 |
* | Add a new "-f" option to the linker, to print the resolved paths | jdp | 1997-03-22 | 3 | -5/+43 |
* | Make makewhatis(1) happy. | wosch | 1997-03-21 | 1 | -4/+2 |
* | Fix initstate() cast to match Lite2 | ache | 1997-03-17 | 1 | -2/+2 |
* | fix compilation warnings in patch... (with slight modification) | jmg | 1997-03-17 | 5 | -6/+34 |
* | Remove unnecessary chmod()'s. This should likely go in other branches. | guido | 1997-03-15 | 1 | -3/+1 |
* | delete the LINKS line (link gdb to kgdb) by popular demand. | gj | 1997-03-15 | 2 | -6/+2 |
* | Support german mdoc man pages (currently no german mdoc man page exists). | wosch | 1997-03-14 | 1 | -3/+3 |
* | Support german Linux/GNU man pages. | wosch | 1997-03-13 | 1 | -2/+2 |
* | add LINKS line to Makefile to automatically produce a link to kgdb | gj | 1997-03-12 | 4 | -2/+20 |
* | Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.h | peter | 1997-03-11 | 1 | -2/+2 |
* | Fix the getopt() prototype to match the system one. | peter | 1997-03-11 | 1 | -1/+1 |
* | Build under Lite2 includes | peter | 1997-03-11 | 1 | -1/+1 |
* | Fix srandom arg type according to Lite2 | ache | 1997-03-11 | 1 | -2/+2 |
* | Fixed style bugs in install rule (afterinstall -> beforeinstall, etc). | bde | 1997-03-09 | 1 | -7/+3 |
* | Fix a number of typos, one of which is part of PR# 2917. | mpp | 1997-03-09 | 1 | -4/+4 |
* | Don't use a dot in the chown commands. In fact, don't use any commands | bde | 1997-03-08 | 1 | -20/+15 |
* | Fixed substitution of @TMAC_S_PREFIX@ and @TMAC_M_PREFIX@. | bde | 1997-03-08 | 1 | -5/+5 |
* | Bugfix for man pages created by perlpod(1). | wosch | 1997-03-01 | 1 | -1/+2 |
* | Plug an old security hole: suidperl didn't honor MNT_NOSUID. | joerg | 1997-03-01 | 2 | -2/+23 |
* | Fix various overflows for items longer then menu width. | ache | 1997-02-28 | 1 | -4/+6 |
* | Don't set the umask until after we have processed the arguments | mpp | 1997-02-25 | 1 | -1/+1 |
* | Fix some $ Id$ in $ Log$ expansion problems. :-( (added spaces just in | peter | 1997-02-23 | 2 | -56/+8 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 281 | -290/+290 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 160 | -162/+198 |
* | When wrong directory choosed and chdir failed, directory name | ache | 1997-02-18 | 2 | -2/+5 |
* | Oops, the last commit shouldn't have removed floatformat.c. | bde | 1997-02-15 | 1 | -1/+1 |
* | Don't use the private version of vasprintf(). It doesn't understand | bde | 1997-02-15 | 1 | -7/+4 |
* | Fix a problem with patch in that is will always default, even when the | jmg | 1997-02-13 | 6 | -16/+37 |
* | Reorder the default man sections. | joerg | 1997-02-09 | 1 | -1/+1 |
* | Check return value from system() function. | wosch | 1997-02-08 | 1 | -0/+10 |
* | Correct the recommended option for "find" from "-depth" to "-d". | jdp | 1997-02-08 | 1 | -1/+1 |
* | Don't force postscript output when "man -t" is specified. | mpp | 1997-02-05 | 1 | -1/+1 |
* | Fix a bug involving alias (N_INDR) symbols. When building a shared | jdp | 1997-02-01 | 1 | -2/+8 |
* | Use xmalloc instead of malloc in two places, so that out-of-memory | jdp | 1997-01-24 | 2 | -2/+2 |
* | Remove incorrect use of double-negative since it means the same thing | jkh | 1997-01-21 | 1 | -2/+2 |
* | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | jdp | 1997-01-17 | 2 | -1/+36 |
* | Add back the description of the "-v" option. It seems to have been | jdp | 1997-01-17 | 1 | -0/+4 |
* | Go on one of my periodic rampages through this code, trying to make | jkh | 1997-01-17 | 4 | -157/+189 |
* | Remove -lmalloc; it's no longer relevant. | jkh | 1997-01-17 | 2 | -2/+2 |
* | Simplify using SRCDIR | ache | 1997-01-16 | 1 | -3/+1 |
* | Use SRCDIR instead of PATH | ache | 1997-01-16 | 1 | -1/+1 |
* | Simplify using SRCDIR | ache | 1997-01-16 | 1 | -5/+1 |
* | Use SRCDIR instead of PATH | ache | 1997-01-16 | 1 | -1/+1 |
* | Simplify it using SRCDIR | ache | 1997-01-16 | 1 | -5/+3 |
* | Remove mmalloc since we're now using phkmalloc. This is made possible | gj | 1997-01-15 | 19 | -3044/+0 |
* | Changes required in directory libiberty to make gdb from the sources in | gj | 1997-01-15 | 20 | -7316/+20 |
* | The files in gdb/elf are now grabbed from /usr/src/contrib/gdb/include/elf. | gj | 1997-01-15 | 4 | -905/+0 |
* | The files in gdb/coff are now grabbed from /usr/src/contrib/gdb/coff. | gj | 1997-01-15 | 5 | -1785/+0 |
* | The files in gdb/aout are now grabbed from /usr/src/contrib/gdb/aout. | gj | 1997-01-15 | 8 | -1094/+0 |