]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Convert nullfs to nmount.
[FreeBSD/FreeBSD.git] / usr.bin /
2002-05-23 Tony FinchSync with upstream version:
2002-05-23 Juli MallettHandle numeric keys by checking a "default" file. ...
2002-05-23 Juli MallettSet the MAKEFILE variable to the value passed to ReadMa...
2002-05-23 Juli MallettMake my style consistent.
2002-05-22 Juli MallettTaking a leap of faith, tie the help command in to...
2002-05-22 Juli MallettAdd my PD implementation of the SCCS help command,...
2002-05-22 Juli MallettTie sccs(1) in to the build, as it now does one thing...
2002-05-22 Juli MallettRemove mention of the GNU version of ptx, it is dead.
2002-05-22 Juli MallettAdd a usage().
2002-05-22 Juli MallettRemove #ifndef's on V6.
2002-05-22 Juli MallettPut braces around the command table properly.
2002-05-22 Juli MallettUse what(1) here, in /usr/bin/what. It doesn't print...
2002-05-22 Juli Mallettstr_concat() doesn't really take const arguments.
2002-05-22 Ruslan ErmilovDo not run shell from /bin, run it from $PATH.
2002-05-22 Ruslan ErmilovAdded the MAKE_VERSION global that could be useful...
2002-05-22 Juli MallettFormat internal commands properly.
2002-05-22 Juli MallettClean up the manual page by leaps and bounds in terms...
2002-05-22 Juli MallettMake the guarded string functions take a const "from...
2002-05-22 Juli MallettRemove register qualifier.
2002-05-22 Juli MallettUse function prototypes.
2002-05-22 Juli MallettClean up formatting.
2002-05-22 Juli MallettReplace the evil that is __DECONST() with (void *)...
2002-05-22 Juli MallettMake sccs(1) compile cleanly by fixing syntax errors...
2002-05-22 Ruslan ErmilovUnroff all forms of \f and \*, and the simplest form...
2002-05-22 Juli MallettRevive the SCCS front-end, sccs(1), back from the Attic...
2002-05-22 Tim J. RobbinsBuild pathchk(1).
2002-05-22 Tim J. RobbinsAdd the pathchk utility, which checks pathnames for...
2002-05-21 Juli MallettMake ReadMakefile() operate using the realpath(3) name...
2002-05-21 Tom RhodesReword a small part of the uniq(1) manual page to help...
2002-05-21 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-05-21 Tim J. RobbinsMark argc as __unused to silence GCC.
2002-05-21 Tim J. RobbinsBuild the tabs(1) utility.
2002-05-21 Tim J. RobbinsAdd an implementation of the tabs(1) utility, as requir...
2002-05-20 Ruslan ErmilovStyle.
2002-05-20 Ruslan ErmilovBootstrap elf2aout(1) for sparc64; used to build sys...
2002-05-20 Ruslan ErmilovKill the stray #include line.
2002-05-20 Ruslan Ermilovs/u_int/u_int32_t/
2002-05-20 Dima DorfmanMark a warning as such. Without this, it isn't obvious...
2002-05-19 Juli MallettFix a late-night buglet in MLINKS ordering.
2002-05-19 Juli MallettSynch usage() and manpage for b64encode/b64decode.
2002-05-19 Juli MallettAdd b64decode & b64encode as synonyms for uudecode...
2002-05-18 David E. O'Brienelf2aout can be useful to have on all platforms
2002-05-18 David E. O'BrienDon't build getconf if you don't have a full C++ instal...
2002-05-18 Ruslan ErmilovFix markup.
2002-05-18 Ruslan ErmilovMore whitespace fixes.
2002-05-18 Mark MurrayRemove Perl and TCL/TK bits, neither of which are in...
2002-05-18 Ruslan ErmilovFixed spacing.
2002-05-18 Ruslan ErmilovLook into machine specific subdirs.
2002-05-18 Mark MurrayAdd C rewrites of catman and makewhatis. These aren...
2002-05-18 David E. O'BrienWARNS 6 this.
2002-05-18 David E. O'BrienAdd a perl wrapper. mergmaster(8) is broken with out it.
2002-05-17 Gordon TetlowAdd my birthday to the list. Apparently, I share a...
2002-05-17 Akinori MUSHAFix a tiny bug in shlib support of ldd(1); if dlopen...
2002-05-17 Jake BurkholderGet byte swapping primitives from sys/endian.h now...
2002-05-17 Juli MallettGroup the output chunks differently, to try to match...
2002-05-17 Juli MallettRevert part of the previous revision. Changing exit...
2002-05-17 Tim J. RobbinsMake the output tidier when multiple integer formats...
2002-05-17 Juli MallettSimplify prerun() in the case where there are no argume...
2002-05-17 Tim J. RobbinsOverhaul hexdump's od syntax code to handle the -s...
2002-05-17 Tim J. RobbinsDeclare variables that were extern'd in multiple places...
2002-05-17 Tim J. RobbinsAdd support for printing long doubles.
2002-05-17 Tim J. RobbinsPrint signed single-byte decimal integers correctly...
2002-05-17 Tim J. RobbinsUn-deprecate od(1): rename the `deprecated' variable...
2002-05-17 Juli MallettClean up malloc(3)'s argument. Remove casts which...
2002-05-17 Juli MallettRemove spurious casts in malloc(3)'s argument.
2002-05-17 Tim J. RobbinsAdd a Standards section, and note that compress(1)...
2002-05-17 Tim J. RobbinsAs required by SUSv3, a file argument of "-" causes...
2002-05-17 Tim J. RobbinsCompression ratio statistics should be written to stder...
2002-05-17 Tim J. RobbinsUse exit status 2 to indicate that the file was not...
2002-05-16 Tim J. RobbinsProcess and user ID arguments must be treated as decima...
2002-05-16 Tim J. RobbinsAccept decimal user IDs with -u option as well as usern...
2002-05-16 Tim J. RobbinsDiagnostic messages belong on stderr, not stdout. SUSv3...
2002-05-16 Peter WemmOOPS! rev 1.16 accidently changed the default outfile...
2002-05-16 Tim J. RobbinsHandle the case where a negative offset in a regular...
2002-05-16 Tim J. RobbinsCorrect synopsis and usage(): pattern arguments are...
2002-05-16 Tom RhodesMore consistancy. file system > filesystem
2002-05-16 Tim J. RobbinsAdd the SUSv3 -l option to at. This is an alias for...
2002-05-15 Tony FinchReport errors properly if wait() fails.
2002-05-15 Tony FinchUpgrade unifdef:
2002-05-15 Tim J. RobbinsBuild the asa(1) utility.
2002-05-15 Tim J. Robbins#include <unistd.h> for getopt() and friends.
2002-05-15 Tim J. RobbinsUse getopt() to reject options (asa has none), and...
2002-05-15 Tim J. RobbinsRemove __P,
2002-05-15 Tim J. Robbinsstyle(9): remove space between function name and openin...
2002-05-15 Tim J. RobbinsAdd the POSIX.2 asa utility, which interprets FORTRAN...
2002-05-14 Brian Feldmano Clean up tmp file usage a little by using mkstemp...
2002-05-14 Juli MallettFix a "tiny and squeeby and little" markup mistake.
2002-05-13 David MaloneMake a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15.
2002-05-13 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-05-13 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-05-13 Tim J. RobbinsIf we can't change the scheduling priority, warn but...
2002-05-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-12 Tim J. RobbinsSupport the SUSv3 -n option and the "--" end of options...
2002-05-12 Ruslan ErmilovAdded new bsd.incs.mk which handles installing of heade...
2002-05-12 Bruce EvansFixed 5 style bugs in VCS ids.
2002-05-12 Mike BarcroftFinish converting the rest of the function declaration...
2002-05-12 Bruce EvansFixed printing the the strip binary's name in error...
2002-05-12 Brian S. DeanTo perform even basic error checking, one must have...
2002-05-11 Marcel MoolenaarAdd support for stripping non-native object files by...
2002-05-11 Alfred Perlsteinunbreak build:
next