Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
e2ef00a4 |
| 14-Feb-2011 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Style(9) fix. Do not initialize variables in the declarations.
|
#
49fa1a74 |
| 13-Feb-2011 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Sort include files in the alphabetical order.
|
#
4ca49f41 |
| 13-Feb-2011 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Remove comment about 'ftlk' LOR.
|
#
890c582f |
| 13-Feb-2011 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Stop printing the LOR, as this is expected behavior.
|
#
7c3b05b9 |
| 13-Feb-2011 |
Dmitry Chagin <dchagin@FreeBSD.org> |
The bitset field of freshly created futex should be initialized explicity. Otherwise, REQUEUE operations fails.
|
#
d14cc07d |
| 12-Feb-2011 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Rename used_requeue and use it as bitwise field to store more flags. Reimplement used_requeue logic with LINUX_XDEPR_REQUEUEOP flag.
|
#
78ec1867 |
| 31-Jan-2011 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Yet another unimplemented futex operation, print out about.
Submitted by: arundel MFC after: 1 month.
|
#
51637623 |
| 31-Jan-2011 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Implement a futex BITSET op.
Submitted by: arundel MFC after: 1 month.
|
#
0c21a60c |
| 05-Dec-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
svn+ssh://svn.freebsd.org/base/head@216199
|
#
a35d3535 |
| 22-Nov-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r215464 through r215708 from ^/head.
|
#
5706ce8b |
| 22-Nov-2010 |
Alexander Leidinger <netchild@FreeBSD.org> |
Remove trailing dot from the unimplemented futex messages to make them consistent with the syscall and ipc messages.
Submitted by: arundel MFC after: 3 days
|
#
9977fc32 |
| 16-Nov-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r215319 through r215395 from ^/head, so ports can actually build! :)
|
#
809290db |
| 15-Nov-2010 |
Alexander Leidinger <netchild@FreeBSD.org> |
Some style(9) fixes.
Submitted by: arundel MFC after: 1 week
|
#
be44a97c |
| 15-Nov-2010 |
Alexander Leidinger <netchild@FreeBSD.org> |
- print out the PID and program name of the program trying to use an unsupported futex operation - for those futex operations which are known to be not supported, print out which futex operation
- print out the PID and program name of the program trying to use an unsupported futex operation - for those futex operations which are known to be not supported, print out which futex operation it is - shortcut the error return of the unsupported FUTEX_CLOCK_REALTIME in some cases: FUTEX_CLOCK_REALTIME can be used to tell linux to use CLOCK_REALTIME instead of CLOCK_MONOTONIC. FUTEX_CLOCK_REALTIME however must only be set, if either FUTEX_WAIT_BITSET or FUTEX_WAIT_REQUEUE_PI are set too. If that's not the case we can die with ENOSYS right at the beginning.
Submitted by: arundel Reviewed by: rdivacky (earlier iteration of the patch) MFC after: 1 week
show more ...
|
#
6f3544cd |
| 26-Oct-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@214309
|
#
2a947939 |
| 06-Oct-2010 |
Jung-uk Kim <jkim@FreeBSD.org> |
Simplify timeout check in futex_wait() using itimerfix() and return error if the given timeout is invalid. Consistently use int type for timeout and correct a format string in futex_sleep().
|
#
5e82f12a |
| 06-Oct-2010 |
Alexander Leidinger <netchild@FreeBSD.org> |
Fix a comparision of an uninitialised pointer.
Submitted by: arundel Found by: clang analysis (automatic service by uqs@) Reviewed by: rdivacky
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
7733cf8f |
| 11-Feb-2010 |
Matt Jacob <mjacob@FreeBSD.org> |
MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 201408,201325,200089,198822,197373,197372,197214,196162). Since one of those changes was a semicolon cleanup from somebo
MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 201408,201325,200089,198822,197373,197372,197214,196162). Since one of those changes was a semicolon cleanup from somebody else, this touches a lot more.
show more ...
|
#
c2ede4b3 |
| 07-Jan-2010 |
Martin Blapp <mbr@FreeBSD.org> |
Remove extraneous semicolons, no functional changes.
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 1 week
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|
#
09c817ba |
| 03-Jul-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
0046fd5d |
| 14-Jun-2009 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Unlock process lock when return error from getrobustlist call.
Tested by: Alexander Best <alexbestms at math uni-muenster de> Approved by: kib (mentor) MFC after: 3 days
|
#
2e370a5c |
| 26-May-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
Merge from HEAD
|
#
ca8c3e7b |
| 07-May-2009 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Add KTR(9) tracing for futex emulation.
Approved by: kib (mentor) MFC after: 1 month
|