| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
(see tools/regression/usr.bin/make/execution/joberr test).
openpty(fd + 0, fd + 1,...) version does not have this problem but
it sometimes enters an infinite sleep in "ttywait" state in tty_drain()
when make(1) closes slave pty.
|
| |
|
|
|
|
|
|
| |
As C1X is close to being released, there is no need to wrap around a
feature that is already part of C90. Most of these files already use
`const' in different placed as well.
|
|
|
|
|
| |
Reviewed by: kib
MFC after: 1 week
|
|
|
|
|
| |
Suggested by: jhb
MFC after: 1 week
|
|
|
|
|
|
| |
There are some tables in the source code that are only used by the
individual source files themselves. Therefore there is no need to export
them.
|
|
|
|
|
| |
This table is only used in this C file and passed to getopt_long(), so
we can safely add static and const to it.
|
|
|
|
| |
It seems the latter is used throughout the tree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort arguments alphabetically where appropriate
- '-B blocksize' is not mutually exclusive of '-h|-k|-m'
- Mention '-t' in synopsis
- Other wording improvements
- Update usage() output to reflect the new synopsis [1]
- Other miscellaneous improvements
PR: 162438
Submitted by: arundel
Reviewed by: Benjamin Kaduk (kaduk ! mit.edu), jhb[1] (original version)
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
- Rename variable that has a different meaning now
PR: bin/162930
Submitted by: Jan Beich <jbeich@tormail.net>
MFC after: 1 week
|
|
|
|
|
|
| |
After r228288 this is rather a normal situation.
MFC after: 1 week
|
|
|
|
|
|
|
| |
syscall entry and leave.
Based on submision by: Dan Nelson <dnelson allantgroup com>
MFC after: 1 month
|
|
|
|
|
|
|
|
|
|
|
| |
to Compat_RunCommand() being called with `cmd' that is not on the node->commands
list
- Make ellipsis ("..." command) handling consistent: check for "..." command
in job make after variables expansion to match compat make behavior
- Fix empty command handling (after variables expansion and @+- modifiers
are processed): now empty commands are ignored in compat make and are not
printed in job make case
- Bump MAKE_VERSION to 5-2011-11-30-0
|
|
|
|
|
|
|
| |
default. Nor GNU nor liblzma in base provides such functionality so
it may be useful.
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
a recursive search. This is the expected behavior instead of aborting.
PR: bin/162907
Submitted by: Jan Beich <jbeich@tormail.net>
MFC after: 3 days
|
|
|
|
|
|
| |
PR: bin/162906
Submitted by: Jan Beich <jbeich@tormail.net>
MFC after: 3 days
|
|
|
|
| |
Spotted by: jhb
|
|
|
|
|
|
|
|
| |
This bring better compatibility with gnum4
Reviewed by: cognet
Approved by: cognet
Obtained from: OpenBSD, NetBSD
|
| |
|
|
|
|
|
|
|
|
| |
This also fixes the issue, spotted by mdf, with values that were
printed as decimal and had hex prefixes.
Discussed with: kib, rwatson
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
Add -l flag to display resource limits.
PR: bin/161257
Reviewed by: kib
MFC after: 2 weeks
|
|
|
|
| |
Reviewed by: kib
|
|
|
|
|
|
| |
and ELF auxiliary vectors.
MFC after: 2 weeks
|
|
|
|
|
| |
few words make this man page much easier to understand without
re-reading prior parts of the man page.
|
|
|
|
|
|
|
|
|
|
|
| |
- fix other errors introduced when committing r226436
- add 'function' to a sentence where it makes sense
Submitted by: delphij
Submitted by: dougb
Submitted by: jhb
Approved by: dougb
Approved by: jhb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add ? option to optstring.
- Sort options alphabetically.
- Vertical space.
Tidy up usage() function.
Bring man page in sync with source.
Ensure that debug code is only executed with the -d option.
Submitted by: Christiane Yeardley
|
|
|
|
| |
Reminded by: pluknet
|
|
|
|
|
|
|
|
| |
Only one of these flags can be set. Just add them together and check the
value. Also, get rid of the listall variable. The code is already filled
with direct *flag-comparisons.
Obtained from: Alexander Best (though modified)
|
|
|
|
|
|
|
| |
mapping flag.
Submitted by: Mel Flynn <mel.flynn+fbsd.hackers@mailing.thruhere.net>
Reviewed by: alc, rwatson
|
|
|
|
|
|
|
|
| |
Such optimisations should not be performed in this Makefile. Also, uqs@
suggested they have no effect, because the checksum of the resulting
binary is unchanged.
Discussed with: gabor, uqs
|
|
|
|
|
|
|
|
| |
The privs.h header is not only used by at(1), it's also used by
atrun(8). Just let the code the way it used to be (for now).
Reported by: kwm, tinderbox
Hat to: me
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
| |
This allows compilers and static analyzers to more thorough analysis.
|
|
|
|
|
|
| |
While there, tidy up the privs.h part, where at.c has to #define to
declare some globals. Also group static and non-static global variables
in at.c.
|
|
|
|
|
| |
This allows us to simply place these strings as constants in the table
itself, letting the compiler decide to simply merge duplicate strings.
|
|
|
|
| |
This function is only compiled in when building WITH_AUDIT.
|
| |
|
| |
|