| Commit message (Expand) | Author | Age | Files | Lines |
* | I have a long list of issues to address here, mostly related to | jb | 1998-05-05 | 1 | -6/+4 |
* | Remove leading underscores for the functions (weak symbols here) that | jb | 1998-05-05 | 1 | -4/+7 |
* | The __set_ospeed() function is coded against the speed_t type declared | jb | 1998-05-05 | 2 | -3/+3 |
* | Change a couple of long types to int to match NetBSD so that termios | jb | 1998-05-05 | 1 | -3/+3 |
* | Treat the lock value as volatile. | jb | 1998-05-05 | 3 | -6/+6 |
* | In a threaded library, expect the lock field to be declared volatile, | jb | 1998-05-05 | 1 | -5/+5 |
* | Add variables for the ntpdate and xntpd program, you might want | andreas | 1998-05-05 | 8 | -22/+24 |
* | Fix the search sequence for keymaps. | des | 1998-05-05 | 1 | -3/+3 |
* | Fix the 4-8G LBA geometry it was wrong. | sos | 1998-05-05 | 1 | -2/+7 |
* | Include pc98.h instead of isa.h when PC98 is defined. | kato | 1998-05-05 | 1 | -1/+5 |
* | Deleted unused item. | kato | 1998-05-05 | 2 | -4/+2 |
* | Don't generate y.tab.h, since it is not used. | bde | 1998-05-05 | 1 | -1/+2 |
* | Added y.tab.h to SRCS. This should have been used to get dependencies | bde | 1998-05-05 | 6 | -9/+10 |
* | Put y.tab.h back in SRCS. This used to be the best way to get | bde | 1998-05-05 | 1 | -1/+2 |
* | Fix the path. | jb | 1998-05-05 | 1 | -2/+2 |
* | Specify an absolute include path. | jb | 1998-05-05 | 4 | -20/+8 |
* | One of those silently included files that just about guarantee that | jb | 1998-05-05 | 1 | -0/+4 |
* | The BINDIR definition is an extra directory level away, so include it | jb | 1998-05-05 | 4 | -4/+16 |
* | Oops, missed the common part of gas. | jb | 1998-05-05 | 1 | -0/+23 |
* | Gas build for i386 requires env as a build tool. | jb | 1998-05-05 | 1 | -1/+2 |
* | Backed out previous commit. It was tested, but not for the case where | bde | 1998-05-05 | 2 | -7/+13 |
* | Add a message about editing /etc/group to the beginning of the build. | jb | 1998-05-05 | 1 | -1/+5 |
* | Backed out previous change. Generating vgaio.h from vgaio.y clobbered | bde | 1998-05-05 | 1 | -1/+2 |
* | Add usage() and rcsid. Getopt() returns -1 not EOF. Remove unused #includes. | charnier | 1998-05-05 | 2 | -22/+38 |
* | Add usage() and rcsid. Remove unused #include. -Wall. | charnier | 1998-05-05 | 2 | -19/+27 |
* | Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used, | bde | 1998-05-05 | 1 | -1/+2 |
* | Oops, the symlink from y.tab.h doesn't work until its target exists. | bde | 1998-05-05 | 1 | -2/+2 |
* | Permit double digit year values to be used in the next millenium. | alex | 1998-05-05 | 1 | -1/+17 |
* | Replace _exit() with exit() | rnordier | 1998-05-05 | 1 | -2/+2 |
* | Fix typo. | rnordier | 1998-05-05 | 1 | -2/+2 |
* | Fix a few nits in quoted code fragments and elsewhere. | rnordier | 1998-05-04 | 1 | -5/+4 |
* | Make compatible with standard what command: | rnordier | 1998-05-04 | 2 | -27/+54 |
* | Support cross architectures by using specific directories instead of | jb | 1998-05-04 | 8 | -272/+0 |
* | i386 gas config files. | jb | 1998-05-04 | 10 | -0/+300 |
* | Alpha gas config files. | jb | 1998-05-04 | 10 | -0/+300 |
* | Support cross-architectures using sub-directories. | jb | 1998-05-04 | 2 | -13/+0 |
* | Add support for cross-architecture gases. Since the GNU code doesn't | jb | 1998-05-04 | 1 | -19/+6 |
* | BINDIR is now specified in a single place. There are no cross-architecture | jb | 1998-05-04 | 7 | -35/+0 |
* | Work out the list of emulations based on the cross-architectures | jb | 1998-05-04 | 1 | -3/+14 |
* | Add cross-architecture support. | jb | 1998-05-04 | 2 | -15/+20 |
* | BINDIR is now specified in a single place. There are no cross-architecture | jb | 1998-05-04 | 2 | -10/+0 |
* | BIDIR is now specified in a single place. There are no cross-architecture | jb | 1998-05-04 | 1 | -5/+0 |
* | Evaluate the TARGET from the architecture. We'll assume that FREEBSD | jb | 1998-05-04 | 1 | -2/+2 |
* | Remote i386 cross-architecture support. It's now configurable, and off | jb | 1998-05-04 | 1 | -3/+3 |
* | Add cross-architecture support. | jb | 1998-05-04 | 3 | -24/+34 |
* | Since the makefiles below binutils with the architecture extension | jb | 1998-05-04 | 1 | -1/+5 |
* | Add makefile support for cross-architectures. Allow CROSS_TOOLS to | jb | 1998-05-04 | 1 | -3/+7 |
* | Fixed races in `make -jN' using new yacc rules. | bde | 1998-05-04 | 10 | -39/+20 |
* | Simplified by using new lex rules. | bde | 1998-05-04 | 1 | -4/+2 |
* | Simplified by using new yacc rules. | bde | 1998-05-04 | 2 | -4/+1 |