| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
localhost connections.
The plan is to always use the routing table for addresses and routes
resolutions, so there is no future for an option that wants to bypass
it. This option has never been implemented for IPv6 anyway, so let's
just remove the IPv4 bits that you weren't aware of.
Tested a least by lteo@, guenther@ and chrisz@, ok mikeb@, benno@
|
|
|
|
| |
for localhost connections. discussed with deraadt@
|
|
|
|
|
|
|
|
| |
use the routing table there's no future for an option that wants to
bypass it. This option has never been implemented for IPv6 anyway,
so let's just remove the IPv4 bits that you weren't aware of.
Tested by florian@, man pages inputs from jmc@, ok benno@
|
| |
|
|
|
|
|
|
|
| |
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.
Noone sane will mourn these ports anyway. So long, and thanks for the fish.
|
|
|
|
|
|
|
| |
tweaks jmc@
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@
"The time is right." and much help getting the show on the
road deraadt@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate
ok millert@ jmc@ schwarze@
|
| |
|
|
|
|
| |
from Jan Stary <hans at stare dot cz>
|
|
|
|
| |
From: Ross L Richardson
|
| |
|
|
|
|
| |
tweaking and ok millert@ jmc@
|
| |
|
|
|
|
| |
okay guenther@
|
|
|
|
|
| |
for a while already
ok miod kettenis
|
|
|
|
|
| |
since the kernel supplies a .openbsd.randomdata segment.
ok matthew miod guenther
|
|
|
|
| |
ok miod matthew
|
| |
|
|
|
|
| |
guenther and deraadt
|
|
|
|
|
|
| |
by deraadt@. Sync man page.
ok guenther@, deraadt@
|
|
|
|
|
|
|
|
| |
change to getdents(). Indicate that d_off values are valid for
seeking on directories.
problem noted by Jared Yanovich (slovichon (at) gmail.com)
ok jmc@
|
|
|
|
| |
noted by jmc@
|
|
|
|
|
|
| |
utime() usage, not utimes()
ok deraadt@
|
| |
|
|
|
|
| |
okay deraadt@
|
| |
|
|
|
|
|
|
|
|
| |
Use useconds_t in the ualarm() declaration.
Bump libstdc++ major to be sure there isn't ABI issues.
ok deraadt@ jca@ jmc@ millert@
ports testing by landry@
|
|
|
|
| |
ok miod
|
|
|
|
|
|
|
| |
just specific objects that are compiled with additional options to
reduce their size. For use by distrib/ and crunchgen.
style and naming assistance from espie@
|
|
|
|
| |
confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@
|
|
|
|
|
|
|
| |
that mlarkin@ can fix programs that report rates-over-uptime.
ok kettenis@
manpage corrections jmc@ (which I've probably broken again)
|
|
|
|
| |
MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@
|
|
|
|
| |
Pointed out by Dawe via tech@.
|
|
|
|
|
| |
uintptr_t, so it can hold pointers for EVFILT_TIMER and _AIO, and
data to quad_t, so it can hold file offets.
|
|
|
|
| |
From: Jan Stary
|
|
|
|
| |
From: Jan Stary
|
|
|
|
| |
From: Jan Stary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
members to 64bit types. Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments. Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir. Build perl with -DBIG_TIME.
Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.
DANGER: ABI incompatibility. Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.
Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@
|
| |
|
|
|
|
|
| |
facts checked by sobrado@
style tweaks and ok jmc@
|
| |
|
|
|
|
| |
man4 still to go...
|
|
|
|
|
|
|
|
| |
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and
{clock,pthread}_getcpuclockid() functions.
Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@
ok matthew@
|
|
|
|
|
|
| |
just an alias of the latter.
ok matthew@ tedu@
|
|
|
|
| |
ok lteo & jmc
|
|
|
|
|
|
| |
records. From FreeBSD via otto@, with tweaks suggested by guenther@.
Commite on behalf of otto@ who is not around, to ride the libc minor bump.
Causes a librthread minor bump as well (new syscall).
|