]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
This commit was generated by cvs2svn to compensate for changes in r104977,
[FreeBSD/FreeBSD.git] / usr.bin /
2002-10-12 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-10-12 Juli MallettThe -a and -d flags are mutually exclusive, show them...
2002-10-12 Greg LeheyClarify details of the birth of Richard I of England.
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 Mike BarcroftChange iov_base's type from `char *' to the standard...
2002-10-11 Olivier HouchardAdd myself.
2002-10-11 Ruslan ErmilovGroff 1.18.1 comes in with ANSI color support, enabled...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-10 Juli MallettMove utilitarian routines to util.c, which isn't the...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-09 Juli MallettConvert make(1) to use ANSI style function declarations...
2002-10-09 Juli MallettUse __FBSDID in the lst.lib files, to match to main...
2002-10-09 Juli MallettRemove extern declarations from functions and source...
2002-10-09 Juli MallettRemove unused local-locals, where upper-level locals...
2002-10-08 Juli MallettReference the correct local variable in all parts of...
2002-10-08 Tim J. RobbinsRe-add the code which maps POSIX standard library names...
2002-10-07 Tim J. RobbinsAdd the c99(1) utility, which is nothing more than...
2002-10-06 Kris KennawayUse strlcpy() instead of strcpy() to not overflow stati...
2002-10-06 Mike BarcroftDon't depend on <signal.h> to include <sys/time.h>...
2002-10-04 Poul-Henning KampGive make(1) the ability to use KQUEUE to wait for...
2002-10-04 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-10-04 Tim J. RobbinsFix off-by-one error processing the line after an empty...
2002-10-03 Johan KarlssonActually implement gzip's -c option. minigzip now also...
2002-10-03 Juli MallettIn lieu of a good way to prevent every possible looping...
2002-10-02 John BaldwinCatch up to SMTX -> SLOCK changes.
2002-10-02 Juli MallettCode that has been #if0'd with the comment "WHY" since...
2002-10-02 Juli MallettRemove 6-years-stale #if0, the behaviour isn't ever...
2002-10-02 Peter PentchevTeach ncal(1) about month names specified on the comman...
2002-10-02 Poul-Henning KampThis commit was generated by cvs2svn to compensate...
2002-10-02 Dima DorfmanRemove some #if 0'd code. After this, a "make unifdef...
2002-10-02 Dima DorfmanMerge from crypto telnet: permit the argument to -s...
2002-09-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-30 Murray StokelyThis commit was generated by cvs2svn to compensate...
2002-09-29 Juli MallettFix spurious three-space indentation in a four-space...
2002-09-29 Juli MallettFix ability to use csh(1) as the make(1) shell.
2002-09-28 Juli MallettMake make(1) WARNS=6 clean except for const issues...
2002-09-28 Juli MallettFix merge error in previous commit.
2002-09-28 Juli MallettAdd empty default cases where they should be, remove...
2002-09-27 Poul-Henning KampRename struct specinfo to the more appropriate struct...
2002-09-27 Ruslan ErmilovDocument the parsing bug.
2002-09-26 Juli MallettRemove a semicolon that appears to be a lie.
2002-09-26 Juli MallettWhen formatting the time for a target, use %H instead...
2002-09-26 Juli MallettDon't declare things as extern when they will be static.
2002-09-25 Mark MurrayUnifdef(1) the crypto telnet sources.
2002-09-24 Tony FinchThe spec says that unifdefall removes all #ifs, and...
2002-09-24 Tony FinchThe readability is improved by reducing the use of...
2002-09-24 Tony FinchIt is probably a bad idea to unconditionally process...
2002-09-24 Andrey A. ChernovMake it work with POSIX sort (POS arg).
2002-09-24 Andrey A. ChernovMake it work with POSIX sort (POS arg)
2002-09-23 Juli MallettUse some macro evil to create the functions for using...
2002-09-23 Juli MallettCheck to see if we should print a space, rather than...
2002-09-22 Jeff Roberson - Add the -i option to read in a saved ktr file output...
2002-09-22 Greg LeheyUpdate equinoxes and solstices.
2002-09-21 Garrett WollmanMake the threatened fts(3) ABI fix. FTSENT now avoids...
2002-09-20 Eric MelvilleInitialize a variable in order to fix when faced with...
2002-09-19 Ruslan ErmilovUpdate for FILE v3.39.
2002-09-19 Ruslan ErmilovBootstrapping aid for systems without <stdint.h>.
2002-09-19 Garrett WollmanCompletely revamp the way getconf(1) works, for better...
2002-09-18 Brian FeldmanUpdate the usage string in the limits(1) manpage to...
2002-09-18 Juli MallettMake the DEBUGF() macro portable by (ugh) adding a...
2002-09-18 Mike BarcroftARIN has annoyingly started using caps when referencing
2002-09-18 Juli MallettMostly rewrite the flag handling of uname(1) to be...
2002-09-18 Garrett WollmanMake obrien happy. Add a bad awk script which emulates...
2002-09-17 Juli MallettMove common use of if (DEBUG(FOO)) printf... to DEBUGF...
2002-09-17 Juli Mallett#define<space> -> #define<tab>
2002-09-17 Juli MallettPrint debugging from DEBUG(VAR) level to stderr. About...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Peter WemmInitiate deorbit burn for the i386-only a.out related...
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 Bruce EvansBacked out revs 1.32-1.33. The problem has been fixed...
2002-09-16 David E. O'BrienUpdate for version 3.39.
2002-09-16 David E. O'BrienUpdate for 3.39.
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-14 Nate LawsonUserland changes to go with vnode->v_tag change.
2002-09-13 Peter WemmPromote gcore from i386-specific to the MI section.
2002-09-13 Peter WemmAdd #include <sys/queue.h> for sparc64's benefit. ...
2002-09-13 Peter WemmUse a crowbar to move the a.out code out of gcore.c...
2002-09-11 Mike BarcroftSome uses of the variable n needed to be int, others...
2002-09-11 Mike BarcroftUnbreak world by fixing 4 syntax errors and 1 wrong...
2002-09-10 Tony FinchFix style bugs in macros.
2002-09-10 Tony FinchTidy up the base64 code and relax the error handling.
2002-09-10 Tony FinchStyle: Don't treat pointers as booleans.
2002-09-10 Tony FinchFix tilde-expansion of the filename obtained from the...
2002-09-10 Tony FinchReplace a goto with continue.
2002-09-10 Tony FinchRemove register keyword.
2002-09-10 Tony FinchStyle: space after return.
2002-09-10 Tony FinchMake the handling of -i neater.
2002-09-10 Tony FinchOnly try to chmod the output if it's a regular file...
2002-09-10 Thomas QuinotPrevent the wrapper from looping on itself forever...
2002-09-10 Greg LeheyAdd the 1109 incident.
2002-09-09 Jacques VidrineCheck for FD_SET overrun.
2002-09-09 David E. O'BrienCatch up with the ISO-C++ standard.
next