Age | Commit message (Collapse) | Author |
|
Make -T behave as documented: only report totals
Only open the kvm files when necessary
prompted by a comment from matthew@
ok and corrections millert@, ok tedu@
|
|
displayed.
help from bluhm@
OK claudio@
|
|
|
|
|
|
md5 can be checked.
would credit whoever reported this (oga?) except I don't remember.
|
|
sure deraadt@
|
|
|
|
OK dlg@
|
|
issue noted by halex@
|
|
found out by sthen
|
|
in the long term, i guess we should avoid documenting the number of
sections, since it's meaningless and is always in danger of going
out of date...
|
|
- if the ports tree is -current, do not compute
@wantlib during dependencies.
- add an extra cache. The solver caches "exact" depends, we can also cache
pkgpaths when we go to the ports tree.
- make the checking computation progress message less painful by adding the
pkgpath currently investigated...
|
|
discussed with lots of people, tested by naddy@,
"move fast" deraadt@
|
|
the standard OpenBSD-style parse.y handle continuing lines with backslashes,
paying particular attention to how comments are handled (which can cause
nasty side-effects if you're not expecting it).
Most wording from jmc@, with suggestions from fgsch@, marc@, Richard Toohey,
patrick keshishian and Florian Obser, ok jmc@.
|
|
pass to compute_fullname. To be used in update-plist
|
|
|
|
|
|
from simon@, tested in a bulk by landry@
ok espie@
|
|
|
|
avoid extracting again identical files, leading to less file system churn.
put in a few failsafes (size check) for people with fubar'd file
systems (hey oga@).
The more often you update, the more you gain. Over 6 months, about one
out of five files doesn't change.
apparently, improves things a lot on slow fs, as said landry@ and sthen@.
tested by quite a few people.
|
|
always succeed since it only depends on the ports tree itself.
|
|
|
|
pointed out by Running Razor <runningrazor at web dot de>
|
|
from Martin Matuska in PR 6624
ok phessler@
|
|
|
|
deserves to get credited for this, but I have no idea where that came from
|
|
|
|
simplify: actually create a tmp directory hierarchy that exactly mimics
what fake contains. This avoids trouble with makewhatis checks.
Don't even try to remember what files are there, just wipe it all with
rmtree.
|
|
Problem found and fix tested by jmc@.
Note that the patch to Makefile.in is useful for two additional reasons:
1. It removes an ugly reimplementation of the bsd.man.mk .8.cat8 target.
2. It will be required anyway when installing source manuals in the future.
The bsd-wrapper patch looks redundant, but isn't. These rules are not
in bsd.man.mk because elsewhere, the source files (*.8 etc.) are part of
the source tree, not generated files.
|
|
|
|
ok matthew@
|
|
Unmaintained, duplication of other things, unwanted.
(if you want memory to act as a disk use a vnd or mfs)
ok matthew@.
|
|
the domain part or the entire address of the sender at the SMTP sesssion
level. this is not masquerade but allows smtpd to communicate with hosts
that do a check of SMTP sender fqdn.
sent to tech@, a couple 'no regression' feedbacks
|
|
|
|
|
|
|
|
ok deraadt matthew
|
|
(problem noticed by Nigel Taylor)
|
|
ok miod@, deraadt@
N.B.: If you're following -current, you MUST recompile config(8) and
re-config your kernel or else ioconf.c will fail to compile.
|
|
|
|
add subdir method to extrainfo and pkgpath to get to pkgpath string.
to be used in register-plist to allow for normalization of pkgpaths.
|
|
figure out what matches precisely.
approved by dcoppa@. okay sthen@, landry@
|
|
|
|
|
|
|
|
may only be set on directly connected networks but not on router
nodes which are used by the P2P links. Fix for PR 6597. OK sthen@
|
|
vmmap is designed to perform address space randomized allocations,
without letting fragmentation of the address space go through the roof.
Some highlights:
- kernel address space randomization
- proper implementation of guardpages
- roughly 10% system time reduction during kernel build
Tested by alot of people on tech@ and developers.
Theo's machines are still happy.
|
|
|
|
|
|
|