Style(9):
[dragonfly.git] / usr.bin /
2005-03-01 Chris PresseyStyle(9):
2005-03-01 Max OkumotoCleanup FAIL message
2005-02-28 Joerg SonnenbergerRemove extra tokens after #else and #endif.
2005-02-28 Joerg SonnenbergerRemove pre-ANSI malloc prototype.
2005-02-28 Max OkumotoThe rest of the modifications that Harti made to patch...
2005-02-28 Max OkumotoMerge in some changes that Harti made to patch 7.49
2005-02-26 Max OkumotoAdd better description.
2005-02-26 Max OkumotoImprove report output.
2005-02-26 Max OkumotoAdd better description.
2005-02-26 Max OkumotoChange test to check M modifier.
2005-02-26 Jeroen Ruigrok/asmodaiFix HISTORY by using a proper .Dx macro.
2005-02-26 Max OkumotoAdd comments and sort commands.
2005-02-26 Max OkumotoAdd description of tests.
2005-02-26 Max OkumotoAdd description of test.
2005-02-26 Max OkumotoAdded test for missing Makefile
2005-02-26 Max OkumotoChange some white space to match FreeBSD.
2005-02-25 Liam J. Foy- Remove unnecessary headers
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-25 Joerg SonnenbergerInstead of messing with the internal name-to-oid conver...
2005-02-25 Max OkumotoRenamed env.sh to common.sh
2005-02-25 Max OkumotoMove more code from test.sh scripts into common (env...
2005-02-25 Max OkumotoAdd some documentation about the regresion tests.
2005-02-25 Max OkumotoCleanup test infrastructure.
2005-02-25 Max OkumotoAdd variable expansion regression test.
2005-02-24 Max OkumotoReplace the calls to Lst_ForEach with the new LST_FOREA...
2005-02-23 Max OkumotoUse the LST_FOREACH macro instead of the Lst_ForEach...
2005-02-23 Max OkumotoStyle: fix indent, use tabs instead of space+tab for...
2005-02-23 Max OkumotoFix the indendation of some multi-line comments.
2005-02-23 Liam J. Foy- Fix some xdrproc_t warnings (FreeBSD)
2005-02-23 Max OkumotoMerged in three patches to cleanup the code by Harti.
2005-02-23 Max OkumotoStyle: fix indendation to be 8 and use tabulators....
2005-02-23 Max OkumotoFix a bug in handling archive members: when a member...
2005-02-22 Joerg SonnenbergerDefine default value for PRId64 to keep FreeBSD 4 happy.
2005-02-21 Sascha WildnerRemove uac(1). We don't support Alpha.
2005-02-20 Jeroen Ruigrok/asmodaiGet rid off conditionals for hpux, AIX, THINKC, TURBOC...
2005-02-19 Liam J. Foy- SUSV3 states on error we should return > 1
2005-02-19 Liam J. Foy- Remove unnecessary casts
2005-02-18 Liam J. Foy- Remove unnecessary header
2005-02-18 Max OkumotoMake sure that length variable is set to zero before...
2005-02-18 Max OkumotoThis is an ugly hack, but for now I am spliting ParseMo...
2005-02-18 Max OkumotoVarParseLong():
2005-02-18 Max OkumotoVarParseShort(): Change else blocks to fall through.
2005-02-18 Max OkumotoVarParseLong():
2005-02-18 Max OkumotoChanged code to avoid modifying the input string, its...
2005-02-17 Max OkumotoVarParseLong() - Removed space at end of line.
2005-02-17 Liam J. Foy- Better handling of a given(-p) invalid port number.
2005-02-16 Max OkumotoAdd better comments.
2005-02-16 Liam J. Foy- isupper(x) can be true for x in [128..255], but since...
2005-02-15 Chris PresseyMake pgrep(1) print a newline at EOL, as expected,...
2005-02-15 Liam J. Foy- Use strcasecmp() for upper and lower cases.
2005-02-15 Max OkumotoCreate two new functions VarParseShort() and VarParseLo...
2005-02-15 Max Okumoto- Remove more dead code, since VarExpand() is never...
2005-02-15 Max Okumoto- Push more variables into local scope of the if else...
2005-02-15 Max Okumoto- Killing some dead code, since the conditions can...
2005-02-15 Max Okumoto- Copy destroy code at end of Var_Parse() up into else...
2005-02-15 Max Okumoto- Cleanup Destroy code at end of Var_Parse()
2005-02-15 Max Okumoto- Clean up return statements at end of Var_Parse().
2005-02-15 Max Okumoto- Moved haveModifier handing up into else-if block...
2005-02-15 Max Okumoto- Factor out code into a new function VarExpand().
2005-02-15 Chris PresseyMerge with FreeBSD, revision 1.30 (markm):
2005-02-15 Chris PresseyMerge with FreeBSD, revision 1.29 (imp):
2005-02-15 Max OkumotoMake sure the $FreeBSD$ tags are correct.
2005-02-15 Chris PresseyMerge with FreeBSD, revision 1.27 (fenner):
2005-02-14 Chris PresseyChange type of find_compare() so that it doesn't need...
2005-02-14 Liam J. Foy- Remove unnecessary headers (string.h, sys/uio.h,...
2005-02-14 Joerg SonnenbergerIncrease size of limit column by one character to bette...
2005-02-14 Max OkumotoExpand *n't contractions.
2005-02-14 Max Okumoto- Changed type of vlen from int to size_t.
2005-02-14 Max Okumoto- Remove adding of '\0' to a Buffer object, since that...
2005-02-14 Chris PresseyClean up:
2005-02-13 Chris PresseyPartial merge with recent revisions[1] from FreeBSD.
2005-02-13 Max OkumotoCopy input parameter 'char *str' pointer into two varia...
2005-02-13 Max OkumotoMove statement into both branches of a if-statement...
2005-02-13 Max OkumotoMove statement into both branches of a if-statement...
2005-02-13 Max OkumotoUse strchr() instead of a switch statement to determine...
2005-02-13 Max OkumotoRe-order conditions in if-statement a group of so commo...
2005-02-11 Max OkumotoHarti moved my comment.
2005-02-11 Max OkumotoRemoved period from end of sentence, to reduce diffs...
2005-02-11 Max OkumotoReduced diff between FreeBSD.
2005-02-11 Max OkumotoRenamed variable 'l' to 'ln'
2005-02-11 Max OkumotoLst_Append returns void, so the other case of the ...
2005-02-11 Max OkumotoInitialise the status variable. W_SETTERMSIG uses its...
2005-02-10 Liam J. FoyMore cleaning:
2005-02-10 Max OkumotoTemporarily create new scope and reindent section which...
2005-02-10 Max OkumotoFix comment indention.
2005-02-10 Max OkumotoMove assignment of variables {freePtr, dynamic, start...
2005-02-10 Max OkumotoMove some variables at top of Var_Parse() into local...
2005-02-09 Max OkumotoCleanup white space (removed spc between tabs)
2005-02-09 Max OkumotoChanged renamed macros *_BRACKET to *_BRACE.
2005-02-09 Max OkumotoUntangle VarFind and, while rewriting most of the funct...
2005-02-09 Max OkumotoMove VarCreate() and VarDestroy() close to top of file...
2005-02-09 Max OkumotoRemoved uneeded white space.
2005-02-09 Max Okumoto- Move Error case to top of elseif chain.
2005-02-09 Max Okumoto- Split out error case where input to Var_Parse() is...
2005-02-08 Max Okumoto- Removed declaration of VarModify() since it is define...
2005-02-08 Max OkumotoChange whitespace to match with FreeBSD. But to reduce...
2005-02-08 Max Okumoto- Add brace around switch statement.
2005-02-07 Max OkumotoMore white space diff reduction with FreeBSD.
2005-02-07 Max Okumoto- Reduce white space diffs with FreeBSD.
2005-02-07 Max Okumoto- Reduce white space diffs after harti commited my...
next