Age | Commit message (Expand) | Author |
2002-02-13 | indent | 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 | 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-05 | o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and | Mike Pechkin |
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-29 | Fix memory leak in setuserpath(). We prefer patch from millert@. | Mike Pechkin |
2002-01-28 | Fix memory leaks in login_getcapnum() and login_getcapsize(). | Mike Pechkin |
2002-01-24 | most of these is v2, not v6 | Michael Shalayeff |
2002-01-24 | ellaborate on history | Michael Shalayeff |
2002-01-24 | fix the history refs | Michael Shalayeff |
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-16 | compile sparc64 version of sha1.go with -O0, too. OK jason@ | Marco S Hyman |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2002-01-15 | MNAMELEN is 90, not 32; peterw AT ifost.org.au | Todd C. Miller |
2002-01-14 | If waitpid() return ECHILD that should not be a fatal error since | Todd C. Miller |
2002-01-12 | If the user passes in "" as the string to resolve the lstat() will | Todd C. Miller |
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson |
2002-01-11 | typo | Jun-ichiro itojun Hagino |
2002-01-11 | document new sysctl for vfs.nfs.norsvport | Nathan Binkert |
2002-01-10 | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. | Dale Rahn |
2002-01-07 | If the handler for SIGCHLD is set to SIG_IGN, act as if the | Todd C. Miller |
2002-01-04 | system calls are made thru _thread_sys_* with weak symbols of the real name | Dale Rahn |
2002-01-04 | longjmp(..., 0) is not really legal, but all other archs I've looked | Artur Grabowski |
2002-01-03 | Always have the real entry point to the syscall called _thread_sys_ | Artur Grabowski |
2002-01-02 | label abort() from inside library as ILLEGAL | Theo de Raadt |
2002-01-02 | KNF | Theo de Raadt |
2002-01-02 | more pid_t use | Theo de Raadt |
2002-01-02 | Grammar and format fixes. | Aaron Campbell |
2002-01-02 | Remove extra reference to poll.2. Spotted by form@. | Mike Pechkin |
2002-01-02 | Move the const qualifier to the right place. deraadt@ ok | Thomas Nordin |
2002-01-02 | Add missing .Os. deraadt@ ok | Thomas Nordin |
2001-12-29 | Two functions can return errors here, not just one. | Miod Vallat |
2001-12-26 | no way for this to be 'shared only', duh | Peter Valchev |
2001-12-15 | Document SIGTTIN and SIGTTOU now that we deal with them too. | Todd C. Miller |
2001-12-15 | Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP. | Todd C. Miller |
2001-12-08 | when strerror() has an Unknown error, also set EINVAL | Theo de Raadt |