summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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
| | | | |
* | | | | Remove use of program_name variable.charnier1997-06-241-9/+7
| | | | |
* | | | | Revert part of previous commit. I didn't see rcsid string in the middle ofcharnier1997-06-241-4/+2
| | | | | | | | | | | | | | | | | | | | the file. Put includes in alphabetical order.
* | | | | Long command names are not NUL terminated. Force truncation in format string.tegge1997-06-231-2/+3
| | | | |
* | | | | Typo fix: Alan Turning is aka Alan Turing.charnier1997-06-231-2/+2
| | | | |
* | | | | Use err(3). Abort if strdup() returns NULL.charnier1997-06-232-22/+27
| | | | |
* | | | | Upgrade to a newer version. Old synopsys was incorrect.charnier1997-06-231-3/+3
| | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD
* | | | | Use err(3). Typo fix in usage string.charnier1997-06-231-15/+13
| | | | |
* | | | | Typo fix in man page. Use err(3) instead of local copy.charnier1997-06-232-18/+10
| | | | |
* | | | | Use err(3).charnier1997-06-232-8/+10
| | | | | | | | | | | | | | | | | | | | Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0.
* | | | | Convert man page to mdoc format. Cosmetic in usage string.charnier1997-06-233-241/+352
| | | | |
* | | | | Fix a minor nit in the .Dd macro invocation so thatsteve1997-06-238-12/+12
| | | | | | | | | | | | | | | | | | | | the revision date is displayed correctly.
* | | | | Show the real revision date and not the date that thissteve1997-06-239-12/+12
| | | | | | | | | | | | | | | | | | | | manpage is being viewed.
* | | | | Add some cross references and alphabetize them.jdp1997-06-214-7/+15
| | | | |
* | | | | Typo fix.max1997-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: 3869 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* | | | | Remove srandomdev fallback codeache1997-06-142-7/+5
| | | | |
* | | | | Work around a gcc bug (causing false warnings about integral constant being ↵tegge1997-06-121-0/+11
| | | | | | | | | | | | | | | | | | | | too large, even when the integral constant was e.g. 1).
* | | | | Add yet one holidayache1997-06-112-2/+4
| | | | |
* | | | | Meg -> Mbytesdg1997-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: 3829 Submitted by: Josh Gilliam <josh@quick.net>
* | | | | Fix the man page's title (.Dt).max1997-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | (It has been ``SKEY.ACCESS''.)
* | | | | Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes add the ability to specify that a UFS file/directory cannot be unlinked. This is basically a scaled back version of the IMMUTABLE flag. The reason is to allow an administrator to create a directory hierarchy that a group of users can arbitrarily add/delete files from, but that the hierarchy itself is safe from removal by them. If the NOUNLINK definition is set to 0 then this results in no change to what happens normally. (and results in identical binary (in the kernel)). It can be proven that if this bit is never set by the admin, no new behaviour is introduced.. Several "good idea" comments from reviewers plus one grumble about creeping featurism. This code is in production in 2.2 based systems
* | | | | Now understand password in ftp:// URLsache1997-05-311-25/+34
| | | | |
* | | | | Grr... curse my fumble-fingered hide: logmane -> lognamewpaul1997-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Inscribed onto my chest with razor blades and then doused with lemon juice by: Jason Young <doogie@forbidden-donut.anet-stl.com>
* | | | | Activate new Secure RPC programs.wpaul1997-05-281-6/+6
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r26244,wpaul1997-05-283-0/+122
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | This commit was generated by cvs2svn to compensate for changes in r26242,wpaul1997-05-283-0/+115
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | This commit was generated by cvs2svn to compensate for changes in r26240,wpaul1997-05-283-0/+323
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | This commit was generated by cvs2svn to compensate for changes in r26238,wpaul1997-05-285-0/+796
| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | Typo fix.max1997-05-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | PR: 3684 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* | | | | Remove some quite bogus code that tried to find subnet names but insteadphk1997-05-251-29/+5
| | | | | | | | | | | | | | | | | | | | spammed named with bogus queries.
* | | | | Bootstrap aid from older releases.. 'make world' can't build xinstallpeter1997-05-241-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | until the includes are installed, and it doesn't install the includes until xinstall is built (the previous xinstall binary may not have -C). As a bandaid, define MAP_FAILED ourselves if <sys/mman.h> didn't. Perhaps it would be safer to simply disable mmap if all the prerequisites are not there.
* | | | | Move libmd after all libraries to keep natural libraries orderache1997-05-231-3/+3
| | | | |
* | | | | Restore backwards compatible default behavior for requirehomepst1997-05-231-1/+1
| | | | |
OpenPOWER on IntegriCloud