| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok guenther
|
|
|
|
| |
input from jmc claudio
|
|
|
|
|
|
|
| |
move the call_depth decrement so it happens unconditionally and can
still return to 0 when called with dso!=NULL.
ok millert
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. handle "inf", "infinity", "nan", and "nan(whatever)",
2. reject bare minus and plus signs,
3. handle multi-byte characters, and
4. set *endptr = nptr for all failure cases.
Fixes libc++'s test cases for std::sto{f,d,ld}().
ok stsp
|
|
|
|
| |
ok lteo & jmc
|
|
|
|
|
|
|
|
|
| |
Catalogs had an arbitrary character set which was used regardless of locale.
Add UTF-8-encoded catalogs for libc error messages, and rename existing ones
to indicate their character sets. catopen(3) now chooses a catalog which
matches the locale's encoding, if available.
help & ok matthew, man page bits ok jmc, input from naddy and bluhm
|
|
|
|
|
|
|
|
|
|
|
|
| |
eliminate redundant copies of LC_CTYPE files.
Instead of names using "language_territory.codeset" permutations, use just
the codeset component to name directories storing LC_CTYPE files. Suggested
by bluhm@ while discussing the idea of using symlinks in /usr/share/locale
like FreeBSD does.
Future locale features which store language and/or territory specific data
can name directories after language or territory names.
|
| |
|
|
|
|
|
| |
input.
okay jmc@, schwarze@
|
| |
|
|
|
|
|
|
| |
looking into /etc/hosts. Remove the alias check from the search
domain iteration. Instead, take a shortcut to res_query_async_ctx() in
res_search_async_ctx().
|
|
|
|
|
| |
Explicitely check for issetguid() before calling getenv(). Also make
asr_hostalias() callable from other parts of asr too.
|
|
|
|
|
|
| |
records. From FreeBSD via otto@, with tweaks suggested by guenther@.
Commite on behalf of otto@ who is not around, to ride the libc minor bump.
Causes a librthread minor bump as well (new syscall).
|
|
|
|
| |
things around.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Man page adapted from FreeBSD and NetBSD.
Bump libc minor now (there will be more upcoming changes).
input from tedu@
get it in deraadt@
|
|
|
|
| |
ok guenther tedu deraadt
|
|
|
|
|
| |
like to use.
ok deraadt guenther
|
| |
|
|
|
|
| |
ok millert@
|
| |
|
|
|
|
|
|
|
|
| |
Change res_init() to initialize the _res structure on first call, and
udpate the global async context if changes were made by the user. All
resolver functions now call res_init() internally.
fixes issue spotted by otto@
|
|
|
|
| |
could be signaled.
|
|
|
|
|
|
| |
from Alf Schlichting
ok millert@
|
|
|
|
|
|
|
|
|
| |
Requires a libc minor bump, committing now so that we have up-to-date
snapshots for the upcoming hackathon.
joint work with millert@
man page bits ok jmc@
input and ok millert@, guenther@, deraadt@
|
| |
|
| |
|
|
|
|
|
|
| |
Tweak indentation in the synopsis
feedback and ok jmc@, espie@
|
|
|
|
| |
failure to document this case noticed by Mike Small
|
| |
|
|
|
|
| |
(setpgid has *never* cared about euid in OpenBSD)
|
|
|
|
| |
Noted by jmc@
|
|
|
|
|
| |
async-signal-safe functions. Also, add ppoll() as an async-s-s extension
interface
|
| |
|
| |
|
|
|
|
|
| |
Patch by Vladimir Támara Patiño <vtamara@pasosdeJesus.org>
ok mpi millert
|
| |
|
|
|
|
|
| |
async API. That is actually useless and it makes the code more
complicated. The required buffers are always allocated when needed.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sigmask even if there are no pending signals under the temporary
sigmask.
Refactor existing select() and poll() system calls to introduce the
pselect() and ppoll() system calls.
Add rthread wrappers for pselect() and ppoll(). While there, update
cancellation point comments to reflect recent fdatasync() addition.
Minor bumps for libc and librthread due to new symbols.
ok guenther, millert, deraadt, jmc
|
|
|
|
| |
ok otto
|
|
|
|
|
|
|
|
|
| |
GOTPCREL. Uncovered after the binutils patch where it isn't optimized
away at assembly and is forced to go through GOTPCREL. But _map
is effectively a local variable.
Found with cephes by guenther@.
OK guenther@, kettenis@, deraadt@.
|
|
|
|
| |
ok jmc
|
| |
|
|
|
|
|
| |
want to be using DES) and some of the notes about the export controls
are no longer so relevant. ok deraadt jmc
|