Age | Commit message (Collapse) | Author |
|
.Fd -> .In, .Li -> .Vt, and remove various other gratuitous differences.
feedback and ok stsp@, ok jmc@
|
|
the IPC_RMID flag.
This is permitted as an extension beyond the standards and this is similar
to what other operating systems like linux do.
Because compat_linux(8) was emulating this already, remove that code
since now this is the default.
input from oga@, guenther@, jmc@, deraadt@
ok deraadt@
|
|
Add POSIX references for fchdir(2), fchmod(2), fchmodat(2),
fchown(2), lchown(2) and execve(2).
State that fchmod(2) can return EPERM as required by POSIX 2008 (tested).
Requested by sobrado@; ok guenther@ jmc@ sobrado@.
|
|
and fixed by Remco <remco at d-compu.dyndns.org>, thanks!
|
|
value for THREAD_ERRNOPTR_OFFSET (can't be used from ASM or ld.so, but
it lets things compile as we fill things in)
|
|
|
|
with almost the same syntax (roughly an extra -M option).
Thru boxes are created with aucat, and corresponding MIDI port
names have the "aucat" prefix instead of "midithru". The old
device name will still work some time for backward compatibility.
ok deraadt
|
|
errno. The ASM bits for _cerror are sketchy or missing for some archs
but that can be corrected in-tree.
|
|
|
|
|
|
character support changes based on code from FreeBSD.
ok espie guenther; man page help from schwarze
|
|
and that getrtable returns the table, not 0/-1. Also, strip some
quotes that mandoc made superfluous, per comment from jmc@.
ok claudio@
|
|
|
|
|
|
handling to fix up the alignment of 64bit arguments so that they do
the same dance where _thread_sys_FOO is the real stub and FOO is a
weak alias. For some of them, this is needed for cancellation handling.
From discussions with fgsch@, ok millert@
|
|
ok deraadt@
|
|
|
|
known good version of ldstub in the kernel. (It's finally in, aja!)
ok kettenis@
|
|
(BIAD+CC64FSZ) so that there's sufficient space even when _rthread_start
is compiled without optimization. Also, clear the frame pointer
to help make gdb happier.
ok kettenis@
|
|
Tune the asm slightly to avoid using the stack and use smaller instructions.
Pass threxit() a NULL pointer.
seemed okay to kettenis@
|
|
|
|
by ajacoutot@, thx), to be linked in and activated alongside wscanf...
|
|
As kettenis@ pointed at,
http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html
has the following:
The Open Group Corrigendum U033/8 is applied. The %V conversion
specifier is changed from "Otherwise, it is week 53 of the previous
year, and the next week is week 1" to "Otherwise, it is the last
week of the previous year, and the next week is week 1".
In effect, strftime(3) with the "%V" format will now return "52" instead
of "53" for days in January before the first Monday, when January 1st
falls on a Friday, Saturday, or Sunday.
ok kettenis@ millert@
|
|
digits are preceded by a blank instead of a 0) and not %d (POSIX).
ok jasper@ guenther@
|
|
SA_RESTART is set, with connect(2) being the exception thus getting its
own state.
as pointed by kurt, threads on this and PS_FDR_WAIT states need to be
set to PS_RUNNING since the current signal dispatching code only looks
at the current thread.
ok kurt@
|
|
space for meta data by only allocating space actually needed for
the bitmap (modulo alignment requirements). ok deraadt@
|
|
|
|
|
|
|
|
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus)
all: X509 -> X.509
from Lawrence Teo
|
|
static version of pthread. fixes quite a few regression tests.
miod@ ok
|
|
ok ariane
|
|
non-standard. Tools which aren't locale-aware should only print ASCII but
were also printing latin1 which looks garbled in UTF-8 terminals.
Folks who want to use an extended character set now must set LC_CTYPE.
ok millert uwe naddy espie
|
|
applied only to the gl_pathv vector and not the corresponding gl_statv
array. reported in OpenSSH bz#1935; feedback and okay matthew@
|
|
clean make build tested on i386;
ok deraadt@, no objections from martynas@
|
|
called on an ERRORCHECK mutex that is locked by this thread. Problem
observed by uwe@
|
|
install custom terminfo files. Minor ncurses bump to allow packages to
depend on the right version. From discussion with zinke@ and dcoppa@.
ok phessler dcoppa
|
|
Also collapse consecutive '*' (from NetBSD).
ok miod deraadt
|
|
might be unreachable.
|
|
ok jsing@
|
|
linker doesn't generate stubs yet.
|
|
that instruction does sign extension. Look at %r1 to determine whether a
system call was sucessful, since that is where the kernel puts the information.
|
|
|
|
a revision number for ISO 8601; in addition, the revision number makes
the text unwieldy when discussing the standard in a casual manner.
therefore change the macro from -8601-4 to simply -8601, which will output
"ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc.
discussed with/ok millert
|
|
|
|
|
|
termcap database;
from Nils Anspach
ok nicm
|
|
interrupted, thus simulating the system call restart behaviour in the
non-pthreads case.
Add a state for kevent since it shouldn't be restarted regardless of
SA_RESTART being present.
guenther@ ok.
|
|
when not switching threads; issue observed by fgsch@
ok marc@
|
|
that errno isn't changed when a normal user (who can't open spwd.db)
does a lookup.
Problem pointed out by Tim van der Molen (tbvdm at xs4all.nl)
|