sobomax
319257bc18
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
anholt
70b72b2db5
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
scottl
e91ddbde1a
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
scottl
099bc75788
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
kientzle
e49f75e9e4
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
davidxu
7c0e04f42e
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
336b304268
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
32598ce2f6
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
0e5f9d308c
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
274b15afc6
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
njl
393451f28c
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
njl
d724817235
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
brueffer
791b211a0c
- 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
das
e71d433311
Regression tests for [l]lrint[f]() and [l]lround[f]().
2005-01-11 23:13:36 +00:00
das
75bc489b6d
Add MI implementations of [l]lrint[f]() and [l]lround[f]().
...
Discussed with: bde
2005-01-11 23:12:55 +00:00
das
0a78d59d1f
Document [l]lrint[f]() and [l]lround[f]().
2005-01-11 23:12:17 +00:00
das
1426450140
Faster lrint() and llrint() implementations for x86.
2005-01-11 23:10:53 +00:00
das
850b1bf882
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
pjd
170f0c94ad
Add missing entry.
...
Reported by: sos
2005-01-11 21:15:18 +00:00
trhodes
cc16ecf4b0
List RFCs under SEE ALSO.
...
PR: 46918
2005-01-11 21:08:39 +00:00
simon
1084f4d9ac
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
ru
5384a04b6a
Scheduled mdoc(7) sweep.
2005-01-11 20:50:51 +00:00
ru
47082de5c6
Sanitize the markup, as prompted.
2005-01-11 20:16:03 +00:00
ssouhlal
77d4c051f2
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
trhodes
209f9251cf
Remnant code (broken, unhooked) from a.out which I missed.
...
Noticed by: ru
2005-01-11 18:35:40 +00:00
pjd
63224016be
Connect SHSEC GEOM class to the build.
2005-01-11 18:18:40 +00:00
pjd
8d8363ee39
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
f89878315b
Document the -U option a bit more clearly.
...
Submitted by: keramida
2005-01-11 17:16:31 +00:00
trhodes
4fcbaea729
Restore these files to make ldconfig(8) happy.
2005-01-11 16:40:29 +00:00
peadar
778dfbe1e7
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
delphij
9f0f84e349
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
pjd
fb444128a4
Fix incorrect comment.
...
MFC after: 3 days
2005-01-11 14:11:14 +00:00
glebius
ab09c82551
Utilize callout_pending() macro
2005-01-11 12:20:28 +00:00
phk
ea3239f358
Silently ignore forced argument to unmount.
2005-01-11 12:02:26 +00:00
glebius
205c9af3d3
- Use ng_callout() instead of timeout(9).
...
- Remove spl(9) calls.
XXX: not tested
2005-01-11 11:59:59 +00:00
glebius
55acc70931
- Use ng_callout() instead of home-grown implementation.
...
Submitted by: emax
2005-01-11 11:55:56 +00:00
glebius
1e5d735a0a
- 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
ru
16dc33fabf
Scheduled mdoc(7) sweep.
2005-01-11 11:47:22 +00:00
phk
f72a2cd4bd
This file fell out of the list when adding bufsync.
2005-01-11 11:36:26 +00:00
ru
6888bfb10e
Add -q to usage() and mark the "index" argument as optional.
2005-01-11 11:23:59 +00:00
simon
e77e3f3840
- mdoc(7) cleanup.
...
- Bump document date for last content change.
Extended mdoc clue: ru
2005-01-11 10:59:31 +00:00
brian
0df4d3761b
Oops, the < in arg1=< is optional - treat it as such!
2005-01-11 10:54:38 +00:00
ru
f89ee1e6c1
Add -c to SYNOPSIS and usage().
2005-01-11 10:53:09 +00:00
keramida
e6fbd61f67
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
phk
5a497775d6
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
ru
169f1013f0
Scheduled mdoc(7) sweep.
2005-01-11 10:32:52 +00:00
ru
6958048f64
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
phk
437e41e061
More vnode -> bufobj migration.
2005-01-11 10:16:39 +00:00
phk
649a01e1a5
Give flushbuflist() a struct bufv as first argument and avoid home-rolling
...
TAILQ_FOREACH_SAFE().
Loose the error pointer argument and return any errors the normal way.
Return EAGAIN for the case where more work needs to be done.
2005-01-11 10:01:54 +00:00
phk
3c63be9389
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
2005-01-11 09:10:46 +00:00