summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1998-11-04availiable -> availableAaron Campbell
1998-11-04Some -Wall and use strlcpyTodd C. Miller
1998-11-02From 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-31update to ncurses 4.2-981017Todd C. Miller
1998-10-28Don't return error trying to make a dump header when noMarco S Hyman
crash dump exists
1998-10-19Fix so to not require a make obj - Fix cleandir target to remove the headersBob Beck
Configure munges from OBJDIR.
1998-10-16Make sure we free the buffer in all error cases. Do the finalTodd 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-10add bn_mulw as in the non-patent version.Bob Beck
1998-10-08Fix static non-bn-asm builds. Need this file.Bob Beck
1998-10-08back 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-08create /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-08ignore $TERMCAP if issetugid()Todd C. Miller
1998-10-08Don't honor $TERMCAP, $TERMINFO, or ~/.termcap, ~/.terminfo if we are ↵Todd C. Miller
setuid/setgid
1998-10-07Fix busted BEGIN targetBob Beck
1998-10-07build libsslTheo de Raadt
1998-10-07do not build ssleay binaryTheo de Raadt
1998-10-06moving this...Theo de Raadt
1998-10-06Fix makefile problems - Don't use SSLeay style include link farm toBob Beck
build - get includes from where they really live.
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
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-05add a reference to fork(2) \Artur Grabowski
from woods@mail.weird.com
1998-10-04For 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-27Add a missing note about asprintfTodd C. Miller
1998-09-25mac68k still uses libkvm.old; I don't know how to fix this.ryker
1998-09-24back out gzip support, it will not make it for 2.4Todd C. Miller
1998-09-24note that the caller is responsible for freeing the pointer returned by ↵Todd C. Miller
setmode()
1998-09-18need sys/stat.h; jon@chalk.oaktree.net.ukTheo de Raadt
1998-09-18bump minor for xfspioctlArtur Grabowski
1998-09-18make use of xfspioctlArtur Grabowski
1998-09-17ncurses-4.2-980912Todd C. Miller
1998-09-17pmax needs libkvm.old tooTodd C. Miller
1998-09-15If something is a.out dependent... don't use if in elf ports...Per Fogelstrom
1998-09-13ncurses-4.2-980905Todd C. Miller
1998-09-13kill dreckTodd C. Miller
1998-09-12Use cgetent(3) and friends when reading termcapTodd C. Miller
1998-09-12fall back on termcapTodd C. Miller
1998-09-11i386 is now the only port using libkvm.oldTodd C. Miller
1998-09-10thread-saferTheo de Raadt
1998-09-09Make RMD160Update a little less overzealous when fed small crumbs.janjaap
1998-09-08__alpha__, not alphaTodd C. Miller
1998-09-08include stand.h if -D_STANDALONETodd C. Miller
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-07Nitpicking max filename length: add .Xr to pathconf/fpathconf.Marc Espie
1998-09-07make work on pmaxTodd C. Miller
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-09-05Add support for nlisting against a gzipped kernel, #ifdef'd out sinceTodd C. Miller
it requires linking with -lz. savecore will use this to operate on gzipped kernels.
1998-09-05missed these too. sighDavid Leonard
1998-09-03libpthread tests modified for uthreadsDavid Leonard
1998-08-31DLT_LOOP has network byte order headerTheo de Raadt