| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
on a 128-bit boundary like we do on amd64. The padding within the struct
made sure the state was properly aligned *within* the struct, but since the
alignment restriction on the struct itself was only 64-bit, the required
alignment was not guaranteed. We just got lucky.
ok oga@, guenther@
|
| |
|
| |
|
|
|
|
| |
ok deraadt
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
KERN_FILE2 (or their libkvm wrappers) for more information than the
running implementation knows how to provide.
ok millert@ deraadt@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
with suggestions from miod.
The codepath doesn't seem to be called yet, this will be
investigated later.
looks good miod@, ok deraadt@
|
|
|
|
| |
ok krw@ millert@
|
|
|
|
|
| |
execve(), just set the close-on-exec flag. Fixes PRs 6183 and 6376.
ok marc@, "seems clearly better" tedu@
|
|
|
|
|
|
|
|
| |
version require these flags to accept the X.509 certificates from the
gateway or client; I just add both flags to make it work in both cases
and verified it with win7, for example when authenticating against iked.
go ahead beck@
|
|
|
|
| |
ok deraadt nicm
|
|
|
|
| |
ok ryan theo & herr reyksminister
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
|
|
|
|
| |
open /dev/diskmap and perform a DIOCMAP ioctl in order to open the actual
device. As a result, all programs which make use of opendev(3) can now
operate with disklabel UIDs.
Feedback from millert@
ok millert@ krw@ thib@
|
|
|
|
|
| |
complicated. Instead, request clients to provide enough samples
and start with buffers full.
|
| |
|
|
|
|
|
| |
Add a new ``initial position'' message which is simpler. No bahaviour
change, except effects of the protocol version crank.
|
| |
|
|
|
|
|
| |
and would otherwise result in overflowing the end pointer and
cause strnlen() to return 0. OK sthen@
|
|
|
|
|
|
|
|
| |
invite conflicts, they are rarely used, can trivially be replaced by
evtimer_*, and are deprecated and removed from event.h in later libevent
versions.
ok guenther deraadt
|
| |
|
|
|
|
|
|
| |
attribute then make pthread_create() return EINVAL instead of whatever
was in errno on entry (possibly making it appear it succeeded when it
really failed). Encountered by Jung (moorang at gmail.com).
|
|
|
|
|
|
|
|
| |
Minor bump for libutil.
Previous versions of this diff and man page looked at by various people.
"you should just commit" deraadt
|
|
|
|
|
|
|
| |
corner cases that were fixed in gcc4, and changes in libgcc that we may have
missed.
ok kettenis@
|
| |
|
|
|
|
|
|
|
| |
to exist before exit for malloc to dump stats in it.
tweaks from jmc@
ok otto@,jmc@
|
|
|
|
| |
ok deraadt@
|
| |
|
|
|
|
|
|
|
| |
full-duplex, we may detect a xrun in the play direction and discard
the clock tick, this would cause sio_revents() to return POLLIN
without the clock being advanced, causing apps relying on the clock
for flow control to enter a busy loop.
|
|
|
|
| |
completeness (verified).
|
|
|
|
|
| |
Bump the major version to avoid problems if someone updates
libkrb5 without updating libc first. OK deraadt@
|
|
|
|
| |
ok millert@ tedu@
|
|
|
|
| |
ok nicm@
|
| |
|
|
|
|
|
| |
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.
|
|
|
|
| |
ok jmc
|
|
|
|
|
|
| |
get suspended normally when not the foreground process. Fix potential
infinite loop when restoring terminal settings if process is in the
background when restore occurs. OK miod@
|
|
|
|
|
|
| |
notably fix a regression in parsing DTD parameter entities.
ok miod@ nicm@
|
| |
|
|
|
|
|
|
|
|
| |
requested sample rate, scale the block/buffer sizes so the block/
buffer sizes the hardware will use are the same amount of *time*
as the requested block/buffer sizes.
ok ratchov@
|
|
|
|
|
|
| |
is only referenced from inline asm.
ok jsg@
|
|
|
|
|
|
| |
devio.us.
ok jmc
|
|
|
|
|
|
| |
::1:2:3:4:5:6:7:8 for example. PR 6277, fix by Jun KAWAI (kwj at vlax net)
OK henning, gilles, jsing (who also reminded me to remove the now wrong
comment about superfluous ::)
|
|
|
|
| |
ok miod@
|
|
|
|
| |
ok guenther
|
|
|
|
|
|
|
|
|
|
|
|
| |
the xcrypt inputs, hence the dance which is done to make this work.
The constraint for the key however was "mr" which is both from
memory and from a general register, it seems gcc3 went with the former
and gcc4 went with the later in the pic case, so change the
constraint for the key to just "m" which gives us more efficient
code that both gcc3 and gcc4 are happy with.
ok kettenis@
|