]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
- Include sys/ktr.h so that vnode_if.h can define trace points.
[FreeBSD/FreeBSD.git] / usr.bin /
2002-08-15 David GreenmanAdd myself.
2002-08-15 Juli MallettOops, add -false to the operators list in the manual...
2002-08-15 Juli MallettAdd support for -false instead of '!' cause it can...
2002-08-15 Doug BartonI was too conservative with my header changes, so resto...
2002-08-14 Bosko MilekicUnbreak building of fstat following version 1.23 of
2002-08-14 Andrey A. ChernovUse proper #include
2002-08-14 Andrey A. ChernovAdd #undefs to separate local buffers declaration and...
2002-08-14 Ruslan Ermilovmdoc(7) police: simplify.
2002-08-14 Ruslan Ermilovmdoc(7) police: Forgot to bump .Dd.
2002-08-14 Ruslan Ermilovmdoc(7) police:
2002-08-14 Ruslan ErmilovFix the usage() to match style(9).
2002-08-14 Ruslan Ermilovmdoc(7) police: nits.
2002-08-13 Doug BartonA much better description of the -q option.
2002-08-13 Ian DowseIf a timeout is specified, make sure that rcmd() comple...
2002-08-13 Ruslan Ermilovmdoc(7) police: Removed redundant .Ns calls.
2002-08-13 Ruslan Ermilovmdoc(7) police: untangle.
2002-08-13 Doug BartonA cooperative effort...
2002-08-12 Andrey A. ChernovFix typing error in prev. commit
2002-08-12 Andrey A. ChernovFix style bug in prev. commit
2002-08-12 Andrey A. ChernovFix su job control (recently introduced for PAM cleanup...
2002-08-11 Jens SchweikhardtFix typos; each file has at least one s/seperat/separat/
2002-08-11 Ruslan Ermilovmain.c:450: warning: `targs' might be used uninitialize...
2002-08-11 Tim J. RobbinsLocale environment variables influence wc(1) regardless...
2002-08-11 Tim J. RobbinsUse the iswspace(3) function now that it's been impleme...
2002-08-11 Tim J. RobbinsCorrect boundary condition error in `D' and `P' command...
2002-08-11 Maxime HenrionAdd #include <sys/sysctl.h>. In my tree, mount.h includes
2002-08-10 Maxime Henrion- Introduce a new struct xvfsconf, the userland version...
2002-08-10 Jake Burkholdertruss hasn't been ported to ia64 yet.
2002-08-10 Jake Burkholderxlint seems to build fine on sparc64.
2002-08-10 Jake BurkholderPut getconf in the right place.
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-09 Thomas MoestlThe boottime variable in sys/kern/kern_tc.c is a struct...
2002-08-09 Ian DowseAdd a new flag (-l) that suppresses quota checks on...
2002-08-09 Ian DowseFix a few compiler warnings, sort options and make...
2002-08-07 Ruslan ErmilovPacify ``make -f /dev/null -V FOO''.
2002-08-07 Matthew N. DoddRemove an unnecessary cast.
2002-08-07 Andrey A. ChernovBack out workaround of fixing "suspend/fg" by price...
2002-08-06 Matthew N. Dodd- Use time.h not sys/time.h.
2002-08-05 Greg LeheyRemove Australia from list of locations supposedly...
2002-08-05 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-05 Matthew N. DoddRemove extra space in output.
2002-08-05 Matthew N. DoddDiff reduction.
2002-08-05 Matthew N. DoddUse timespec not timeval.
2002-08-04 Jake BurkholderPorted to sparc64.
2002-08-04 Bruce EvansInclude <sys/time.h> for the declaration of struct...
2002-08-04 Matthew N. DoddAdd options to print the argument and environment strin...
2002-08-04 Matthew N. DoddAdd a "FreeBSD ELF32" entry to ex_types[].
2002-08-04 Matthew N. DoddTerminate the output line when a non-returning syscall...
2002-08-04 Matthew N. DoddAdd options to print absolute and relative timestamps.
2002-08-04 Matthew N. DoddAllow tracking fork()ed children.
2002-08-04 Matthew N. DoddParameterize globals.
2002-08-02 Robert DrehmelUse a cast to `void *' before casting to a pointer...
2002-08-01 Dag-Erling SmørgravDon't depend on namespace pollution from <netinet/in_pc...
2002-08-01 Dag-Erling SmørgravImplement the -l and -c options, which I'd forgotten.
2002-07-31 Dag-Erling SmørgravRewrite sockstat(1) in C.
2002-07-30 Tony FinchFix some bugs in in-place editing:
2002-07-30 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-07-30 Tim J. RobbinsIgnore leading semicolons on commands; required by...
2002-07-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-07-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-07-29 Tim J. RobbinsWhen translating and -C is specified, behave as if...
2002-07-29 Tim J. RobbinsWhen translating and the -c option is specified, handle...
2002-07-29 Ruslan ErmilovDrop support for COPY, -c has been the default mode...
2002-07-29 Ruslan ErmilovIgnore -C, -p, and -S options of install(1) when used...
2002-07-28 Dag-Erling Smørgravfetch(1) is WARNS-5 clean (tested on i386 and Alpha)
2002-07-28 Dag-Erling SmørgravUse strtol(3) instead of a home-grown version, and...
2002-07-28 David MaloneAdd enough consts to keep everyone happy.
2002-07-28 David MaloneDon't reuse a const char * when we really want a char *.
2002-07-28 David MaloneImprove WARNS situation for kdump:
2002-07-28 David MaloneANSIify function definitions to avoid a warning.
2002-07-28 David MaloneThe return value of snprintf should be always nonnegati...
2002-07-28 David MaloneANSIify function definitions to avoid a warning.
2002-07-28 David MaloneANSIify function definitions to avoid a warning.
2002-07-28 David MaloneANSify function definitions to avoid a warning.
2002-07-28 David MaloneANSIify function definitions to avoid a warning.
2002-07-28 David MaloneANSIify function definitions to avoid a warning.
2002-07-28 David MaloneANSIify function definitions to avoid a warning.
2002-07-28 David MaloneANSIify function definitions to avoid some warnings.
2002-07-28 David MaloneANSIify function definitions to avoid a warning.
2002-07-28 David MaloneANSIify function definitions to avoid a warning.
2002-07-28 Juli MallettSearch the include path for the argument to -f, to...
2002-07-28 Dima DorfmanAdd a -v option that prevents switching virtual termina...
2002-07-28 Juli MallettPrint a warning when we are given two scripts for one...
2002-07-28 Bill FennerThis commit was generated by cvs2svn to compensate...
2002-07-28 Greg LeheyClarify J.S. Bach's life: he was only born once, and...
2002-07-26 Warner LoshBack out jmallett's realpath changes. They break a...
2002-07-26 Tim J. RobbinsUse sigaction(2) instead of signal(3) to avoid the...
2002-07-25 Johan KarlssonDefine all paths in pathnames.h
2002-07-25 Tim J. RobbinsGive an example showing how to change the mesg status...
2002-07-24 Robert Drehmelstyle(9): - Put a space after the 'return' keyword.
2002-07-24 Robert DrehmelUse an ANSI-C function definition rather than a
2002-07-24 Robert Drehmel - Add a COMPATIBILITY section explaining that the...
2002-07-24 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-07-24 Robert DrehmelAllow selection of the affected terminal using redirection
2002-07-24 Johan KarlssonTeach whereis(1) about games.
2002-07-24 John PolstraWiden struct sockbuf's sb_timeo member to int from...
2002-07-23 Tom RhodesRevert previous delta for cut(1) and calendar(1) as...
2002-07-23 Juli MallettRemove duplicate __FBSDID() - spotted by trying to...
next