]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Overhaul the ktrace subsystem a bit. For the most part, the actual vnode
[FreeBSD/FreeBSD.git] / usr.bin /
2002-06-07 Tim J. RobbinsNo need to check for "-" explicitly in getopt() loop.
2002-06-07 Tim J. RobbinsExit >1 when an error occurs, regardless of whether...
2002-06-07 Juli MallettANSI style function declarations.
2002-06-07 Tim J. RobbinsExpand description of environment variables, refer...
2002-06-07 Tim J. RobbinsStyle nit: group together optional flags under the...
2002-06-07 Tim J. RobbinsRespect LC_CTYPE and LC_COLLATE environment variables...
2002-06-07 Giorgos KeramidasUse size_t or ino_t instead of int, and remove a few...
2002-06-07 Tim J. RobbinsRefer to environ(7) for description of COLUMNS. Note...
2002-06-06 Dag-Erling Smørgravdebug.{numvnodes,freevnodes} moved to vfs.
2002-06-06 Doug BartonHook stat into the build
2002-06-06 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-06-06 Doug BartonVirgin import of NetBSD's stat(1)
2002-06-06 Dag-Erling SmørgravFactor out some code in preparation for un-kmeming...
2002-06-06 Ruslan Ermilovlibfetch now depends on libcrypto and libssl.
2002-06-06 Andrey A. ChernovBack out rev 1.19 because
2002-06-06 Dag-Erling SmørgravSupport suidperl as well.
2002-06-06 Ruslan ErmilovAdded missing DPADD detected by ``make checkdpadd''.
2002-06-06 Tim J. RobbinsCompare lines with strcmp(), not strcoll(). We are...
2002-06-06 Tim J. RobbinsSync usage() with manual page synopsis.
2002-06-05 Dag-Erling SmørgravFigures they had to call it NOCRYPT instead of NOCRYPTO.
2002-06-05 Dag-Erling SmørgravDuring buildworld, "regular" libraries are built before...
2002-06-05 Kelly YanceyUse calculated column widths for the routing table...
2002-06-05 Ruslan ErmilovStart the (overdue) de-orbit sequence for the -d -C...
2002-06-05 David E. O'BrienSome things used "#!/usr/bin/perl5" (such as the /usr...
2002-06-04 Dag-Erling SmørgravDon't build perl if NO_PERL is defined.
2002-06-04 Tim J. RobbinsWrap lines correctly for the `l' command.
2002-06-04 Tim J. RobbinsDocument the fact that the `l' command uses the COLUMNS...
2002-06-04 Tim J. RobbinsIgnore COLUMNS environment variable if it is empty...
2002-06-04 Tim J. RobbinsRespect the setting of the COLUMNS environment variable...
2002-06-04 Tim J. RobbinsSort options in Description section.
2002-06-04 Tim J. RobbinsNote SUSv2 conformance.
2002-06-04 Tim J. Robbinsconfstr() returns (size_t)-1 on failure. Check for...
2002-06-04 Juli MallettAdd support for non-numeric key lookup via the 'cmds...
2002-06-04 Juli MallettErr, duh, free(3) doesn't set its argument to NULL...
2002-06-03 Mike BarcroftUse POSIX macros for wait(2)-style status information...
2002-06-03 Juli MallettMake the manpage consistent with the code on the subjec...
2002-06-03 Tim J. RobbinsCorrect History: cal(1) appeared in V5, not V6.
2002-06-03 Tim J. RobbinsCorrect History: nice(1) appeared in V4.
2002-06-03 Tim J. RobbinsCorrect History: time(1) appeared at least as early...
2002-06-03 Tim J. RobbinsSort sections.
2002-06-03 Tim J. RobbinsCorrect HISTORY section - split(1) appeared at least...
2002-06-03 Ian DowseCall getmntinfo with MNT_NOWAIT to avoid hanging if...
2002-06-03 Andrey A. ChernovSkip %pN comes from ncurses
2002-06-02 Dag-Erling SmørgravConnect perl to the build.
2002-06-02 Jens SchweikhardtFix typo in the BSD copyright: s/withough/without/
2002-06-02 Tim J. RobbinsSupport the SysV-style -exec utility args.. {} + functi...
2002-06-01 Brian FeldmanFix a bug in sed(1)'s "s" command wherein if an escape...
2002-06-01 Juli MallettWe have a version of help(SCCS) in /usr/bin now.
2002-06-01 Juli MallettRemove a stray asterisk in a comment.
2002-05-31 Mike SilbersackUse %lu instead of %ld when printing rt_use (aka rt_rmx...
2002-05-31 Giorgos KeramidasTypo: characer -> character
2002-05-30 Garrett WollmanFix preprocessor directive syntax (text after #endif).
2002-05-30 Juli MallettRestructure sanity checks so that -I and -J just overri...
2002-05-30 Juli MallettAllow the input line to be NULL, and teach strnsubst...
2002-05-30 Ruslan Ermilovmdoc(7) police: kill hard sentence breaks.
2002-05-30 Ruslan Ermilovmdoc(7) police: pedantry.
2002-05-30 Ruslan Ermilovmdoc(7) police: tidy up the markup.
2002-05-30 Ruslan Ermilovmdoc(7) police: one minor change that was not probably...
2002-05-30 Ruslan Ermilovmdoc(7) police: fixed typo, minor markup nits.
2002-05-30 Ruslan Ermilovmdoc(7) police: markup polishing.
2002-05-30 Ruslan Ermilovmdoc(7) police: tidy up.
2002-05-30 Ruslan Ermilovmdoc(7) police: minor markup nits.
2002-05-30 Tim J. RobbinsDocument conformance to IEEE Std 1003.1-2001.
2002-05-30 Tim J. RobbinsSort sections according to mdoc(7).
2002-05-30 Tim J. RobbinsSort entries by locale collating order when -x is speci...
2002-05-30 Tony FinchCharacter 0 is nul not null.
2002-05-30 Tim J. RobbinsCreate tags for typedefs, structs, unions and enums...
2002-05-30 Ruslan Ermilovmdoc(7) police: tidy up.
2002-05-30 Ruslan Ermilovmdoc(7) police: tidy up the markup.
2002-05-30 Tim J. RobbinsAvoid buffer overrun when identifies or filenames are...
2002-05-30 Ruslan Ermilovwhich(1) was once a Perl script.
2002-05-30 Alfred PerlsteinCheck for defined(__i386__) instead of just defined...
2002-05-30 Ruslan Ermilovmdoc(7) police: tidy up the markup.
2002-05-30 Ruslan Ermilovmdoc(7) police: punctuation, miscellaneous.
2002-05-30 Ruslan Ermilovmdoc(7) police: lint.
2002-05-30 Ruslan Ermilovmdoc(7) police: markup nits.
2002-05-30 Ruslan Ermilovmdoc(7) police: use .Fl to denote stdin.
2002-05-30 Ruslan Ermilovmdoc(7) police: typo in .Dd.
2002-05-30 Ruslan Ermilovmdoc(7) police: untangle SYNOPSIS's markup.
2002-05-30 Ruslan Ermilovmdoc(7) police: lint.
2002-05-30 Ruslan Ermilovmdoc(7) police: removed unnecessary .Ns.
2002-05-30 Ruslan Ermilovmdoc(7) police: removed unnecessary .Ns's.
2002-05-30 Tim J. RobbinsMove exit status info into Diagnostics section.
2002-05-30 Tim J. RobbinsAccept an input file name of "-" to mean standard input...
2002-05-29 Tim J. RobbinsFields should be separated by <blank>s, not <space...
2002-05-29 Tim J. RobbinsDon't bother trying to handle "-" arguments ourselves...
2002-05-29 Ruslan Ermilovmdoc(7) police: lint.
2002-05-29 Ruslan Ermilovmdoc(7) police: punctuation.
2002-05-29 Ruslan Ermilovmdoc(7) police: tidy up the markup.
2002-05-29 Ruslan Ermilovmdoc(7) police: markup nits.
2002-05-29 Ruslan Ermilovmdoc(7) police: use .Fl to represent stdin.
2002-05-29 Ruslan Ermilovmdoc(7) police: lint.
2002-05-29 Ruslan Ermilovmdoc(7) police: lint.
2002-05-29 Juli MallettA space between switch and open-paren. Don't explicitl...
2002-05-29 Juli MallettANSI, __FBSDID()
2002-05-29 Tim J. RobbinsUse mkstemp(3) to avoid /tmp race.
2002-05-29 Tim J. RobbinsDocument standards conformance.
2002-05-29 Tim J. Robbinsstyle(9): Sort sections correctly, exit status info...
2002-05-29 Tim J. RobbinsSync synopsis with reality: file arguments are optional.
2002-05-29 Tim J. RobbinsUse getopt() to reject any options and skip "--" arguments.
next