|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
caf42d81 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
bin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
facc3cb0 |
| 14-Dec-2016 |
Brooks Davis <[email protected]> |
Use nmount(2) rather than the obsolete mount(2).
Reviewed by: cem MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D8513
|
| #
176d3efd |
| 14-Dec-2016 |
Brooks Davis <[email protected]> |
Put the undocumented df feature of mounting filesystems from device nodes under an ifdef. Leave enabled.
Reviewed by: cem MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8513
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
ac2875fa |
| 09-Feb-2016 |
Glen Barber <[email protected]> |
Explicitly add unmarked bin/ binaries to the runtime package. Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added l
Explicitly add unmarked bin/ binaries to the runtime package. Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later.
Sponsored by: The FreeBSD Foundation
show more ...
|
|
Revision tags: release/10.2.0 |
|
| #
12cd1730 |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert bin/ to LIBADD, reduce overlinking allow to build all components as static
|
|
Revision tags: release/10.1.0 |
|
| #
b6ff8745 |
| 07-Nov-2014 |
Marcel Moolenaar <[email protected]> |
Convert to use libxo.
Obtained from: Phil Shafer <[email protected]> Sponsored by: Juniper Networks, Inc.
|
| #
478290db |
| 01-Oct-2014 |
Enji Cooper <[email protected]> |
Check in first src/tests snapshot from NetBSD anoncvs
Sources were obtained like so:
% export CVSROOT="[email protected]:/cvsroot" % cvs -z9 co -D "09/30/2014 20:45" -P src/tests % mv src/
Check in first src/tests snapshot from NetBSD anoncvs
Sources were obtained like so:
% export CVSROOT="[email protected]:/cvsroot" % cvs -z9 co -D "09/30/2014 20:45" -P src/tests % mv src/tests/* tests/dist/.
'*CVS*' has been added to svn:ignore to ease updating periodically from upstream
Some line ending issues had to be resolved with test outputs and scripts via dos2unix and by deleting the eol-style property set in usr.bin/sort
Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
show more ...
|
|
Revision tags: release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0 |
|
| #
7d3940bb |
| 24-May-2004 |
Pawel Jakub Dawidek <[email protected]> |
Use humanize_number(3) to format sizes into a human readable form.
|
| #
076419d2 |
| 18-Apr-2004 |
David E. O'Brien <[email protected]> |
Add -c option simular to du(1).
PR: 19635 Submitted by: [email protected]
|
|
Revision tags: release/5.2.1, release/5.2.0, release/4.9.0 |
|
| #
eac4bdcc |
| 13-Jun-2003 |
Mark Murray <[email protected]> |
Get this area compiling with the highest WARNS= that it works with. Obsolete WFORMAT= junk also removed where possible.
OK'ed by: obrien Tested on: sparc64, alpha, i386
|
|
Revision tags: release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
532aff98 |
| 12-May-2002 |
Poul-Henning Kamp <[email protected]> |
Remove the private code for reading UFS superblocks, this does not belong in df(1) when we have multiple filesystem types, and the complications of handling UFS2 pushes this over the edge.
Use the .
Remove the private code for reading UFS superblocks, this does not belong in df(1) when we have multiple filesystem types, and the complications of handling UFS2 pushes this over the edge.
Use the .../mount/extern.h to get prototypes of the functions we borrow from there. Constify things to match. (why aren't these functions in a lib anyway ?)
Make everything static and set WARNS?=5.
The way the "df diskdevice" thing works for unmounted diskdevices is not very general.
Sponsored by: DARPA & NAI Labs.
show more ...
|
| #
a7482907 |
| 04-Dec-2001 |
David E. O'Brien <[email protected]> |
Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
|
| #
982f5d88 |
| 22-Jun-2001 |
Dima Dorfman <[email protected]> |
WARNS= -> WARNS?=
Submitted by: Mike Barcroft <[email protected]>
|
| #
a95a13bb |
| 20-May-2001 |
Kris Kennaway <[email protected]> |
BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.
Reviewed by: the great man himself (except alpha cleanups)
|
| #
e78527c4 |
| 08-May-2001 |
Kris Kennaway <[email protected]> |
GC some dead code relating to running df on unmounted block devices, and remove the setgid operator bit from the installed binary: if you want to view free disk space on an unmounted device, you shou
GC some dead code relating to running df on unmounted block devices, and remove the setgid operator bit from the installed binary: if you want to view free disk space on an unmounted device, you should have read permissions to access it.
Reviewed by: phk
show more ...
|
|
Revision tags: release/4.3.0 |
|
| #
5ebae837 |
| 27-Mar-2000 |
Bruce Evans <[email protected]> |
Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most cases and broke the world in some cases.
Fixed some style bugs (the usual ones for DPADD and LDADD, misplacement of DPADD and L
Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most cases and broke the world in some cases.
Fixed some style bugs (the usual ones for DPADD and LDADD, misplacement of DPADD and LDADD, and misplacement of $FreeBSD$).
show more ...
|
| #
dd6d33e8 |
| 15-Dec-1999 |
Michael Haro <[email protected]> |
add human readable output (-h and -H)
Obtained from: parts of human readable code from OpenBSD Reviewed by: obrien
add POSIX, byte and megabyte block size ouput flags
PR: 13579 (POSIX flag) Submi
add human readable output (-h and -H)
Obtained from: parts of human readable code from OpenBSD Reviewed by: obrien
add POSIX, byte and megabyte block size ouput flags
PR: 13579 (POSIX flag) Submitted by: Mike Meyer <[email protected]>
show more ...
|
| #
2a456239 |
| 27-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
| #
87f01287 |
| 20-Jan-1998 |
Bruce Evans <[email protected]> |
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now the default.
|
| #
16cc192a |
| 07-Aug-1997 |
Steve Price <[email protected]> |
Add Bruce's _NEW_VFSCONF flag to make this compile cleanly and sccsid -> rcsid.
|
| #
345304e0 |
| 13-Mar-1997 |
Bruce Evans <[email protected]> |
Merge from Lite2. Straightforward changes.
|
| #
b97fa2ef |
| 22-Feb-1997 |
Peter Wemm <[email protected]> |
Revert $FreeBSD$ to $Id$
|
| #
faa69d1a |
| 17-Feb-1997 |
Bruce Evans <[email protected]> |
Attempt to import Lite2's df.
|
| #
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <[email protected]> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
| #
89730b29 |
| 24-Sep-1994 |
David Greenman <[email protected]> |
Added $Id$
|