| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Also spelled out the return values and conditions a little
better.
Noticed by: John Polstra <jdp@polstra.com>
|
|
|
|
| |
much as possible away from secure/ to make extending easier.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 13623
Submitted by: jtjang@gcn.net.tw
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
but never closed.
Submitted by: amobbs@allstor-sw.co.uk
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
argument is already upper/lower.
|
| |
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
|
|
| |
Requested by: eivind
Discussed with: eivind
Reviewed by: brian, eivind
|
| |
|
|
|
|
|
| |
Submitted by: Dan Nelson <dnelson@emsphone.com>
Forgotten by: mpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the words of originator:
:If an incoming connection is initiated through natd and deny_incoming is
:not set, then a new alias_link structure is created to handle the link.
:If there is nothing listening for the incoming connection, then the kernel
:responds with a RST for the connection. However, this is not processed
:correctly in libalias/alias.c:TcpMonitor{In,Out} and
:libalias/alias_db.c:SetState{In,Out} as it thinks a connection
:has been established and therefore applies a timeout of 86400 seconds
:to the link.
:
:If many of these half-connections are initiated (during, for example, a
:port scan of the host), then many thousands of unnecessary links are
:created and the resident size of natd balloons to 20MB or more.
PR: 13639
Reviewed by: brian
|
| |
|
|
|
|
| |
- 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
|
|
|
|
| |
ncurses)
|
|
|
|
| |
layers) driver from ncurses)
|
|
|
|
| |
ncurses)
|
|
|
|
|
|
|
|
| |
mdoc(7)'fy.
PR: docs/13406
Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu>
Reviewed by: mpp
|
|
|
|
|
|
| |
Build libncurses early again (it had drifted into set of libraries that
have no ordering requirements, but it must be built before libedit here
and before some gnu libraries in ../Makefile.inc1).
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
make -jN fail. This fixes the present problem only, not the larger one
of when those internal tools are built and the cross-compiling etc.
Submitted by: luoqi
|
|
|
|
|
|
| |
review.
Requested by: bde
|
|
|
|
| |
reason ${DESTDIR} isn't added to the symlink source.
|
|
|
|
|
|
|
| |
implementation.
PR: 13368
Submitted by: Steve Bernacki, Jr. <steve@copacetic.net>
|
|
|
|
|
|
|
| |
the first occurrence of a GID > USHRT_MAX.
PR: 13344
Reviewed by: bde
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This isn't quite finished yet, there are still some unresolved problems
with ospeed and the sgtty.h (non-posix) terminal interface. Mostly
this only causes problems with src/games.
The other tools and libraries (libform,libpanel,libmenu) will come
shortly but are seperate.
Beware, there be dragons here! (The build will be broken for a short
while)
|