Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-08-12 | Use system zlib if present and of recent enough vintage | Thorsten Lockert | |
1998-08-11 | RCS Id I have had lying around. | Niklas Hallqvist | |
1998-08-11 | 4 more instructions; some registers needed, but numbers are ok anyway | Michael Shalayeff | |
1998-08-08 | undo last commit, very broken | Jason Downs | |
1998-08-07 | powerpc supports gdb mmalloc and readline. | Dale S. Rahn | |
1998-08-07 | Build gdb for power now. yea. | Dale S. Rahn | |
1998-08-07 | Support pieces for gdb to work on the powerpc port. | Dale S. Rahn | |
1998-08-07 | GDB 6.3 (excluding .info files) | Dale S. Rahn | |
1998-08-07 | Do not build the libiberty version of vasprintf, use the version that is | Dale S. Rahn | |
in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing. | |||
1998-08-05 | setuid/setgid caveats; form | Theo de Raadt | |
1998-08-04 | Use MACHINE_ARCH, not MACHINE when installing .ph files; pefo@opsycon.se | Todd C. Miller | |
1998-07-22 | add a section about LD_PRELOAD; noted as missing by form@pppvs.itam.nsc.ru | Theo de Raadt | |
1998-07-15 | execute fix-libmath_h via sh since execute bit is not set with ctm; espie@ | Todd C. Miller | |
1998-07-13 | Integrate local changes | Thorsten Lockert | |
1998-07-13 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1998-07-13 | Latest version from Cyclic | Thorsten Lockert | |
1998-07-06 | alpha work again | Theo de Raadt | |
1998-07-06 | fix this mess; XXX need new cygnus version | Theo de Raadt | |
1998-07-05 | fix | Todd T. Fries | |
1998-07-05 | don't try and rebuild things via GNU automake | Todd C. Miller | |
1998-07-05 | Kill extra man page build as well. | Jason Downs | |
1998-07-05 | use correct directory for h2ph -d | Todd C. Miller | |
1998-07-05 | run h2ph with -d ${DESTDIR} | Todd C. Miller | |
1998-07-05 | Set CFLAGS for configure. | Jason Downs | |
1998-07-04 | fid the reloc bug | Michael Shalayeff | |
1998-07-03 | Fix assembly of cmov* instructions. This instruction does not have the W bit | Tobias Weingartner | |
to specify operand size (use a prefix instead). Tested by mickey, me, and hopefully others along the way. The same fix seems to exist in freebsd as well. |