summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2007-09-16rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectoriesMarc Espie
2007-09-16minor reindent issuesMarc Espie
2007-09-16rename Path to less misleading PathEntry. Get rid of typedef.Marc Espie
2007-09-16rename Targ_FmtTime into time_to_string and move it, as it's not relatedMarc Espie
to target nodes at all (reduces modules inter-dependencies)
2007-09-16reindent varmodifiers.c, no binary changeMarc Espie
2007-09-16remove warningsMarc Espie
2007-09-16reuse free_hashMarc Espie
2007-09-16reindent arch.cMarc Espie
2007-09-16kill .SHELL, make doesn't even support it in non-parallel mode.Marc Espie
2007-09-16move free_ohash function so that we can reuse it.Marc Espie
2007-09-16remove cgram.h from CLEANFILES, so make depend; make; make clean; makeOtto Moerbeek
works; instead reomve cgram.h when doing make cleandir
2007-09-16first step towards sanity: take the functions common to parallel/not parallelMarc Espie
make outside of make.c and job.c, and create an engine.c file to hold them.
2007-09-16scaffolding to recognize special targets/sources using ohash functions.Marc Espie
2007-09-16cut up dir.c into dir.c/direxpand.c as there is very little interface betweenMarc Espie
two modules that do different things.
2007-09-16more dead code: we always define LIBRARIES and INCLUDESMarc Espie
2007-09-16remove dead code: #define RECHECK is always onMarc Espie
2007-09-16use off_t instead of u_int64_t for file offsets, matching what theDamien Miller
progressmeter code expects; bz #842
2007-09-15$OpenBSD$Ray Lai
Requested by otto.
2007-09-15Lost the last $ in $OpenBSD$.Ray Lai
2007-09-15$OpenBSD$Ray Lai
OK otto.
2007-09-15cleanup some files generated in objOtto Moerbeek
2007-09-15more files we do not need anymoreOtto Moerbeek
2007-09-15fix man installation pathOtto Moerbeek
2007-09-15remove files we do not need anymore since we moved to fixed MakefilesOtto Moerbeek
2007-09-15"un"configure, to make it possible to build in obj dir. No need to runOtto Moerbeek
configure any more.
2007-09-15Import ragge's version of PCC into our tree, so we can hack on it moreOtto Moerbeek
easy. ok deraadt@ miod@
2007-09-14remove some warnings:Charles Longeau
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@
2007-09-13Fix missing free statement due to extraneous semicolon spotted by aChad Loder
modified lint.
2007-09-13Use a sig_atomic_t instead of an int when setting it from a signal handlerChad Loder
2007-09-13Plug mem leak. From Igor Zinovik; ok millert@Otto Moerbeek
2007-09-13Added annotate support for local and remote repositories. Behaves likeTobias Stoeckmann
GNU cvs but is a little faster. OK joris@, ray@, xsa@
2007-09-13fix incorrect test when setting syslog facility; from Jan PechanecDamien Miller
2007-09-12use xmalloc() and xfree(); ok markus@ pvalchev@Kevin Steves
2007-09-11remove #if defined block not needed; ok markus@ dtucker@Kevin Steves
2007-09-11Avoid setting a global pointer variable from signal handlersChad Loder
OK deraadt
2007-09-11Use sig_atomic_t where required. OK moritz, deraadtChad Loder
2007-09-11u_quad_t -> u_int64_t and %qu -> %llu, from bradHenning Brauer
2007-09-11More 64 bits counters fixes.Michael Knudsen
From brad. ok mk claudio
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
ok pyr@, ray@, millert@, moritz@, chl@
2007-09-11sort #includeKevin Steves
2007-09-10Use erealloc3() in more_aliases() instead of malloc/realloc.Todd C. Miller
2007-09-10remove my addition of portnumber for rsh in CVSROOT.Joris Vink
while it sounds like a "good" idea some people convinced me otherwise. mostly because this breaks compat with GNU cvs.
2007-09-10Make sure we don't skip the code which sends the QUIT command to the CDDBChad Loder
server and validates the returned track names. Unreachable code spotted by lint. OK krw@, deraadt@, espie@
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
OK joris@, otto@
2007-09-10Allow port specification in our CVSROOT which is used for ourJoris Vink
ssh connection to our server. Example: joris@somehost.com:2222:/cvs OK tobias@
2007-09-10Properly display list of commands in default 80 column terminal.Tobias Stoeckmann
OK joris@
2007-09-10typo in message, from Mark Lumsden.Otto Moerbeek
2007-09-10Fixed segmentation fault that occured during .cvsrc parsing if an invalidTobias Stoeckmann
cvs command has been specified. Spotted by Mathias De Belder <mathias at woei dot be> who also supplied a patch, although I took his second suggestion. OK joris@
2007-09-10optional flags must be sorted and enclosed in single brackets,Igor Sobrado
as style(9) suggests; usage() should be a function; minor KNF fix ok otto@
2007-09-09Added support for checkout -p with local repository.Tobias Stoeckmann
OK joris@