summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge from Lite2 (print "??" instead NULL if devname() fails). Morebde1997-07-061-5/+9
| | | | | | | | | | | | | | | | | | | | faithful stealing from pstat would have given this already.
* | | | | Importing Lite2 broke lookup() to return -1 for the nmatches == 0 case.bde1997-07-061-1/+5
| | | | | | | | | | | | | | | | | | | | Fixed.
* | | | | This commit was generated by cvs2svn to compensate for changes in r27229,bde1997-07-061-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import Lite2's src/usr.bin/systat. cmds.c is still on the vendor branchbde1997-07-062-7/+6
| | | | | | | | | | | | | | | | | | | | and this import just breaks it.
* | | | | This commit was generated by cvs2svn to compensate for changes in r27227,bde1997-07-061-3/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import Lite2's src/usr.bin/leave. The man page is still on the vendorbde1997-07-061-3/+3
| | | | | | | | | | | | | | | | | | | | branch and this import just makes a cosmetic change.
* | | | | Merge from Lite2 (reject widths <= 0 instead of pretending that they are 80).bde1997-07-061-9/+9
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r27224,bde1997-07-061-34/+30
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import Lite2's src/usr.bin/banner. The man page is still on the vendorbde1997-07-062-43/+39
| | | | | | | | | | | | | | | | | | | | branch and this import converts it to mdoc format.
* | | | | Default to `cksum' instead of to `sum' for unusual program names.bde1997-07-061-7/+10
| | | | | | | | | | | | | | | | | | | | Mention `sum' in the usage message.
* | | | | Merge from Lite2 (make the command `sum' an alias for `cksum -o 1', andbde1997-07-062-14/+37
| | | | | | | | | | | | | | | | | | | | reject -o args other than "1" or "2").
* | | | | This commit was generated by cvs2svn to compensate for changes in r27219,bde1997-07-061-1/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import Lite2's src/usr.bin/cksum. The Makefile is still on the vendorbde1997-07-063-22/+45
| | | | | | | | | | | | | | | | | | | | branch and will temporarily give bogus hard links cksum[.1] -> sum[.1].
| * | | | Import CSRG 4.4BSD-Lite2 tsortpeter1997-03-111-1/+2
| | | | |
* | | | | .if exists(../eBones) tests the obj dir, not the source dir's existance.peter1997-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | The existance of a stale obj dir does not imply the source too.
* | | | | Add rcsid, prototypes. Use err(3).charnier1997-07-032-15/+37
| | | | |
* | | | | Add rcsid, usage(). Silent -Wall. Use warn(3).charnier1997-07-026-17/+46
| | | | |
* | | | | Nm does not always need an argument.charnier1997-07-021-6/+4
| | | | |
* | | | | One newline should be enough.charnier1997-07-021-2/+2
| | | | |
* | | | | Add forgotten newline.wosch1997-07-012-4/+4
| | | | | | | | | | | | | | | | | | | | Submitted by: Solaris gencat
* | | | | Do not use argv[0] in usage().charnier1997-07-011-8/+8
| | | | |
* | | | | Add usage(), rcsid. Use getopt().charnier1997-07-011-12/+44
| | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD.
* | | | | Use EX_USAGE in usage().charnier1997-06-301-2/+2
| | | | |
* | | | | Remove lines inside #ifdef 0/#endif.charnier1997-06-301-31/+1
| | | | |
* | | | | Add usage().charnier1997-06-301-3/+11
| | | | |
* | | | | Document -k flag.charnier1997-06-302-8/+15
| | | | |
* | | | | Use err(3) instead of local redefinition. Change argument name in mancharnier1997-06-302-42/+14
| | | | | | | | | | | | | | | | | | | | page to sync with usage string.
* | | | | Add usage string. Typo in man page.charnier1997-06-302-10/+15
| | | | |
* | | | | Uncompress is under .Nm not .Ar.charnier1997-06-301-1/+1
| | | | |
* | | | | Mdoc'ify man page. Use err(3). Remove whoami.charnier1997-06-303-64/+49
| | | | |
* | | | | Use err(3). Add DIAGNOSTIC section name in man page.charnier1997-06-302-9/+8
| | | | |
* | | | | Add missing -s flag in usage string.charnier1997-06-301-1/+1
| | | | |
* | | | | Add magic for FIGlet fonts and controlfilesobrien1997-06-291-0/+9
| | | | | | | | | | | | | | | | | | | | Obtained from: Figlet v2.2 release.
* | | | | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
* | | | | Some minor cosmetic tweaks.steve1997-06-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/3941 Partially submitted by: uenami@imasy.or.jp
* | | | | Replace hand-made tolower conversions with real tolower from ctypeache1997-06-271-8/+6
| | | | |
* | | | | Protect isspace by isascii to not count high spacesache1997-06-272-6/+6
| | | | |
* | | | | Activate collate to sort local files properly for completionache1997-06-272-6/+6
| | | | |
* | | | | Localize it (ctype)ache1997-06-276-27/+30
| | | | | | | | | | | | | | | | | | | | | | | | | 8bit ctype clean fixes (I can't input 8bit chars otherwise in this new ftp, it beeps)
* | | | | Use err(3) instead of local redefinition.charnier1997-06-261-7/+10
| | | | |
* | | | | Add usage(). Put program name in bold in the man page.charnier1997-06-262-7/+15
| | | | |
* | | | | Remove use of progname. Add usage().charnier1997-06-261-7/+13
| | | | |
* | | | | Correct usage string. Program name converted to bold in man page.charnier1997-06-262-5/+7
| | | | |
* | | | | Treat no match as a failure. This is the normal behaviour on SunOS.tegge1997-06-251-0/+1
| | | | |
* | | | | Import substantial improvements to ftp(1) from NetBSD, largely themsmith1997-06-2514-1398/+3555
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work of Luke Mewburn. This includes, but is not limited to : - commandline editing and history. - local and remote filename completion. - a new progress display. - the ability to access files using either the ftp or http protocols, and use http proxies for ftp transfers. The FreeeBSD "restricted ports" functionality was preserved. Obtained from: NetBSD
* | | | | Update manpage to newer version. Use err(3).charnier1997-06-252-19/+20
| | | | |
* | | | | Free a malloc'ed variable before exiting. Compute line number when parsingcharnier1997-06-252-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | input file, it helps finding errors. Obtained from: OpenBSD.
* | | | | Don't depend upon the kernel load address being 0xf0100000.tegge1997-06-241-2/+2
| | | | |
* | | | | Document the use of `ls -lo' to see flags.charnier1997-06-241-0/+4
| | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD.
* | | | | Add prototypes to functions. Make -Wall happy.charnier1997-06-241-45/+74
| | | | |
OpenPOWER on IntegriCloud