Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-13 | This isn't a linux distribution. | Jason Downs | |
1997-03-13 | No dynamic loading on vax. -moj | Mats O Jansson | |
1997-03-11 | Do not build GNU cpio | Thorsten Lockert | |
1997-03-08 | add deroff to SUBDIRS | kstailey | |
1997-03-08 | Debian 1.0 deroff | kstailey | |
1997-03-02 | set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy. | Todd C. Miller | |
1997-02-24 | Remove configuration name. | Jason Downs | |
1997-02-21 | Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around. | Todd C. Miller | |
1997-02-21 | FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com): | Todd C. Miller | |
Don't pass getdtablesize() as first arg to select(2). No need to do this since we only select on one fd--use (fd+1) as nfds. This fixes the problem with fdesc as well (though that is really an fdesc bug). Fix will be in sudo 1.5.4. | |||
1997-02-21 | ld(1) now works; link shared library against -lcurses again | Thorsten Lockert | |
1997-02-21 | Get symbol counts right when counting weak symbols in shared libraries as | Thorsten Lockert | |
shared objects are being built. | |||
1997-02-21 | Fix a const poisoning warning | Thorsten Lockert | |
1997-02-21 | Integrate local changes | Thorsten Lockert | |
1997-02-21 | Missed files from new release from Cyclic Software | Thorsten Lockert | |
1997-02-21 | New release from Cyclic Software | Thorsten Lockert | |
1997-02-19 | f77 0.5.19.1. | Jason Downs | |
1997-02-18 | Gdb does not work on powerpc yet, do not configure or build it. | Dale S. Rahn | |
1997-02-18 | Ignore SIGINT | Thorsten Lockert | |
1997-02-17 | __NetBSD__ is going away from our gcc specs | Niklas Hallqvist | |
1997-02-17 | __NetBSD__ is going away from our gcc specs | Niklas Hallqvist | |
1997-02-17 | __NetBSD__ is going away from our gcc specs | Niklas Hallqvist | |
1997-02-17 | __NetBSD__ is going away from our gcc specs | Niklas Hallqvist | |
1997-02-17 | __NetBSD__ is going away from our gcc specs | Niklas Hallqvist | |
1997-02-17 | __NetBSD__ is going away from our gcc specs | Niklas Hallqvist | |
1997-02-12 | Don't space text/data in shared libs by 256Mb. ld.so can't handle it with | Per Fogelstrom | |
the shm sizing method it uses for the moment, so loading many shlibs effectively makes a proram run out of VM. | |||
1997-02-12 | gcc's use of /tmp files is raceable (as pointed out to me many months ago | Theo de Raadt | |
by davem@iss.net). however this code is hard to fix. for the moment make the race harder by calling mktemp with a lot of XXXXX's | |||
1997-02-07 | These changes are not complete, This does not deal with cores correctly yet. | Dale S. Rahn | |
This checkin is an attempt to make the powerpc port have a clean build. | |||
1997-02-07 | GDB 6.3 (excluding .info files) | Dale S. Rahn | |
1997-02-07 | Know how to build gdb for powerpc, it doesn't work yet, but this causes | Dale S. Rahn | |
binutils to fail to configure the first time round. | |||
1997-02-07 | no, this does not work yet either | Theo de Raadt | |
1997-02-06 | cd into gcc/f before building g77.info to avoid picking up on the wrong | kstailey | |
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.) | |||
1997-02-03 | back out prev. change since it breaks obj@ symlinks | kstailey | |
1997-02-03 | also build uucp on the alpha | Thomas Graichen | |
1997-02-02 | do not include wrong version of install.texi | kstailey | |
1997-02-02 | correct arch check, do not drop of non-void function; ↵ | Theo de Raadt | |
yasufu-i@is.aist-nara.ac.jp | |||
1997-02-02 | add gdb for alpha & mips and simplify it a bit | Thomas Graichen | |
1997-02-02 | add OpenBSD/alpha support to gdb (taken from cgd's cygnus binutils | Thomas Graichen | |
snapshots for NetBSD/alpha and adapted to compile with our binutils) i've just tested it roughly - but it should work and is at least a start | |||
1997-01-28 | do not call err/errx with extra newlines | Theo de Raadt | |
1997-01-27 | define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-moj | Mats O Jansson | |
1997-01-26 | Add missing documentation; build and install it. | Jason Downs | |
1997-01-26 | cpio 2.4.2, including texinfo file. supports lchown(). | Jason Downs | |
1997-01-26 | change constant handling with @l. | Dale S. Rahn | |
if the expected argument to the opcode is unsigned, return (val & 0xffff) if the expected argument to the occode is signed, sign extend the 16 bit value short = val; val = (int) short; | |||
1997-01-25 | MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem. | imp | |
1997-01-24 | arc/pmax -> mips | Theo de Raadt | |
1997-01-24 | not netbsd | Theo de Raadt | |
1997-01-24 | netbsd? nope.. | Theo de Raadt | |
1997-01-24 | missing */ | Theo de Raadt | |
1997-01-23 | perl mktemp race; fix mailed to larry | Theo de Raadt | |
1997-01-22 | Add rudimentary config files for architectures that still use the old gdb | Niklas Hallqvist | |
1997-01-22 | GDB 6.1 (excluding .info files) | Niklas Hallqvist | |