summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-02-24signed vs. unsigned: make size arguments u_int, ok stevesk@Markus Friedl
2002-02-24typo in commentMarkus Friedl
2002-02-24make 'cp' unsigned and merge with 'ucp'; ok stevesk@Markus Friedl
2002-02-24early close(), missing free; ok stevesk@Markus Friedl
2002-02-24use u_char* here; ok markus@Kevin Steves
2002-02-24bad doug, bad bad bad doug; zyrnix@users.sourceforge.netTheo de Raadt
2002-02-24getchar(3) returns an int, not a charPeter Valchev
2002-02-23more cleaningTheo de Raadt
2002-02-23-Wall; zyrnix@users.sourceforge.netTheo de Raadt
2002-02-23don't allow garbage after payload.Markus Friedl
2002-02-23No more POOL_EXPOSE.Artur Grabowski
2002-02-22include a siginfo_t with ktrace PSIG information, so that kdump can printTheo de Raadt
2002-02-22overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@Markus Friedl
2002-02-22if file mode known, try to avoid a race.. i think. millert spotted a bug in ...Theo de Raadt
2002-02-21 "rephrase" the loop's condition, gets rid of an ugly operation.Vincent Labrecque
2002-02-21KNFTheo de Raadt
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-21document undoTheo de Raadt
2002-02-21 Save undo records for newline insertions.Vincent Labrecque
2002-02-21 Don't ignore the argument to undo. (makes ^U work)Vincent Labrecque
2002-02-21remove a wrapper around getenv()Theo de Raadt
2002-02-21always define CHARMASKTheo de Raadt
2002-02-21^Xu is also an undo charTheo de Raadt
2002-02-21 Typo and...Vincent Labrecque
2002-02-21It seems you need to have hacked mg at some point to be considered aDaniel Hartmeier
2002-02-21signal-safe window size changingTheo de Raadt
2002-02-20do not print "New size..." -- other emacs do not botherTheo de Raadt
2002-02-20bind C-_ to undo.Artur Grabowski
2002-02-20 Save newline deletes in their own undo record.Vincent Labrecque
2002-02-20 Add undo code to mg.Vincent Labrecque
2002-02-19remove more old cruftEric Jackson
2002-02-19man page fixesEric Jackson
2002-02-19-Wall cleanup.Eric Jackson
2002-02-19remove old cruftEric Jackson
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-19Fix gethostname() usage.Mike Pechkin
2002-02-19 Make multiple buffers with the same basename work correctly.. (like GNUVincent Labrecque
2002-02-19stategy is not an english wordTheo de Raadt
2002-02-19oops, left out ;Eric Jackson
2002-02-18format string fixesEric Jackson
2002-02-18more "char c = getchar(); if (c == EOF) ..." balonyTheo de Raadt
2002-02-18Don't require the -n flag if -x is specified. This is consistent withTodd C. Miller
2002-02-18-q: Fatal errors are _not_ displayed.Markus Friedl
2002-02-18switch to EVP, ok djm@ deraadt@Markus Friedl
2002-02-17mention that '-' is the deprecated form of '-l'Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-17telnet used a P macro instead of __P -- g/c that too.Todd C. Miller
2002-02-17better message; adi@hexapodia.orgTheo de Raadt
2002-02-17A couple temporary workarounds for vax toolchain bugs.Hugh Graham