| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
| |
added in 1.40). This fixes a pathological case where in_scrubprefix would
do the wrong thing. Found and reported by glebius@FreeBSD
OK bluhm@
|
|
|
|
| |
may want to use it for variables later).
|
|
|
|
|
|
|
| |
Currently supports only -l and -s (no parity), no variables and ~., ~>,
~$, ~#, ~^Z, ~?. More to come.
Tested by naddy, otto. ok miod deraadt
|
|
|
|
|
|
|
|
| |
libexec and usr.sbin tftpd.
libexec waitied around after finishing a wrq in case our ack for the last
write from a client got lost. this does the same dance, or an arguably
better version of it compared to libexec tftpd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
block by flushing the data on the socket and waiting for a retransmit
by timeout to occur.
my stuff (usr.sbin/tftpd) had XXXs and failure in those places.
this diff fixes that.
this should address the problems that sthen and jcs have been having
(and which i was finally able to reproduce here).
it also avoids reusing the clients buffer to both send and recv
frames. we recv onto the stack now so retry always sends what we
originally built for the peer.
tested by and ok jcs@ sthen@
|
|
|
|
| |
"looks good" kjell
|
|
|
|
|
|
| |
by shipping a config that overrides the current UsePrivilegeSeparation=yes
default. Make it easier to flip the default in the future by adding too.
prodded markus@ feedback dtucker@ "get it in" deraadt@
|
|
|
|
| |
and implement -Tman .Fd
|
| |
|
|
|
|
| |
should fix devel/avr
|
|
|
|
|
|
| |
before changing p_stat to SDEAD
ok pirofti@
|
|
|
|
|
| |
in a fire. Start by removing the definitions, before we clean the
headers later.
|
| |
|
|
|
|
|
| |
ok beck@, guenther@ who deal with their own ...
ok deraadt@ who deals with his own and sometimes others ...
|
|
|
|
|
| |
means longoption with a separate parameter, like for -Xcompiler
(won't work as -Xcompiler=value)
|
| |
|
| |
|
| |
|
|
|
|
| |
autoload only when absolutely required.
|
|
|
|
|
|
|
|
|
| |
that regexp.
for permuted mode, expose the "future" arguments so we can tinker with them
directly.
Use that to support -Wc,* and -Xcompiler
|
| |
|
|
|
|
| |
ok mikeb sthen haesbaert henning
|
| |
|
|
|
|
|
|
|
| |
To get the spacing right,
* avoid man(7) code line breaks at places where no spacing is allowed
* allow spacing right after .Sm on
* allow spacing after empty .Fl at the end of an input line
|
| |
|
|
|
|
|
| |
should fix print/pdflib
found out by jasper@
|
|
|
|
| |
ok derradt@
|
|
|
|
|
| |
- simplify a tiny tiny bit the scheduler loop
- no functional change (yet)
|
| |
|
| |
|
|
|
|
| |
fix the array accessor...
|
|
|
|
| |
and non existent files (which is normal here).
|
|
|
|
|
| |
.Ad .Ar .Cd .Cm .Dv .Em .Er .Ev .Fa .Fl .Fn .Fo .Ft
.Ic .In .Lk .Li .Ms .Mt .Nm .Pa .Sx .Sy .Tn .Va .Vt
|
|
|
|
| |
OK guenther@ and deraadt@
|
| |
|
|
|
|
| |
ok blambert@ krw@ tedu@ miod@
|
|
|
|
|
| |
is now superflous. With rounding gone the offset parameter is
similarly superfluous. Simply getuint() accordingly.
|
|
|
|
|
|
|
|
|
|
| |
units handling by copying getuint() from disklabel. MBR partition id
and disklabel partition type are different beasts. So deciding to
round off a MBR partition with id FS_BSDFFS meant rounding off
NTFS partitions. And FS_SWAP partitions meant DOS FAT 12. So just
nuke rounding off for now to simplify getuint().
ok beck@
|
| |
|
|
|
|
| |
partition numbers.
|
|
|
|
|
|
|
|
|
|
| |
mechanism that was a holdover from when dhclient handled multiple
interfaces at once. There is only one timeout possible at a time.
Also move calculation of current time to just before check to see
if the timeout has expired.
ok beck@ guenther@
|
|
|
|
|
| |
anymore as a debugging tool, and it is in a rather critical path.
ok kettenis
|
| |
|
|
|
|
|
| |
sched_stop_secondary_cpus() leaves us on the only cpu which is left.
ok kettenis haesbaert guenther
|
| |
|
|
|
|
|
|
|
| |
as well. This fixes very slow performance due to lots of uncached
memory on buggy machines, for instance on very large memory thinkpad
W500 and such.
ok mlarkin kettenis sthen
|
|
|
|
|
|
|
|
|
| |
load balancing case, this allows Weighted Least States (WLS).
Everything prepared on c2k11 with help from mcbride@.
This finally makes PF ready for the cloud.
ok henning@ mikeb@ pyr@
|
| |
|