summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Import the 4.4BSD-Lite2 version of make onto the vendor branchpeter1996-10-061-1/+1
| | | | | | | | | | | | | | | "for reference". This doesn't change anything since all files have been touched.
| * | Import netstat from 4.4Lite-2 - this version eliminates some of thepeter1996-01-144-29/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | severely bogus mask guessing in the netname code, and also reports the mask length of the route (like linux's netstat, but in a much more compact form) The current code is doing bogus things like shifting c-class subnets by 4 bits and looking them up, causing a DNS lookup of 0x0C0CBxxx which takes an eternity to fail.
| * | recording cvs-1.6 file deathpeter1995-12-3082-27805/+0
| | |
* | | Add <ss> and ss orderingache1997-03-101-2/+2
| | |
* | | Fix a gross bug in the ! operator optimization code. The followingjoerg1997-03-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | kind of expressions caused a dereferencation of an uninitialized malloc area, yielding wrong expression evaluation at best, and core dumps at worst (malloc.conf -> AJ): find ... ! \( expr1 ! expr2 \) ...
* | | Add ^ getpid() for better srandom resultsache1997-03-101-2/+2
| | |
* | | Add reference to `PMake - A Tutorial'wosch1997-03-091-2/+7
| | |
* | | Don't use a dot in a chown command. In fact, don't use any commandsbde1997-03-091-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | except `install' at install time. Don't build things at install time. Don't hide the build steps using @. Install with mode ${NOBINMODE} instead of 444. Poor source layout made this harder than it should have been. E.g., a suffix rule can't be used because of the subdirectories, and a new makefile per subdirectory (i.e.m per data file) would be excessive. See /usr/src/usr.bin/mklocale for a better organisation.
* | | Add ^ getpid() to make more random results for subsequent calling.ache1997-03-081-5/+6
| | | | | | | | | | | | | | | | | | Add proper type casting to random calls Should go into 2.2
* | | Made sure the string formated by strftime() is properlyyokota1997-03-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | null-terminated. Fixed a wrong if statement which should test a string is empty where in fact it tested the string pointer was NULL. Should go to RELENG_2_1 and RELENG_2_2. Reviewed by guido@freebsd.org.
OpenPOWER on IntegriCloud