summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-08-26from netbsd (-r 1.18):Jason McIntyre
2004-08-25typos from -f (PR #3907);Jason McIntyre
2004-08-24Whoops, ripemd was broken, not ripemd-160.Todd C. Miller
2004-08-24Collisions have been found for the full versions of MD4, MD5 and RMD160.Todd C. Miller
2004-08-23kill useless __main() symbol which clashes w/ certain evil software inPeter Valchev
2004-08-23Fix fgetln handling and always increment the size if we need to realloc,Otto Moerbeek
2004-08-22typo; Axel AnderssonTodd C. Miller
2004-08-22mention strtonum(3)Jared Yanovich
2004-08-20Don't need to check lbuf != NULL when free()ing it. In addition,Todd C. Miller
2004-08-15remove single 'Per Fogelstrom
2004-08-13Change an assert into a loop termination condition. Fixes a coreTodd C. Miller
2004-08-11add dladdr() support and add some 'standard' dlsym() support.Dale Rahn
2004-08-11free memory allocated by kvm_getproc2() in kvm_close()Jared Yanovich
2004-08-11mips->mips64Per Fogelstrom
2004-08-11mips->mips64Per Fogelstrom
2004-08-11byePer Fogelstrom
2004-08-11Move mips to mips64Per Fogelstrom
2004-08-11mips->mips64. ok deraadt@Per Fogelstrom
2004-08-11Back out to brk(2) version.Thierry Deval
2004-08-10Only expand a tilde for strings like "~", "~/..", "~user" and "~user/".Todd C. Miller
2004-08-09Support the "setenv" capability in login.conf ala FreeBSD. FollowingTodd C. Miller
2004-08-09Add my copyright.Todd C. Miller
2004-08-07Honor vmemoryuse resouce limit if RLIMIT_VMEM is defined.Todd C. Miller
2004-08-07for the library ln(1)'ing, only do _pic.a if it exists (mips lacks _pic.a)Theo de Raadt
2004-08-06wrong filenameTheo de Raadt
2004-08-06ansiTheo de Raadt
2004-08-06mips alive againPer Fogelstrom
2004-08-06cleanup mipsPer Fogelstrom
2004-08-06csu stuff for sgi et alPer Fogelstrom
2004-08-06in pclose(), only fclose() a stream if it has been opened by popen(), soPedro Martelletto
2004-08-05- Remove the userland data limit check. It's mmap(2)'s job.Thierry Deval
2004-08-05Add skeychallenge2() which is like skeychallenge() but takes anTodd C. Miller
2004-08-05- fix includes needed to compileJared Yanovich
2004-08-04Missing check for NULL.Thierry Deval
2004-08-03Add support for passing a file descriptor back and forth betweenTodd C. Miller
2004-08-03It's not really possible to make strtonum() deal with unsigned longTodd C. Miller
2004-08-02Fix typo (SIGEV_EVENT -> SIGEV_KEVENT)Brad Smith
2004-08-02s/kqueue/kevent/ in correct place.Brad Smith
2004-08-01After a long gestation period, here comes our custom version of malloc(3)Thierry Deval
2004-07-29we no longer need to query ip6.int for reverse lookup. pvalchev okJun-ichiro itojun Hagino
2004-07-28Use SHA1Pad() instead of relying on unspecified behavior.Todd C. Miller
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-07-28Use less stack space for temporary storage and C code invocation, afterMiod Vallat
2004-07-28Update stack frame processing after ABI change.Miod Vallat
2004-07-26- change some lists from -column to -tag (-column not needed) and adjustJason McIntyre
2004-07-24New, working, profiling code for m88k.Miod Vallat
2004-07-24Xr _Exit(3)Todd C. Miller
2004-07-22typo;Jason McIntyre
2004-07-22Fix a typo and get good results in the process, fixes PR 3830 and passesMiod Vallat
2004-07-22Do not overallocate stack space, and keep the stack on a 16-byte boundary.Miod Vallat