summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-10-21Pull from ragge's repo:Otto Moerbeek
2007-10-21our as wants # as a comment charOtto Moerbeek
2007-10-21whack extdef() for the moment, it seems we do not need it and it tripsOtto Moerbeek
2007-10-20pull in exname() changes from ragge's repo. we're now back in syncOtto Moerbeek
2007-10-20sync with ragge's repoOtto Moerbeek
2007-10-20minor changes i missed on earlier merges with ragge's repoOtto Moerbeek
2007-10-20an usage message should fit on a 80-column displayIgor Sobrado
2007-10-20add EDITOR and VISUAL to env_keepHenning Brauer
2007-10-20Start of a powerpc backend by Gregory McGarry. Not complete yet.Otto Moerbeek
2007-10-20powerpc ccomOtto Moerbeek
2007-10-20Pull from master repo; commit by gmcgarryOtto Moerbeek
2007-10-20Pull from master repo:Stefan Kempf
2007-10-19do setegid() before seteuid(); see pr 5605 for more info; ok millertTheo de Raadt
2007-10-18Pull from master repo:Stefan Kempf
2007-10-18Kill spurious warnings when arg is a function pointer. ShouldOtto Moerbeek
2007-10-18Avoid memory leak if tag is defined multiple times in CVSROOT/config.Tobias Stoeckmann
2007-10-17remove "unused variable" warningsCharles Longeau
2007-10-17- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byTheo de Raadt
2007-10-17Use TCSAFLUSH not TCSADRAIN when turning off echo and use TCSANOW whenTodd C. Miller
2007-10-17more unification between amd64 and i386 (API changes, but we thinkTheo de Raadt
2007-10-17- fix several switch statements regarding falling through the case statement;Theo de Raadt
2007-10-17various fixes for previous;Jason McIntyre
2007-10-17Update to sudo 1.6.9p6Todd C. Miller
2007-10-17replacement for the pctr codebase that can handle amd64 processors asTheo de Raadt
2007-10-16sync the synopsis and usage of commandsIgor Sobrado
2007-10-16fix -b arch option parsing; ok todd@Otto Moerbeek
2007-10-16Pull diff for rev 1.8 from master repo. Fixes typo and displaysStefan Kempf
2007-10-16Properly adjust headers displayed when the screen contains few lines.Otto Moerbeek
2007-10-15now that pcc knows the __inline__ keyword, no need to -D it to inlineOtto Moerbeek
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-10-15prettier when running make depend (just tabs and spaces)Theo de Raadt
2007-10-14by default just build ccom for the current hostOtto Moerbeek
2007-10-14don't hardcode TARGMACHOtto Moerbeek
2007-10-14From master repo:Stefan Kempf
2007-10-14allows node to be run twice, by not destroying the cmdnode contents.Marc Espie
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