summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
1996-07-17Need to have "HAVE_UNISTD_H" defined to get the prototype for read(),michaels
otherwise "~/.inputrc" will not be read by gdb. Added prototypes to the declaration of xmalloc() and xrealloc(), included "ansidecl.h". Since we now actually read ~/.inputrc we should also correcly allocate memory for the buffer.
1996-07-16alpha/mips == binutils; others == gas/ldTheo de Raadt
1996-07-16Mips uses gnu binutilsPer Fogelstrom
1996-07-15A couple of more fixes. -static *IS* static...Per Fogelstrom
1996-07-14Change "pica" config to "arc" as pica is superseded by arc.Per Fogelstrom
1996-07-14Fixes to make MIPS arc port to use in tree binutils.Per Fogelstrom
1996-07-04GNU awk no longer usedThorsten Lockert
1996-07-02Make the user fill in the releaseThorsten Lockert
1996-06-29Use tar(1) emulation as provided by pax(1)Thorsten Lockert
1996-06-28fix usage message; netbsd pr#2580; jhawk@mit.eduTheo de Raadt
1996-06-28Try a bit harder to get the user's default organizationThorsten Lockert
1996-06-27We now support bug reports using a modified version of send-pr(1) thatThorsten Lockert
will not interfere with a possible local installation of GNATS
1996-06-27We now support bug reports using a modified version of send-pr(1) thatThorsten Lockert
will not interfere with a possible local installation of GNATS
1996-06-20GNU bc 1.05aTheo de Raadt
1996-06-20bc is a wrapper that runs gnubc on a pipe. bc is non-interactive gnubc, ↵Theo de Raadt
basically
1996-06-20GPL requires us to show copyright message if run interactiveTheo de Raadt
1996-06-1768060 support == 68040 supportTheo de Raadt
1996-06-17from netbsd; md_parse_arg: `-K' implies `-k'Theo de Raadt
1996-06-17from netbsd; Change the segment mov constraint to WordReg|WordMem, toTheo de Raadt
disallow 8-bit memory access, and enable a (somewhat) common register usage.
1996-06-17align bss on machdep boundary in case something else failed toTheo de Raadt
1996-06-17netbsd pr#2415; jbernard@tater.Mines.EDU; document LD_LIBRARY_PATH and ↵Theo de Raadt
LD_NOSTD_PATH
1996-06-17from netbsdTheo de Raadt
1996-06-12s/__OpenBSD__/BSD/Theo de Raadt
1996-06-10Bring Cygnus versions into the trunk, keeping our local patchesNiklas Hallqvist
1996-06-09Resolve conflicts with 0609 Cygnus importNiklas Hallqvist
1996-06-09Import of binutils, gas, ld & gprof from Cygnus 960609 treeNiklas Hallqvist
1996-06-09Import of binutils, gas, ld & gprof from Cygnus 960609 treeNiklas Hallqvist
1996-06-08more careful umask handling, but does it fix the bug i have seen?Theo de Raadt
1996-06-07Resolved conflicts with latest Cygnus import and our local changesNiklas Hallqvist
1996-06-07(Correct) Import of Cygnus binutils snapshot taken 960607Niklas Hallqvist
1996-05-31on second thought, trash -Z option. LOCALID now comes from $RCSLOCALIDTheo de Raadt
1996-05-31retain -Z options to rcs commands even though they do not work (rcsTheo de Raadt
commands spawn children which do not inherit the -Z option...) but also look in the RCSLOCALID environment variable. cvs sets this to "OpenBSD", as read from the options file.
1996-05-30delay removing of Makefiles until AFTER they're used for the last timeNiklas Hallqvist
1996-05-30Clean some moreNiklas Hallqvist
1996-05-30who wrote this code? nonblocking pipe, select, and then not deal with aTheo de Raadt
read of zero? spin city. i think this deals properly with dead sockets.
1996-05-24server must parseopts() after getting RootTheo de Raadt
1996-05-23parseopts() may be called with CVSROOT still in client formTheo de Raadt
1996-05-20Checking out in dirs having the repository as its prefix was sometimesNiklas Hallqvist
wrongly thought as checking out into the repository. E.g. checking out in /cvs.g/hack/foo with CVSROOT set to /cvs was impossible.
1996-05-15Additions for Mips ELF shlib supportPer Fogelstrom
1996-05-12new extension: the $CVSROOT/CVSROOT/options file (if it exists) supports:Theo de Raadt
tag=-ZOpenBSD (passes -ZOpenBSD to co/ci) umask=002 (force a umask while cvs is running) dlimit=49152 (force a 48MB process data limit)
1996-05-12fix usage string.Michael Shalayeff
1996-05-10Z not LTheo de Raadt
1996-05-07rcs used gets(); netbsd pr#2287; from beal@umiacs.UMD.EDU, cleaned up by meTheo de Raadt
1996-05-07change -L option name to -Z, note that inMichael Shalayeff
co(1) manual, add -Z where were missed.
1996-05-07fix comments s/$Id$/Id/, and usage string.Michael Shalayeff
1996-05-06cvsinit.8 no longer existThorsten Lockert
1996-05-06Integrate local changes to CVS; remove files no longer part of the CVSThorsten Lockert
distribution
1996-05-06Files missed by previous importThorsten Lockert
1996-05-06New CVS release from Cyclic SoftwareThorsten Lockert
1996-05-06gdb -k did not call kvm_open() with correct pathname; netbsd pr#2375; from ↵Theo de Raadt
mhitch@gemini.oscs.montana.edu