summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2003-10-15reverse the comment on binutils gas/ld as that's what it is nowMichael Shalayeff
2003-10-11Bye bye GNU bc/dc.Otto Moerbeek
ok deraadt@
2003-10-03missing -h support; jeffi@rcn.comTheo de Raadt
2003-10-01Don't use the contents of ~/.signature for the Organization field.Todd C. Miller
Closes PR 3499; deraadt@ OK
2003-09-26Disable bc (and dc).Otto Moerbeek
ok deraadt@
2003-09-25Free buffer and set it to NULL on error lest it be used.Todd C. Miller
Fixes a crash when MALLOC_OPTIONS includes 'J' found by david@.
2003-09-20powerpc ld.so has a slightly unreasonable expectation about __got_startDale Rahn
and the location of the GOT. reorder GOT and the CTOR/DTOR section.
2003-09-19Make CTORS/DTORS non-writeable in dynamic binaries. ok deraadt@Dale Rahn
2003-09-18- missing .ElJason McIntyre
- new sentence, new line - kill whitespace at EOL - OpenBSD -> .Ox - add $OpenBSD$
2003-09-09pass the -a flag to grep so that it doesn't treat some info files as binaryDavid Krause
ok deraadt@
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-12Stop the madness, though shalt not pass FD_SETSIZE as the first param toTodd C. Miller
select(2) needlessly. deraadt@ OK
2003-08-10link File::Basename to basename, dirname, fileparseMarc Espie
ok millert@ `as long as basename(3) still points to the C routine'
2003-08-09Perl hints to use -O1 on mvme88k now; ok millert@Miod Vallat
2003-08-06backport a fix from current gdb to fix a crash when using set enumTed Unangst
without an argument. problem reported by adrian at coresecurity.com ok millert@
2003-08-03gnu gzip dir is now bye byeTheo de Raadt
2003-08-01A working gcc 2.95/m88k compiler, for some low standard value of working.Miod Vallat
Configuration settings mostly borrowed from the former gcc 2.8 configuration. A few typos and fixes backported from gcc 3.3, and a hell lot of fixes from my fingertips. This is enough to yield a compiler which will produce correct code at -O0. Optimization is slightly broken for some constructs, and more fixes are in the pipeline. ok deraadt@
2003-08-01Back out threads setting inadvertently added in last commit.Todd C. Miller
2003-07-31We no longer use GNU diffutils; don't tell rcs we do...Todd C. Miller
2003-07-31Bye bye GNU gzexe(1).Otto Moerbeek
ok deraadt@
2003-07-30shine a bit moreTheo de Raadt
2003-07-30hppa no longer needs -O0 to build toke.c; from miod@ and OK mickey@Todd C. Miller
2003-07-30gnu diff goes bye byeTheo de Raadt
2003-07-29Bye bye GNU zforce(1), welcome BSD zforce(1).Otto Moerbeek
2003-07-23perl 5.8.2 from CPANTodd C. Miller
2003-07-23Update CGI module to version 2.98; fixes a cross-site scripting bugTodd C. Miller
2003-07-22switch to our own diff/diff3 (sdiff goes bye bye)Theo de Raadt
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-07-20No need to link with -lasn1 or -lcom_err anymore.Todd C. Miller
2003-07-20Document -Z flag for ld, produce old style 'standard' executables'. ok deraadt@Dale Rahn
2003-07-12remove zdiff now that compress has its ownTodd C. Miller
2003-06-26Use libc getopt_long; missed when I changed diff's main MakefileTodd C. Miller
a while ago.
2003-06-24Pull in change 17805 by hv@hv-crypt.org on 2002/08/29 13:49:04Todd C. Miller
Fix based on: Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx) From: "esm@pobox.com (via RT)" <perlbug@perl.org> Date: 27 Aug 2002 22:10:16 -0000 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
2003-06-23this zmore no longer usedTheo de Raadt
2003-06-22bye bye grep (gzip remains for a few scripts)Theo de Raadt
2003-06-22use in-tree grep. it also does z*grepTheo de Raadt
2003-06-22bye bye gnu gzip. The only parts we keep using are the scripts ofTheo de Raadt
questionable license. These will be rewritten soon I hope. Our compress, linked against libz, now does everything gzip does.
2003-06-10Install rcs2log, not a symlink to ../share/cvs/contrib/rcs2logTodd C. Miller
Fix from SUZUKI Hitoshi; closes PR 3298
2003-06-032 termsMarc Espie
2003-06-02somehow duplicate lines had gotten in thereMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2003-05-17no need for O0 on hppa anymoreMichael Shalayeff
2003-05-16syncHans Insulander
2003-05-16Don't link with -lkrb -lkafs.Hans Insulander
ok jakob@
2003-05-12Disable krb4 support in preparation for krb4 removal.Magnus Holmberg
ok jakob@, hin@
2003-05-08multiple readlink() calls that forgot the -1...Vincent Labrecque
ok millert
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd C. Miller
and then, if that was not big enough, map the rest of it contiguously. However, there is no guarantee that the address space after the first mmap has not already been used by something else. Instead, just fstat the file and map up to st_size. Also reorganized the code a tad and added some sanity checks for st_size. Problem tracked down by dhartmei@ and mickey@; drahn@ OK.
2003-05-07fix a memleakVincent Labrecque
ok deraadt
2003-05-07Re-include a patch missed in the recent upgrade:Anil Madhavapeddy
When passive FTP fails, switch to active FTP and try again Submitted by Andrew Basterfield <bob@cemetery.homeunix.org>