Age | Commit message (Collapse) | Author |
|
the ports' infrastructure.
|
|
|
|
|
|
|
|
|
|
problem noticed by Bernd.
|
|
- rename system to sys to stop shadowing the system() call.
- remove variable names in function declarations
- remove extern optarg and optind since it's defined in unistd.h
- use %zu instead of %d to print size_t's
OK jaredy@
|
|
|
|
designed as well.
|
|
Joint effort with stevesk@ and jmc@
|
|
|
|
|
|
remove ($) prototypes which are more confusing than anything else.
|
|
|
|
- reserve a poll descriptor entry for INET6 (not used yet)
ok henning
|
|
Call it OO, so that we can specialize it if we ever need it.
Be more explicit about parameters.
|
|
|
|
|
|
|
|
|
|
explicit code.
|
|
print them sensibly.
|
|
handling and so the signal handlers are safe to call whatever they want.
This solves PR5463. OK reyk@
|
|
does the job just fine. OK reyk@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
much shorter.
|
|
packing elements.
|
|
|
|
by default.
|
|
|
|
|
|
|
|
do not have more than one dns request outstanding per peer. resolves
slow recovery when resolving fails initially, without clogging the
pipe with lots of dns requests; tested by Jason George; ok deraadt@
|
|
According to perl's profiler, this actually accounts for *most* of the
user time of pkg_create...
|
|
we never have to check we added nothing.
so, process -P/-W in two steps: stash we've seen them first, and add them
later. As a benefit, sort/unify them once, so that we can stash them
correctly directly.
|
|
|
|
same code.
|
|
|
|
|
|
writing the package itself (includes mode verifications).
|
|
|
|
for more checks in very fishy cases (like if we end up with /var/db belonging
to the wrong person).
|
|
|
|
found out by bernd@
|