]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Don't get stuck in a loop calling exit from an atexit routine. Clean
[FreeBSD/FreeBSD.git] / usr.bin /
2000-07-17 Dag-Erling SmørgravThe description of the semantics of -v and -q has long...
2000-07-17 Dag-Erling SmørgravWhile I'm at it, break a line that was too long, remove...
2000-07-17 Dag-Erling SmørgravDocument the fact that -r and -m are mutually exclusive.
2000-07-17 Dag-Erling SmørgravRearrange / rewrite large portions of fetch() to take...
2000-07-17 Sheldon HearnUse pwd instead of cwd in backticks. cwd in backticks...
2000-07-16 Dag-Erling SmørgravBetter signal handling.
2000-07-15 Andrey A. ChernovFix octal numbers parsing
2000-07-15 Alfred PerlsteinFix systat to use the kern.ipc.mbtypes sysctl instead...
2000-07-15 Alfred PerlsteinMake mbstat.m_mtypes seperate and viewable via sysctl...
2000-07-14 Brian SomersAdd the -z flag to check file sizes first
2000-07-14 Andrey A. Chernovncurses -> termcap
2000-07-14 Paul SaabUpgrade to less v358.
2000-07-14 Paul SaabThis commit was generated by cvs2svn to compensate...
2000-07-13 Dag-Erling SmørgravFix a bug in the stats display that showed up when...
2000-07-12 Dag-Erling SmørgravRework the stats code for the nth time. Much cleaner...
2000-07-12 Ben Smithurst"ls" is note the same as "nlist", but it is the same...
2000-07-12 Jun-ichiro itojun... remove m_pulldown related statistics, it is not for...
2000-07-12 Dag-Erling SmørgravNow that the HTTP code supports timeouts, we don't...
2000-07-12 Jeroen Ruigrok van... Backout previous commit.
2000-07-12 Jeroen Ruigrok van... MFC: fix some output cosmetics so that the finger ...
2000-07-12 Dag-Erling SmørgravRework the stats code to avoid code duplication.
2000-07-11 Daniel HarrisSpelling (embedd to embed) fix and change a comma to...
2000-07-11 Jeroen Ruigrok van... Fix finger -s output on an user who never logged in.
2000-07-11 Paul SaabFix a bug when talking to non-freebsd machines where...
2000-07-10 Stefan EßerExtend to deal with 64 bit numeric arguments.
2000-07-10 Kris KennawayDon't call warn() with no format string.
2000-07-10 Kris KennawayDon't call err() with no format string.
2000-07-10 Kris KennawayOops, missed another printf() invocation with no format...
2000-07-10 Kris KennawayDon't call printf() with no format string.
2000-07-10 Kris KennawayDon't call warn() with no format string.
2000-07-10 Kris KennawayDon't call err() with no format string.
2000-07-10 Kris KennawayDon't call printf with no format string.
2000-07-09 Dag-Erling SmørgravDon't segfault if given an invalid URL (doh!)
2000-07-09 Andrey A. ChernovFix assembler error messages - there is no \n allowed...
2000-07-09 Wilfredo SanchezUse __RCSID()
2000-07-09 Wilfredo SanchezUse __RCSID()
2000-07-09 Wilfredo SanchezInitialize variable
2000-07-08 Dag-Erling SmørgravClarify the meaning of -m and -n (thanks to bde).
2000-07-08 Dag-Erling SmørgravStraighten out the behvaiour of -m and -n (thanks to...
2000-07-08 Peter WemmInitial kenv(1) hack for dumping the kernel environment...
2000-07-07 Hajimu UMEMOTOOne more EAI_NONAME -> EAI_NODATA issue.
2000-07-07 Hajimu UMEMOTOMake telnet -s work. It is corresponding to EAI_NONAME...
2000-07-07 Kris KennawayEnable whois queries over IPv6
2000-07-07 Kris KennawayMFS: Don't allow printf directives in PAGER
2000-07-05 Nick HibmaAdd the usbhidctl utility, from NetBSD, by Lennart...
2000-07-05 Dag-Erling SmørgravAdd MIT copyright
2000-07-05 Jun-ichiro itojun... simplify and correct name resolution in tn().
2000-07-05 Jun-ichiro itojun... add pfkeystat. sync with kame
2000-07-04 Jun-ichiro itojun... more pre-requisite for new ipv6 ioctls
2000-07-04 Jun-ichiro itojun... sync with latest kame netstat. basically, more statistics
2000-07-03 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-07-03 Peter WemmThis commit was generated by cvs2svn to compensate...
2000-07-03 Brian FeldmanAdd the RealMedia file format. Also, add the $FreeBSD$.
2000-07-02 Warner Loshfix fd leak by close(fd) at end of loop.
2000-07-01 Brian FeldmanThe SVR4 module calls itself ELFOSABI_SOLARIS, and...
2000-06-29 Dag-Erling SmørgravNote that the -h, -c and -f options are deprecated...
2000-06-29 Dag-Erling SmørgravImplement the -c option
2000-06-29 Dag-Erling SmørgravDon't forget to delete the output file if the request...
2000-06-28 Dag-Erling SmørgravNew libfetch-based fetch.
2000-06-28 David E. O'BrienTurn off GLOBAL. It is moving to Ports.
2000-06-26 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-25 Mark MurrayThis commit was generated by cvs2svn to compensate...
2000-06-24 Ruslan Ermilov- Reflect `gateport' variable type change.
2000-06-23 Ruslan ErmilovGet rid of segfault in a `site %s' case.
2000-06-23 Sheldon HearnFix problems introduced in the previous commit:
2000-06-23 Thomas GellekumInstall a VGA font for the X11 mode. Use a line like
2000-06-22 Jonathan LemonIf the kevent() registration fails (probably due to...
2000-06-20 Brian FeldmanMake cmp -s work properly if skip values are given...
2000-06-20 Alexander LangerFix typo(s) I overlooked in my last commit.
2000-06-20 Stefan EßerFix obvious cut-n-paste error.
2000-06-20 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-17 Josef KarthauserSwitch over to using the new fflagstostr and strtofflag...
2000-06-14 Alexander Langer/etc/weekly --> /etc/periodic/weekly/310.locate
2000-06-14 Hajimu UMEMOTOMake sure to use native IPv4 addrerss even if getaddrinfo()
2000-06-14 Ollivier RobertMake find -Wall -Wredundant-decls clean.
2000-06-13 Alexander Langermdoc improvements and better readability of the text.
2000-06-12 Hajimu UMEMOTOMention about -4 and -6 options.
2000-06-12 Ollivier Robert This patch adds the -mindepth and -maxdepth options...
2000-06-12 Jeroen Ruigrok van... Document SVR4 branding is supported.
2000-06-12 Ollivier Robert The find -perm option currently supports an...
2000-06-10 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-10 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-10 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-10 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-09 Guy HelmerO_NONBLOCK was used as a command with a bogus arg to...
2000-06-06 David E. O'BrienAdd links to "edit" to ease tech support's job.
2000-06-04 Jeroen Ruigrok van... Fix example.
2000-06-04 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-04 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-06-03 Bruce EvansFixed some style bugs. Apart from formatting bugs...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-03 Kris KennawayThis commit was generated by cvs2svn to compensate...
2000-06-01 Poul-Henning KampDuh! get the scaling right.
2000-06-01 Poul-Henning KampRescale the IOstat bars, modern disks are faster than...
2000-05-29 Paul SaabNuke more from the repository.
2000-05-27 Kris KennawaySilence warnings.
2000-05-27 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2000-05-26 Jeroen Ruigrok van... This commit was generated by cvs2svn to compensate...
next