summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-01-08Pass the right type based on the conversion specified; warn on conversionOtto Moerbeek
errors. Mostly from FreeBSD.
2004-01-08Silence warningTodd C. Miller
2004-01-08Convert to kinfo_proc2; ok deraadt@Todd C. Miller
2004-01-08Fix uninitialized variable. From Ilya Voronin <ivoronin at trancom dot ru>Otto Moerbeek
2004-01-07Proper use of uid_t and did_t types instead of a generic int.Thierry Deval
Lovingly baited by deraadt@. Ok himself, otto@
2004-01-07Correctly test for cases where one file is different, and the other hasCan Erkin Acar
no more changes. ok millert@
2004-01-07Document -p option. ok jmc@Otto Moerbeek
2004-01-07Implement -p option.Otto Moerbeek
"works here" millert@ ok miod@ deraadt@
2004-01-07corrections to SET OPTIONS;Jason McIntyre
2004-01-07s/environmental/environment/;Jason McIntyre
2004-01-07corrections to the EX COMMANDS section;Jason McIntyre
2004-01-07Convert back to using kvm_getproc2() and friends now that libkvmTodd C. Miller
supports it.
2004-01-06We don't have signal(7)Todd C. Miller
2004-01-06pkill/pgrep from NetBSD with changes to use kvm_getprocs(). SelectingTodd C. Miller
on session ID does not current work but that will change once the kernel supports the KERN_PROC2 sysctl and pkill/pgrep is modified to use kvm_getproc2(). OK deraadt@
2004-01-06import netbsd's version of David Borman's syncache codeMarkus Friedl
http://www.kohala.com/start/borman.97jun06.txt; ok deraadt@, henning@
2004-01-06man tweaks;Jason McIntyre
2004-01-06protect output from %union from being anonymous using cpp guarding, forTheo de Raadt
the case where the yacc output .c file pulls in the yacc output -h file; espie ok
2004-01-05include path fixes for gcc3.Marc Espie
tests otto@, okay millert@
2004-01-05nm digs elf and merges w/ size; millert@ okMichael Shalayeff
2004-01-05Get rid of volatile variables that were a vain attempt to prevent theTodd C. Miller
compiler from optimizing away memset() calls. Instead, add a new function, zero_bytes(), to clear buffers with sensitive contents. Taken from the sudo cvs repo, man.
2004-01-03missing proto; ok hinPeter Valchev
2004-01-03Silence a gcc warning: "initialization from incompatible pointer type"Todd C. Miller
The problem is that while ANSI C allows initialization of unions, the initializer must be valid for the first member of the union. Therefore, add a cast to quiet the compiler. Noticed and Ok pvalchev@
2004-01-03Fix format type mismatch (int vs. ssize_t).Todd C. Miller
2004-01-03as if we didn't know...Henning Brauer
2004-01-02some corrections/improvements to the VI COMMANDS section;Jason McIntyre
2004-01-02new year was around spring equinox and not on winter solstice and thus ↵Michael Shalayeff
rearrange it properly
2004-01-02point people to re_format(7) for a description of basic regularJason McIntyre
expressions, rather than regex(3); from Greg A. Woods;
2004-01-02use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES;Jason McIntyre
from deraadt@
2004-01-01Explain how jot does rounding and truncation. Help from jmc@Otto Moerbeek
ok jmc@ millert@ deraadt@
2003-12-31fix -r description now that millert has fixed the code;Jason McIntyre
2003-12-31Both POSIX and the man page says that "vi -r foo" is run where foo does notTodd C. Miller
exist and has no recovery file that vi shall present an error and edit foo as a new file. This change makes the behavior match the documentation; previously it just spat out an error and quit. Problem found by jmc@
2003-12-31mdoc vi(1); also better document current behaviour and add some missingJason McIntyre
commands; feedback and ok millert@ naddy@
2003-12-31Ignore password change request during password auth (which we currently don'tDarren Tucker
support) and discard proposed new password. corrections/ok markus@
2003-12-30a few more for the new years dayMichael Shalayeff
2003-12-30+lolita, fix stalin as a few pplz pt outMichael Shalayeff
2003-12-30o From FreeBSD: use the max_value(u_int32_t) + 1 to divide the random number.Otto Moerbeek
o Document and warn that seeding the random generator is no longer supported since arc4random is used as the RG. ok jose@ millert@
2003-12-30a few more for tomorrowMichael Shalayeff
2003-12-29fix zgrep failure when the uncompressed file begins with a newlineCan Erkin Acar
also, search from the beginning if a stream or compressed file is identified as 'binary'. ok millert@, reported by tedu@, tested by jose@
2003-12-29KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OKTodd C. Miller
2003-12-29Cleanup: KNF, -Wall, do not use pointers if the actual var isOtto Moerbeek
available, plus some other minor cleanup. New features: Allow explicit precision 0. For infinite sequences, do not print trailing newline if the counter wraps. Testing by henning@ and jmc@ ok deraadt@
2003-12-29typo from form@ (evil qwerty)Michael Shalayeff
2003-12-29yet another so called edison's invention patentationMichael Shalayeff
2003-12-29typoMichael Shalayeff
2003-12-29a few more for today/tomorrowMichael Shalayeff
2003-12-28Introduce -4 and -6: options to force usage of IPv4 or IPv6 only.Otto Moerbeek
From PR 1974. ok henning@ jose@
2003-12-28Follow Posix when writing non-matching lines. Historically, join(1)Otto Moerbeek
did not change the order of fields of non-matching lines if no -o option was used, but -a or -v was specified. This update writes the join field first, followed by the remaining fields of a non-matching line. This change breaks the old security(8), so don't forget to update /etc/security. From PR 2208. Testing and man page help and ok by jmc@ ok millert@ deraadt@
2003-12-28fixes from wiz@netbsd;Jason McIntyre
2003-12-28various doc fixes from wiz@netbsd;Jason McIntyre
2003-12-27Fix cut-n-paste oversight in pfsync_stats().Ryan Thomas McBride
2003-12-23implement KerberosGetAFSToken server option. ok markus@, beck@Jakob Schlyter