summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-10-12Fix broken build. Reported by Gregory McGarry on pcc-list.Stefan Kempf
2007-10-12use __progname where neededJasper Lievisse Adriaanse
2007-10-12From master repo:Stefan Kempf
2007-10-12From master repo:Stefan Kempf
2007-10-12fix va_arg in conditional expressions; from ragge@Otto Moerbeek
2007-10-12rewrite of constant expression evaluation; taking into accountOtto Moerbeek
2007-10-11pcc also knows about quads; ok cloder@Otto Moerbeek
2007-10-10date UCB rescinded term 3; Mikolaj KucharskiTheo de Raadt
2007-10-10Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everythingClaudio Jeker
2007-10-09Added proper support for branch revisions in annotate.Tobias Stoeckmann
2007-10-09Properly parse supplied symbols with -r argument.Tobias Stoeckmann
2007-10-09Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head toTobias Stoeckmann
2007-10-09various style cleanups:Tobias Stoeckmann
2007-10-09Do not warn user about files that are "no longer in the repository"Tobias Stoeckmann
2007-10-09Return NULL if a revision has been supplied that is higher than HEAD.Tobias Stoeckmann
2007-10-09Properly resolve branches, i.e. supplying branch base revision (e.g. 1.1.1)Tobias Stoeckmann
2007-10-09cvs import must not parse files in local CVS directory.Tobias Stoeckmann
2007-10-09factor out identical codeMarc Espie
2007-10-09cut up JobStart, prepare the job to be run in a separate functionMarc Espie
2007-10-09don't bother returning anything from JobStart, we don't look at it anywaysMarc Espie
2007-10-09minor refactor: introduce function start_queued_job, to make it more apparentMarc Espie
2007-10-09rename jobs to more descriptive runningJobs (and easier to grep)Marc Espie
2007-10-09just-in-time signal handling: do not setup the handlers until we need them.Marc Espie
2007-10-09rename functions for clarity.Marc Espie
2007-10-08Simplify the code that strips out \r by using strcspn.Pierre-Yves Ritschard
2007-10-08oops, fix merge errorOtto Moerbeek
2007-10-08initilize sflags and only print n_rval when initialized; tracking byOtto Moerbeek
2007-10-08signal handles must not call exit() or use stdio; ok ottoTheo de Raadt
2007-10-08do not try to reset the default branch if the RCS fileJoris Vink
2007-10-08Remove two unneeded macro definitions, replace strdup() with copy() whichStefan Kempf
2007-10-07get rid of the configure remainsOtto Moerbeek
2007-10-07merge from ragge's repo:Otto Moerbeek
2007-10-07merge from ragge's repo:Otto Moerbeek
2007-10-07Merge from ragge's repo:Otto Moerbeek
2007-10-07break after exit() is uselessCharles Longeau
2007-10-07nb is an int, so it should be compared to an int.Charles Longeau
2007-10-07and another stray fileOtto Moerbeek
2007-10-07garbage collect a few filesOtto Moerbeek
2007-10-07reorg pcc tree; requested by and ok deraadt@; ok ragge@Otto Moerbeek
2007-10-07delete ugly $Header stuff; pr 5595Theo de Raadt
2007-10-07add SSH_AUTH_SOCK to env_keep.Steven Mestdagh
2007-10-07From master repo:Anders Magnusson
2007-10-06add WRKOBJDIR to default env_keep to help 'make fake' in ports.Stuart Henderson
2007-10-06replace realloc/memset/pointer-arithmetic with recalloc; ok millert@ ray@ espie@Constantine A. Murenin
2007-10-06From master repo:Anders Magnusson
2007-10-06From master repo:Anders Magnusson
2007-10-06_Bool is also a type, don't discrimnate against it; ok ragge@Otto Moerbeek
2007-10-06replace abort() by return (-1)Charles Longeau
2007-10-05strcspn() changeGilles Chehade
2007-10-05From master repository log:Anders Magnusson