summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Small formatting change to interval() to align columns so that:scrappy1997-03-311-3/+3
| | | | | | | | | | toronto up 5+18:58, 0 users, load 0.00, 0.00, 0.00 zeus up 109+13:53, 0 users, load 0.55, 0.28, 0.15 looks like: toronto up 5+18:58, 0 users, load 0.00, 0.00, 0.00 zeus up 109+13:53, 0 users, load 0.55, 0.28, 0.15
* Use srandomdev() nowache1997-03-301-5/+10
| | | | Fix error with begin variable calculation
* Move uucplock into libutil and create a manual page.brian1997-03-301-4/+2
|
* Fix broken built-in ELF file handling, caused by missing prototypesjdp1997-03-292-3/+7
| | | | and use of off_t. Correct the types of Elf64_Addr and Elf64_Off.
* Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.wpaul1997-03-292-3/+5
| | | | | | | | | (I'm not sure why this happens, though I suspect it may be because the server is configured with only passwd maps instead of both passwd and master.passwd maps. This is allowed, but I think in this case pw_class is left NULL, hence the problem.) Also applied similar patch to chpass/pw_yp.c just for paranoia's sake.
* The text describing exit values >1 was formatted incorrectly.mpp1997-03-291-2/+2
| | | | Obtained from: NetBSD-bugs PR# 3406
* Removed `#define KERNEL'. This was a hack-around for nfs.h being brokenbde1997-03-291-4/+0
| | | | | | | | in the Lite2 merge to not export some nfs constants. It started causing warnings when I added a kernel-only #define for DIRBLKSIZ. Removed `#define NFS'. This was an old, bad interface for telling <sys/mount.h> to export nfs stuff.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-29118-145/+145
| | | | posix standard on the topic.
* Fix for logic in no-password accounts.davidn1997-03-271-1/+1
|
* Fix "-fstype local" that was broken by another bugfix in the Lite2 merge.peter1997-03-271-5/+5
| | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3076
* Add ASCII collate mainly for fallback for EUC-type localesache1997-03-252-1/+15
|
* Add fake codesets 3 & 4ache1997-03-251-15/+23
| | | | Submitted by: junker@jazz.snu.ac.kr
* Be tolerant to old uuencode programs which encode the ASCII NULwosch1997-03-251-1/+1
| | | | | | character as character 32 (space) instead character 64 (`). See also 'The UNIX-HATERS Handbook', page 82-83.
* Don't bypass password prompt for root logins on insecure tty ifdavidn1997-03-251-3/+5
| | | | the root password is empty.
* strdup() value of term to correctly preserve contents.davidn1997-03-241-11/+9
| | | | | Rearrange validation logic so that it works correctly when compiled with kerberos support. Closes PR#3056.
* Initialize RNG only onceache1997-03-241-2/+7
| | | | Use srandomdev() now
* Remove libcurses, it is pure termcap applicationache1997-03-241-2/+2
|
* Buffer overflow from Keith Bostic.imp1997-03-241-1/+1
| | | | Obtained from: BSDi by way of Keith Bostic
* Use mkstemp rather than mktemp to prevent a small race.imp1997-03-241-3/+9
| | | | OpenBSD has a similar code, but this was indepenent.
* Use the .Tn macro for a couple of generic FreeBSD references.mpp1997-03-241-2/+3
| | | | | This has the desired side-effect of preventing a bad hyphenation of the word FreeBSD in one place.
* Include `top'.joerg1997-03-231-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r24143,joerg1997-03-235-0/+1117
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is the FreeBSD-specific files for top, plus the Makefilejoerg1997-03-235-0/+1117
| | | | | | that pulls all the files from contrib. Obtained from: The ports collection (mostly).
* Remove the text that says nroff and pr automatically disablempp1997-03-221-6/+1
| | | | writing to the tty while they are running because they don't.
* Don't generate invalid C++ code (for implicit conversion from `void *' inbde1997-03-221-3/+3
| | | | assignment).
* I had to rename one additional file in the last file import, sompp1997-03-201-1/+2
| | | | update this script to reflect that.
* The author picked up this file from FreeBSD, but gave it a different namempp1997-03-181-72/+0
| | | | in file v3.22, so this one is going away.
* Merge to resolve conflicts with file 3.22 merge.mpp1997-03-1819-270/+531
|
* This commit was generated by cvs2svn to compensate for changes in r23988,mpp1997-03-1833-85/+1136
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to file version 3.22.mpp1997-03-1852-326/+1709
| | | | | | | | Obtained from: ftp://ftp.deshaw.com/pub/file/file-3.22.tar.gz
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-file'.cvs2svn1996-10-242-0/+24
| |
* | Submitted by: Paul Traina <root@shockwave.com> (partially)davidn1997-03-181-153/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup of #ifdef's for LOGIN_CAP. Fixed bug in empty shell (closes PR#2550). Refused root logins now displays standard "Login incorrect" and exhibits identical backoff behaviour to a failed login. Cleaned up logging of refused logins. Use #defines for login retries and backoff. Also implemented definable variables if LOGIN_CAP is defined, with "login-retries" and "login-backoff" as capabilities in the default class (closes PR#2805). TERM from previous environment is no longer truncated.
* | Skip \r character while printing Plan/etc. text files, it allows toache1997-03-171-2/+4
| | | | | | | | | | handle \r\n and \n\r files properly. Previous variant put ^M for \r\n and ^M\n for \n\r
* | Slight visual formatting change to the output so that:scrappy1997-03-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | procs memory page disks faults cpu r b w avm fre flt re pi po fr sr w0 w1 in sy cs us sy id 1 0 04135184 6016 180 2 1 0 158 135 10 0 386 1820 77 20 6 74 looks like: procs memory page disks faults cpu r b w avm fre flt re pi po fr sr w0 w1 in sy cs us sy id 1 0 0 4135188 6016 180 2 1 0 158 135 10 0 387 1821 77 20 6 74
* | Fix a security problem where the ktrace.out file could have been writtenjoerg1997-03-152-5/+16
| | | | | | | | | | | | | | over a file owned by someone else. Pointed out by: wosch Reviewed by: sef, imp, proff@suburbia.net, bde
* | Update Korean localeache1997-03-131-18/+15
| | | | | | | | Should go into 2.2
* | Add a missing '\' to some text.mpp1997-03-121-1/+1
| | | | | | | | Obtained from: NetBSD-bugs mailing list PR# 3321
* | fix a bug in processing of FTP_TIMEOUT environment variable.jmg1997-03-111-2/+2
| | | | | | | | | | | | Closes PR#2947 Submitted-by: Peter Childs <pjchilds@imforei.apana.org.au>
* | Cope with the possibility of __FreeBSD__ = 3peter1997-03-111-1/+3
| |
* | Merge from Lite2peter1997-03-111-1/+2
| |
* | Include unistd.h for new location of getopt() prototypespeter1997-03-111-1/+2
| |
* | Include unistd.h for new location of getopt prototypepeter1997-03-111-1/+2
| |
* | Include unistd.h for getopt() prototype after Lite2 mergepeter1997-03-111-1/+2
| |
* | Fix srandom arg type according to Lite2ache1997-03-112-3/+3
| |
* | Merge from Lite2 - use new getvfsbyname() and related changes.peter1997-03-115-58/+59
| | | | | | | | understand whiteouts (FTS_W from fts()).
* | Merge from Lite2 (note: needs checking by somebody who understands join)peter1997-03-111-4/+9
| |
* | Merge from Lite2peter1997-03-1117-92/+115
| |
* | This commit was generated by cvs2svn to compensate for changes in r23690,peter1997-03-1110-13/+30
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.peter1997-03-1133-176/+224
| | |
| * | Import of Lite2 version.steve1997-01-061-9/+40
| | |
OpenPOWER on IntegriCloud