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-10 | back out the no reserved port option for nfs | Nathan Binkert |
2002-02-05 | o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and | Mike Pechkin |
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 | ellaborate on history | Michael Shalayeff |
2002-01-23 | _THREAD_PRIVATE_MUTEX_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 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2002-01-14 | If waitpid() return ECHILD that should not be a fatal error since | 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-07 | If the handler for SIGCHLD is set to SIG_IGN, act as if the | Todd C. Miller |
2002-01-02 | more pid_t use | Theo de Raadt |
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-07 | Add ERRORS and STANDARDS sections | Todd C. Miller |
2001-12-07 | o Turn off ECHONL in addition to ECHO | Todd C. Miller |
2001-12-07 | Instead of restoring the tty mode, restoring the signal handler, | Todd C. Miller |
2001-12-07 | Document signal handling in readpassphrase(3) | Todd C. Miller |
2001-12-07 | Add CAVEATS section pointing out the dangers of closing fds <= 2 | Todd C. Miller |
2001-12-06 | Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging... | Todd C. Miller |
2001-12-06 | Fix a long standing annoyance with getpass/readpassphrase. Instead of | Todd C. Miller |
2001-11-20 | a few thoughts about longjmp in signal handlers | Theo de Raadt |
2001-11-09 | Typos, siz -> size. | Aaron Campbell |
2001-11-08 | My part of help, while i'm here: | Mike Pechkin |
2001-11-07 | list syslog_r as safe in signal handlers | Theo de Raadt |
2001-11-06 | No need to include vm/vm.h here. | Artur Grabowski |
2001-11-05 | No need to include vm/vm_param.h here, sys/sysctl.h does that for us. | Artur Grabowski |
2001-11-05 | Some examples of how to use syslog_r() and why it is useful. deraadt@ ok. | Jean-Jacques Bernard-Gundol |
2001-10-31 | Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok. | Federico G. Schwindt |
2001-10-31 | Add MLINK's for syslog_r and friends. | Federico G. Schwindt |
2001-10-26 | run the approve for accounts with expiration time, too. ok millert@ | Markus Friedl |
2001-10-24 | syslog_r() implementation. deraadt@ ok. | Jean-Jacques Bernard-Gundol |
2001-09-22 | o kill some extra whitespace | Todd C. Miller |
2001-09-21 | Typo; grange@rt.mipt.ru | Aaron Campbell |
2001-09-11 | repair getgrgid_r() and getgrnam_r() as the standart says; from d@ | Peter Valchev |
2001-09-06 | It is silly to reference the Tahoe architecture. | Todd C. Miller |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-08-27 | Zero out entire FTS after allocating it instead of just zeroing out | Todd C. Miller |
2001-08-25 | Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow, | Aaron Campbell |
2001-08-23 | Add missing commas after auth_getitem and auth_setitem in NAME section. | Todd C. Miller |
2001-08-23 | typo fix from NetBSD (groo@netbsd.org) | Paul Janzen |
2001-08-18 | deal with -1 from snprintf, if it ever happens | Theo de Raadt |
2001-08-18 | Add a possibility to add a random offset to the stack on exec. This makes | Artur Grabowski |
2001-08-15 | Typo fixes; andrew.hoerter@NeuStar.com | Aaron Campbell |
2001-08-13 | Explicitly NUL terminate dst in strvis() and strvisx() in case | Todd C. Miller |
2001-08-07 | Do the memset only if tcgetattr() fails just in case the failed | Todd C. Miller |
2001-08-07 | Keep a verbatim copy of the old struct termios instead of using | Todd C. Miller |