| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
| |
From NetBSD's bootpd (in src/usr.sbin/bootp)
Notes:
svn path=/head/; revision=116371
|
| |
|
|
|
|
|
| |
select is broken.
Notes:
svn path=/head/; revision=116370
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116346
|
| |
|
|
|
|
|
|
|
|
|
| |
information could only be gleaned from the the tty descriptor itself
was neglected, so never did the tty's default settings get copied from
the kernel. Specifically, this caused all manner of ctrl-keys to not
work. Fix this by calling dogettytab() in all the proper places, and
retrieving the terminfo temporarily in dogettytab().
Notes:
svn path=/head/; revision=116329
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Re-read gettytab(5) only if needed.
This fixes bugs introduced as long ago as in getty/main.c rev.1.15.
PR: bin/18181
MFC after: 1 month
Notes:
svn path=/head/; revision=116164
|
| |
|
|
|
|
|
| |
instead of just being assigned a truth value.
Notes:
svn path=/head/; revision=116155
|
| |
|
|
|
|
|
|
| |
the truth value to a boolean variable, especially when inside
a loop. The variable can overflow otherwise, at least in theory.
Notes:
svn path=/head/; revision=116154
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=116153
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=116152
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=116151
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116034
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116033
|
| |
|
|
|
|
|
|
|
| |
it. It's a no-op relocation.
Trigger case: ports/x11-toolkits/pango
Notes:
svn path=/head/; revision=115940
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=115900
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115836
|
| |
|
|
|
|
|
| |
We can't use c89 due to use of 'inline', and c99 produces bad code.
Notes:
svn path=/head/; revision=115814
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115697
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115669
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115668
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115667
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115634
|
| |
|
|
|
|
|
|
|
| |
- be paranoid about honoring LD_LIBMAP_DISABLE.
Suggested by: rwatson
Notes:
svn path=/head/; revision=115448
|
| |
|
|
|
|
|
| |
into a separate function.
Notes:
svn path=/head/; revision=115446
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115445
|
| |
|
|
|
|
|
| |
libmap.conf(5) functionality.
Notes:
svn path=/head/; revision=115444
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=115400
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=115396
|
| |
|
|
|
|
|
| |
Approved by: re (safe amd64 support commits)
Notes:
svn path=/head/; revision=115281
|
| |
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=115280
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115157
|
| |
|
|
|
|
|
|
|
| |
- Add a global mapping if we have a successful constrained match.
Approved by: re
Notes:
svn path=/head/; revision=115150
|
| |
|
|
|
|
|
|
|
| |
section.
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115107
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115087
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115086
|
| |
|
|
|
|
|
| |
OK'ed by: re(scottl)
Notes:
svn path=/head/; revision=114913
|
| |
|
|
|
|
|
| |
$FreeBSD$ tags and some debug variable safety belts.
Notes:
svn path=/head/; revision=114912
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/head/; revision=114833
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=114826
|
| |
|
|
|
|
|
|
| |
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
Notes:
svn path=/head/; revision=114709
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114626
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114625
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114624
|
| |
|
|
|
|
|
| |
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Notes:
svn path=/head/; revision=114448
|
| |
|
|
|
|
|
| |
todo.
Notes:
svn path=/head/; revision=114332
|
| |
|
|
|
|
|
| |
symbol twice.
Notes:
svn path=/head/; revision=114316
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114280
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114117
|
| |
|
|
|
|
|
| |
Approved by: re@ (scottl)
Notes:
svn path=/head/; revision=114113
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=113714
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113312
|