Maxim Sobolev
fdf84ec4c6
When re-connecting already connected datagram socket ensure to clean
...
up its pending error state, which may be set in some rare conditions resulting
in connect() syscall returning that bogus error and making application believe
that attempt to change association has failed, while it has not in fact.
There is sockets/reconnect regression test which excersises this bug.
MFC after: 2 weeks
2005-01-12 10:15:23 +00:00
Ruslan Ermilov
da2fa15981
Scheduled mdoc(7) sweep.
2005-01-12 10:14:43 +00:00
Poul-Henning Kamp
3963baec64
Comment out debugging printf which doesn't compile on amd64.
2005-01-12 10:11:31 +00:00
Maxim Sobolev
c520d61bc3
Add test which excersises problem with unability to change association of
...
already associated datagram unix domain socket by issuing connect() system
call.
2005-01-12 09:57:18 +00:00
Eric Anholt
b9a9947eca
Create three additional X socket directories. Using X applications when another
...
user owns these directories or the sticky bit is unset may open security holes,
so simply create them at startup with the correct owner/mode.
MFC after: 1 day
2005-01-12 07:18:25 +00:00
Scott Long
9d32fde894
Use off_t when passing and calculating file offsets. While a single
...
extent in UDF is only 32 bits, multiple extents can exist in a file.
Also clean up some minor whitespace problems.
Submitted by: John Wehle
2005-01-12 06:42:13 +00:00
Scott Long
d1022c068e
Don't allow reads past the end of a file.
...
Submitted by: John Wehle, Andriy Gapon
MFC After: 3 days
2005-01-12 06:17:01 +00:00
Tim Kientzle
972d9bed42
Bring some file descriptions in line with reality.
...
Also, add some hints to help people understand which
functions are most appropriate for typical uses.
2005-01-12 05:56:49 +00:00
David Xu
333d4875cd
Let _umtx_op directly return error code rather than from errno because
...
errno can be tampered potentially by nested signal handle.
Now all error codes are returned in negative value, positive value are
reserved for future expansion.
2005-01-12 05:55:52 +00:00
Brian Somers
9e777bc6e2
Don't reprint file names unnecessarily.
...
PR: 75028
Submitted by: mteterin at 250-217 dot customer dot cloud9 dot net
MFC after: 7 days
2005-01-12 04:06:31 +00:00
Brian Somers
41843e7135
Fix some signed/unsigned comparisons. Fix prototypes while I'm here.
...
PR: 28890
Submitted by: matthias.andree at web dot de
MFC after: 7 days
2005-01-12 03:39:34 +00:00
Brian Somers
0e32d64e56
Don't decend into directories when -d is set and the directory itself doesn't
...
match.
PR: 28095
Submitted by: bill at twwells dot com
MFC after: 7 days
2005-01-12 03:25:55 +00:00
Brian Somers
b96d69488c
Sed doesn't grok '[ \t]' -- it doesn't expand the \t :(
...
As there are no tabs in maillog, reduce the expression so that only spaces
are used.
Problem raised by: Leif Neland root at internet dot dk
2005-01-12 01:31:21 +00:00
Nate Lawson
6023610d63
This commit was generated by cvs2svn to compensate for changes in r140094,
...
which included commits to RCS files with non-trunk default branches.
2005-01-12 00:52:40 +00:00
Nate Lawson
4802655124
Fix handling of the implicit return case for methods called from an
...
external source (i.e., _STA). The previous case only handled calls
occurring within AML. This should fix Toshibas, among others. Thanks
to Robert Moore of Intel for the fix.
MFC after: 2 days
2005-01-12 00:52:40 +00:00
Christian Brueffer
c9968355e5
- list the Hama USB RS-232 Serial Adapter as supported
...
- bump .Dd
PR: 76088
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
MFC after: 3 days
2005-01-11 23:16:20 +00:00
David Schultz
b33f870fba
Regression tests for [l]lrint[f]() and [l]lround[f]().
2005-01-11 23:13:36 +00:00
David Schultz
10c9ffa425
Add MI implementations of [l]lrint[f]() and [l]lround[f]().
...
Discussed with: bde
2005-01-11 23:12:55 +00:00
David Schultz
2aac156d2e
Document [l]lrint[f]() and [l]lround[f]().
2005-01-11 23:12:17 +00:00
David Schultz
439e59cf85
Faster lrint() and llrint() implementations for x86.
2005-01-11 23:10:53 +00:00
David Schultz
c1b70ced4f
Mark inline stmxcsr instructions as volatile, since this appears to be
...
the only way to convince gcc that they read the MXCSR. The volatile
annotation may be needed elsewhere as well.
2005-01-11 22:10:43 +00:00
Pawel Jakub Dawidek
2c144a95ed
Add missing entry.
...
Reported by: sos
2005-01-11 21:15:18 +00:00
Tom Rhodes
a5254695a7
List RFCs under SEE ALSO.
...
PR: 46918
2005-01-11 21:08:39 +00:00
Simon L. B. Nielsen
6821b22557
Document that MODULE_DEPEND does not change runtime initialization
...
order.
Mostly submitted by: scottl
Discussed on: cvs-src/src-committers
2005-01-11 20:56:03 +00:00
Ruslan Ermilov
2d82ac3110
Scheduled mdoc(7) sweep.
2005-01-11 20:50:51 +00:00
Ruslan Ermilov
4e05ab77a8
Sanitize the markup, as prompted.
2005-01-11 20:16:03 +00:00
Suleiman Souhlal
7a13f01f6f
Get the vnode from file.f_vnode instead of file.f_data.
...
Nowadays, f_data points to the vnode only if the underlying filesystem
doesn't use it for other purposes (devfs uses it to store the cdev,
for example).
Found by: csjp
Reviewed by: csjp
Approved by: phk, wes, grehan (mentor)
MFC after: 1 week
2005-01-11 18:52:12 +00:00
Tom Rhodes
35e43d9cad
Remnant code (broken, unhooked) from a.out which I missed.
...
Noticed by: ru
2005-01-11 18:35:40 +00:00
Pawel Jakub Dawidek
560cb85703
Connect SHSEC GEOM class to the build.
2005-01-11 18:18:40 +00:00
Pawel Jakub Dawidek
080361d6b8
Introduce a new GEOM class - SHSEC. It provides sharing secret between
...
the given providers. Without even one of the configured components there
should be no way to get the secret.
Supported by: WHEEL Sp. z o.o.
http://www.wheel.pl
2005-01-11 18:06:44 +00:00
Philip Paeps
ba13327812
Document the -U option a bit more clearly.
...
Submitted by: keramida
2005-01-11 17:16:31 +00:00
Tom Rhodes
43d8ef3f27
Restore these files to make ldconfig(8) happy.
2005-01-11 16:40:29 +00:00
Peter Edwards
ad93bc4a36
When grabbing registers for an lwp, fake the inferior's pid using the
...
lwp ID before invoking the underlying target operation.
For corefiles, we rely on gdb internals to do this, and it uses the
pid as an index, rather than the lwpid, so previously, backtraces
for multithreaded core files wasn't working correctly. For processes,
we currently use ptrace directly, so fixup that code to also use
the pid directly.
Discussed With: marcel, davidxu
MFC After: 4 days
2005-01-11 14:53:16 +00:00
Xin LI
ab03e6d597
Make WARNS=6 happy with our init(8):
...
- Use more ``const''s where suitable.
- Define strk() as a static function in global scope.
This avoids the "nested extern declaration" warnings.
- Use static initialization of strings, rather than
referring string constants through char *.
- Bump WARNS from 0 to 6.
2005-01-11 14:34:29 +00:00
Pawel Jakub Dawidek
79f717591c
Fix incorrect comment.
...
MFC after: 3 days
2005-01-11 14:11:14 +00:00
Gleb Smirnoff
dc2f4d7f5f
Utilize callout_pending() macro
2005-01-11 12:20:28 +00:00
Poul-Henning Kamp
7164e8f291
Silently ignore forced argument to unmount.
2005-01-11 12:02:26 +00:00
Gleb Smirnoff
9ce4c18856
- Use ng_callout() instead of timeout(9).
...
- Remove spl(9) calls.
XXX: not tested
2005-01-11 11:59:59 +00:00
Gleb Smirnoff
c00e2d15b7
- Use ng_callout() instead of home-grown implementation.
...
Submitted by: emax
2005-01-11 11:55:56 +00:00
Gleb Smirnoff
0ef8db8ff2
- Use ng_callout() instead of callout_reset(9).
...
- Use callout_pending() instead of our own flags.
- Remove home-grown protection of node, which has a scheduled
callout().
- Remove spl(9) calls.
Tested by: bz
2005-01-11 11:51:17 +00:00
Ruslan Ermilov
1a74e6a157
Scheduled mdoc(7) sweep.
2005-01-11 11:47:22 +00:00
Poul-Henning Kamp
14bcbf608e
This file fell out of the list when adding bufsync.
2005-01-11 11:36:26 +00:00
Ruslan Ermilov
48b9142f64
Add -q to usage() and mark the "index" argument as optional.
2005-01-11 11:23:59 +00:00
Simon L. B. Nielsen
59bd95005e
- mdoc(7) cleanup.
...
- Bump document date for last content change.
Extended mdoc clue: ru
2005-01-11 10:59:31 +00:00
Brian Somers
b389bf7570
Oops, the < in arg1=< is optional - treat it as such!
2005-01-11 10:54:38 +00:00
Ruslan Ermilov
9046f8cd17
Add -c to SYNOPSIS and usage().
2005-01-11 10:53:09 +00:00
Giorgos Keramidas
2ccfeeaef4
Fix a typo in a comment that may be confusing if one doesn't really
...
check what the code does. Separators are spaces, commas or tabs;
not '*' characters (as one may assume by reading the old comment).
2005-01-11 10:47:51 +00:00
Poul-Henning Kamp
6ef8480a88
Add BO_SYNC() and add a default which uses the secret vnode pointer
...
and VOP_FSYNC() for now.
2005-01-11 10:43:08 +00:00
Ruslan Ermilov
4438d91ea2
Scheduled mdoc(7) sweep.
2005-01-11 10:32:52 +00:00
Ruslan Ermilov
3baccdb9fd
Formatting fixes.
...
(This exposes a bug in mdoc(7) for which a patch has been sent upstream.)
2005-01-11 10:32:29 +00:00