| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable one of my extensions (function profiler epilogues) that | bde | 1994-09-02 | 1 | -0/+2 |
* | Use gnumalloc to help reduce memory consumption. | dg | 1994-08-29 | 3 | -7/+7 |
* | Added misc category | paul | 1994-08-29 | 1 | -3/+4 |
* | Fix some bad spacing in send-pr.sh that stopped mail working, | paul | 1994-08-29 | 2 | -6/+6 |
* | Set up the problem categories. | paul | 1994-08-29 | 1 | -1/+5 |
* | Added send-pr for sending in bug reports. | paul | 1994-08-29 | 10 | -0/+4292 |
* | Add dependencies on libraries to DPADD. Someday this should be done | bde | 1994-08-28 | 8 | -14/+19 |
* | Use standard clean, cleandir and obj targets. | bde | 1994-08-28 | 2 | -19/+13 |
* | Remove stale clone of obj target. | bde | 1994-08-28 | 1 | -13/+0 |
* | Add dependencies on libraries to DPADD. | bde | 1994-08-28 | 2 | -14/+8 |
* | Centralize declarations of library names. | bde | 1994-08-28 | 1 | -0/+8 |
* | Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. | bde | 1994-08-28 | 1 | -5/+5 |
* | We do have <dirent.h>, and it was harmful to pretend that we don't. | bde | 1994-08-28 | 1 | -1/+1 |
* | Install ld.so immutable. | wollman | 1994-08-26 | 1 | -1/+2 |
* | Fixed Makefile for make depend some more. The .depend target was not | bde | 1994-08-25 | 1 | -3/+3 |
* | Changed cc26 to cc | paul | 1994-08-24 | 1 | -2/+2 |
* | From: Tom Pavel <PAVEL@SLAC.Stanford.EDU> | jkh | 1994-08-24 | 1 | -1/+2 |
* | Fixed up everything so that the version of gcc that we install from the | paul | 1994-08-23 | 2 | -6/+1 |
* | Added -f to rm so install doesn't abort if the file doesn't exist. | paul | 1994-08-20 | 1 | -1/+1 |
* | Don't explicitly define __FreeBSD__ - this is no longer necessary. | dg | 1994-08-19 | 1 | -2/+2 |
* | Define __FreeBSD__ to be 2. | wollman | 1994-08-10 | 1 | -1/+1 |
* | Nuke GNU pr. | jkh | 1994-08-10 | 1 | -2/+2 |
* | Punt duplicate declaration of sys_errlist[]. | jkh | 1994-08-09 | 1 | -1/+0 |
* | Delete two redundant declarations of _exit() and exit(). | jkh | 1994-08-09 | 1 | -3/+1 |
* | Remove kgdb for now until we figure out what our gdb strategy is going | jkh | 1994-08-09 | 1 | -2/+2 |
* | Remove redundant (and conflicting) definition of sys_errlist. | jkh | 1994-08-09 | 1 | -1/+0 |
* | New 2.0 specific changes. | jkh | 1994-08-08 | 1 | -0/+5 |
* | Make uucp compile again in 2.0. A little perturbed about the comment | jkh | 1994-08-08 | 1 | -3/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r1935, | phk | 1994-08-08 | 185 | -0/+40372 |
|\ |
|
| * | I belive this should be makeable under 2.0. There may be outstanding | phk | 1994-08-08 | 185 | -0/+40372 |
* | | This commit was generated by cvs2svn to compensate for changes in r1933, | phk | 1994-08-08 | 4 | -1/+5468 |
|\ \
| |/ |
|
| * | This gcc-2.6.0 should work with 2.0 | phk | 1994-08-08 | 4 | -1/+5468 |
* | | Added -Dbsd4_4, this should close the problem with sys_errlist. | phk | 1994-08-08 | 1 | -0/+1 |
* | | gcc260.patch: | phk | 1994-08-08 | 6 | -54/+661 |
* | | cc -> cc26 (until Poul-Henning decides how he wants this to look). | jkh | 1994-08-07 | 1 | -2/+2 |
* | | Remove libg++ until we have a working one again. | jkh | 1994-08-07 | 1 | -2/+2 |
* | | Regenerate conf.h with configure script from original package. | wollman | 1994-08-05 | 1 | -8/+9 |
* | | Need -lcompat to link under 2.0. | wollman | 1994-08-05 | 2 | -2/+2 |
* | | Bump shared-library version numbers. | wollman | 1994-08-05 | 1 | -3/+3 |
* | | Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to get | wollman | 1994-08-05 | 1 | -1/+1 |
* | | Use __GNU_P not __P. | wollman | 1994-08-04 | 1 | -5/+5 |
* | | Use __GNU_P ratherthan __P. | wollman | 1994-08-04 | 1 | -25/+25 |
* | | This commit was generated by cvs2svn to compensate for changes in r1823, | phk | 1994-08-02 | 171 | -0/+307568 |
|\ \
| |/ |
|
| * | Here comes the right import of gcc-2.6.0. | phk | 1994-08-02 | 171 | -0/+307568 |
* | | Here comes the right import of gcc-2.6.0. | phk | 1994-08-02 | 2 | -0/+58 |
* | | This commit was generated by cvs2svn to compensate for changes in r1814, | phk | 1994-08-02 | 5 | -0/+1049 |
|\ \ |
|
| * | | This is the tcl-scripts which will convert gcc-2.6.0 to bmake form, | phk | 1994-08-02 | 5 | -0/+1049 |
| / |
|
* | | Add Chris Demetriou's --unlink changes. | jkh | 1994-06-28 | 3 | -0/+40 |
* | | Fix serious off by one error for FreeBSD keyword, this has been driving | rgrimes | 1994-06-22 | 1 | -3/+8 |
* | | Remove reference to the ld.so man page - ain't no such animal. | jkh | 1994-06-17 | 1 | -1/+0 |