| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 31025
Submitted by: Tim Singletary <tsingle@vetinsite.com>
|
| |
|
| |
|
|
|
|
| |
been copied to msun/man (most of them long ago without proper history).
|
|
|
|
|
|
|
| |
describing these operators in English. This completes the fix in rev.1.3
(rev.1.2 got this wrong by describing wrong operators in English).
Fixed bitrot and improved English in the DESCRIPTION section.
|
|
|
|
| |
Submitted by: phantom
|
|
|
|
|
|
| |
pages in libm).
Submitted by: phantom
|
|
|
|
| |
alpha files too.
|
|
|
|
|
|
|
| |
Add a missing word. Bump document date.
Inspired by: IEEE Std 1003.1-200x (Draft 7)
MFC after: 3 days
|
|
|
|
| |
character. Bump document date. Add a missing comma.
|
|
|
|
|
|
|
|
| |
- Mention ``eaccess'' in the NAME section.
- Use intro(2) terminology.
- Markup fixes.
Reviewed by: rwatson
|
|
|
|
| |
needs one line of assembler to initialise gp.
|
|
|
|
|
|
|
| |
from login(3). This page, logwtmp(3), speaks of only
one file -- wtmp(5).
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
Updated by peter following KSE and Giant pushdown.
I've running with this patch for two week with no ill side effects.
PR: kern/12014: Fix SysV Semaphore handling
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
|
| |
|
| |
|
| |
|
|
|
|
| |
library.
|
| |
|
|
|
|
|
| |
than making device node(s).
Submitted by: Hiroo ONO <hiroo@oikumene.gcd.org>
|
| |
|
|
|
|
| |
Requested by: brian, gad
|
|
|
|
|
|
| |
id cruft.
Submitted by: bde
|
|
|
|
|
|
|
|
| |
number of characters that are searched. This is especially useful
with file operations and non-NUL terminated strings.
Silence from: -audit, -hackers
MFC after: 5 days
|
| |
|
|
|
|
|
|
|
| |
from occurring when converting from a timeval/timespec to a timeout in
milliseconds.
Submitted by: dwmalone
|
|
|
|
| |
shouldn't.
|
| |
|
|
|
|
|
| |
that used to live in RPC 4.0. This is needed for yppasswd and
rpc.yppasswdd to work correctly. Patch supplied by Martin Blapp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Allow the sending of more than one control message at a time
over a unix domain socket. This should cover the PR 29499.
2) This requires that unp_{ex,in}ternalize and unp_scan understand
mbufs with more than one control message at a time.
3) Internalize and externalize used to work on the mbuf in-place.
This made life quite complicated and the code for sizeof(int) <
sizeof(file *) could end up doing the wrong thing. The patch always
create a new mbuf/cluster now. This resulted in the change of the
prototype for the domain externalise function.
4) You can now send SCM_TIMESTAMP messages.
5) Always use CMSG_DATA(cm) to determine the start where the data
in unp_{ex,in}ternalize. It was using ((struct cmsghdr *)cm + 1)
in some places, which gives the wrong alignment on the alpha.
(NetBSD made this fix some time ago).
This results in an ABI change for discriptor passing and creds
passing on the alpha. (Probably on the IA64 and Spare ports too).
6) Fix userland programs to use CMSG_* macros too.
7) Be more careful about freeing mbufs containing (file *)s.
This is made possible by the prototype change of externalise.
PR: 29499
MFC after: 6 weeks
|
|
|
|
|
|
| |
of the new RCSID macros.
MFC after: 3 days
|
| |
|
|
|
|
|
| |
inconsistently weird const poisoning in the man pages relative to the
headers.
|
| |
|
| |
|
| |
|
|
|
|
| |
had not reached here.
|
|
|
|
|
|
|
|
|
|
| |
is interrupted by saving the pid.
The old code would assign the return value to pid which would trash
it, to fix the problem save a copy of the pid to be used as the
paramter to wait4().
Submitted by: Toshihiko ARAI <toshi@jp.FreeBSD.org>
|
|
|
|
| |
exp2f(), log2() and log2f().
|
| |
|
|
|
|
| |
Fully parenthesized a macro definition.
|
|
|
|
|
|
| |
The corresponding bugs in <wchar.h> have no effect because the function
prototypes there don't have args so the __restrict "keyword" is
misinterpreted as an arg.
|
| |
|
|
|
|
|
| |
Set_Boot_Blocks() from void to int had not reached here. Callers
still don't check the new return value.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
From: Patrik Lindergren <patrik@datacom.nu>
- delint (pointer cast issue). from netbsd-current
Obtained from: KAME
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
| |
commits to these files.
As I sing to CVS:
Have I told you lately that I hate your guts? Have I told you
all SCM's are above you? You fill my heart with pain, take away
all my merging joy, grow my troubles that's what you do."
|
| |
|