| 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=283595
|
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
| |
Reduce overlinking
Notes:
svn path=/head/; revision=275054
|
|
|
|
|
|
|
| |
Requested by: bde, jhb
Notes:
svn path=/head/; revision=231648
|
|
|
|
| |
Notes:
svn path=/head/; revision=231385
|
|
|
|
|
|
|
|
|
|
| |
POSIX 2008 standardizes st_mtim, meaning we can simply use nanosecond
precision to detect file modification.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=231383
|
|
|
|
| |
Notes:
svn path=/head/; revision=201390
|
|
|
|
|
|
|
|
|
|
| |
are synonymous, but ensure seems slightly closer and does not have the
connotation of buying insurance.
Reported by: Jason McIntyre <jmc at kerhand dot co dot uk>
Notes:
svn path=/head/; revision=151829
|
|
|
|
|
|
|
|
| |
BUGS section mentioning the requirement that such scripts run "sleep 1"
or equivalent to work reliably.
Notes:
svn path=/head/; revision=151523
|
|
|
|
| |
Notes:
svn path=/head/; revision=148651
|
|
|
|
|
|
|
| |
(with permission of addtional copyright holders where appropriate)
Notes:
svn path=/head/; revision=133249
|
|
|
|
| |
Notes:
svn path=/head/; revision=131500
|
|
|
|
| |
Notes:
svn path=/head/; revision=114601
|
|
|
|
| |
Notes:
svn path=/head/; revision=113091
|
|
|
|
| |
Notes:
svn path=/head/; revision=102234
|
|
|
|
| |
Notes:
svn path=/head/; revision=99968
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=96201
|
|
|
|
|
|
|
|
|
|
|
|
| |
them to point at static strings that contain the default paths. This
makes 'vipw -d' work again (I broke it in rev 1.21; apologies for taking
so long to fix it.)
Spotted by: Olivier Houchard <doginou@cognet.ci0.org>
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=94897
|
|
|
|
| |
Notes:
svn path=/head/; revision=94776
|
|
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=90233
|
|
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=80029
|
|
|
|
| |
Notes:
svn path=/head/; revision=79755
|
|
|
|
| |
Notes:
svn path=/head/; revision=79537
|
|
|
|
|
|
|
| |
Idea from: Theo de Raadt <deraadt@openbsd.org>
Notes:
svn path=/head/; revision=79452
|
|
|
|
|
|
|
| |
Reviewed by: kris
Notes:
svn path=/head/; revision=75821
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74816
|
|
|
|
| |
Notes:
svn path=/head/; revision=74532
|
|
|
|
| |
Notes:
svn path=/head/; revision=68965
|
|
|
|
| |
Notes:
svn path=/head/; revision=62988
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57673
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the environment. This allows big ID warnings to be suppressed for
vipw and chpass as well.
Since the environment variable test is only performed for callers
of pw_scan() that do not set pw_big_ids_warning, the test can still
be overriden. Currently, chpass and pwd_mkdb are the only users
of pw_scan() and neither of them overrides the environment variable
test.
Notes:
svn path=/head/; revision=54034
|
|
|
|
|
|
|
|
|
|
|
| |
not documented as doing so. This fixes a potential segmentation
violation.
PR: 14465
Reported by: Tony Finch <fanf@demon.net>
Notes:
svn path=/head/; revision=52483
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48791
|
|
|
|
|
|
|
| |
function is also used by chpass(1) and passwd(1).
Notes:
svn path=/head/; revision=48328
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
secure permissions in case the user attempts to save something to
a file of his own.
Move umask stuff out of pw_init() into main() for better visibility
of overall umask tweaking logic.
PR: misc/11797
Notes:
svn path=/head/; revision=48241
|
|
|
|
|
|
|
| |
used.
Notes:
svn path=/head/; revision=48236
|
|
|
|
|
|
|
|
|
|
| |
for the password files.
PR: 2703
Submitted by: jmg
Notes:
svn path=/head/; revision=48232
|
|
|
|
| |
Notes:
svn path=/head/; revision=41711
|
|
|
|
|
|
|
|
| |
just been replaced. After our lock succeeds we check if st_nlink is 0
and if it is we close the descriptor and retry our open/lock sequence.
Notes:
svn path=/head/; revision=41710
|
|
|
|
|
|
|
|
|
|
| |
child to the parent somehow.
PR: 8353
Submitted by: Andrew J. Korty <ajk@purdue.edu>
Notes:
svn path=/head/; revision=40538
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
execvp() in the child branch of a vfork(). Changed to use fork()
instead.
Some of these (mv, find, apply, xargs) might benefit greatly from
being rewritten to use vfork() properly.
PR: Loosely related to bin/8252
Approved by: jkh and bde
Notes:
svn path=/head/; revision=40301
|
|
|
|
| |
Notes:
svn path=/head/; revision=30765
|
|
|
|
|
|
|
|
|
| |
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
Notes:
svn path=/head/; revision=30113
|