| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
- convert netstat from kvm_getfiles() to kvm_getfile2() using that
- delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major)
- rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file
and KERN_FILE2 to KERN_FILE.
ok deraadt@, millert@
ports scan sthen@
|
| |
|
| |
|
|
|
|
|
|
|
| |
pthreads and chroot, and safe initialization without /dev/random and such
junk. If you are in control of an arc4random in another library, please look
at these pages and get caught up.
ok various
|
|
|
|
|
|
| |
be using directly. Well, a few rare people cloned it upstream and it
will take a bit of time for them to learn.
ok various
|
|
|
|
| |
ok miod
|
|
|
|
| |
ok miod
|
|
|
|
| |
DIST_LIB/DIST_OBJ/*.do changes
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
pointed out by and ok matthew@
|
|
|
|
|
|
|
| |
that mlarkin@ can fix programs that report rates-over-uptime.
ok kettenis@
manpage corrections jmc@ (which I've probably broken again)
|
| |
|
|
|
|
| |
feedback and ok djm@
|
|
|
|
| |
MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@
|
| |
|
|
|
|
| |
is undefined. Add a warning to that effect. OK deraadt@ jmc@
|
|
|
|
| |
Pointed out by Dawe via tech@.
|
|
|
|
|
| |
years that fork() returns through child_return(), which takes care of zeroing
%r2.
|
|
|
|
|
|
|
|
|
| |
error, but that makes some ports (e.g. GNOME) freak out. We can allow
any message language to be used as long as the encoding specified as
part of the locale name is supported (i.e. listed in locale -m output).
The primary users of LC_MESSAGES are catopen(3) and gettext(3), which
already worked without this change.
ok ajacoutot, naddy, matthew
|
|
|
|
| |
should have run this through mandoc -Tlint ;)
|
| |
|
| |
|
|
|
|
| |
a struct passwd. ok deraadt@ guenther@ kettenis@
|
|
|
|
| |
from jan stary
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
|
|
| |
imported from netbsd] -- like, if maximum portability requires you to
setprogname(), what NAME WOULD YOU PASS IT? LIKE DUH!!!!!
also add some historical context so that people understand how this
fits into the scheme of things.
ok okan kettenis jmc
|
| |
|
| |
|
| |
|
|
|
|
|
| |
facts checked by sobrado@
style tweaks and ok jmc@
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to prevent collisions with third-party programs.
suggested by sthen@, ok theo@
|
|
|
|
|
|
|
|
| |
in freebsd src commit r253066. our man pages had been updated, but i must
have missed the following:
- getnameinfo.3: 2553 -> 3493
- ip6.4: we listed both. remove 2553.
|
|
|
|
| |
ok guenther
|
| |
|
| |
|
|
|
|
|
|
| |
-> test becomes meaningful on vax
No actual change, no bump
okay martynas@
|
|
|
|
| |
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@
|
|
|
|
|
| |
proceed through to crash and show the bug.
ok miod
|