| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
sigaction, used to describe an action to be taken, is defined in the
header <signal.h> to include at least the following members:"
^^^^^^^^
A sigaction defined on stack with essentially random contents may have
just about anything underneath fields that the program doesn't know about.
It is not safe to delete the bzero.
Notes:
svn path=/head/; revision=51762
|
| |
|
|
|
|
|
| |
initialization of sa_flags allows us to lose the bzero.
Notes:
svn path=/head/; revision=51759
|
| |
|
|
|
|
|
|
|
| |
initialization of sa_flags allows us to lose the bzero.
$FreeBSD$ tag added.
Notes:
svn path=/head/; revision=51758
|
| |
|
|
|
|
|
| |
Inspired by: NetBSD commit message describing this.
Notes:
svn path=/head/; revision=51743
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51667
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51610
|
| |
|
|
|
|
|
|
|
| |
This function was removed by jdp in rev.1.5 of dlopen.3
Forgoten by: jdp
Notes:
svn path=/head/; revision=51605
|
| |
|
|
|
|
|
|
| |
PR: docs/13658
Submitted by: Zahemszky Gabor <zgabor@code.hu>
Notes:
svn path=/head/; revision=51577
|
| |
|
|
|
|
|
|
| |
PR: docs/13222
Submitted by: Ben Smithurst <ben@scientia.demos.co.uk>
Notes:
svn path=/head/; revision=51571
|
| |
|
|
|
|
|
|
|
| |
manual page states. `chmod +s foo' and `chmod +t foodir' now work.
PR: 13889
Notes:
svn path=/head/; revision=51549
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=51518
|
| |
|
|
|
|
|
| |
Spotted by: John Polstra <jdp@polstra.com> (again)
Notes:
svn path=/head/; revision=51509
|
| |
|
|
|
|
|
|
|
|
| |
Also spelled out the return values and conditions a little
better.
Noticed by: John Polstra <jdp@polstra.com>
Notes:
svn path=/head/; revision=51470
|
| |
|
|
|
|
|
|
|
| |
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
Notes:
svn path=/head/; revision=51457
|
| |
|
|
|
|
|
|
| |
PR: docs/13814
Submitted by: Alex Vasylenko <lxv@mix.nest.org>
Notes:
svn path=/head/; revision=51419
|
| |
|
|
|
|
|
| |
can be handled intelligently.
Notes:
svn path=/head/; revision=51398
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=51216
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=51214
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=51186
|
| |
|
|
|
|
|
| |
Pointed out by: obrien
Notes:
svn path=/head/; revision=51185
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51154
|
| |
|
|
|
|
|
| |
Obtained from: NetBSD
Notes:
svn path=/head/; revision=51139
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51122
|
| |
|
|
|
|
|
|
| |
Submitted by: Dan Nelson <dnelson@emsphone.com>
Forgotten by: mpp
Notes:
svn path=/head/; revision=51110
|
| |
|
|
|
|
|
| |
- mdoc(7) fixes
Notes:
svn path=/head/; revision=51023
|
| |
|
|
|
|
|
|
|
|
|
| |
where getpwent() would ignore wildcard entries that followed a netgroup
entry.
PR: misc/12999
Submitted by: David Hedley <david@inty.net>
Notes:
svn path=/head/; revision=51003
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50967
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50947
|
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=50946
|
| |
|
|
|
|
|
|
|
| |
Correct RB_* values list bounds.
Reviewed by: mpp
Notes:
svn path=/head/; revision=50945
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50944
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50943
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50942
|
| |
|
|
|
|
|
| |
Reviewed by: mpp
Notes:
svn path=/head/; revision=50941
|
| |
|
|
|
|
|
|
|
|
|
| |
mdoc(7)'fy.
PR: docs/13406
Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu>
Reviewed by: mpp
Notes:
svn path=/head/; revision=50916
|
| |
|
|
|
|
|
| |
Reviewed by: marcel
Notes:
svn path=/head/; revision=50817
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=50790
|
| |
|
|
|
|
|
|
|
| |
review.
Requested by: bde
Notes:
svn path=/head/; revision=50700
|
| |
|
|
|
|
|
|
|
|
| |
the first occurrence of a GID > USHRT_MAX.
PR: 13344
Reviewed by: bde
Notes:
svn path=/head/; revision=50644
|
| |
|
|
|
|
|
|
|
|
| |
it easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=50532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50488
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50471
|
| |
|
|
|
|
|
|
|
|
| |
error for a pathname to contain a character with the high-order
bit set.
Inspired by: joerg's previous commit
Notes:
svn path=/head/; revision=50466
|
| |
|
|
|
|
|
|
| |
mknod() a pathname containg a ``character with the high-order bit
set''.
Notes:
svn path=/head/; revision=50456
|
| |
|
|
|
|
|
| |
PR: docs/13290
Notes:
svn path=/head/; revision=50217
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=50126
|
| |
|
|
|
|
|
|
|
| |
these are inherently unsafe interfaces.
Do not allow TMPDIR to override path for setuid/setgid programs.
Notes:
svn path=/head/; revision=50121
|
| |
|
|
|
|
|
|
|
| |
path name argument with a trailing '/' to fail.
Reviewed by: phk
Notes:
svn path=/head/; revision=49851
|