summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Remove timedefache1995-08-061-2/+2
|
* Only build telnet if secure telnet is not going to be built.markm1995-08-061-2/+6
| | | | Reviewed by: rgrimes
* Eliminate a few more lurking obj bogons.jkh1995-08-061-9/+27
|
* Fix pm name after some time playing withache1995-08-051-1/+1
|
* timedef addedache1995-08-051-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r9946,ache1995-08-052-0/+89
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Very simple LC_TIME compiler, you fill free to commit more complicated oneache1995-08-052-0/+89
|
* Reference to obj dir hardcoded in this file replaced withjkh1995-08-051-3/+9
| | | | | a more intelligent macro. I hate the obj link mechanism, I tell you, I hate it! :-)
* Remove _set_ospeed, it is done in tgetentache1995-08-051-1/+0
|
* Remove _set_ospeed, done in tgetent now.ache1995-08-052-14/+0
|
* Remove _set_ospeed, trick done in tgetent nowache1995-08-051-1/+1
|
* Use data ports in the range 40000..44999 by default to enhance FTP usabilitypst1995-08-058-10/+84
| | | | | | | in a firewall environment. Original idea by Mark Tracy (?). Reviewed by: wollman Submitted by: pst
* Make install not remove the target file if -s has been specified butjoerg1995-08-041-1/+1
| | | | | | | | | stripping failed (since the file has been a shell script, for example). Closes PR # bin/645: "install -c -s" can't inst... Submitted by: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
* Add missing ospeed initialization.ache1995-08-042-3/+15
|
* Replace ospeed switch with _set_ospeedache1995-08-041-28/+1
|
* Replace wrong ospeed setting (overflows) with new _set_ospeedache1995-08-041-1/+1
| | | | function.
* Allow it works with non-fixed termios speeds.ache1995-08-042-7/+9
| | | | Replace ospeed switch with new _set_ospeed
* Change outc to match prototypeache1995-08-041-2/+2
|
* Make tset works with non-fixed termios speeds too.ache1995-08-043-61/+8
| | | | Eliminate ospeed switch using new _set_ospeed function
* Back out speed reducing to 38400 for old remote rlogind.ache1995-08-031-3/+1
| | | | | | | I do some digging out on this subject and found that remote rlogind may reduce big speeds to 38400 by itself and (as more often rlogind variant) speed setting ioctl fails, so speed left on 9600. In all cases it doesn't do any real harm.
* Sanitize the PGP strings a bit.phk1995-08-031-9/+10
|
* Use the same DECODE_BAUD trick like in new telnet to setache1995-08-021-0/+16
| | | | | termios speed Obtained from: Pre-Lite2 telnet
* Submitted by: Wolfram Schneider <w@cs.tu-berlin.de>asami1995-08-021-2/+2
| | | | | The currently (1995/07/31 04:22:07) implemented if (-x "$prog") { works only if you have '.' in your $PATH variable.
* Add the maybe_stripped to a CLEANFILES target to get a clean obj directoryats1995-08-011-0/+1
| | | | after a clean or cleandir.
* Reduce passed speed to 38400, like telnet does too.ache1995-08-011-1/+3
| | | | Remote rlogind may not understand speeds > 38400.
* Submitted by: Torbjorn Granlund <tege@matematik.su.se>asami1995-07-311-7/+12
| | | | | * /usr/bin/which doesn't work if a complete path is passed to it. This is incompatible with other flavours of Unix, Here is a suggested patch:
* Output statistics as unsigned in the -w section.dg1995-07-293-18/+26
| | | | | | Look at error return of kread() and stop on error. Fix warning in kread() to not output "kvm_read:" twice. Killed PCB cache misses stat as we no longer have it.
* Add "connections dropped by persist timeout" statistic.dg1995-07-291-0/+1
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-2516-26/+26
| | | | specified in the top level Makefiles.
* Change `install' to `${INSTALL}' as usual.bde1995-07-253-6/+6
| | | | Remove the extra slash in ${DESTDIR}/${BINDIR}.
* Build a stripped copy of `strip' so that it doesn't have to be strippedbde1995-07-241-3/+11
| | | | | | | | | | | at install time. This will allow `install -C' to avoid replacing the installed copy if the new copy is the same. `install -C' would actually work right if `strip' is already installed, but the Makefile doesn't know that and has to work for plain `install'. Stripping should be done by default at link time, but complications would still be required for installing `strip' in case the default is overridden.
* Add magic cookie for Zyxel modems ADPCM4 encoding.mpp1995-07-241-0/+2
| | | | Submitted by: Henrik Vestergaard Draboel <hvd@terry.ping.dk>
* Set NOSHARED=true, having this binary static makes it much easier torgrimes1995-07-241-0/+2
| | | | | | fix /usr/lib/*.so problems. Submitted by: davidg
* D*mn, botched my last commit message. :-(joerg1995-07-221-0/+2
| | | | | | | | | | | >Description: A machine with uptime >1 year appears wrong in the ruptime list Fixes bin/626: ruptime doesn't like big ... Reviewed by: Submitted by: root@xaa.stack.urc.tue.nl Obtained from:
* this avaids the "lineoverflow" which you'll always get at 80 column displaysjoerg1995-07-221-1/+1
| | | | | | | | at bootup Reviewed by: Submitted by: graichen@omega.physik.fu-berlin.de (Thomas Graichen) Obtained from:
* Change the weekday abbrevaiations to two letters each. This reducesjoerg1995-07-221-2/+2
| | | | | | | | | their ambiguity and makes the output more consistent with other calendars (e.g. cal in Emacs). Reviewed by: Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) Obtained from:
* Slightly better message for `ypwhich -x':wollman1995-07-201-1/+1
| | | | | was: Use "foo" for "foo.bar" now: "foo" is an alias for "foo.bar"
* When 'w' finds an IP address in the ut_host field, it attempts to dopeter1995-07-181-0/+8
| | | | | | | | | | | | a gethostbyname() on it. That can take a long time... (especially if the reason the IP address is in there in the first place is because login/rlogind/telnetd couldn't find it either....) This patch reduces the gethostbyaddr lookup time to 2 seconds, the idea being that if the local nameserver knows the answer, it'll answer within that time, otherwise we dont care... :-) This change doesn't do anything about whether or not w should do this in the first place, but at least it will make the current behavior less painful. Reviewed by: David Greenman
* Oops! Andrey pointed out tht setlocale(LC_CTYPE, "") doesn't actuallypeter1995-07-181-3/+0
| | | | | | | | work for locale's with multibyte characters. Backing this out.... cvs diff -c -r1.1 -r1.2 main.c | patch -R Reviewed by: Submitted by: Obtained from:
* Make 'more' sensative to the current locale for it's ctype calls.peter1995-07-171-0/+3
| | | | | | Reviewed by: Submitted by: Thomas Gellekum, with minor cosmetic changes from me. Obtained from:
* Fix the 'w' command so that the -h option correctly supresses the headingpeter1995-07-171-2/+2
| | | | | | | as per the manual page. Closes PR578. Reviewed by: Submitted by: Kenneth D. Merry Obtained from:
* Fix chpass so that it doesn't advance the passwordmpp1995-07-161-11/+9
| | | | | change and expire dates by 1 day anytime root edits a user that has a change/expire date set.
* Remove the dangerous "eof" command that used to be an alias for "weof"joerg1995-07-162-2/+24
| | | | | | | | but usually got confused with "eom". It didn't ring the warning bell saying: "You are probably going to mark your whole tape as deleted right now." A warning message pointing to "weof" and "eom" is issued instead.
* Added support for an LCS-style `wheel su' which allows users in group wheelwollman1995-07-121-6/+36
| | | | | | | | | | to su to root by authenticating as themselves (using a password or S/Key) rather than by using the root password. This is useful in contexts like ours, where a large group of people need root access to a set of machines. (However, the security implications are such that this should not be enabled by default.) The code is conditionalized on WHEELSU.
* Don't attempt to read the variable `total' from the kernel. `total'bde1995-07-121-4/+2
| | | | | | isn't used in systat or in the kernel (it was replaced by a sysctl() call involving VM_METER) and will go away when I clean up bogus common variables in the kernel.
* Instantiate our own variables instead of depending on bogus commonbde1995-07-121-1/+2
| | | | declarations in system headers that will be fixed soon.
* Instantiate our own variables instead of depending on bogus commonbde1995-07-121-2/+5
| | | | declarations in system headers that will be fixed soon.
* Add kzip to the clean and cleandir target so that it also get cleaned upats1995-07-081-2/+2
| | | | properly.
* PR # bin/274joerg1995-07-081-1/+1
| | | | | | | | | | | | > The command: > > touch -t 199504011200 testfile > > gives the error message: > > touch: out of range or illegal time specification: [[CC]YY]MMDDhhmm[.SS] Submitted by: mpp@legarto.minn.net (Mike Pritchard)
* This fixes 'split -l NNN foo'. As it stands split willrgrimes1995-07-071-1/+1
| | | | | | | | | | complain about an 'illegal line count' becuase it's looking at the wrong end pointer (ep) to detect any extra characters after the NNN. Submitted by: Rich Murphey <rich@freebsd.org> This should probably get pulled into 2.0.6 and 2.1.0
OpenPOWER on IntegriCloud