]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
This commit was generated by cvs2svn to compensate for changes in r141867,
[FreeBSD/FreeBSD.git] / usr.bin /
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-13 ruExpand contractions.
2005-02-13 ruExpand *n't contractions.
2005-02-13 delphijNew order after _netcat has been changed to _nc: sort...
2005-02-13 hartiBack out the previous commit. There is an obvious bug...
2005-02-13 delphijSpell the variable as underscore plus their possible...
2005-02-13 delphijForgotten to commit this file during the last commit...
2005-02-11 hartiStylistic fixes: push variable into a local context...
2005-02-11 hartiConvert several instances of negative logic to positive...
2005-02-10 hartiBuffers are already NUL-terminated so there is no need...
2005-02-10 hartiMostly stylistic nits in preparation for splitting...
2005-02-10 ruFixed usage().
2005-02-10 ruRequire at least one argument.
2005-02-10 hartiLet the buffer just use the default size by specifying...
2005-02-10 hartiMark the modification of the input string (which should...
2005-02-10 hartiStyle nits:
2005-02-10 hartiDescribe a pre-condition of Var_Parse().
2005-02-10 hartiRemove a comment that's not actual anymore.
2005-02-10 hartiFix spacing by converting mixes of space and tab to...
2005-02-10 hartiInitialise the status variable. W_SETTERMSIG uses its...
2005-02-10 hartiLst_Append returns void, so the other case of the ...
2005-02-10 alfredback out 1.7 changes, unneeded and possibly wrong.
2005-02-10 stefanfTurn K&R functions into prototypes.
2005-02-10 stefanfLet the generated code include <string.h> instead of...
2005-02-09 hartiUse defines for character constants for open and closin...
2005-02-09 ruFixed the misplaced $FreeBSD$.
2005-02-09 hartiWhile working on constification temporarily disable...
2005-02-09 hartiUntangle VarFind and, while rewriting most of the funct...
2005-02-09 hartiIntroduce VarCreate and VarDestroy functions and used...
2005-02-09 stefanfInclude missing headers.
2005-02-07 stefanfAvoid usage of implicit int.
2005-02-07 stefanfInclude <stdlib.h> for exit().
2005-02-07 stefanfAdd a prototype for localupdate().
2005-02-07 hartiRemove an unneeded check.
2005-02-07 hartiIntroduce a typedef for variable value modifation funct...
2005-02-07 hartiMake the intention of a loop clearer.
2005-02-07 hartiIntroduce Buf_StripNewLines() and use it where appropriate.
2005-02-07 ruFix bugs in the previous commit.
2005-02-07 hartiInvent a Buf_AppendRange function that appends a non...
2005-02-07 hartiInvent a Buf_Append function to append a NUL-terminated...
2005-02-07 delphijRevamp several Makefile nits:
2005-02-06 delphijFinish the import of nc(1) from OpenBSD. This includes:
2005-02-04 hartiWhere the returned line length from Buf_GetAll is not...
2005-02-04 hartiRewrite of the buf code:
2005-02-04 delphijSave last displayed file by having the "last" pointer...
2005-02-04 hartiNone of the users of Buf_Discard used it to get rid...
2005-02-04 hartiInline the ADDWORD() macro in the two places where...
2005-02-04 hartiUse _exit() instead of exit() when the exec() after...
2005-02-04 hartiMove PrintAddr() from util.c into suff.c - the only...
2005-02-04 hartiGeneral whitespace cleanup: remove mixes of tabs and...
2005-02-04 hartiMinor cleanup: make brk_string to return argc only...
2005-02-04 hartiFurther constification. Use a temporary hack (copying...
2005-02-04 ceriQuote example file names consistently, and fix a small...
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-04 hartiUse an extra variable to assign to instead of missusing...
2005-02-04 hartiReplace space, tab mixes by tabs.
2005-02-04 hartiUse tabs to move to the comments instead of wild mixes...
2005-02-04 hartiStyle: line up with tabulators.
2005-02-04 hartiUse a typedef for the conditional handler function...
2005-02-04 hartiStyle: remove a space between a function name and the...
2005-02-04 hartiSome more easy constification.
2005-02-03 keramidaClarify a bit the BUGS section.
2005-02-03 hartiConstify an argument to a function.
2005-02-03 hartiGet rid of a number of unneccessary memory allocations.
2005-02-02 alfredModify rpcgen -t output to something that's a lot more...
2005-02-02 hartiMake enomem static - it's referenced only in util.c.
2005-02-02 hartiRemove a couple of unused buffer functions.
2005-02-02 hartiConvert several typedefs from beeing pointers to struct...
2005-02-01 phantomAvoid unconditional increasing of variable leading...
2005-02-01 hartiMove all the remaining list functions into one C-file...
2005-02-01 hartiRemove debugging stuff that crept in in the previous...
2005-02-01 hartiClean up include files and file including. Split nonint...
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-30 phkAdd text about jail root directory as well.
2005-01-29 phkReport jail directory if set.
2005-01-28 ruClean up after utilizing FILES.
2005-01-28 ruLet bsd.prog.mk set SRCS and MAN to their default values.
2005-01-28 gnnUpdate kdump manual page with information on the dump...
2005-01-27 delphijRemove unnecessary SRCS= where could be guessed directl...
2005-01-26 hartiFix quoting of the MAKEFLAGS environment variable by...
2005-01-26 delphijCorrect some style nits that I have mistakenly submitted as
2005-01-26 ssouhlalDocument the recent fsync(1) changes.
2005-01-26 ssouhlalIn case of error, return errno, instead of 1.
2005-01-25 tjrDocument input line length limit.
2005-01-25 tjrDocument message length limit.
2005-01-25 ssouhlal- Make WARNS?= 6 clean
2005-01-25 ssouhlal- Remove useless includes
2005-01-25 ssouhlal- Continue, in case of error.
2005-01-25 ssouhlal- Make find(1) WARNS?= 6 clean
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-25 jmallettTake a swing at using roundup().
2005-01-24 charnierspell "file system" correctly
2005-01-23 delphijAccording to style.Makefile(5):
2005-01-22 delphijMake sure that we don't define INET6 when NO_INET6...
2005-01-21 ruRemoved remnants of Kerberos support.
2005-01-21 ruRemoved Kerberos remnants.
2005-01-21 ruFixed xref.
2005-01-18 ruUse the standard section name.
2005-01-18 ruSort sections.
next