summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* I finally had enough of tip not recognizing carrier loss. now it does.phk1994-09-293-0/+17
|
* Ye GODS! What I had to go through to make this thing exit with a non-zerojkh1994-09-287-24/+48
| | | | | return status when a transfer failed! Hopefully, the next release will do this more elegantly and make these changes short-lived.
* idle time == 0 printed now as "-" like in good old BSDache1994-09-272-1/+5
| | | | skip cua* 3 chars as tty* 3 lchars
* Enable new bind utilities.pst1994-09-261-3/+3
|
* Move the call to des_set_key to after the kerberos initialisation, removingdfr1994-09-262-8/+8
| | | | assumption about the implementation of des_read/des_write.
* If you used tip to start SLIP, tip would fail to write to the ttyphk1994-09-251-0/+2
| | | | after slattach was started. Now tip knows to die when it gets ENODEV...
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.wollman1994-09-242-2/+2
| | | | | | | DANGER WILL ROBINSON! _PATH_UNIX is currently defined as the literal string "don't use this". I am of two minds about this myself, but wanted to get something into the tree as quickly as possible.
* Fixed warnings about prototype mismatch by eliminating outc routinedg1994-09-231-8/+2
| | | | and calling putchar directly.
* ncftp addedache1994-09-231-2/+2
|
* Final (I hope) tuningache1994-09-223-3/+25
|
* This commit was generated by cvs2svn to compensate for changes in r3004,ache1994-09-2229-0/+12578
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * ncftp 1.8.5ache1994-09-2229-0/+12578
|
* Port host to FreeBSDpst1994-09-222-2/+8
|
* Port dig to FreeBSDpst1994-09-222-3/+14
|
* This commit was generated by cvs2svn to compensate for changes in r2988,pst1994-09-222-0/+1665
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * host(1) from BIND 4.9.3BETA9pl1pst1994-09-222-0/+1665
| |
* | This commit was generated by cvs2svn to compensate for changes in r2986,pst1994-09-222-0/+1549
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * dig(1) from BIND 4.9.3BETA9pl1pst1994-09-222-0/+1549
|
* Fix compilation error and formatting mistake.wollman1994-09-221-2/+2
|
* Build lsvfs.wollman1994-09-221-2/+3
|
* Added lsvfs command to show loaded VFS modules (including statically-linkedwollman1994-09-223-0/+107
| | | | ones).
* 1) Make ctype-aware expect chars in range 0200-0204 treatedache1994-09-228-53/+85
| | | | | | | as controls in any case. 2) Fix bug with incorrect column position when standouts occurse 3) Fix bug when last standouted char cause clearing next line in standout
* Make talk ctype-aware, handle controns as tcsh does, use human-orientedache1994-09-202-38/+22
| | | | scroll, most of changes from 1.x
* Declared msginfo, shminfo, and seminfo structs.dg1994-09-191-1/+5
|
* Declare fuction setpassive in file cmds.c void and update correspondingswallace1994-09-182-1/+2
| | | | prototype declaration in extern.h.
* Kludge to workaround ftp coredumping when password is specified beforedg1994-09-181-1/+1
| | | | | | login in .netrc. Submitted by: John Kohl
* Add support for passive mode FTP (default off) to base FTP client to supportpst1994-09-156-0/+68
| | | | | users behind packet filtering firewalls. Obtained from: David Carrel <carrel@cisco.com>
* Added $DESTDIR toswallace1994-09-151-1/+1
| | | | | $DESTDIR/usr/include/sys/ioctl.h $DESTDIR/usr/include/sys/ioctl_compat.h so ioctl.c is generated properly using 2.0 include files in $DESTDIR.
* Back out 'not choose first (two-letter) name' fix, all two-letter namesache1994-09-151-9/+4
| | | | already removed from 4.4 termcap
* Imported the NetBSD version which acts a lot more like the SYSV program.dfr1994-09-133-338/+593
| | | | Obtained from: NetBSD
* Added ipcrm.dfr1994-09-131-1/+1
|
* Utility for deleting message queues, semaphores and shared memory segments.dfr1994-09-133-0/+260
| | | | Obtained from: NetBSD
* Added ipcs.dfr1994-09-131-1/+1
|
* Added from FreeBSD-1.1.5 with some additions to list shared memory segments.dfr1994-09-132-0/+383
|
* Add f2c, rpcgen and rpcinfo, need a decission on cpp and uucp.rgrimes1994-09-121-3/+3
|
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-115-9/+9
|
* Speed matching code never successful, because ospeed range is [0..17]ache1994-09-092-10/+46
| | | | | | but termios speed range is [0..115200]. Of cource ospeed initialized with wrong value too which cann affects terminals with padding, fixed. 57600,115200 added.
* Use second terminal name instead of obsoleted and duplicatedache1994-09-091-4/+9
| | | | first two-letter names (from 1.1.5.1)
* From 1.1.5.1csgr1994-09-081-1/+1
| | | | | | | | >From Arne Bier <csar@cs.ru.ac.za> while running more(1), if you enter ":a" to get the name of the file being viewed, more dumps core when you hit enter (as prompted). This is due to more(1) attempting to find the length of a NULL string. Submitted by: Geoff.
* Add code to pull options out of FINGER environment variable if present.pst1994-09-082-5/+38
| | | | | | | Yes, has same stupid bug as more(1), options must be specified as one argument. Submitted by: pst
* Don't exit early if malloc() fails (never exit early now; the `fatal'bde1994-09-081-10/+12
| | | | | | | flag to err() is useless). The following files might be much smaller so malloc() might work for them. Clean up formatting of the -x change.
* Tell netstat about the new multicast forwarding statistics. For the moment,wollman1994-09-081-8/+23
| | | | | don't try to do any multicast forwarding cache printouts; it's not clear that netstat can do anything particularly useful or meaningful.
* Fix a longstanding bogon with setenv usage.jkh1994-09-071-1/+1
| | | | Submitted by: jkh
* Install Luke's enhancements for finger.pst1994-09-076-24/+117
| | | | | | | | | | By default, behave like the old ugly 4.4bsd finger and print office information instead of remote login information. It's an easy one line fix to make it behave like most other vendor's fingers if we decide to change the default. Reviewed by: pst
* Problem:jkh1994-09-071-1/+27
| | | | | | | | | | | | | | | Accounts that have "pw_change" set, are supposed to change their passwords by the date specified in "pw_change". If they have not changed their passwords by that date, currently they get "LOCKED OUT" of the system. This is not the correct behavior, the user should be prompt (forced?) to change their password at this time. If the behavior of "pw_change" was meant to be a LOCKOUT, then you should use "pw_expire". Solution: Instead of locking out the user, prompt them to change their password. Reviewed by: jkh Submitted by: rls
* Reviewed by:ats1994-09-061-1/+1
| | | | Add entries for the speed 57600 and 115200 to the allowed speeds.
* New flag -u to suppress functions whose name does not begin with anbde1994-09-053-10/+32
| | | | | | | | underscore. Use it to avoid seeing badsw when profiling the kernel. Print times more accurately (e.g. usec in %8.0f format instead of msec in %8.2f format for averages) if hz >= 10000. This should have no effect now since profhz is only 1024.
* Build database at build time instead of at install time.bde1994-09-051-2/+7
|
* u_long -> unsigned long so that we don't depend on namespace pollutionbde1994-09-052-15/+17
| | | | in <stdio.h>.
* Define __GNUC__ as 2 same as cc -E would do.bde1994-09-052-5/+5
|
OpenPOWER on IntegriCloud