#
0a15a2c8 |
| 01-Nov-2021 |
thorpej <thorpej@NetBSD.org> |
Use "stack_t" instead of "struct sigaltstack", as the former is the newer standardized name. NFC.
|
#
abbc8a65 |
| 23-Sep-2021 |
ryo <ryo@NetBSD.org> |
add support COMPAT_LINUX for aarch64
|
#
0a216880 |
| 02-Jan-2017 |
martin <martin@NetBSD.org> |
Provide a dummy linux_sigset_t for all architectures that do not have any machdep one. This make kdump compile again.
|
#
d25eb1e9 |
| 02-Jan-2017 |
manu <manu@NetBSD.org> |
Add pselect6 Linux system call. This lets Matlab R2016A run on NetBSD/amd64
|
#
d22e6f64 |
| 29-May-2009 |
njoly <njoly@NetBSD.org> |
Add native to linux siginfo si_status translation, used on i386 and amd64.
|
#
d7732b5c |
| 19-Oct-2008 |
njoly <njoly@NetBSD.org> |
Add native to linux siginfo si_code translation, mostly for negative values. Adjust amd64 and i386 accordingly, not sure about aother archs i can't test.
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
f2af9174 |
| 04-Dec-2007 |
dsl <dsl@NetBSD.org> |
Remove all the __P
|
#
b07ec3fc |
| 09-Feb-2007 |
ad <ad@NetBSD.org> |
Merge newlock2 to head.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
6f86542b |
| 19-Jun-2005 |
christos <christos@NetBSD.org> |
remove duplicate declaration.
|
#
c2a5fd01 |
| 02-Jun-2005 |
drochner <drochner@NetBSD.org> |
more cast-qual fallout
|
#
89647c7c |
| 03-May-2005 |
manu <manu@NetBSD.org> |
First work on COMPAT_LINUX/amd64 Process startup and dynamiclinking work, but processes hang due to Linux arch_prctl(2) not being really supported yet.
|
#
6f1990af |
| 08-Aug-2003 |
christos <christos@NetBSD.org> |
Conditionally declare function that is not used all the time.
|
#
5b4483be |
| 04-Jul-2003 |
enami <enami@NetBSD.org> |
Actually move the prototype of native_to_linux_sigaltstack here.
|
#
fa33d13d |
| 02-Apr-2002 |
christos <christos@NetBSD.org> |
Don't blow up if we don't have a machine dependend linux_signal.h. kdump includes linux_signo.c
|
#
ac29fb37 |
| 31-Mar-2002 |
christos <christos@NetBSD.org> |
make signal array handling uniform, and put signal arrays in a separate file. This is simular to errno array handling.
|
#
e52b5e4b |
| 18-Feb-2002 |
christos <christos@NetBSD.org> |
Resolve alpha compile issues: - bug with order in args in mask conversion md code. - flags can be both int and long on the alpha. kludge around that, by not passing pointers to the conversion funct
Resolve alpha compile issues: - bug with order in args in mask conversion md code. - flags can be both int and long on the alpha. kludge around that, by not passing pointers to the conversion function. - something is wrong with the toolchain look at the void * cast in copyout(). - sa_restorer is in a different place on the aplha. Deal with that, by not initializing it as before. XXX: this should be changed in the MD signal definition.
show more ...
|
#
28debea3 |
| 15-Feb-2002 |
christos <christos@NetBSD.org> |
- add a real linux_sys___sysctl because the mib numbers are different. implement only the kernel version getting entries. - make the signal conversion functions consistent; dest is arg 1. - make li
- add a real linux_sys___sysctl because the mib numbers are different. implement only the kernel version getting entries. - make the signal conversion functions consistent; dest is arg 1. - make linux_fakedev deal with block and char devices differently. - add linux_sys_ugetrlimit, and flesh out the regular get/setrlimit so that they work properly. - add linux_mmap2 [untested]. - bump kernel to 2.4.18, and make the date be valentine's day :-) - linux_sys_*stat64 family was totally busted. Fix it.
tested only on i386.
Status: gdb, telnet, work jdk-1.4.0 extractor works, jdk still coredumps.
christos
show more ...
|
#
64625064 |
| 14-Jan-2002 |
bjh21 <bjh21@NetBSD.org> |
Crude first cut at ARMLinux binary compatibility. Successfully runs "/emul/linux/bin/echo hello, world", dynamically linked.
|
#
e302bb5b |
| 22-Sep-2001 |
manu <manu@NetBSD.org> |
Enable Mips Linux emulation in header files
|
#
cac0b393 |
| 19-Jan-2001 |
manu <manu@NetBSD.org> |
Added Linux compatibility support for powerpc ports
|
#
34c8ae80 |
| 18-Jan-2001 |
jdolecek <jdolecek@NetBSD.org> |
constify
|
#
0c080222 |
| 15-Dec-1998 |
itohy <itohy@NetBSD.org> |
Added linux compat support on m68k ports.
|
#
baf6c842 |
| 07-Oct-1998 |
erh <erh@NetBSD.org> |
Fix types. Kill old declarations.
|