summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Rework the stats code for the nth time. Much cleaner now.des2000-07-121-98/+62
* "ls" is note the same as "nlist", but it is the same as "dir". Correctben2000-07-121-18/+30
* remove m_pulldown related statistics, it is not for production systemitojun2000-07-121-32/+0
* Now that the HTTP code supports timeouts, we don't need to use alarm()des2000-07-121-16/+29
* Backout previous commit.asmodai2000-07-121-1/+1
* MFC: fix some output cosmetics so that the finger -s output is properlyasmodai2000-07-121-1/+1
* Rework the stats code to avoid code duplication.des2000-07-121-13/+16
* Spelling (embedd to embed) fix and change a comma to a semicolon.dannyboy2000-07-111-2/+2
* Fix finger -s output on an user who never logged in.asmodai2000-07-111-1/+1
* Fix a bug when talking to non-freebsd machines where carriage returnps2000-07-111-0/+4
* Extend to deal with 64 bit numeric arguments.se2000-07-101-14/+17
* Don't call warn() with no format string.kris2000-07-102-3/+3
* Don't call err() with no format string.kris2000-07-104-21/+21
* Oops, missed another printf() invocation with no format string.kris2000-07-101-1/+1
* Don't call printf() with no format string.kris2000-07-101-1/+1
* Don't call warn() with no format string.kris2000-07-101-1/+1
* Don't call err() with no format string.kris2000-07-102-3/+7
* Don't call printf with no format string.kris2000-07-103-3/+3
* Don't segfault if given an invalid URL (doh!)des2000-07-091-1/+2
* Fix assembler error messages - there is no \n allowed in __COPYRIGHT macroache2000-07-091-2/+1
* Use __RCSID()wsanchez2000-07-0916-100/+67
* Use __RCSID()wsanchez2000-07-0927-56/+82
* Initialize variablewsanchez2000-07-091-1/+1
* Clarify the meaning of -m and -n (thanks to bde).des2000-07-081-6/+3
* Straighten out the behvaiour of -m and -n (thanks to bde).des2000-07-081-6/+12
* Initial kenv(1) hack for dumping the kernel environment. This can bepeter2000-07-084-0/+187
* One more EAI_NONAME -> EAI_NODATA issue.ume2000-07-071-1/+1
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAume2000-07-071-1/+1
* Enable whois queries over IPv6kris2000-07-071-43/+39
* MFS: Don't allow printf directives in PAGERkris2000-07-071-1/+1
* Add the usbhidctl utility, from NetBSD, by Lennart Augusstn_hibma2000-07-054-0/+442
* Add MIT copyrightdes2000-07-051-0/+2
* simplify and correct name resolution in tn().itojun2000-07-051-18/+16
* add pfkeystat. sync with kameitojun2000-07-052-0/+27
* more pre-requisite for new ipv6 ioctlsitojun2000-07-041-0/+3
* sync with latest kame netstat. basically, more statisticsitojun2000-07-048-299/+646
* Add the RealMedia file format. Also, add the $FreeBSD$.green2000-07-031-0/+5
* fix fd leak by close(fd) at end of loop.imp2000-07-021-0/+1
* The SVR4 module calls itself ELFOSABI_SOLARIS, and who am I to disagreegreen2000-07-011-2/+3
* Note that the -h, -c and -f options are deprecated, and remove note thatdes2000-06-291-12/+17
* Implement the -c optiondes2000-06-291-3/+8
* Don't forget to delete the output file if the request fails.des2000-06-291-1/+3
* New libfetch-based fetch.des2000-06-2810-3845/+798
* Turn off GLOBAL. It is moving to Ports.obrien2000-06-281-1/+0
* - Reflect `gateport' variable type change.ru2000-06-245-12/+16
* Get rid of segfault in a `site %s' case.ru2000-06-231-1/+1
* Fix problems introduced in the previous commit:sheldonh2000-06-231-5/+4
* Install a VGA font for the X11 mode. Use a line liketg2000-06-235-7/+146
* If the kevent() registration fails (probably due to the underlyingjlemon2000-06-221-19/+53
* Make cmp -s work properly if skip values are given. Also, exit(1)green2000-06-201-3/+3
OpenPOWER on IntegriCloud