summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use the URL instead of the output file name when reporting errors relatingdes2002-11-271-6/+6
| | | | | | | | to the remote document. PR: 33856 MFC after: 1 week Approved by: re
* As warned on freebsd-current@, remove the perl wrapper from /usr/src.obrien2002-11-274-142/+0
| | | | | | | | | The /usr/bin/perl wrapper isn't solving many of the problems it was imported to deal with. There are limitations to it that don't have a clear "fix". Reviewed by: markm, kris Extorted approval from: re(jhb)
* tip(1) no longer uses modems(5).ru2002-11-271-143/+0
| | | | | Reviewed by: markm Approved by: re
* Really merge from OpenBSD import (should have been done a year ago).ru2002-11-271-185/+300
| | | | | Reviewed by: markm Approved by: re
* mdoc(7) police:ru2002-11-261-1/+3
| | | | | | | | Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai] strings; using these strings is unsafe in troff mode, as they include a change in a font size. Approved by: re
* mdoc(7) police: markup and spelling.ru2002-11-261-4/+7
| | | | Approved by: re
* mdoc(7) police: markup polishing.ru2002-11-2621-65/+58
| | | | Approved by: re
* mdoc(7) police: back out unproved changes from previous revision.ru2002-11-261-1/+1
| | | | Approved by: re
* mdoc(7) police:ru2002-11-261-8/+8
| | | | | | | Restore (once again) my fixes from revision 1.20 that got lost in revision 1.25 merge. Approved by: re
* mdoc(7) police: laundry.ru2002-11-261-120/+152
| | | | Approved by: re
* mdoc(7) police: nit.ru2002-11-261-1/+1
| | | | Approved by: re
* mdoc(7) police: back out unproved changes in previous revision;ru2002-11-261-4/+4
| | | | | | | descriptions in the FILES section should be full sentences, as demonstrated in mdoc(7) and /usr/share/examples/mdoc/. Approved by: re
* mdoc(7) police: markup nits, "The .Nm utility".ru2002-11-261-17/+12
| | | | Approved by: re
* mdoc(7) police: bump document date, use the canonical option list width,ru2002-11-261-17/+11
| | | | | | removed a bunch of extraneous .Pp and .Dq calls. Approved by: re
* mdoc(7) police: markup polishing.ru2002-11-261-17/+5
| | | | Approved by: re
* mdoc(7) police: markup polishing.ru2002-11-261-15/+7
| | | | Approved by: re
* mdoc(7) police: markup polishing.ru2002-11-261-3/+3
| | | | Approved by: re
* Make this work under non-C locales.ru2002-11-251-4/+5
| | | | | PR: misc/45460 Approved by: re
* The second try a committing the bluetooth codejulian2002-11-204-0/+579
| | | | | | | | | | | | | | | | Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc. We are still talking with 3com to try get them to allow us to include the firmware for their pccard in the driver but the driver is here.. In the mean time it can be downloaded from the 3com website and loaded using the utility bt3cfw(8) (supplied) (instructions in the man page) Not yet linked to the build Submitted by: Maksim Yevmenkin <myevmenk@exodus.net> Approved by: re
* Be more careful when parsing arguments.eric2002-11-201-2/+6
| | | | | PR: 45476 MFC after: 5 days
* Add description of a number of "default" files that have been addedgrog2002-11-191-1/+19
| | | | over the last few years.
* Add file for South African holidays.grog2002-11-193-6/+25
| | | | Submitted by: Tony Harverson <Tony@epages.net>
* Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.ru2002-11-181-3/+8
| | | | | | This has slipped through the cracks of The Great Perl Script Rewrite. Repocopied by: joe
* A little bit of anti-foot-shooting. Use utimes(2) rather thanpeter2002-11-151-8/+11
| | | | | | | | | the deprecated utime(3). utimes(2) uses timeval, but utime(3) uses time_t's. If you do bad things (like I did) by mixing up include files with libc, then install can do strange things if you mismatch the time_t stuff. utime() is emulated entirely within libc. Approved by: re (jhb)
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanpeter2002-11-151-3/+5
| | | | | | | | | | | | time_t. Deal with the possibility that time_t != int32_t. This boils down to this sort of thing: - time(&ut.ut_time); + ut.ut_time = time(NULL); and similar for ctime(3) etc. I've kept it minimal for the stuff that may need to be portable (or 3rd party code), but used Matt's time32 stuff for cases where that isn't as much of a concern. Approved by: re (jhb)
OpenPOWER on IntegriCloud