| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=274683
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| |
| |
| |
| |
| |
| |
| | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
The executable itself doesn't contain any privileged information.
An example of where this is useful is when makefs(8) is creating an image
that includes /sbin/shutdown. This can now be done without root privileges.
Reviewed by: delphij
Discussed with: delphij, des
CR: https://reviews.freebsd.org/D662
Notes:
svn path=/head/; revision=270289
|
|
|
|
|
|
|
|
|
| |
PR: docs/151104
Submitted by: Aldis Berjoza <aldis@bsdroot.lv>
MFC after: 3 days
Notes:
svn path=/head/; revision=218700
|
|
|
|
|
|
|
|
|
|
| |
- Ensure that the error message is NUL-terminated before printing it.
PR: bin/147482
MFC after: 2 weeks
Notes:
svn path=/head/; revision=213668
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
Notes:
svn path=/head/; revision=208027
|
|
|
|
|
|
|
| |
Submitted by: Ulrich Spörlein
Notes:
svn path=/head/; revision=198236
|
|
|
|
|
|
|
|
|
| |
PR: 138833
Submitted by: Alex Keda <admin@lissyara.su>
MFC after: 3 days
Notes:
svn path=/head/; revision=197275
|
|
|
|
|
|
|
| |
Reported by: Lucius Windschuh <lwindschuh@googlemail.com>
Notes:
svn path=/head/; revision=193333
|
|
|
|
|
|
|
|
|
|
|
| |
flag from a mount flag to FS-specific flag.
- Simplify usage. Instead of 'mksnap_ffs /mnt/foo /mnt/foo/snap' allow to
give only one argument: 'mksnap_ffs /mnt/foo/snap'. Old usage is also
accepted for now.
- Add an example of how to mount a snapshot.
Notes:
svn path=/head/; revision=193051
|
|
|
|
|
|
|
|
| |
Submitted by: pho
MFC after: 3 days
Notes:
svn path=/head/; revision=180822
|
|
|
|
|
|
|
| |
The filesystem is named "ufs" not "ffs".
Notes:
svn path=/head/; revision=138559
|
|
|
|
| |
Notes:
svn path=/head/; revision=125107
|
|
|
|
|
|
|
| |
Submitted by: Wiktor Niesiobedzki <freebsd-lists@w.evip.pl>
Notes:
svn path=/head/; revision=125103
|
|
|
|
|
|
|
|
|
|
| |
remove a snapshot file from the directory in which they have requested
to have it made. If they do not have write permission in the directory
or the directory is sticky and not owned by the user, then they
will not be able to remove the snapshot when they are done with it.
Notes:
svn path=/head/; revision=122035
|
|
|
|
| |
Notes:
svn path=/head/; revision=121707
|
|
|
|
|
|
|
| |
Sync usage() with the manual page: s/file/snapshot_name/g.
Notes:
svn path=/head/; revision=121706
|
|
|
|
| |
Notes:
svn path=/head/; revision=119845
|
|
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115288
|
|
|
|
|
|
|
|
|
|
| |
chown an arbitrary file to operator.
Reported by: Ian Dowse <iedowse@maths.tcd.ie>
Sponsored by: DARPA & NAI Labs.
Notes:
svn path=/head/; revision=111725
|
|
program allows users in the operator group to take filesystem
snapshots. Its first use will be in support of `dump -L'.
Approved by: Technical Review Board <trb@FreeBSD.org>
Sponsored by: DARPA & NAI Labs.
Notes:
svn path=/head/; revision=111716
|