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