aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add more segment registers to list of registers (fake for %fs and %gs).Bruce Evans1994-12-312-38/+32
* Fix declaration of i386_float_info().Bruce Evans1994-12-312-2/+2
* Restore our local changes which were clobbered by the previous commit.Bruce Evans1994-12-311-1/+2
* Hide yet another redefinition of PAGE_SIZE. Cosmetic.Bruce Evans1994-12-311-1/+1
* Restore our (cosmetic) local changes which were clobbered by the previousBruce Evans1994-12-311-0/+2
* Bring in the files added by Gary Jennejohn's gdb update.Jordan K. Hubbard1994-12-3032-0/+27183
* Hurrah! Let the champagne flow, the olive oil barrel be opened andJordan K. Hubbard1994-12-30175-18636/+26248
* Install also a gcc.1 manual page as a link from cc.1, as long asAndreas Schulz1994-12-261-1/+2
* New file from pk to aid new in developing the shlib code for newNate Williams1994-12-231-0/+192
* Updated version of gas which allows for link-time error reporting ifNate Williams1994-12-2327-2242/+3192
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-12-2318-411/+579
* Changed a SORT 1L to a SORT 1.Andreas Schulz1994-12-111-1/+1
* Changed one occurrence of LD 8 to LD 1 and the OS FreeBSD 1.1 to FreeBSD 2.0.Andreas Schulz1994-12-112-6/+6
* Added "cpuid" opcode.Sean Eric Fagan1994-12-111-1/+4
* Throw out the abort call, the reasoning seems to be false :-).Andreas Schulz1994-12-032-4/+4
* Add the files y.tab.h and a2p.c that get automatically generated toAndreas Schulz1994-11-281-0/+1
* Add the automatically generated files: y.tab.h c-exp.tab.c ch-exp.tab.c andAndreas Schulz1994-11-282-0/+2
* Remove /usr/gnu from mandatory manpath.Jordan K. Hubbard1994-11-221-2/+0
* From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM>Jordan K. Hubbard1994-11-181-0/+1
* Update with new autosizing code, use -1 -1 nowAndrey A. Chernov1994-11-166-11/+11
* Added NO_IMPLICIT_C as our header files in standard locations are eitherL Jonas Olsson1994-11-161-0/+3
* Integrated GCC-2.6.1 -> GCC-2.6.2 changes.Poul-Henning Kamp1994-11-1524-115/+156
* Clean up some foreign makefiles a bit, attempting to handle .sh filesBruce Evans1994-11-142-16/+30
* Include <sys/types.h> early. This will be required when <stdio.h> and/orBruce Evans1994-11-141-0/+2
* address @freefall.cdrom.com -> @freebsd.orgPoul-Henning Kamp1994-11-101-1/+1
* Enabled build/install of kgdb.David Greenman1994-11-071-2/+2
* As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1.Poul-Henning Kamp1994-11-073-6/+6
* Restore my fixes to 2.6.0. The changes should not affect anything exceptBruce Evans1994-11-063-24/+37
* Explicitly tell cpp where to look for include files.Poul-Henning Kamp1994-11-041-2/+0
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-043-6/+6
* Correct my hosing...:(Gary Clark II1994-11-033-3/+3
* Bump the version-number of the "shared-gcc-internals" library. Will onlyPoul-Henning Kamp1994-11-031-2/+2
* Change libs to install in /usr/lib/perlGary Clark II1994-11-031-1/+1
* Change libs to /usr/lib/perlGary Clark II1994-11-031-1/+1
* Install libs into /usr/lib/perl. The discussion we had did not come toGary Clark II1994-11-031-1/+1
* Remove obsolete __386BSD__ predefine.Jordan K. Hubbard1994-11-031-1/+1
* ----------------------------------Poul-Henning Kamp1994-11-0392-9945/+15824
* Put a real man page in for cpp(1)... it needs to be converted to the mandocPaul Traina1994-11-021-1/+674
* Enhance inputbox to pass initial prompt (optional)Andrey A. Chernov1994-11-022-3/+7
* Link g++ -> c++, like I did with gcc -> cc. This is evil, but it'sJordan K. Hubbard1994-11-011-1/+2
* Add LINKS to get gcc back.Jordan K. Hubbard1994-11-011-1/+3
* Test test test! sigh!Paul Traina1994-10-298-233/+29
* prgbox example addedAndrey A. Chernov1994-10-281-0/+12
* Add --prgbox option to test new prgbox() functionAndrey A. Chernov1994-10-282-2/+18
* Convince Perl to that is is part of the system, as /usr/bin/perl (binary)Garrett Wollman1994-10-278-15/+21
* Repair the damage done by whomever blew the last commit. Now itJordan K. Hubbard1994-10-261-1/+1
* Move dialog_update() to another place, because it is now in dialog_clear()Andrey A. Chernov1994-10-251-24/+16
* Add perl.Bruce Evans1994-10-251-2/+2
* Added f77 program. This is a modified version of the c++ program.L Jonas Olsson1994-10-253-2/+554
* Added FORTRAN rule.L Jonas Olsson1994-10-251-0/+29