summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1998-08-28links to asnprintf and suchTheo de Raadt
1998-08-28somehow i missed this directory..David Leonard
1998-08-27fix premature free() callingMichael Shalayeff
1998-08-27experimental threaded libc - kernel onlyDavid Leonard
1998-08-27re-initialize the tty buffer with "/dev/" everytime through; spotted by dTheo de Raadt
1998-08-26s/NetBSD/OpenBSDkstailey
1998-08-24mention _PATH_KSYMSTodd C. Miller
1998-08-24mention _PATH_KSYMSTodd C. Miller
1998-08-24minor fixup to make this work. i386 still uses libkvm.old but it probably ↵Todd C. Miller
doesn't need to.
1998-08-24In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. ↵Todd C. Miller
Also, if a file is specified, try the .db version of that file if it exists.
1998-08-24In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsdTodd C. Miller
1998-08-23Strip leading '_' from symbol to lookup if symbols in file lack leading '_'.Todd C. Miller
Needed to make nlist of /dev/ksyms work correctly on non-a.out kernels.
1998-08-22doc UA faulting codeTheo de Raadt
1998-08-21for new functions, fix BE & UA cases. LE UA case is still bustedTheo de Raadt
1998-08-21I committed the wrong version before, here is the correct oneTodd C. Miller
1998-08-21For a.out use read, not mmap, to get the string table so this works onTodd C. Miller
/dev/ksyms. mmap was only used because, at the time, free did not give memory back to the system (our malloc/free uses mmap/munmap so we are ok).
1998-08-21mention that madvise() is not yet implementedTodd C. Miller
1998-08-21document MAP_COPYTodd C. Miller
1998-08-20clear IMAXBEL bit; msaitohTheo de Raadt
1998-08-19Don't print 'unknown dbopen() error' when kvm_bsd.db doesn't existTodd C. Miller
Print sane error message when __fdnlist() fails
1998-08-19don't print 'unknown dbopen() error' when kvm_bsd.db doesn't existTodd C. Miller
1998-08-19commasPaul Janzen
1998-08-17typoTodd C. Miller
1998-08-17Xr pollTheo de Raadt
1998-08-16deal with realloc/malloc failure and don't trash old pointer if realloc failsTodd C. Miller
1998-08-16If $TERMINFO is set, use that in preference to the system terminfo file, but ↵Todd C. Miller
fallback on the system one if the terminal entry is not found in $TERMINFO
1998-08-15document the common misuse of reallocTheo de Raadt
1998-08-15simplify a few things wrt reallocTodd C. Miller
1998-08-15fix broken realloc fix from yesterdayTodd C. Miller
1998-08-15fix realloc patchTheo de Raadt
1998-08-14don't define HAVE_* since it conflicts with other configure scriptsTodd C. Miller
1998-08-14realloc repairTheo de Raadt
1998-08-14realloc repairTheo de Raadt
1998-08-14fix realloc usageTodd C. Miller
1998-08-12Make code ANSI/ISO C conformant. Formerly undefined constructs were usedNiklas Hallqvist
making load/store architectures (like mips&alpha) fail whn compiled with gcc -O2.
1998-08-11Temporary fix for a GCC aliasing bug/misfeature that hits hereNiklas Hallqvist
1998-08-10crank minorNiels Provos
1998-08-10add ECB and CBC encryption for octet streamsNiels Provos
1998-08-10fix base64 encoding, this problem was reported byNiels Provos
Solar Designer <solar@false.com> some time ago.
1998-08-08zlib 1.1.3Todd C. Miller
1998-08-08add russian messages supportOleg Safiullin
1998-08-07Xr netintroTheo de Raadt
1998-08-07Add correct handling of more systemcalls. either not implemented beforeDale S. Rahn
or poorly implemented.
1998-08-06there is no <sys/kinfo*.h> and s/KINFO_PROC/KERN_PROC/kstailey
1998-08-06there is no <sys/kinfo.h>kstailey
1998-08-06there is no <sys/kinfo.h>kstailey
1998-08-06Don't enumerate every arch in the #if since all OpenBSD platforms use the ↵Todd C. Miller
same values for malloc_pageshift and malloc_minsize except for sparc
1998-08-05IOV_MAX, not UIO_MAXIOVTodd C. Miller
1998-08-03Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to ↵Todd C. Miller
trim_whitespace() since it trims from both ends, not just the rear.
1998-08-03update to ncurses-4.2-980801Todd C. Miller