]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Remove duplicate code.
[FreeBSD/FreeBSD.git] / usr.bin /
2005-01-12 Brian SomersDon't reprint file names unnecessarily.
2005-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2005-01-11 Suleiman SouhlalGet the vnode from file.f_vnode instead of file.f_data.
2005-01-11 Ruslan ErmilovScheduled mdoc(7) sweep.
2005-01-11 Ruslan ErmilovFormatting fixes.
2005-01-10 David MaloneBump WARNS to 4 as this seems OK on the alpha now.
2005-01-10 David MaloneCast size_t to off_t before adding them to avoid warnin...
2005-01-10 David MaloneSome variables became unused or global in the last...
2005-01-07 Pawel Jakub DawidekUse 64bit 'fts_bignum' field instead of 32bit (on 32bit...
2005-01-05 Olivier HouchardFix a typo in comment.
2005-01-02 Robert Watsonevise use of queue(9) macros for netipx when used from...
2005-01-01 Ceri DaviesAdd a newline at the end of the file to silence warnings.
2004-12-31 Robert WatsonApply a simplifying patch submitted by rik to the IPX...
2004-12-31 Robert WatsonUpdate netstat(1) for recent conversion of netipx to...
2004-12-29 Andrey A. ChernovNO_NIS cleanup: LINKS and MLINKS
2004-12-29 Andrey A. ChernovMore NO_NIS cleanup: LINKS and MLINKS
2004-12-28 Ruslan ErmilovUpdate for FILE v4.12.
2004-12-28 Ruslan ErmilovUpdate for FILE v4.12.
2004-12-28 David E. O'BrienCatch up with file 4.12 import.
2004-12-28 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2004-12-27 Josef El-RayesRemove warnings and make wc WARNS=6 clean.
2004-12-22 Ruslan ErmilovLook into machine-specific manpage subdirectories too.
2004-12-22 Ruslan ErmilovFixed the only warning and mark as WARNS=6 clean.
2004-12-22 Ruslan Ermilov- Fixed handling of manpage subdirectories:
2004-12-22 Tim KientzleAdd a fallback version of fnmatch() to the bsdtar
2004-12-22 Tim KientzleGC an unused #include
2004-12-22 Tim KientzleFix -W long option handling.
2004-12-22 Tim KientzlePortability: the included fts.c should now
2004-12-21 Ruslan ErmilovNOCRYPT -> NO_CRYPT
2004-12-21 Ruslan ErmilovNOSHARED -> NO_SHARED
2004-12-21 Ruslan ErmilovNODOCCOMPRESS -> NO_DOCCOMPRESS
2004-12-21 Ruslan ErmilovNOATM -> NO_ATM
2004-12-21 Ruslan ErmilovStart the dreaded NOFOO -> NO_FOO conversion.
2004-12-20 Hartmut BrandtFix compilation for the USE_KQUEUE case.
2004-12-20 Hartmut BrandtmaxJobs is declared extern in job.h so it cannot be...
2004-12-20 Ruslan ErmilovSort by month/day/year/login.
2004-12-19 Mark SantcroosAdd myself.
2004-12-19 Colin PercivalUse the accepted abbreviation "kB" for kilobyte, rather...
2004-12-18 Christian BruefferSpecify the state of my birth, similar to other entries.
2004-12-17 Hartmut BrandtRemove all the cleanup functions. There is no reason...
2004-12-16 Ruslan ErmilovFix a long-standing bug when make(1) is passed the...
2004-12-16 Hartmut BrandtInstead of dynamically allocating list heads allocated...
2004-12-16 Greg LeheyCorrect the event of 17 December 1770: Ludwig van Beeth...
2004-12-16 Greg LeheyCorrect the dates and locations relating to Ludwig...
2004-12-15 Suleiman SouhlalIf ferror is true, we must reset the error indicator.
2004-12-13 Niels HeinenAdd myself to the committers' birthday calendar
2004-12-11 Ceri DaviesBump document date before ru gets me.
2004-12-11 Ceri DaviesAdd a -k flag for querying whois.krnic.net (the Nationa...
2004-12-10 Hartmut BrandtRemove a list that was just used to free all variables...
2004-12-10 Hartmut BrandtRemove a list that used to hold all the GNodes just...
2004-12-10 Hartmut BrandtRemove a useless list where just all command lines...
2004-12-09 Hartmut BrandtNobody actually checked the return codes from Lst_Appen...
2004-12-09 Hartmut BrandtIf a path element directory was never opened it is...
2004-12-08 Sam LefflerThis commit was generated by cvs2svn to compensate...
2004-12-08 Hartmut BrandtNow that circular lists are gone remove stuff for them...
2004-12-08 Hartmut BrandtNo caller checks the return code from Lst_Remove, so...
2004-12-08 Hartmut BrandtDon't check the return code from Lst_Remove. There...
2004-12-08 Hartmut BrandtRemove return value from Lst_Concat. None of the caller...
2004-12-08 Hartmut BrandtDon't free the second list in Lst_Concat for LST_CONCLI...
2004-12-08 Hartmut BrandtGet rid of the sequential access feature of the lists...
2004-12-08 Hartmut BrandtConstify the arguments to the list compare function...
2004-12-08 Hartmut BrandtConstify some calls of Buf_AddBytes.
2004-12-08 Hartmut BrandtConsify the arguments to str_concat. Remove the STR_DOF...
2004-12-07 Hartmut BrandtTypedefs of pointers to structs are evil. Make Lst...
2004-12-07 Hartmut BrandtConstification of arguments passed to functions; no...
2004-12-07 Hartmut BrandtMake needs no circular lists so remove them from the...
2004-12-06 Alexander NedotsukovFix -t option processing.
2004-12-06 Hartmut BrandtSome constification which doesn't require code rewrites.
2004-12-06 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2004-12-06 Hartmut BrandtStyle: fix indentation.
2004-12-06 Ruslan ErmilovUnbreak sockstat(1) on systems without the divert protocol.
2004-12-06 Hartmut BrandtRemove an unused macro.
2004-12-06 Hartmut BrandtConstify arguments to Hash_FindEntry and Hash_CreateEntry.
2004-12-06 Hartmut BrandtRemove extra empty lines.
2004-12-06 Hartmut BrandtStyle: fix indentation, prototypes for functions even...
2004-12-05 Ruslan ErmilovShow divert(4) sockets as well.
2004-12-03 Hartmut BrandtRemove an extra space.
2004-12-03 Hartmut BrandtFix breakage introduced on 64-bit platforms with my...
2004-12-03 Hartmut BrandtPlug a memory leak.
2004-12-03 Hartmut BrandtPut macro arguments in paranthesis.
2004-12-03 Hartmut BrandtMake sizes to be of type size_t and correct function...
2004-12-03 Hartmut BrandtStyle: fix indentation, protect macro with do { } while...
2004-12-03 Hartmut BrandtDescribe the .SHELL target.
2004-12-03 Hartmut BrandtChange the algorithm that matches the builtin shells...
2004-12-03 Jean-Sébastien PédronAdd myself to the committers' birthday calendar
2004-12-02 Mark SantcroosThis commit was generated by cvs2svn to compensate...
2004-12-02 Mark SantcroosThis commit was generated by cvs2svn to compensate...
2004-12-01 Mark SantcroosThis commit was generated by cvs2svn to compensate...
2004-12-01 Hartmut BrandtRemove a double test for the same ptr != NULL and use...
2004-12-01 Hartmut BrandtStyle: remove a lot of unnecessary casts, add some...
2004-11-30 Hartmut BrandtStylification: missing spaces, extra space after functi...
2004-11-30 Garrett WollmanUse ?= with WARNS.
2004-11-30 Hartmut BrandtConstify the array of predefined shells. It turns out...
2004-11-30 Hartmut BrandtChange a couple of the primitve list functions to be...
2004-11-29 Hartmut BrandtFix a bug that would truncate the full name of an archi...
2004-11-29 Hartmut BrandtUse typedefs for the types of the functions that are...
2004-11-29 Hartmut BrandtMerge the contents of lstInt.h into the public lst...
2004-11-27 David SchultzDon't include sys/user.h merely for its side-effect...
2004-11-27 David SchultzRemove a.out support from gcore(1).
2004-11-26 Hartmut BrandtRemove unused file.
next