Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-15 | reverse the comment on binutils gas/ld as that's what it is now | Michael Shalayeff | |
2003-10-11 | Bye bye GNU bc/dc. | Otto Moerbeek | |
ok deraadt@ | |||
2003-10-03 | missing -h support; jeffi@rcn.com | Theo de Raadt | |
2003-10-01 | Don't use the contents of ~/.signature for the Organization field. | Todd C. Miller | |
Closes PR 3499; deraadt@ OK | |||
2003-09-26 | Disable bc (and dc). | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-25 | Free 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-20 | powerpc ld.so has a slightly unreasonable expectation about __got_start | Dale Rahn | |
and the location of the GOT. reorder GOT and the CTOR/DTOR section. | |||
2003-09-19 | Make CTORS/DTORS non-writeable in dynamic binaries. ok deraadt@ | Dale Rahn | |
2003-09-18 | - missing .El | Jason McIntyre | |
- new sentence, new line - kill whitespace at EOL - OpenBSD -> .Ox - add $OpenBSD$ | |||
2003-09-09 | pass the -a flag to grep so that it doesn't treat some info files as binary | David Krause | |
ok deraadt@ | |||
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt | |
2003-08-12 | Stop the madness, though shalt not pass FD_SETSIZE as the first param to | Todd C. Miller | |
select(2) needlessly. deraadt@ OK | |||
2003-08-10 | link File::Basename to basename, dirname, fileparse | Marc Espie | |
ok millert@ `as long as basename(3) still points to the C routine' | |||
2003-08-09 | Perl hints to use -O1 on mvme88k now; ok millert@ | Miod Vallat | |
2003-08-06 | backport a fix from current gdb to fix a crash when using set enum | Ted Unangst | |
without an argument. problem reported by adrian at coresecurity.com ok millert@ | |||
2003-08-03 | gnu gzip dir is now bye bye | Theo de Raadt | |
2003-08-01 | A 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-01 | Back out threads setting inadvertently added in last commit. | Todd C. Miller | |
2003-07-31 | We no longer use GNU diffutils; don't tell rcs we do... | Todd C. Miller | |
2003-07-31 | Bye bye GNU gzexe(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-30 | shine a bit more | Theo de Raadt | |
2003-07-30 | hppa no longer needs -O0 to build toke.c; from miod@ and OK mickey@ | Todd C. Miller | |
2003-07-30 | gnu diff goes bye bye | Theo de Raadt | |
2003-07-29 | Bye bye GNU zforce(1), welcome BSD zforce(1). | Otto Moerbeek | |
2003-07-23 | perl 5.8.2 from CPAN | Todd C. Miller | |
2003-07-23 | Update CGI module to version 2.98; fixes a cross-site scripting bug | Todd C. Miller | |
2003-07-22 | switch to our own diff/diff3 (sdiff goes bye bye) | Theo de Raadt | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-07-20 | No need to link with -lasn1 or -lcom_err anymore. | Todd C. Miller | |
2003-07-20 | Document -Z flag for ld, produce old style 'standard' executables'. ok deraadt@ | Dale Rahn | |
2003-07-12 | remove zdiff now that compress has its own | Todd C. Miller | |
2003-06-26 | Use libc getopt_long; missed when I changed diff's main Makefile | Todd C. Miller | |
a while ago. | |||
2003-06-24 | Pull in change 17805 by hv@hv-crypt.org on 2002/08/29 13:49:04 | Todd 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-23 | this zmore no longer used | Theo de Raadt | |
2003-06-22 | bye bye grep (gzip remains for a few scripts) | Theo de Raadt | |
2003-06-22 | use in-tree grep. it also does z*grep | Theo de Raadt | |
2003-06-22 | bye bye gnu gzip. The only parts we keep using are the scripts of | Theo de Raadt | |
questionable license. These will be rewritten soon I hope. Our compress, linked against libz, now does everything gzip does. | |||
2003-06-10 | Install rcs2log, not a symlink to ../share/cvs/contrib/rcs2log | Todd C. Miller | |
Fix from SUZUKI Hitoshi; closes PR 3298 | |||
2003-06-03 | 2 terms | Marc Espie | |
2003-06-02 | somehow duplicate lines had gotten in there | Michael Shalayeff | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt | |
2003-05-17 | no need for O0 on hppa anymore | Michael Shalayeff | |
2003-05-16 | sync | Hans Insulander | |
2003-05-16 | Don't link with -lkrb -lkafs. | Hans Insulander | |
ok jakob@ | |||
2003-05-12 | Disable krb4 support in preparation for krb4 removal. | Magnus Holmberg | |
ok jakob@, hin@ | |||
2003-05-08 | multiple readlink() calls that forgot the -1... | Vincent Labrecque | |
ok millert | |||
2003-05-08 | Previously, ld.so would use a single page for mapping the hints file | Todd 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-07 | fix a memleak | Vincent Labrecque | |
ok deraadt | |||
2003-05-07 | Re-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> |