| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Inspired by: NetBSD commit message describing this.
|
| |
|
| |
|
|
|
|
|
|
| |
This function was removed by jdp in rev.1.5 of dlopen.3
Forgoten by: jdp
|
|
|
|
|
| |
PR: docs/13658
Submitted by: Zahemszky Gabor <zgabor@code.hu>
|
|
|
|
|
| |
PR: docs/13222
Submitted by: Ben Smithurst <ben@scientia.demos.co.uk>
|
|
|
|
|
|
| |
manual page states. `chmod +s foo' and `chmod +t foodir' now work.
PR: 13889
|
|
|
|
| |
Reviewed by: mpp
|
|
|
|
| |
Spotted by: John Polstra <jdp@polstra.com> (again)
|
|
|
|
|
|
|
| |
Also spelled out the return values and conditions a little
better.
Noticed by: John Polstra <jdp@polstra.com>
|
|
|
|
|
|
| |
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
|
|
|
|
|
| |
PR: docs/13814
Submitted by: Alex Vasylenko <lxv@mix.nest.org>
|
|
|
|
| |
can be handled intelligently.
|
|
|
|
|
|
|
|
| |
else, it is equivalent to strdup(). So, we will check if the substitution
tables are trivial at the load time, and possibly save 2 calls to
__collate_substitute() in strcoll().
Still, __collate_substitute() should not exist.
|
|
|
|
|
|
|
|
| |
Other minor optimizations. I got ~30% speedup in strcoll() for 50 char strings,
~40% speedup for 100 char strings, and unmeasurable speedup for 1M strings.
Collates are still terribly slow. To make them reasonable fast,
__collate_substitute() should be killed.
|
|
|
|
|
|
|
|
|
| |
representation of the full month name. In the Russian locale, this alternative
will be "nominative case", useful when the date designate month as a whole.
E.g. month heading in a calendar. I hope it can be useful for some other
locales too.
Discussed with: wollman, ache
|
|
|
|
| |
Pointed out by: obrien
|
| |
|
|
|
|
| |
Obtained from: NetBSD
|
| |
|
|
|
|
|
| |
Submitted by: Dan Nelson <dnelson@emsphone.com>
Forgotten by: mpp
|
|
|
|
| |
- mdoc(7) fixes
|
|
|
|
|
|
|
|
| |
where getpwent() would ignore wildcard entries that followed a netgroup
entry.
PR: misc/12999
Submitted by: David Hedley <david@inty.net>
|
| |
|
|
|
|
| |
Reviewed by: mpp
|
|
|
|
|
|
|
|
| |
Style and punctuation errors fixes.
ERRORS section included to RETURN VALUES because it's
describing return values instead of errors and their handling.
Reviewed by: mpp
|
|
|
|
|
|
| |
Correct RB_* values list bounds.
Reviewed by: mpp
|
|
|
|
| |
Reviewed by: mpp
|
|
|
|
| |
Reviewed by: mpp
|
|
|
|
| |
Reviewed by: mpp
|
|
|
|
| |
Reviewed by: mpp
|
|
|
|
|
|
|
|
| |
mdoc(7)'fy.
PR: docs/13406
Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu>
Reviewed by: mpp
|
|
|
|
| |
Reviewed by: marcel
|
|
|
|
|
|
|
|
|
| |
patch to stop the core dumps while others come up with a better
reviewed patch which may also fix other problems. We do illegal
pointer arithmetic, but it should be OK since FreeBSD only supports
machines with flat address spaces.
Submitted by: bde
|
|
|
|
|
|
| |
review.
Requested by: bde
|
|
|
|
|
|
|
| |
the first occurrence of a GID > USHRT_MAX.
PR: 13344
Reviewed by: bde
|
|
|
|
|
|
|
| |
it easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
error for a pathname to contain a character with the high-order
bit set.
Inspired by: joerg's previous commit
|
|
|
|
|
| |
mknod() a pathname containg a ``character with the high-order bit
set''.
|
|
|
|
| |
PR: docs/13290
|
|
|
|
|
|
|
|
|
| |
should be used from now on for anything security but not auth-related.
Included are updates for all relevant manpages and also to /etc files,
creating a new /var/log/security. Nothing in the system logs to
/var/log/security yet as of the time of this commit.
Reviewed by: rgrimes, imp, chris
|
|
|
|
|
|
| |
these are inherently unsafe interfaces.
Do not allow TMPDIR to override path for setuid/setgid programs.
|
|
|
|
|
|
| |
path name argument with a trailing '/' to fail.
Reviewed by: phk
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
|
|
|
|
|
|
|
| |
When fts_open is used with option FTS_NOCHDIR the full
path entry of type FTS_DP is returned with a trailing
'/' if the final directory is empty.
This fix coresponds to netbsd's __fts13.c v. 1.16
|
| |
|