Age | Commit message (Expand) | Author |
2002-04-29 | Stash string lengths in variables instead of computing multiple times. | Todd C. Miller |
2002-04-19 | avoid cranking libc minors for another few weeks | Theo de Raadt |
2002-04-17 | Use __func__ in assert. | Marc Espie |
2002-04-03 | WCCPv1 GRE sysctl -- ok deraadt@ | Angelos D. Keromytis |
2002-03-27 | VM is a history. From lazy form@. | Mike Pechkin |
2002-03-20 | fix memleak. | Mike Pechkin |
2002-03-16 | Add CAVEATS section similar to authenticate.3 | Todd C. Miller |
2002-03-16 | Add CAVEATS section that details which functions call getpw* so | Todd C. Miller |
2002-03-16 | Add auth_getpwd MLINK | Todd C. Miller |
2002-03-16 | o Document auth_getpwd() | Todd C. Miller |
2002-03-13 | Convert indentation whitespace -> tabs and kill $@%^#! ^M's | Todd C. Miller |
2002-03-02 | document tcp.ackonpush | Niels Provos |
2002-03-01 | document cryptodevallowsoft | Niels Provos |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt |
2002-02-23 | Document KERN_SYSVIPC_INFO; from NetBSD | Todd C. Miller |
2002-02-23 | Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2) | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-18 | Open console with O_NONBLOCK to avoid blocking on a locked console. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
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 |