| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to less v358. | ps | 2000-07-14 | 1 | -0/+9 |
* | Fix a bug in the stats display that showed up when resuming aborted transfers. | des | 2000-07-13 | 1 | -2/+2 |
* | Rework the stats code for the nth time. Much cleaner now. | des | 2000-07-12 | 1 | -98/+62 |
* | "ls" is note the same as "nlist", but it is the same as "dir". Correct | ben | 2000-07-12 | 1 | -18/+30 |
* | remove m_pulldown related statistics, it is not for production system | itojun | 2000-07-12 | 1 | -32/+0 |
* | Now that the HTTP code supports timeouts, we don't need to use alarm() | des | 2000-07-12 | 1 | -16/+29 |
* | Backout previous commit. | asmodai | 2000-07-12 | 1 | -1/+1 |
* | MFC: fix some output cosmetics so that the finger -s output is properly | asmodai | 2000-07-12 | 1 | -1/+1 |
* | Rework the stats code to avoid code duplication. | des | 2000-07-12 | 1 | -13/+16 |
* | Spelling (embedd to embed) fix and change a comma to a semicolon. | dannyboy | 2000-07-11 | 1 | -2/+2 |
* | Fix finger -s output on an user who never logged in. | asmodai | 2000-07-11 | 1 | -1/+1 |
* | Fix a bug when talking to non-freebsd machines where carriage return | ps | 2000-07-11 | 1 | -0/+4 |
* | Extend to deal with 64 bit numeric arguments. | se | 2000-07-10 | 1 | -14/+17 |
* | Don't call warn() with no format string. | kris | 2000-07-10 | 2 | -3/+3 |
* | Don't call err() with no format string. | kris | 2000-07-10 | 4 | -21/+21 |
* | Oops, missed another printf() invocation with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Don't call printf() with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Don't call warn() with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Don't call err() with no format string. | kris | 2000-07-10 | 2 | -3/+7 |
* | Don't call printf with no format string. | kris | 2000-07-10 | 3 | -3/+3 |
* | Don't segfault if given an invalid URL (doh!) | des | 2000-07-09 | 1 | -1/+2 |
* | Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro | ache | 2000-07-09 | 1 | -2/+1 |
* | Use __RCSID() | wsanchez | 2000-07-09 | 16 | -100/+67 |
* | Use __RCSID() | wsanchez | 2000-07-09 | 27 | -56/+82 |
* | Initialize variable | wsanchez | 2000-07-09 | 1 | -1/+1 |
* | Clarify the meaning of -m and -n (thanks to bde). | des | 2000-07-08 | 1 | -6/+3 |
* | Straighten out the behvaiour of -m and -n (thanks to bde). | des | 2000-07-08 | 1 | -6/+12 |
* | Initial kenv(1) hack for dumping the kernel environment. This can be | peter | 2000-07-08 | 4 | -0/+187 |
* | One more EAI_NONAME -> EAI_NODATA issue. | ume | 2000-07-07 | 1 | -1/+1 |
* | Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA | ume | 2000-07-07 | 1 | -1/+1 |
* | Enable whois queries over IPv6 | kris | 2000-07-07 | 1 | -43/+39 |
* | MFS: Don't allow printf directives in PAGER | kris | 2000-07-07 | 1 | -1/+1 |
* | Add the usbhidctl utility, from NetBSD, by Lennart Augusst | n_hibma | 2000-07-05 | 4 | -0/+442 |
* | Add MIT copyright | des | 2000-07-05 | 1 | -0/+2 |
* | simplify and correct name resolution in tn(). | itojun | 2000-07-05 | 1 | -18/+16 |
* | add pfkeystat. sync with kame | itojun | 2000-07-05 | 2 | -0/+27 |
* | more pre-requisite for new ipv6 ioctls | itojun | 2000-07-04 | 1 | -0/+3 |
* | sync with latest kame netstat. basically, more statistics | itojun | 2000-07-04 | 8 | -299/+646 |
* | Add the RealMedia file format. Also, add the $FreeBSD$. | green | 2000-07-03 | 1 | -0/+5 |
* | fix fd leak by close(fd) at end of loop. | imp | 2000-07-02 | 1 | -0/+1 |
* | The SVR4 module calls itself ELFOSABI_SOLARIS, and who am I to disagree | green | 2000-07-01 | 1 | -2/+3 |
* | Note that the -h, -c and -f options are deprecated, and remove note that | des | 2000-06-29 | 1 | -12/+17 |
* | Implement the -c option | des | 2000-06-29 | 1 | -3/+8 |
* | Don't forget to delete the output file if the request fails. | des | 2000-06-29 | 1 | -1/+3 |
* | New libfetch-based fetch. | des | 2000-06-28 | 10 | -3845/+798 |
* | Turn off GLOBAL. It is moving to Ports. | obrien | 2000-06-28 | 1 | -1/+0 |
* | - Reflect `gateport' variable type change. | ru | 2000-06-24 | 5 | -12/+16 |
* | Get rid of segfault in a `site %s' case. | ru | 2000-06-23 | 1 | -1/+1 |
* | Fix problems introduced in the previous commit: | sheldonh | 2000-06-23 | 1 | -5/+4 |
* | Install a VGA font for the X11 mode. Use a line like | tg | 2000-06-23 | 5 | -7/+146 |