OpenGrok
Cross Reference: linux32_machdep.h
xref
: /
src
/
sys
/
compat
/
linux32
/
common
/
linux32_machdep.h
Home
|
History
|
Annotate
|
Download
|
only in
common
History log of
/src/sys/compat/linux32/common/linux32_machdep.h
Revision
Date
Author
Comments
1.4
25-Nov-2021
ryo
add support COMPAT_LINUX32 for aarch64
1.3
07-Jul-2010
chs
many changes for COMPAT_LINUX:
- update the linux syscall table for each platform.
- support new-style (NPTL) linux pthreads on all platforms.
clone() with CLONE_THREAD uses 1 process with many LWPs
instead of separate processes.
- move the contents of sys__lwp_setprivate() into a new
lwp_setprivate() and use that everywhere.
- update linux_release[] and linux32_release[] to "2.6.18".
- adjust placement of emul fork/exec/exit hooks as needed
and adjust other emul code to match.
- convert all struct emul definitions to use named initializers.
- change the pid allocator to allow multiple pids to refer to the same proc.
- remove a few fields from struct proc that are no longer needed.
- disable the non-functional "vdso" code in linux32/amd64,
glibc works fine without it.
- fix a race in the futex code where we could miss a wakeup after
a requeue operation.
- redo futex locking to be a little more efficient.
1.2
04-Dec-2007
dsl
branches: 1.2.16; 1.2.36; 1.2.38;
Remove all the __P
1.1
09-Feb-2006
manu
branches: 1.1.2; 1.1.10; 1.1.16; 1.1.22; 1.1.46; 1.1.48; 1.1.54; 1.1.58;
Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
that the i386 license manager part of amd64 version of Fluent works.
While I'm here, add SysV IPC to COMPAT_LINUX/amd64
1.1.58.1
08-Dec-2007
ad
Sync with head.
1.1.54.1
08-Dec-2007
mjf
Sync with HEAD.
1.1.48.1
09-Jan-2008
matt
sync with HEAD
1.1.46.1
09-Dec-2007
jmcneill
Sync with HEAD.
1.1.22.2
09-Sep-2006
rpaulo
sync with head
1.1.22.1
09-Feb-2006
rpaulo
file linux32_machdep.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:46:03 +0000
1.1.16.3
07-Dec-2007
yamt
sync with head
1.1.16.2
21-Jun-2006
yamt
sync with head.
1.1.16.1
09-Feb-2006
yamt
file linux32_machdep.h was added on branch yamt-lazymbuf on 2006-06-21 14:59:27 +0000
1.1.10.2
22-Apr-2006
simonb
Sync with head.
1.1.10.1
09-Feb-2006
simonb
file linux32_machdep.h was added on branch simonb-timecounters on 2006-04-22 11:38:14 +0000
1.1.2.2
18-Feb-2006
yamt
sync with head.
1.1.2.1
09-Feb-2006
yamt
file linux32_machdep.h was added on branch yamt-uio_vmspace on 2006-02-18 15:39:02 +0000
1.2.38.1
05-Mar-2011
rmind
sync with head
1.2.36.1
17-Aug-2010
uebayasi
Sync with HEAD.
1.2.16.1
11-Aug-2010
yamt
sync with head.
Indexes created Tue Oct 21 15:09:54 GMT 2025