summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo(s) I overlooked in my last commit.alex2000-06-201-1/+1
* Fix obvious cut-n-paste error.se2000-06-201-1/+1
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-176-13/+6
* /etc/weekly --> /etc/periodic/weekly/310.locatealex2000-06-141-1/+1
* Make sure to use native IPv4 addrerss even if getaddrinfo()ume2000-06-143-0/+37
* Make find -Wall -Wredundant-decls clean.roberto2000-06-141-4/+0
* mdoc improvements and better readability of the text.alex2000-06-131-11/+12
* Mention about -4 and -6 options.ume2000-06-122-2/+18
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-1211-6/+115
* Document SVR4 branding is supported.asmodai2000-06-121-2/+3
* The find -perm option currently supports an exact match,roberto2000-06-123-1/+9
OpenPOWER on IntegriCloud