Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-19 | ignore out-of-range environment LINES and COLUMNS | Theo de Raadt | |
1998-11-19 | For issetugid case, only ignore $TERMCAP if it is a path | Todd C. Miller | |
1998-11-19 | add missing space | Todd C. Miller | |
1998-11-19 | For issetugid case, only ignore $TERMCAP if it is a path | Todd C. Miller | |
1998-11-19 | Correct $From | Todd C. Miller | |
1998-11-19 | Correct $From | Todd C. Miller | |
1998-11-18 | "foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/ssl | Niklas Hallqvist | |
and we won't be bothered by nameclashes with application headers | |||
1998-11-18 | check for negative numbers from strtol() | Theo de Raadt | |
1998-11-18 | negative change strtol() | Theo de Raadt | |
1998-11-17 | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ | Aaron Campbell | |
1998-11-17 | man updates from ncurses-4.2-981114 | Todd C. Miller | |
1998-11-17 | update to ncurses-4.2-981114 | Todd C. Miller | |
1998-11-16 | doc EAFNOSUPPORT return | Theo de Raadt | |
1998-11-16 | preserve errno; christos | Theo de Raadt | |
1998-11-16 | use _USE_WRITE | Theo de Raadt | |
1998-11-16 | fix _USE_WRITE | Theo de Raadt | |
1998-11-15 | improve behaviour; ww@styx.org | Theo de Raadt | |
1998-11-15 | ftok requires minor crank | Theo de Raadt | |
1998-11-15 | ftok() takes int id; xpg | Theo de Raadt | |
1998-11-11 | Fix `typo', proves that strlcpy/strlcat is a very good idea. | Marc Espie | |
1998-11-10 | getenv() result is read-only, unless you're looking for trouble. | Marc Espie | |
1998-11-10 | fix append mode; mason@primenet.com.au | Theo de Raadt | |
1998-11-09 | sync with FreeBSD (rwlock, gc thread, man pages) | David Leonard | |
add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out) | |||
1998-11-06 | add missing const to match prototype in string.h | Wim Vandeputte | |
1998-11-04 | availiable -> available | Aaron Campbell | |
1998-11-04 | Some -Wall and use strlcpy | Todd C. Miller | |
1998-11-02 | From ken@FreeBSD.ORG: | Todd C. Miller | |
Fix a curses bug exposed by the ":numbers" display of systat -iostat. This bug showed up when you had more than 3 devices displayed. (thus requiring a second line of display) | |||
1998-10-31 | update to ncurses 4.2-981017 | Todd C. Miller | |
1998-10-28 | Don't return error trying to make a dump header when no | Marco S Hyman | |
crash dump exists | |||
1998-10-19 | Fix so to not require a make obj - Fix cleandir target to remove the headers | Bob Beck | |
Configure munges from OBJDIR. | |||
1998-10-16 | Make sure we free the buffer in all error cases. Do the final | Todd C. Miller | |
realloc(3) to the size of the string, not the size of the buffer allocated for the string (which is a noop). mycroft@netbsd.org | |||
1998-10-12 | *UNTESTED* Makefile and configure changes that may work with pmax and arc. | Bob Beck | |
*These need to be tested by someone who has one!!* | |||
1998-10-10 | add bn_mulw as in the non-patent version. | Bob Beck | |
1998-10-08 | Fix static non-bn-asm builds. Need this file. | Bob Beck | |
1998-10-08 | back out previous change. Theo says: | Marco S Hyman | |
marc, this is wrong. mtree builds that directory. we never do mkdir's in makefiles. You also should not have modified ANY of those Makefiles, since they are part of the ssl distribution. please undo this change. And I say: developers, be sure to do a mkdir /usr/include/ssl before a bake build as include files are installed as the 2nd step. | |||
1998-10-08 | create /usr/include/ssl before trying to copy files into it. | Marco S Hyman | |
If you've had a recent build fail check /usr/include/ssl. if it is a file instead of a directory remove it and try again after updating with these changes. | |||
1998-10-08 | ignore $TERMCAP if issetugid() | Todd C. Miller | |
1998-10-08 | Don't honor $TERMCAP, $TERMINFO, or ~/.termcap, ~/.terminfo if we are ↵ | Todd C. Miller | |
setuid/setgid | |||
1998-10-07 | Fix busted BEGIN target | Bob Beck | |
1998-10-07 | build libssl | Theo de Raadt | |
1998-10-07 | do not build ssleay binary | Theo de Raadt | |
1998-10-06 | moving this... | Theo de Raadt | |
1998-10-06 | Fix makefile problems - Don't use SSLeay style include link farm to | Bob Beck | |
build - get includes from where they really live. | |||
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. | |||
1998-10-05 | add a reference to fork(2) \ | Artur Grabowski | |
from woods@mail.weird.com | |||
1998-10-04 | For a.out, try mmap first (like we used to do) and only malloc() if that ↵ | Todd C. Miller | |
fails (for ksyms). Also clean up some mmap/malloc leaks. | |||
1998-09-27 | Add a missing note about asprintf | Todd C. Miller | |
1998-09-25 | mac68k still uses libkvm.old; I don't know how to fix this. | ryker | |
1998-09-24 | back out gzip support, it will not make it for 2.4 | Todd C. Miller | |
1998-09-24 | note that the caller is responsible for freeing the pointer returned by ↵ | Todd C. Miller | |
setmode() |