summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-07-11use strtonum instead of strtoul and don't abuse a long for intPeter Valchev
2004-07-11spacesTheo de Raadt
2004-07-11Make newsyslog(8) deal correctly with a count of 0 in newsyslog.conf.Todd C. Miller
2004-07-11need to byteswap string table size before use for the alien endian a.outMichael Shalayeff
2004-07-11No need to free() after a failing realloc(), we're bailing out anyway.Otto Moerbeek
2004-07-11prototypes; ok deraadtPeter Valchev
2004-07-10xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1Otto Moerbeek
2004-07-09#ifdef hpux only for m68k or hppa; this needs a revisit since this showsTheo de Raadt
2004-07-09better includes for syscalls from kernelMichael Shalayeff
2004-07-09From the other BSDs: fix a bug that made sed(1) fail if the lastOtto Moerbeek
2004-07-09Properly detect if a patch already has been applied, even if thereOtto Moerbeek
2004-07-09You can only use strlcpy() on real C strings, which lf->buffer is not.Todd C. Miller
2004-07-09post-mortem stuff can go away here tooTheo de Raadt
2004-07-09remove post-mortem stuff (sysctl only here)Theo de Raadt
2004-07-09when saving a file, check whether it is newline terminated and if it is not,Vincent Labrecque
2004-07-09typo from rohee@Jason McIntyre
2004-07-08make lint happier; vincent okTheo de Raadt
2004-07-08misplaced return NULL in the error pathVincent Labrecque
2004-07-08simplify the file writing loopVincent Labrecque
2004-07-08Prevent scp from skipping the file following a double-error.Darren Tucker
2004-07-07- add shell prompt to command exampleJared Yanovich
2004-07-06various cleanupJared Yanovich
2004-07-06add pgrep to .Nm line to allow `apropos/whatis pgrep' to work;Jason McIntyre
2004-07-06make -w optional to set options, so audioctl is consistent withVincent Labrecque
2004-07-05Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t.Todd C. Miller
2004-07-03move sysctl comment on namelist[] entryTheo de Raadt
2004-07-03Fixes from Jared Yanovich with help from myself and cloder@; OK otto@Todd C. Miller
2004-07-03Put s/key functions inside #ifdef SKEY same as monitor.c,Darren Tucker
2004-07-03Use '\0' not 0 for string; ok djm@, deraadt@Darren Tucker
2004-07-02Do not divide by zero in vmstat -t; Nikos Ntarmos.Miod Vallat
2004-07-01simpilfy warning() and wallMichael Shalayeff
2004-07-01warn vs perror; __progname; and wallMichael Shalayeff
2004-07-01use err/errx and __progname; -WallMichael Shalayeff
2004-07-01setmode(3) returns void *, not mode_t *. ok millert@Otto Moerbeek
2004-06-30convert references in SEE ALSO to .Rs/.Re, w/ a little help fromJason McIntyre
2004-06-30unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@Damien Miller
2004-06-29use warx instea of fprintfMichael Shalayeff
2004-06-29kill spacesMichael Shalayeff
2004-06-29use warn() instead of perror; err*() are used alreadyMichael Shalayeff
2004-06-29fix alaska and add helicopter and rocketMichael Shalayeff
2004-06-29repair, Chris Kuethe <ckuethe@ualberta.ca>Henning Brauer
2004-06-28add -vz to usage();Jason McIntyre
2004-06-28Remove unneeded -D flags from CFLAGS.Mathieu Sauve-Frankel
2004-06-28Unbreak. The bird noises were confusing me.Ryan Thomas McBride
2004-06-28Theo denys all allegations that he's becoming more relaxed.Ryan Thomas McBride
2004-06-28Remove special #if defined(__i386__) code from systat and vmstat. We now useAaron Campbell
2004-06-27free commit for non-attendieMichael Shalayeff
2004-06-27errno struct member -> err; ok millert@Marco S Hyman
2004-06-26initialise some fd variables to -1, djm@ okAnil Madhavapeddy
2004-06-26new sentence, new line;Jason McIntyre