ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/sys/compat
Revision 3562 - Directory Listing - [select for diffs]
Modified Tue Nov 16 14:21:22 2010 UTC (13 years, 6 months ago) by laffer1
Diff to previous 3372
Patch from Paul B Mahol:

Following patch fix panic on i386 for drivers using such functions.

Those two functions take 64-bit variable(s) for their arguments.
On i386 that takes additional 32-bit variable per argument.
This is required so that windrv_wrap() can correctly wrap function that
miniport driver calls with stdcall convention.
Similar explanation is provided in subr_ndis.c for other functions.
On amd64 we do not use these numbers.

Revision 3372 - Directory Listing - [select for diffs]
Modified Thu Mar 18 00:12:58 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 2602
bump the midnightbsd version to indicate the presense of updated hda audio, new tme zones and the cpu detection code.  we need to do more with this cpu detection code.  Note this also includes changes to linprocfs from freebsd 7-stable that might help with newer kernel emulation.

Revision 2602 - Directory Listing - [select for diffs]
Modified Wed Mar 11 20:50:49 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2597
finish futex fixes for linuxolator

Revision 2597 - Directory Listing - [select for diffs]
Modified Sun Mar 1 19:21:37 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2596
	o	Add stub support for some new futex operations,
		so the annoying message is not printed.

	o	Don't warn about FUTEX_FD not being implemented
		and return ENOSYS instead of 0 (eg. success).

	o	Clear FUTEX_PRIVATE_FLAG as we actually implement
		only private futexes so there is no reason to
		return ENOSYS when app asks for a private futex.
		We don't reject shared futexes because they worked
		just fine with our implementation so far.

Obtained from freebsd, rdivacky

Revision 2596 - Directory Listing - [select for diffs]
Modified Sun Mar 1 19:19:22 2009 UTC (15 years, 2 months ago) by laffer1
Diff to previous 2562
Return ENOSYS instead of 0 for the unknown futex operations.

Revision 2562 - Directory Listing - [select for diffs]
Modified Sun Jan 18 19:28:02 2009 UTC (15 years, 4 months ago) by laffer1
Diff to previous 2452
remove legacy freebsd version support.

Revision 2452 - Directory Listing - [select for diffs]
Modified Wed Dec 10 17:45:59 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2408
add pecoff

Revision 2408 - Directory Listing - [select for diffs]
Modified Tue Dec 9 16:40:29 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2333
Standardize tagging syscalls.master

Revision 2333 - Directory Listing - [select for diffs]
Modified Wed Dec 3 00:25:56 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2303
$MidnightBSD$

Revision 2303 - Directory Listing - [select for diffs]
Modified Tue Dec 2 15:06:52 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 2217
we don't have hpfs

Revision 2217 - Directory Listing - [select for diffs]
Modified Wed Nov 26 22:11:53 2008 UTC (15 years, 5 months ago) by laffer1
Diff to previous 1847
This commit was generated by cvs2svn to compensate for changes in r2216,
which included commits to RCS files with non-trunk default branches.
Revision 1847 - Directory Listing - [select for diffs]
Modified Tue Sep 16 01:34:20 2008 UTC (15 years, 8 months ago) by laffer1
Diff to previous 628
Sync with FreeBSD 7

Revision 628 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:23:22 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 627
VFS SMP fixes, stack api, softupdates

Revision 627 - Directory Listing - [select for diffs]
Modified Sat Jan 13 15:21:52 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 566
VFS SMP fixes, stack api, softupdates fixes.

Revision 566 - Directory Listing - [select for diffs]
Modified Sun Jan 7 23:51:00 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 124
Sync with FreeBSD 6.1 Release.

Revision 124 - Directory Listing - [select for diffs]
Modified Thu Aug 24 07:47:42 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 6
This commit was generated by cvs2svn to compensate for changes in r123,
which included commits to RCS files with non-trunk default branches.
Revision 6 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 3 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.
Revision 2 - Directory Listing - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
Imported from FreeBSD 6.0 sources

Convenience Links