Age | Commit message (Expand) | Author |
2004-01-08 | Fix uninitialized variable. From Ilya Voronin <ivoronin at trancom dot ru> | Otto Moerbeek |
2004-01-07 | Proper use of uid_t and did_t types instead of a generic int. | Thierry Deval |
2004-01-07 | Correctly test for cases where one file is different, and the other has | Can Erkin Acar |
2004-01-07 | Document -p option. ok jmc@ | Otto Moerbeek |
2004-01-07 | Implement -p option. | Otto Moerbeek |
2004-01-07 | corrections to SET OPTIONS; | Jason McIntyre |
2004-01-07 | s/environmental/environment/; | Jason McIntyre |
2004-01-07 | corrections to the EX COMMANDS section; | Jason McIntyre |
2004-01-07 | Convert back to using kvm_getproc2() and friends now that libkvm | Todd C. Miller |
2004-01-06 | We don't have signal(7) | Todd C. Miller |
2004-01-06 | pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selecting | Todd C. Miller |
2004-01-06 | import netbsd's version of David Borman's syncache code | Markus Friedl |
2004-01-06 | man tweaks; | Jason McIntyre |
2004-01-06 | protect output from %union from being anonymous using cpp guarding, for | Theo de Raadt |
2004-01-05 | include path fixes for gcc3. | Marc Espie |
2004-01-05 | nm digs elf and merges w/ size; millert@ ok | Michael Shalayeff |
2004-01-05 | Get rid of volatile variables that were a vain attempt to prevent the | Todd C. Miller |
2004-01-03 | missing proto; ok hin | Peter Valchev |
2004-01-03 | Silence a gcc warning: "initialization from incompatible pointer type" | Todd C. Miller |
2004-01-03 | Fix format type mismatch (int vs. ssize_t). | Todd C. Miller |
2004-01-03 | as if we didn't know... | Henning Brauer |
2004-01-02 | some corrections/improvements to the VI COMMANDS section; | Jason McIntyre |
2004-01-02 | new year was around spring equinox and not on winter solstice and thus rearra... | Michael Shalayeff |
2004-01-02 | point people to re_format(7) for a description of basic regular | Jason McIntyre |
2004-01-02 | use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES; | Jason McIntyre |
2004-01-01 | Explain how jot does rounding and truncation. Help from jmc@ | Otto Moerbeek |
2003-12-31 | fix -r description now that millert has fixed the code; | Jason McIntyre |
2003-12-31 | Both POSIX and the man page says that "vi -r foo" is run where foo does not | Todd C. Miller |
2003-12-31 | mdoc vi(1); also better document current behaviour and add some missing | Jason McIntyre |
2003-12-31 | Ignore password change request during password auth (which we currently don't | Darren Tucker |
2003-12-30 | a few more for the new years day | Michael Shalayeff |
2003-12-30 | +lolita, fix stalin as a few pplz pt out | Michael Shalayeff |
2003-12-30 | o From FreeBSD: use the max_value(u_int32_t) + 1 to divide the random number. | Otto Moerbeek |
2003-12-30 | a few more for tomorrow | Michael Shalayeff |
2003-12-29 | fix zgrep failure when the uncompressed file begins with a newline | Can Erkin Acar |
2003-12-29 | KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK | Todd C. Miller |
2003-12-29 | Cleanup: KNF, -Wall, do not use pointers if the actual var is | Otto Moerbeek |
2003-12-29 | typo from form@ (evil qwerty) | Michael Shalayeff |
2003-12-29 | yet another so called edison's invention patentation | Michael Shalayeff |
2003-12-29 | typo | Michael Shalayeff |
2003-12-29 | a few more for today/tomorrow | Michael Shalayeff |
2003-12-28 | Introduce -4 and -6: options to force usage of IPv4 or IPv6 only. | Otto Moerbeek |
2003-12-28 | Follow Posix when writing non-matching lines. Historically, join(1) | Otto Moerbeek |
2003-12-28 | fixes from wiz@netbsd; | Jason McIntyre |
2003-12-28 | various doc fixes from wiz@netbsd; | Jason McIntyre |
2003-12-27 | Fix cut-n-paste oversight in pfsync_stats(). | Ryan Thomas McBride |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-12-23 | If we are in -k/-K mode, just spew to stderr. It is not unusual | Todd C. Miller |
2003-12-22 | remove a suplicate comment | Michael Shalayeff |
2003-12-22 | do not re-include name in err() call; andrushock@korovino.net | Theo de Raadt |