Remove altqd's init script, we don't have it anyway.
[dragonfly.git] / usr.bin /
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...
2005-02-07 Liam J. Foy- Remove two unnecessary headers
2005-02-06 Max Okumoto- Use a temp variable to simplify long condition in...
2005-02-06 Max Okumoto- Eliminate duplicate code.
2005-02-06 Max Okumoto- cleanup Var_Parse() by removing negtive logic in...
2005-02-06 Max Okumoto- Remove redundent code. Why check for isupper before a
2005-02-06 Max Okumoto- Define new typedef VarModifyProc and use it to clarif...
2005-02-05 Liam J. Foy- Remove mode argument from open().
2005-02-05 Chris PresseyRaise WARNS to 6:
2005-02-05 Max Okumoto- Reduce diffs from FreeBSD.
2005-02-04 Max Okumoto- make a temporary copy of the name because Var_Subst...
2005-02-04 Max Okumoto- Pass NULL to brk_string() when we don't need the...
2005-02-04 Max Okumoto- Fix syntax error. That I added. :-P
2005-02-04 Max Okumoto- In main.c use NULL instead of 0
2005-02-04 Max Okumoto- Constify Var_Delete()
2005-02-04 Max Okumoto- Removed unneeded variable 'internal'.
2005-02-04 Max Okumoto- Revert some white space changes, to keep us in sync...
2005-02-04 Max OkumotoMore white space insertion. Why does putting a blank...
2005-02-04 Max OkumotoPut back spaces at begining of functions that have...
2005-02-04 Chris PresseyRaise WARNS to 6:
2005-02-04 Max OkumotoBack out constify of Parse_File(). It is assigned...
2005-02-03 Max OkumotoRemove duplicate #include of <sys/sysctl.h>
2005-02-03 Max OkumotoCleanup whitespace at end of file.
2005-02-03 Max OkumotoCleanup some white space.
2005-02-02 Max OkumotoAdd __dead2 to enomem()
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-02 Chris PresseyRaise WARNS to 6:
2005-02-01 Max Okumoto- Fix some duplicate commenting for struct Job, struct...
2005-02-01 Max Okumoto- Add comments to clarify code
2005-02-01 Max OkumotoAdded code to handle DragonFly tags in expected results...
2005-02-01 Max OkumotoAdd regression test infrastructure.
2005-01-31 Joerg Sonnenbergersys/types.h ==> sys/param.h
2005-01-31 Max Okumoto- Move deallocation of Buffer object to end of routine.
2005-01-31 Max OkumotoFixes in main.c
2005-01-31 YONETANI TomokazuThe last commit couldn't handle cases when $GZIP contained
next