summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-018-11/+11
| | | | especially in troff files.
* Fix typos; add FreeBSD Id where missing.schweikh2003-01-016-11/+14
|
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-3012-12/+14
| | | | Add FreeBSD Id tag where missing.
* Back out rev 1.20; getbsize(3)'s original interface has been restored.mike2002-12-301-3/+1
| | | | Approved by: markm
* Back out rev 1.27; getbsize(3)'s original interface has been restored.mike2002-12-301-2/+1
| | | | Approved by: markm
* Move elf2aout back to /usr/bin -- it is a general development tool, notobrien2002-12-301-0/+1
| | | | a sysadmin tool.
* Use the offical sys/endian.h rather than reaching way over into anotherobrien2002-12-302-2/+1
| | | | binary's directory to use a private header.
* Adjust path to crunchide.obrien2002-12-301-3/+3
|
* Adjust max WARNs for sparc64.obrien2002-12-301-2/+1
|
* Style cleanup.obrien2002-12-301-11/+10
|
* Make WARNS=5 clean.obrien2002-12-302-5/+3
| | | | Tested on: sparc64, Athlon[32]
* This builds fine with WARNS.obrien2002-12-301-1/+0
| | | | Tested on: sparc64, athlon[32]
* Diff-reduction WRT crypto telnet; replace "#if 0" code removed by anmarkm2002-12-291-0/+41
| | | | earlier invocation of unifdef(1).
* english(4) police.schweikh2002-12-2711-12/+12
|
* Clarify the distinction between the Proclamation of the Province ofgrog2002-12-252-1/+2
| | | | South Australia and the date of the Proclamation Day holiday.
* mdoc(7) police: Deal with self-xrefs.ru2002-12-246-12/+12
|
* Check NULL pointer to avoid SIGSEGVdavidxu2002-12-241-1/+2
|
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-235-68/+68
| | | | PR: docs/37176
* mdoc(7) police: most -mdoc macros can take multiple arguments.ru2002-12-231-2/+1
|
* mdoc(7) police: markup nits.ru2002-12-231-2/+2
|
* mdoc(7) police: more `The .Nm utility' + markup nit.ru2002-12-231-5/+5
|
* Correct minor grammos.schweikh2002-12-221-3/+3
| | | | MFC after: 3 days
* Mark the INVALID keyword as being deprecated since the concept oftjr2002-12-212-1/+5
| | | | "invalid runes" is useless without the rest of the deprecated rune interface.
* Add the -P option which executes multiple copies of the specified utilitytjr2002-12-212-19/+57
| | | | in parallel. Idea from GNU xargs.
* Remove unimplemented System V options from the getopt() option string.tjr2002-12-211-1/+1
|
* Move the NOTES section to DESCRIPTION. And correct some documentation whiletrhodes2002-12-201-11/+13
| | | | | | | I'm here. PR: 43756 Submitted by: Gary W. Swearingen <swear@attbi.com>
* Clarify dates and place of Konrad Zuse's birth and death. Despitegrog2002-12-192-3/+4
| | | | | calculations reportedly made by Intel Pentium processors, he died exactly one time.
* Sync with up-stream version, including a number of bug-fixes:fanf2002-12-182-600/+506
| | | | | | | | | | | | | | | | | | | | | | | | | * The partial-evaluation of #elif sequences was broken and the spaghetti logic of its implementation was too hard to understand. I've re-done it using a straight-forward table-driven push-down automaton. * The pre-processor line parser did not allow for all of the weird places that people might put comments, which could have caused it to add syntax-errors to the output by removing a #if line containing the start- or end-marker of a comment. * The lexer didn't need to special-case the handling of string-literals or character-constants, but it did need to learn about line-continuations (backslash-newline). * The input routine was buggy and bit-rotten and trivially replacable with fgets(). I've also made the program static- and const-safe and improved the presentation-order. The formatting of the state-transition tables remains non-stylish. This commit-messsage was brought to you by code-point 45. MFC-after: one-week
* Use ${BINDIR} instead of hardcoded path.johan2002-12-181-1/+1
| | | | | | | PR: 44582 Submitted by: Jon Disnard <jon.disnard@ca.com> Reviewed by: ru MFC after: 3 weeks
* Check the return status of chdir() when using the -C option.seanc2002-12-171-1/+2
| | | | | Reviewed by: bright && jmallet MFC after: 1 day
* Change the name for the local unix-socket based protocolmbr2002-12-161-1/+1
| | | | | | | | | from "unix" back to "local". Add some compat stuff so both ways work for some time. Reviewed by: phk Approved by: imp (UPDATING) Requested by: iedowse, lukem@netbsd.org
* When doing tail -F, return if the freopen() of the file fails instead oftjr2002-12-151-0/+1
| | | | trying to use a null file pointer.
* Unbreak support for systems that have no limit on pathname length.tjr2002-12-151-4/+2
| | | | Noticed by: bde
* Update pathchk to reflect the fact that 1003.1-2001 now includes thetjr2002-12-141-0/+2
| | | | | | trailing null byte in PATH_MAX and _POSIX_PATH_MAX. PR: 46035
* mdoc(7) police: sort xrefs in SEE ALSO.ru2002-12-131-1/+1
|
* Uniformly refer to a file system as "file system".ru2002-12-1213-40/+40
| | | | Approved by: re
* mdoc(7) police: markup fixes.ru2002-12-121-16/+18
| | | | Approved by: re
* mdoc(7) police: overhaul.ru2002-12-111-24/+41
| | | | Approved by: re
* mdoc(7) police: overhaul.ru2002-12-111-2/+2
| | | | Approved by: re
* mdoc(7) police: Fixed the declaration of the -column list.ru2002-12-111-4/+4
| | | | Approved by: re
* Add powerpc.h. Still missing powerpc.[ch] in gprof, but this getsgrehan2002-12-101-0/+3
| | | | | | the MI stuff out of the way. Approved: re (rwatson)
* Teach lint about powerpc.benno2002-12-091-0/+3
| | | | Approved by: re (rwatson)
* Capitalize ASCII code names.ru2002-12-052-13/+13
| | | | Approved by: re
* Change the process title as soon as possible to mask information passed ondes2002-12-041-0/+3
| | | | | | | | the command line by getty(8). This is not a perfect fix, but drastically reduces the window of exposure. Approved by: re (rwatson) MFC after: 1 week
* mdoc(7) police: s/nul character/null character/.ru2002-12-041-2/+2
| | | | Approved by: re
* Make a CR/LF sequence measure up to its name: the order of the CR and LFroam2002-12-021-1/+1
| | | | | | | | | | | characters was reversed, resulting in some network appliances, including at least some NAS devices from Ascend, not recognizing our finger(1) request. PR: 45914 Submitted by: J R Matthews <jrm@delta-e.com.au> Approved by: re (rwatson) MFC after: 2 weeks
* Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE.ru2002-12-011-0/+2
| | | | | Submitted by: jmallett Approved by: re (bmah)
* If both the unlink and the open fail, return the errno from thefenner2002-11-301-2/+8
| | | | | | | | unlink (very likely EPERM), since the errno from the open might be a confusing ETXTBSY. Approved by: re MFC After: 1 week
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-11-301-0/+1
| | | | | | <sys/stat.h> for the declaration of struct timeval. Approved by: re (rwatson)
* Finish the fix in revision 1.39 -- make(1)'s behavior is nowru2002-11-281-12/+9
| | | | | | "greedy" with respect to finding the dependency operators. Approved by: re
OpenPOWER on IntegriCloud