summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-02-16MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadtPeter Valchev
2002-02-16zap zap zap; miodTheo de Raadt
2002-02-16getpw(3) goes; miodTheo de Raadt
2002-02-13indentTheo de Raadt
2002-02-12Remove references to nonexistent man pages. Ok theo, millert.Kjell Wooding
2002-02-10but... on vax... des_enc.c requires -O1Theo de Raadt
2002-02-10back out the no reserved port option for nfsNathan Binkert
2002-02-09Allow O_SYNC and O_NOFOLLOW flags in dbopen()Todd C. Miller
2002-02-08Document that close-on-exec is not touched in dup2 when oldd == newd.Artur Grabowski
2002-02-08required piece to compile the libMichael Shalayeff
2002-02-08fix typo, and put back stack frame opsMichael Shalayeff
2002-02-07reverse condition in the sp botchness check, we need to nullifyMichael Shalayeff
2002-02-07additional condition on reverse copy; from fredette@Michael Shalayeff
2002-02-06no need to interlock the register, use r0 as outputMichael Shalayeff
2002-02-06implement the setjmp/longjmp family, based on fredette@'s workMichael Shalayeff
2002-02-06Fix for heimdal-0.4eHans Insulander
2002-02-05o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() andMike Pechkin
2002-02-02fix some protosMichael Shalayeff
2002-02-01Only squeeze a short key/value pair onto a page with other complete key/valueTodd C. Miller
2002-02-01Return a useful errno value in the overflow case. Also, print aTodd C. Miller
2002-02-01If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause anTodd C. Miller
2002-02-01After writing a page out to disk, run the page back through the user'sTodd C. Miller
2002-02-01Fix a condition where the hole would be inserted in the wrong place during aTodd C. Miller
2002-01-31Fill in missing (default) mmap(2) flag MAP_FILE.Todd C. Miller
2002-01-31Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).Todd C. Miller
2002-01-30Add native implementations of copysign() and copysignf() on alpha.Christian Weisgerber
2002-01-29Fix memory leak in setuserpath(). We prefer patch from millert@.Mike Pechkin
2002-01-28fix after fgsPeter Valchev
2002-01-28correct function name.Federico G. Schwindt
2002-01-28sem_XXX(3) manpages; better now that never.Federico G. Schwindt
2002-01-28Fix memory leaks in login_getcapnum() and login_getcapsize().Mike Pechkin
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2002-01-24most of these is v2, not v6Michael Shalayeff
2002-01-24ellaborate on historyMichael Shalayeff
2002-01-24add a note about the old sttyMichael Shalayeff
2002-01-24fix the history refsMichael Shalayeff
2002-01-24remove old style init used by mips. uses _thread_init_constructor nowPer Fogelstrom
2002-01-23From FreeBSD:Federico G. Schwindt
2002-01-23_THREAD_PRIVATE_MUTEX_UNLOCK() on error before returning; millert@ ok.Federico G. Schwindt
2002-01-23THREAD_UNLOCK() on error before returning; millert@ ok.Federico G. Schwindt
2002-01-23Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime()Todd C. Miller
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-21Special case a_strnid.c on vax.Hugh Graham
2002-01-19Instead of ifdef around ENOTSUP, move it to pthread_private.h and makeFederico G. Schwindt
2002-01-19From FreeBSD: correct priority handling.Federico G. Schwindt
2002-01-18From FreeBSD: sem_XXX implementation; manpages comming in a bit.Federico G. Schwindt
2002-01-18Fix some zlib memory leaks, originally from Mark AdlerTodd C. Miller
2002-01-18tab vs. spacesFederico G. Schwindt
2002-01-18while im here, move the ifndef _SCHED_H_ after the copyright message.Federico G. Schwindt
2002-01-18From FreeBSD: header for POSIX 1003.1b semaphores.Federico G. Schwindt