summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Check the new kern.smp.active sysctl rather than the non-existentjhb2001-04-271-1/+1
| | | | smp.smp_active sysctl to determine if we are running on an SMP machine.
* mdoc(7) police: fix markup.ru2001-04-271-111/+94
| | | | (Shows how powerful new -mdoc is.)
* Fix a grammar bogon.schweikh2001-04-261-1/+1
|
* Remove XXX_BROKEN_GCC from the Makefile.asmodai2001-04-261-3/+0
| | | | This compiles just fine with recent gcc's.
* mdoc(7) police: remove hard sentence breaks.dd2001-04-261-3/+6
|
* Add missing break when printing IPv6 multicast addresses.fenner2001-04-261-1/+2
| | | | | Use the sockaddr_dl sdl_type, not ifnet.if_type, to decide what type a multicast sockaddr_dl is.
* Remove GCC-ism (-Wall).will2001-04-261-1/+1
| | | | Submitted by: bde
* Add -Wall.ru2001-04-251-1/+1
|
* -Wall cleanup.ru2001-04-251-1/+2
|
* unifdef -UWANT_ENV_PWD.ru2001-04-252-42/+13
| | | | No one ever going to use this bugfeature.
* Make ${.OBJDIR} canonical.ru2001-04-251-10/+2
| | | | Reviewed by: bde
* Reverse order of from and to in order to match reality.dougb2001-04-251-1/+1
| | | | | PR: 26631 Submitted by: Glenn Johnson, glennpj@charter.net
* Teach cut(1) how to handle long lines: convert from fgets(3) to fgetln(3).dd2001-04-251-5/+17
| | | | | PR: 26810 Reviewed by: dwmalone
* Wrap lint calling in a variable.asmodai2001-04-241-2/+3
| | | | | | | | | Set LINT to the obj path, since we need to use the new lint's features to create .ln files. We do not want to use the installed version for that, since that might create files according to the old lint. This is still a work in progress to clean this all up, but it gets through buildworld, which was the problem at hand.
* Add build-tools target to the description file, requisite of makingasmodai2001-04-241-1/+3
| | | | | | lint a build-tool. Also re-enable llib.
* Call usage() if given more than 1 argument.kris2001-04-241-2/+4
| | | | | Submitted by: "Andrew R. Reiter" <arr@watson.org> Obtained from: OpenBSD
* Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and shouldasmodai2001-04-234-5/+5
| | | | | | remain so. Submitted by: bde/obrien
* Include correct header files, in preparation for fixing sys/mount.h.grog2001-04-232-0/+3
| | | | Suggested-by: phk
* Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and shouldasmodai2001-04-2215-15/+15
| | | | | | remain so. Submitted by: bde/obrien
* Aesthetics: fix placement of $NetBSD$ (use space instead of tab)asmodai2001-04-2119-19/+20
|
* Correct and update Japanese holidays.knu2001-04-201-7/+13
| | | | | PR: misc/26703 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Properly constify the rcsid[].asmodai2001-04-208-8/+16
|
* Add $FreeBSD$ to the files which didn't have it yet.asmodai2001-04-2011-15/+13
| | | | Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]
* Fix damage I did in rev 1.4 that broke formatting this example:obrien2001-04-201-0/+2
| | | | void foo(struct bar *bar) { return 0; }
* Change uses of mktemp() to mkstemp().asmodai2001-04-192-57/+72
| | | | | | | | | | Call cc -E, not cpp, this allows lint to be unaware of any machine-dependent defines that cc(1) may normally define. Change fork() to vfork() and exit() to _exit(). Reuse temporary file so that multiple files passed can be processed without problems.
* Change SYNOPSIS to use mdoc keeps.asmodai2001-04-191-13/+39
| | | | Obtained from: NetBSD
* Fix some mdoc usage.asmodai2001-04-191-4/+6
| | | | Obtained from: NetBSD
* Fix english grammar: then does -> than.asmodai2001-04-191-1/+1
| | | | Obtained from: NetBSD
* Add a comma after e.g.. This syncs us more with NetBSD and looks moreasmodai2001-04-191-2/+2
| | | | | | aesthetically correct. Obtained from: NetBSD
* Fix spelling of comparison (was: comparision).asmodai2001-04-193-16/+22
| | | | | | Add $FreeBSD$. Obtained from: NetBSD/OpenBSD
* Add Russian message catalogache2001-04-192-1/+188
| | | | | PR: 26663 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* mdoc(7) police: normalize .Nd.ru2001-04-182-2/+2
|
* Remove a bogus %s from a printf.n_hibma2001-04-171-1/+1
| | | | Submitted by: kris
* Fix typo s/thissystem/this system/jesper2001-04-161-1/+1
| | | | Submitted by: Stephen <sdk@shell.yuck.net>
* Clean up temporary file(s) and directory when m4 exits without fallinggshapiro2001-04-163-7/+18
| | | | | | through main() (e.g., signals or calls to errx()). PR: conf/25715
* mdoc(7) police: cosmetics.ru2001-04-161-1/+1
|
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-151-1/+1
|
* Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTIalfred2001-04-132-0/+19
|
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.dd2001-04-133-6/+6
| | | | Reviewed by: ru
* mdoc(7) police: Fixed typo and markup in rev.1.11.ru2001-04-131-2/+2
|
* o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K.brian2001-04-101-4/+14
| | | | | | | | | | | | | | | | | | o Mention that the current environment is part of the -s calculation. o Add a BUGS section that warns against executing a program that increases the size of the argument list or the size of the environment. I have wondered for a while what the difference is between get a big list | xargs sudo command which fails and get a big list | sudo xargs command which succeeds. The answer is that in the first case, sudo expands the environment and pushes the amount of data passed into execve over the E2BIG threshold.
* beforeinstall -> SCRIPTS.ru2001-04-0711-48/+22
|
* Execute this script in a "C" locale environment.ru2001-04-061-0/+2
| | | | | | | Currently, cs_CZ.ISO_8859-2 locale's collation sequence is broken, and this caused grep(1) to skip some include files. Reported by: Michal Mertl <mime@traveller.cz>
* Add IPv6 support to showmount(8). This replaces IPv4-specific codeiedowse2001-04-051-34/+2
| | | | | | | | with calls to the new protocol-independent clnt_*_create functions provided by ti-rpc. Martin submitted a more complex patch to achieve this, but it turns out that clnt_create() does everything we need. Reviewed by: Martin Blapp <mb@imp.ch>
* Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to tobde2001-04-041-5/+7
| | | | | | | | | | | | move the "for safety" zeroing of unused members of timebuf to a better place. It actually moved the zeroing to a worse place and didn't add necessary braces. Fixed a nearby older bug. timebuf.tm_gmtoff was sometimes used even when timebuf was invalid. Even when it is zeroed, a failing mktime() might set it to nonzero. PR: 25243
* Round up before checking if the width is smaller than the widestdwmalone2001-04-031-3/+5
| | | | | | | column, otherwise we may divide by zero later. PR: 26283 Reviewed by: roam
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inru2001-04-031-1/+1
| | | | ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
* Do not override `realinstall' target, use ${PROGNAME}.ru2001-04-021-5/+1
|
* Do not override `realinstall' target, use ${PROGNAME}.ru2001-04-021-6/+3
|
* libtelnet.a is gone; add a special hack for `make release' fixit floppy.ru2001-03-311-3/+8
|
OpenPOWER on IntegriCloud