summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-09-21missing wordMichael Shalayeff
2004-09-20Make "gunzip foo.bar" work when there is a foo.bar.gz file.Todd C. Miller
2004-09-18Install the yacc(1) PSD. ok mickey@ jmc@Otto Moerbeek
2004-09-18ARGSUSED signal handlerTheo de Raadt
2004-09-18knfTheo de Raadt
2004-09-16check value of strdup(3) calls;Joris Vink
2004-09-16type corrections and other delintingTheo de Raadt
2004-09-16unused variables; otto okTheo de Raadt
2004-09-15cast offset value correctly for gzseekTheo de Raadt
2004-09-15avoid aliasing against libc symbolsTheo de Raadt
2004-09-15unused variableTheo de Raadt
2004-09-15remove unused codeTheo de Raadt
2004-09-15signed and unsigned char wigglesTheo de Raadt
2004-09-15scratch that do { } while (0) wrapper in this caseTheo de Raadt
2004-09-15remove return error variables.. set but never usedTheo de Raadt
2004-09-15remove unused variableTheo de Raadt
2004-09-15no , allowed at end of enum listTheo de Raadt
2004-09-15use less doubles in daemons; markus@ okMichael Shalayeff
2004-09-15mention PrintLastLog only prints last login time for interactiveJared Yanovich
2004-09-15Add some amusing ones.Marco Peereboom
2004-09-15/* fallthrough */ is something a programmer understands. ButTheo de Raadt
2004-09-14remove unused variableTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14use sizeof(struct cand) instead of defining an unused cand object, andTheo de Raadt
2004-09-14arithmetic on void * not permittedTheo de Raadt
2004-09-14remove unused crap never deleted during developmentTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14delete unused functionTheo de Raadt
2004-09-14match foo[] between files, instead of foo[] in one, and *foo in anotherTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14lint begs for proactive casting, so we give itTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14delete unused variableTheo de Raadt
2004-09-14optind and optarg not usedTheo de Raadt
2004-09-14use __inline instead of inline (for portability)Theo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14unalias system() copy from libc versionTheo de Raadt
2004-09-14sprinkle some ARGSUSED for table driven functionsTheo de Raadt
2004-09-09printing the raw ip protocol name breaks the protocol loop, so justOtto Moerbeek
2004-09-07cleanup multiplex control socket on SIGHUP too, spotted by sturm@Damien Miller
2004-09-07Do not incorrectly sign-extend a mode_t value.Miod Vallat
2004-09-06set the xflags; form netbsd; millert@ deraadt@ otto@ okMichael Shalayeff
2004-08-31use the correct Entries path to store in cef_path;Joris Vink
2004-08-31Do not crash when there is no user specified in the CVSROOT. SimplifiedJean-Francois Brousseau
2004-08-31check return value of strdup(3);Joris Vink
2004-08-30For username foo.bar, don't treat "bar" as a kerberos instance,Todd C. Miller
2004-08-30.Xsession -> .xsession;Jason McIntyre
2004-08-30s/keygen/keyscan/Markus Friedl
2004-08-28don't erroneously close stdin for !reexec case, from Dave Johnson; ok markus@Damien Miller