summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-07-30introduce a Var_Substi to substitute on intervals.Marc Espie
2007-07-30everywhere except in Var_Parse, we always add/append variables to theMarc Espie
2007-07-30local is always true, so zap it.Marc Espie
2007-07-30now that it's clean enough, one can extract some common code fromMarc Espie
2007-07-30clean-up. Basically:Marc Espie
2007-07-30separate and name functions to add target nodes to the graph.Marc Espie
2007-07-30simplify the handling of assignment operators, by introducing a VAR_INVALIDMarc Espie
2007-07-29add missing over/backTodd C. Miller
2007-07-29Change FILES section to use =itemTodd C. Miller
2007-07-29Update to sudo 1.6.9p2Todd C. Miller
2007-07-29use correct length when making a copy of environTodd C. Miller
2007-07-29sync the command usage with its synopsisIgor Sobrado
2007-07-29reindent, no code changeMarc Espie
2007-07-29zap redundant code; ok deanna@Constantine A. Murenin
2007-07-27size_t vs ssize_t error; spotted by zinovik@cs.karelia.ruTheo de Raadt
2007-07-27u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ruTheo de Raadt
2007-07-27replace a few more malloc(n*m) idioms with calloc(n,m) for safety;Theo de Raadt
2007-07-27getpriority() and setpriority() are documented in the same page, so onlyJason McIntyre
2007-07-26make FILES section entries line upTodd C. Miller
2007-07-26Remove the space after "Password:" in password prompts where echo isTodd C. Miller
2007-07-26Add the correct file descriptor to rdfd when cycling throughTodd C. Miller
2007-07-26Update to sudo 1.6.9p1. Note that the environment handling in sudoTodd C. Miller
2007-07-25Update synopsis. with help by jmc@Claudio Jeker
2007-07-25Make it possible to show alternate routing tables in netstat. This mostlyClaudio Jeker
2007-07-25Correctly handle the export command when writing to history file.Xavier Santolaria
2007-07-24reindent, no binary changeMarc Espie
2007-07-24same uninit variable bug as in elf_syms.cTheo de Raadt
2007-07-24reindent (no binary change)Marc Espie
2007-07-24uninit variable causing crash; veins@evilkittens.orgTheo de Raadt
2007-07-24Bring back a few things from route/show.c which I like better.Claudio Jeker
2007-07-24reformat to 8 chars tab, zap unneeded comment (no binary change)Marc Espie
2007-07-24zap unused variableMarc Espie
2007-07-24simplify computations in the var module: instead of advancing a char *Marc Espie
2007-07-24move the code that grabs a value in Var_Parse in its own function,Marc Espie
2007-07-24change Var_ParseSkip API to increment the position instead of returning aMarc Espie
2007-07-22lexicographically sorts the list of commandsIgor Sobrado
2007-07-22make sure loop variables use their own buffers.Marc Espie
2007-07-21Similar to sbin/route/show.c:Claudio Jeker
2007-07-21even though gcc doesn't reuse the utsname space, it could. Ensure MACHINEMarc Espie
2007-07-21zap unneeded stuffMarc Espie
2007-07-20big clean-up patch:Marc Espie
2007-07-20reorder stuff in var.c so that the next patch is more readable.Marc Espie
2007-07-20- document the "play" default a little more clearlyJason McIntyre
2007-07-19Sync with cvs:Ray Lai
2007-07-19xcalloc is unneeded here since i is always 0 and we always use theRay Lai
2007-07-18Support -r for the export command.Xavier Santolaria
2007-07-17Forgot this part about rlog not needing the Directory request to be sent.Xavier Santolaria
2007-07-17Correct function name in error string.Xavier Santolaria
2007-07-17Simplify the way we check wether the issued command is `log' or `rlog'.Xavier Santolaria
2007-07-17Do not send the Directory request when using the rlog command.Xavier Santolaria