| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
instead of just being assigned a truth value.
|
|
|
|
|
| |
the truth value to a boolean variable, especially when inside
a loop. The variable can overflow otherwise, at least in theory.
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
| |
- Use .Va, not .Em, to mark up variable-like identifiers
(capability and database entry names.)
- Stop abusing .Tn (trademark) to emphasize general phrases.
- Spot unmarked capability references.
- Add a missing line break.
Discussed with: ru
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
capabilities:
- Mark up capability identifiers.
- Don't squeeze much text into the capability table given the options
will be described below in detail.
- Keep the capability table sorted.
- Use a consistent term for a PPP login program.
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
| |
it. It's a no-op relocation.
Trigger case: ports/x11-toolkits/pango
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Initialize "rval", which would be used uninitialized
if al or pl options were set.
- Don't pass an empty string to login(1) as a user name
(this could be triggered by entering a name and then killing it
with backspace or ^U.)
- Don't loop endlessly if the al option specifies a bogus (i.e.,
not alphanumeric) auto-login name.
- Don't pass a bogus user name to login(1) if a good name were
entered and then killed with ^U.
- Exit with status 0, not 1, on receiving an EOF character,
since it's not a error condition.
MFC after: 1 week
|
| |
|
|
|
|
| |
We can't use c89 due to use of 'inline', and c99 produces bad code.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- be paranoid about honoring LD_LIBMAP_DISABLE.
Suggested by: rwatson
|
|
|
|
| |
into a separate function.
|
| |
|
|
|
|
| |
libmap.conf(5) functionality.
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- Let lm_add() call strdup() on its own behalf.
- Use a temporary pointer when parsing constraints; only set the
constraint pointer on a totally successful match.
PR: bin/52783
Submitted by: David P. Reese Jr. <daver@gomerbud.com>
Approved by: re (rwatson)
|
|
|
|
|
|
|
|
|
|
| |
implementation in case default one provided by rtld is
not suitable.
Consolidate various identical MD lock implementation into
a single file using appropriate machine/atomic.h.
Approved by: re (scottl)
|
|
|
|
| |
Approved by: re (safe amd64 support commits)
|
|
|
|
|
|
|
| |
a few missing relocation types in amd64/reloc.c, but I have not found
any of them in use yet. :-)
Approved by: re (amd64/* blanket)
|
|
|
|
| |
Approved by: re (scottl)
|
|
|
|
|
|
| |
- Add a global mapping if we have a successful constrained match.
Approved by: re
|
|
|
|
|
|
| |
section.
Approved by: re (scottl)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
OK'ed by: re(scottl)
|
|
|
|
| |
$FreeBSD$ tags and some debug variable safety belts.
|
|
|
|
| |
Approved by: re (scottl)
|
|
|
|
|
|
|
|
|
| |
DT_NEEDED links is not flexible enough for cases where dynamically
loaded modules form a dependency cycle.
This should fix an infinite recursion problem encountered by Yahoo.
Approved by: re (jhb)
|
|
|
|
|
| |
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
|
|
|
| |
todo.
|
|
|
|
| |
symbol twice.
|
| |
|
| |
|
|
|
|
| |
Approved by: re@ (scottl)
|
|
|
|
|
|
|
|
| |
does not exist.
PR: bin/38303
Submitted by: Woei-Luen, Shyu <m8535@cn.ee.ccu.edu.tw>
the committed patch differs from the submitted one, any inaccuracies are mine.
|
| |
|
|
|
|
|
|
|
| |
This is an optional feature, disabled by default.
This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the unused FILE\ *tf from print_mesg args, and the
bogus passing in of an uninitialised FILE* for it.
Call a timeval 'now' instead of 'clock' due to shadowing.
Remove a nested localtime declaration.
Make the delete invite argument match the ID type, u_int32_t.
Use const for pointers to const items.
Cast to long where printing as such.
Include netinet/in.h for htonl/htons.
Reviewed by: imp
|
| |
|
|
|
|
|
|
| |
and _DEFAULT are the same for 5.x.
Committed under threat of action from: The mdoc police
|
|
|
|
|
|
|
| |
Constness, missing prototypes, non-ansi prototypes, missing
initialisers, unnecessary declarations, shadowing.
Reviewed by: md5
|