summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-141124-1137/+1137
| | | | | | | 'RELENG_4_6_2_RELEASE'. This commit was manufactured to restore the state of the 4.6.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Merge OpenSSH, OPIE, PAM and a number of dependencies from -STABLE.Dag-Erling Smørgrav2002-07-163-2/+17
| | | | Notes: svn path=/releng/4.6/; revision=100168
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-03172-5665/+1971
| | | | Notes: svn path=/releng/4.6/; revision=99348
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-07-031-0/+149
| | | | Notes: svn path=/stable/4/; revision=99347
* MFC: Revision 1.40 & 1.41: Declare environ correctly, and a minor styleTim J. Robbins2002-07-031-6/+6
| | | | | | | change to make future merges easier. Notes: svn path=/stable/4/; revision=99327
* MFC: synch with -CURRENT (long overdue!)Dag-Erling Smørgrav2002-07-038-189/+255
| | | | Notes: svn path=/stable/4/; revision=99323
* MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use forMatthew Dillon2002-07-022-16/+37
| | | | | | | a process (exec() to be handled in Stage II). Notes: svn path=/stable/4/; revision=99274
* MFC: synch with -CURRENT.Dag-Erling Smørgrav2002-07-012-45/+48
| | | | Notes: svn path=/stable/4/; revision=99228
* MFC: install opieinfo(1) and opiepasswd(1) setuid root.Dag-Erling Smørgrav2002-07-012-0/+8
| | | | Notes: svn path=/stable/4/; revision=99210
* MFC: Replace "command" with "utility", manual page nits.Tim J. Robbins2002-06-282-15/+12
| | | | | | | time.1 rev. 1.17-1.19, time.c rev. 1.22 Notes: svn path=/stable/4/; revision=98964
* MFC: Ignore trailing newline when comparing lines, POSIX field skip algorithm.Tim J. Robbins2002-06-281-13/+29
| | | | | | | Revisions 1.21, 1.22. Notes: svn path=/stable/4/; revision=98962
* Follow the trend of doing a sync of sed(1) between RELENG_4 and HEAD!Juli Mallett2002-06-271-6/+6
| | | | | | | | | | MFC revision 1.28 of sed.1 which sorted the HISTORY section to the proper location and corrected the wording referring to sed(1), changing from referring to it as a function to referring to it as a utility (for obvious reasons). Notes: svn path=/stable/4/; revision=98906
* MFC 1.23 - fix off-by-one in sed transliterate cmdMatthew Dillon2002-06-271-1/+1
| | | | | | | Requested by: random list sulkers Notes: svn path=/stable/4/; revision=98903
* On behalf of my mentor, MFC an improved[*] version of revision 1.19 ofJuli Mallett2002-06-261-6/+15
| | | | | | | | | | | | | | | | fetch.c, which supports HTTP/1.1 name-based virtual hosts when a proxy is not being used, and uses asprintf(3) to unlimit URL strings constructed when preparing to perform the request. PR: 30054 [*] - RELENG_4 doesn't have snprintf(3) checks like HEAD did, but I felt compelled to check for asprintf(3) failure where snprintf(3) was checked before revision 1.19. Additionally, I check now for http_buffer being set to NULL, which revision 1.19 failed to do. Notes: svn path=/stable/4/; revision=98886
* MFC: `sed -i'.David E. O'Brien2002-06-266-119/+231
| | | | | | | | | This also gets deregisterization, de_P, and all others changes between 5-CURRENT and RELENG_4. Bump __FreeBSD_version for bsd.port.mk's use. Notes: svn path=/stable/4/; revision=98880
* MFC: Make Synopsis more precise, use "utility" instead of "command" (rev 1.14)Tim J. Robbins2002-06-261-7/+7
| | | | Notes: svn path=/stable/4/; revision=98868
* MFC: Make usage() message more precise (1.9), style changes.Tim J. Robbins2002-06-261-4/+3
| | | | Notes: svn path=/stable/4/; revision=98867
* MFC compile.c::Juli Mallett2002-06-251-4/+24
| | | | | | | | | | | | | | | revision 1.21 date: 2002/06/01 13:25:47; author: green; state: Exp; lines: +24 -4 Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) was initiated at the last character of the line buffer, the Wrong Thing was done and sed barfed by interpreting the following NUL byte as a digit. Instead, pull up the next buffer and record that the "\" was last seen. Submitted by: green Notes: svn path=/stable/4/; revision=98814
* MFC revision 1.23:Juli Mallett2002-06-231-1/+1
| | | | | | | | Give an example of -J that is slightly more likely to work in the situation it seems to imply [a shell doing globbing]. Notes: svn path=/stable/4/; revision=98662
* MFC rev 1.54: Report errors properly if wait() fails.Tony Finch2002-06-211-1/+2
| | | | Notes: svn path=/stable/4/; revision=98592
* MFC major overhaul and upgradeTony Finch2002-06-213-532/+970
| | | | Notes: svn path=/stable/4/; revision=98591
* Hook up 1TA to the build.David E. O'Brien2002-06-212-3/+1
| | | | Notes: svn path=/stable/4/; revision=98589
* The .Nm utilityPhilippe Charnier2002-06-2190-321/+491
| | | | Notes: svn path=/stable/4/; revision=98564
* MFC: An input filename of "-" can be used to mean standard input,Tim J. Robbins2002-06-212-30/+31
| | | | | | | WARNS/style changes. Notes: svn path=/stable/4/; revision=98539
* The .Nm utilityPhilippe Charnier2002-06-2021-86/+122
| | | | Notes: svn path=/stable/4/; revision=98522
* MFC: unexpand(1) -t option, style/WARNS changesTim J. Robbins2002-06-202-72/+163
| | | | | | | unexpand.c revs. 1.6-1.10, expand.1 revs. 1.8-1.9 Notes: svn path=/stable/4/; revision=98485
* MFC: Handle zero length first string with -c option, style/WARNS changesTim J. Robbins2002-06-203-46/+50
| | | | | | | tr.c rev. 1.9-1.11, str.c rev. 1.11-1.12, extern.h 1.3 Notes: svn path=/stable/4/; revision=98466
* MFC: Don't let warn() clobber errno, WARNS and style changes (1.19-1.21)Tim J. Robbins2002-06-181-10/+5
| | | | Notes: svn path=/stable/4/; revision=98395
* MFC: SUSv3 conformance (exit status, -n option), style changesTim J. Robbins2002-06-182-55/+82
| | | | | | | nice.c revs. 1.5-1.10, nice.1 revs. 1.18-1.21 Notes: svn path=/stable/4/; revision=98391
* MFC changes to the join(1) utility for SUSv3 conformance, e.g. 0-field support.Juli Mallett2002-06-182-48/+61
| | | | Notes: svn path=/stable/4/; revision=98381
* MFC 1.66: Use calculated column widths for the routing table display whenKelly Yancey2002-06-181-55/+208
| | | | | | | | | -W is supplied rather than arbitrarily larger widths. Sponsored by: NTT Multimedia Communications Labs Notes: svn path=/stable/4/; revision=98364
* MFC: POSIX -n option, style changes, accept decimal user ID's as well asTim J. Robbins2002-06-172-53/+96
| | | | | | | | user names, diagnostics to stderr. renice.c revs. 1.7-1.16, renice.8 revs. 1.10-1.12 Notes: svn path=/stable/4/; revision=98363
* MFC: Improved standards conformance, localisation, misc. style changesTim J. Robbins2002-06-172-39/+113
| | | | | | | fold.c rev. 1.6-1.10, fold.1 rev. 1.8-1.10 Notes: svn path=/stable/4/; revision=98339
* MFC: Fix env(1) exit status to conform with SUSv3Tim J. Robbins2002-06-172-9/+22
| | | | | | | env.c rev. 1.6, 1.7, printenv.1 rev. 1.12 Notes: svn path=/stable/4/; revision=98334
* MFC revision 1.13: Group base64 encoded output differently.Juli Mallett2002-06-171-3/+6
| | | | Notes: svn path=/stable/4/; revision=98324
* Merge the xargs(1) utility from CURRENT.Juli Mallett2002-06-173-139/+442
| | | | | | | | | Major rework of the code, addition of -I, -L, -R, etc., for SUSv3 conformance. Reviewed by: src/tools/regression/usr.bin/xargs Notes: svn path=/stable/4/; revision=98323
* MFC revision 1.21:Juli Mallett2002-06-171-0/+6
| | | | | | | | | | | Fix make(1) behaviour regarding SysV-style substitution when given a nil left-hand-side. PR: bin/5297 Submitted by: "Matthew Emmerton" <matt@gsicomp.on.ca> Notes: svn path=/stable/4/; revision=98322
* Document traditional BSD behaviour for changecom with no arguments.Juli Mallett2002-06-171-2/+2
| | | | | | | PR: bin/17480 Notes: svn path=/stable/4/; revision=98320
* MFC revisions 1.58 and 1.61:Juli Mallett2002-06-171-5/+12
| | | | | | | | Use the actual path as per realpath(3) when referring to the Makefile internal to make(1), but export the path name as handed to us in ${MAKEFILE} Notes: svn path=/stable/4/; revision=98318
* Add Kerberos 5 support to su.Jacques Vidrine2002-06-162-44/+263
| | | | | | | Reviewed by: freebsd-audit, security-officer Notes: svn path=/stable/4/; revision=98308
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-06-164-0/+405
| | | | Notes: svn path=/stable/4/; revision=98297
* MFC: Change the worlding of uniq(1) manual page to remove duplicate wordingTom Rhodes2002-05-291-5/+5
| | | | | | | | | (ie: fields fields) Approved by: re (bmah) Notes: svn path=/stable/4/; revision=97480
* MFC: Sync with calendar in -current.David Malone2002-05-2717-139/+162
| | | | | | | Approved by: re (brian) Notes: svn path=/stable/4/; revision=97349
* Merge bugfixes:Thomas Gellekum2002-05-212-5/+6
| | | | | | | | | | - cpu.c: fix a bitmask - AsyncIO.c: cast correct member of ucontext_t to a regcontext_t Approved by: re (bmah) Notes: svn path=/stable/4/; revision=97063
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-05-204-0/+343
| | | | Notes: svn path=/stable/4/; revision=97011
* MFC: rev 1.21: truss is supposed to (and is documented to) write to stderr.Peter Wemm2002-05-161-1/+1
| | | | | | | | | My error in 1.16 was MFC'ed by DES in 1.15.2.1. Submitted by: Arne Dag Fidjestøl <adf@idi.ntnu.no> Notes: svn path=/stable/4/; revision=96762
* MFC: To perform even basic error checking, one must have an exit codeBrian S. Dean2002-05-142-3/+8
| | | | | | | | | | | that indicates that not everything worked as expected. Exit non-zero if we timed out while transmitting or receiving a file or if the file did not exist, etc. Approved by: re (murray) Notes: svn path=/stable/4/; revision=96617
* MFC 1.17:David Malone2002-05-141-2/+2
| | | | | | | | | | | Use fseeko and uintptr_t to make sure that we get a sensible offset when trying to read from the stack. PR: 37104 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/stable/4/; revision=96605
* MFC 1.27:Mark Peek2002-05-111-1/+4
| | | | | | | | | | | - Properly initialize the count_win when the user turns the info window back on (and count_win is recreated). - Create info_win as the same size for all invocations. Approved by: re Notes: svn path=/stable/4/; revision=96407
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-306-0/+1067
| | | | Notes: svn path=/stable/4/; revision=95828