summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-11-03zap dead codeMarc Espie
2007-11-03token is a confusing name, rename to bannerMarc Espie
2007-11-03document that .ORDER only means something in parallel modeMarc Espie
2007-11-03do the silent/ignore check in Job_CheckCommands, so that make -j4 -s worksMarc Espie
2007-11-03fix an obnoxious bug: in parallel mode, dieing in the job controller is notMarc Espie
2007-11-03suff.c sets IMPSRC correctly, whereas this is bogus and strips the pathMarc Espie
2007-11-03zap confusing old commentMarc Espie
2007-11-03mark nodes as made when there is no command around the target.Marc Espie
2007-11-03Print out names of register pairs correctly. ok otto@Stefan Kempf
2007-11-03avoid errno trashing in signal handler; ok dtuckerTheo de Raadt
2007-11-03Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@Darren Tucker
2007-11-03bz #1377: getpwuid results were being clobbered by another getpw* callTheo de Raadt
2007-11-03fix memory leak in process_cmdline(), patch from Jan.Pechanec AT Sun.COM;Damien Miller
2007-11-02Fix wait() usage and convert to waitpid(). Convert manual statusTodd C. Miller
2007-11-02sort arguments;Jason McIntyre
2007-11-02update to sudo 1.6.9p8Todd C. Miller
2007-11-02Work done at p2k7.Marc Espie
2007-11-01make check on -s and interactive s consistent; from Tilo StritzkyOtto Moerbeek
2007-11-01bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@Otto Moerbeek
2007-11-01cleanup of message handling, originally from Mark Lumsden, with aOtto Moerbeek
2007-11-01Pull from master repo, commit by myself:Otto Moerbeek
2007-11-01Pull from master repo:Stefan Kempf
2007-10-31Pull from master repo, commit by gmcgarry:Otto Moerbeek
2007-10-31Pull from master repo, commit by gmcgarry:Otto Moerbeek
2007-10-31"signal" is an argument, not a flag;Jason McIntyre
2007-10-31sort flags in STANDARDS; from Pierre RiteauJason McIntyre
2007-10-31sync usage() w/ synopsis; from Pierre RiteauJason McIntyre
2007-10-31remove out of date comment in BUGS: "Takes 2-10 percent of the CPU."Jason McIntyre
2007-10-29Pull from master repo:Stefan Kempf
2007-10-29From master repo:Anders Magnusson
2007-10-29Updates from master repo:Anders Magnusson
2007-10-29clean up after previous macro removal;Jason McIntyre
2007-10-29Make LocalCommand work for Protocol 1 too; ok djm@Darren Tucker
2007-10-29ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@Darren Tucker
2007-10-29Send config block back to slave for invalid users too so optionsDarren Tucker
2007-10-29Plug tiny mem leaks in ControlPath and ProxyCommand option processing; ok djm@Darren Tucker
2007-10-29Allow build without -DGSSAPI; ok deraadt@Darren Tucker
2007-10-27From master repo: Remove lineid() prototype.Anders Magnusson
2007-10-27Sync with master repo: At least compiles now.Anders Magnusson
2007-10-27Sync vith master repo: Remove lineid(), #ifdef for mirbsd wchar_t.Anders Magnusson
2007-10-27From master repo: Allow for less than 4 register classes.Anders Magnusson
2007-10-27Pull up changes from master repo:Anders Magnusson
2007-10-27fix indentationMarc Espie
2007-10-26patch to improve vmstat(8) output:Igor Sobrado
2007-10-25Cleanup pctr code: sort options, remove nasty return.Mike Belopuhov
2007-10-25Update to sudo 1.6.9p7Todd C. Miller
2007-10-24add missing checks against NULL after realloc callsCharles Longeau
2007-10-24Remove idle loop counter.Mike Belopuhov
2007-10-24fix logic of command line/ MAKEFLAGS parsing.Marc Espie
2007-10-24factor out network read/write into an atomicio()-like function, and use itDamien Miller