Age | Commit message (Expand) | Author |
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 |
2001-08-07 | typo. | Peter Valchev |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-08-03 | Update sp->fts_cur in fts_read() before returning NULL. This | Todd C. Miller |
2001-07-31 | Add missing LINK for cgetusedb | Kenneth R Westerback |
2001-07-27 | varargs.h -> stdarg.h | Marco S Hyman |
2001-07-17 | mode -> type in description to match the synopsis. | Aaron Campbell |
2001-07-10 | put another YP-only piece inside the ifdef | Theo de Raadt |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-09 | a first pass at -Wall | Theo de Raadt |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol |