summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2004-07-18fix memory leak; ok millert@ tdeval@Jakob Schlyter
2004-07-18return EINVAL if ftruncate(2) is passed a negative offsetAnil Madhavapeddy
2004-07-17add PD statement. Requested by espie@, OK millert@Marco S Hyman
2004-07-17remove K&R stub supportTheo de Raadt
2004-07-16Do not forget to test the lower bound if the upper bound > LLONG_MAX.Otto Moerbeek
2004-07-16Avoid comparing unsigned and signed long longs since the signedTodd C. Miller
2004-07-15remove references to removed pages: clnp(4), esis(4), and iso(4);Jason McIntyre
2004-07-15add minimal __syscall() proto for lintTheo de Raadt
2004-07-14MAXNAMELEN -> MAXNAMLENJean-Francois Brousseau