Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-11 | Upgrade to 3.12, merge with OpenBSD changes. | Marc Espie | |
1999-01-11 | Import of FSF texinfo 3.12. This version creates empty info-dirs correctly. | Marc Espie | |
1999-01-09 | gprof heads the same set of conditions as gas&friends. | Marc Espie | |
1999-01-08 | We don't need, nor support | Marc Espie | |
#pragma weak/#pragma pack That's just compatibility with native svr4 that was brought in by cut & paste. | |||
1998-12-31 | keep 'perl -T -P' from dumping core | Todd C. Miller | |
1998-12-23 | Plain forgot to remove that one. | Marc Espie | |
1998-12-23 | Kill files that reference config/xm-openbsd.h, these are no longer | Marc Espie | |
used, since they would make an error. Kill xm-powerpc.h along: it's actually a less advanced version of xm-rs6000.h. Keep ns32k/xm-openbsd.h around, as it used to do something non trivial. pa/xm-openbsd.h is actually still in use, so don't touch it. | |||
1998-12-23 | 2.7.2 -> 2.8.1 | Marc Espie | |
these don't do anything but hard-coding vprintf and strerror, but configure now checks for that too... | |||
1998-12-23 | 2.7.2 -> 2.8.1 | Marc Espie | |
renamed. last independent config file done. I still have *bsd config files to check thru. | |||
1998-12-23 | 2.7.2 -> 2.8.1 | Marc Espie | |
WARNING: these were in 2.7.2, they are no longer in 2.8.1, but apart from aix41ppc.h, I couldn't find a trace of removal in the ChangeLog, so I don't know the reason of removal. | |||
1998-12-23 | 2.7.2 -> 2.8.1: new features of configure made these obsolete | Marc Espie | |
1998-12-23 | 2.7.2 -> 2.8.1: old i386 & m68k, nextstep renaming. | Marc Espie | |
1998-12-23 | 2.7.2 -> 2.8.1: renamed i370 files, i860 files no longer needed. | Marc Espie | |
This completes config arches that are not related to OpenBSD. | |||
1998-12-23 | 2.7.2 -> 2.8.1: remaining alpha files, convex submodel muck-up. | Marc Espie | |
1998-12-23 | 2.7.2 -> 2.8.1 cruft: | Marc Espie | |
- a29k-udi.h was renamed - gdb frag files instead of whole new configs. | |||
1998-12-23 | 2.7.2 -> 2.8.1 cruft. Takes care of remaining files, except | Marc Espie | |
config and fortran. g++.c: is now generated automatically edsel.c: obsolete gc.c: part of rtti | |||
1998-12-23 | 2.7.2 -> 2.8.1 cruft: unneeded texi output, obsolete/folded back to g++FAQ | Marc Espie | |
files, renamed file. | |||
1998-12-23 | 2.7.2 -> 2.8.1 cruft: obvious old files, moved objc parts. | Marc Espie | |
1998-12-21 | Steal commit from d: forgetting to update comments is a bad idea. | Marc Espie | |
Also, remove some pomposity. | |||
1998-12-21 | cheaper select() call | Theo de Raadt | |
1998-12-18 | pr is @ /usr/bin not /bin. Noted by Corey Brenner <coreybrenner@hotmail.com> | Todd T. Fries | |
1998-12-07 | fd leak; oops | Todd C. Miller | |
1998-12-06 | Fix a minor 64 bit constant synth. bug | Per Fogelstrom | |
1998-12-05 | NOMAN fixes | kstailey | |
1998-11-25 | fix comment | kstailey | |
1998-11-22 | oops | Theo de Raadt | |
1998-11-21 | missed this in previous commit | Todd C. Miller | |
1998-11-21 | sudo 1.5.7 | Todd C. Miller | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-11-17 | Move perl install to be after binutils since binutils installs some headers ↵ | Todd C. Miller | |
that we may want to convert with h2ph | |||
1998-11-16 | simple fixes for buffer overflows in telnet:// tn3270:// and rlogin:// and a ↵ | Artur Grabowski | |
fix for stupid handling of username for rlogin:// (which is passed to system()...) | |||
1998-11-16 | Fix `L2-L1' expression evaluation botch; from NetBSD. | Jason Wright | |
1998-11-14 | add xref to deroff, fix deroff so apropos will work. | Marc Espie | |
1998-11-13 | update to sudo 1.5.6p6 | Todd C. Miller | |
1998-11-01 | mvme88k changes. Fixed killer bug in xcr instruction. | Steve Murphree | |
1998-10-28 | mkdtemp a directory where Lynx puts all it's temporary files. | Artur Grabowski | |
Fixing creation of all temp files would involve rewriting Lynx. | |||
1998-10-19 | Use env to set the PATH since we run configure in a subshell | Todd C. Miller | |
1998-10-18 | set PATH before running configure since we can't rely on the user's path ↵ | Todd C. Miller | |
being sane | |||
1998-09-19 | xsubpp.cat1 ended up in two places in DESTDIR | Theo de Raadt | |
1998-09-17 | get version from version.h for long message | Todd C. Miller | |
1998-09-15 | sudo 1.5.6 | Todd C. Miller | |
1998-09-06 | handle ^C in traditional fashion | kstailey | |
1998-09-03 | Thu Sep 3 08:49:50 1998 Niklas Hallqvist <niklas@appli.se> | Niklas Hallqvist | |
* function.c (purge_addressof_1): Wrap SUBREG with STRICT_LOW_PART as to not clobber live parts of the pseudo. | |||
1998-08-28 | set RTLD_DL flag before refcount++ returns; michaels@inet.no | Theo de Raadt | |
1998-08-28 | clean in bcwrap | kstailey | |
1998-08-24 | support GLOBAL_AUTOCONF_CACHE | kstailey | |
1998-08-22 | Integrate local changes | Thorsten Lockert | |
1998-08-22 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1998-08-22 | Latest version from Cyclic | Thorsten Lockert | |
1998-08-22 | Latest version from Cyclic | Thorsten Lockert | |