History log of /freebsd/usr.bin/Makefile (Results 451 – 475 of 998)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b075c273 09-Jun-2002 Doug Barton <dougb@FreeBSD.org>

Per previous discussion, and with Mark's blessing, update the value
of this knob to reflect (-)current reality.


# d4d239ae 06-Jun-2002 Doug Barton <dougb@FreeBSD.org>

Hook stat into the build
Fix a trailing ws nit while I'm here


# fc281c61 04-Jun-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Don't build perl if NO_PERL is defined.


# ce7be04e 03-Jun-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Connect perl to the build.


# 52183d01 28-May-2002 Marcel Moolenaar <marcel@FreeBSD.org>

Add uuidgen(2) and uuidgen(1).

The uuidgen command, by means of the uuidgen syscall, generates one
or more Universally Unique Identifiers compatible with OSF/DCE 1.1
version 1 UUIDs.

From the Perfo

Add uuidgen(2) and uuidgen(1).

The uuidgen command, by means of the uuidgen syscall, generates one
or more Universally Unique Identifiers compatible with OSF/DCE 1.1
version 1 UUIDs.

From the Perforce logs (change 11995):

Round of cleanups:
o Give uuidgen() the correct prototype in syscalls.master
o Define struct uuid according to DCE 1.1 in sys/uuid.h
o Use struct uuid instead of uuid_t. The latter is defined
in sys/uuid.h but should not be used in kernel land.
o Add snprintf_uuid(), printf_uuid() and sbuf_printf_uuid()
to kern_uuid.c for use in the kernel (currently geom_gpt.c).
o Rename the non-standard struct uuid in kern/kern_uuid.c
to struct uuid_private and give it a slightly better definition
for better byte-order handling. See below.
o In sys/gpt.h, fix the broken uuid definitions to match the now
compliant struct uuid definition. See below.
o In usr.bin/uuidgen/uuidgen.c catch up with struct uuid change.

A note about byte-order:
The standard failed to provide a non-conflicting and
unambiguous definition for the binary representation. My initial
implementation always wrote the timestamp as a 64-bit little-endian
(2s-complement) integral. The clock sequence was always written
as a 16-bit big-endian (2s-complement) integral. After a good
nights sleep and couple of Pan Galactic Gargle Blasters (not
necessarily in that order :-) I reread the spec and came to the
conclusion that the time fields are always written in the native
by order, provided the the low, mid and hi chopping still occurs.
The spec mentions that you "might need to swap bytes if you talk
to a machine that has a different byte-order". The clock sequence
is always written in big-endian order (as is the IEEE 802 address)
because its division is resulting in bytes, making the ordering
unambiguous.

show more ...


# 776c387a 28-May-2002 Tim J. Robbins <tjr@FreeBSD.org>

Hook newgrp(1) up to the build.

PR: 36190


# 02c0301f 25-May-2002 Ruslan Ermilov <ru@FreeBSD.org>

Move elf2aout to usr.sbin/.

Approved by: jake


# 35498596 23-May-2002 Juli Mallett <jmallett@FreeBSD.org>

Taking a leap of faith, tie the help command in to the build.


# a0304d80 22-May-2002 Juli Mallett <jmallett@FreeBSD.org>

Tie sccs(1) in to the build, as it now does one thing right: sccs what


# fb22fc68 22-May-2002 Juli Mallett <jmallett@FreeBSD.org>

Remove mention of the GNU version of ptx, it is dead.


# b9f63041 22-May-2002 Tim J. Robbins <tjr@FreeBSD.org>

Build pathchk(1).


# 743f138e 21-May-2002 Tim J. Robbins <tjr@FreeBSD.org>

Build the tabs(1) utility.

PR: 36126


# c345c0da 18-May-2002 David E. O'Brien <obrien@FreeBSD.org>

elf2aout can be useful to have on all platforms


# 6639a24d 18-May-2002 David E. O'Brien <obrien@FreeBSD.org>

Don't build getconf if you don't have a full C++ installation.


# bf7bec33 18-May-2002 Mark Murray <markm@FreeBSD.org>

Add C rewrites of catman and makewhatis. These aren't quite as
the submitter supplied them, as I did some WARNS=n fixups (mostly
const-ification).

Submitted by: John Rochester <john@jrochester.org>


# cba9c8bd 15-May-2002 Tim J. Robbins <tjr@FreeBSD.org>

Build the asa(1) utility.

PR: 36130
Reviewed by: mike


# ea9e961c 02-May-2002 Tim J. Robbins <tjr@FreeBSD.org>

Add the csplit(1) utility, which splits files based on context, as specified
by SUSv3.

PR: 36191
Reviewed by: mike


# 71f9b2c0 30-Apr-2002 Jake Burkholder <jake@FreeBSD.org>

Build elf2aout for sparc64.


# 788fcec0 24-Apr-2002 David E. O'Brien <obrien@FreeBSD.org>

Back out the NO_RCMNDS knob.
1. The committer refused to respond to questions over the commit.
2. The servers rlogind, rshd, rexecd were not wrapped.
3. "rcmnds" as an abbreviation gets an order of m

Back out the NO_RCMNDS knob.
1. The committer refused to respond to questions over the commit.
2. The servers rlogind, rshd, rexecd were not wrapped.
3. "rcmnds" as an abbreviation gets an order of magnitude less hits on
Google than the much more well known "rcmds".

show more ...


# 733bc907 12-Apr-2002 Ruslan Ermilov <ru@FreeBSD.org>

Revert last change, to be revisited later.


# f5a33121 12-Apr-2002 Ruslan Ermilov <ru@FreeBSD.org>

Temporarily unconnect "doscmd" from build until I can fix
its broken Makefile. The breakage is now fatal after the
bsd.prog.mk,v 1.109 change.


# e5f7f976 09-Apr-2002 Bosko Milekic <bmilekic@FreeBSD.org>

Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,
and document in share/examples/etc/make.conf

Submitted by: Aleksandar Simic <asimic@dsl.pipex.com>
MFC after: 1 week


# 00dfed40 08-Apr-2002 Andrey A. Chernov <ache@FreeBSD.org>

Disconnect sort


# 28def05c 08-Apr-2002 David E. O'Brien <obrien@FreeBSD.org>

Some things don't compile on ia64 and sparc64 yet.


# 12aee77e 06-Apr-2002 Peter Wemm <peter@FreeBSD.org>

Exclude xlint for ia64. For the time being, there are enough gcc
dependencies in the machine/* headers to make it explode when -U__GNUC__
is specified by lint. Not to mention that lint is passing u

Exclude xlint for ia64. For the time being, there are enough gcc
dependencies in the machine/* headers to make it explode when -U__GNUC__
is specified by lint. Not to mention that lint is passing undocumented
(illegal?) args to cpp and that seems to upset gcc-3.1 now.
Specifically, -Wp,-CC. -Wp,-C is documented and legal though.

show more ...


1...<<11121314151617181920>>...40