Searched +hist:1.88 +hist:2.4 (Results 1 - 25 of 76) sorted by relevance
| /src/distrib/sets/lists/xbase/ | ||
| H A D | shl.mi | 1.101 Sat Nov 12 02:20:15 GMT 2022 mrg updates for libdrm 2.4.114. unfortunately, the i915 ioctls are no longer handled by kdump/ktruss as the new one conflicts with base. this needs a clean build in these dirs (and rescue). the radeon ioctls have been enabled instead. 1.98 Mon Jul 11 19:35:41 GMT 2022 mrg updates for libdrm 2.4.112. 1.88 Mon Aug 12 03:51:23 GMT 2019 uki Give syspkg names to xbase shl.mi files 1.71 Wed Aug 17 03:10:22 GMT 2016 mrg updates for libdrm 2.4.70. build libdrm_amdgpu on x86. 1.65 Mon Jul 20 02:50:42 GMT 2015 mrg updates for libdrm 2.4.62 and xf86-video-ast 1.0.1. 1.52 Wed Jun 05 09:06:21 GMT 2013 mrg updates for freetype 2.4.12 and pixman 0.30.0. 1.44 Sun Jul 24 00:33:38 GMT 2011 mrg branches: 1.44.2; 1.44.4; updates for freetype 2.4.5 1.36 Sat May 22 23:03:13 GMT 2010 mrg deal with libdrm 2.4.40: new / moved headers, libdrm_radeon. |
| /src/sys/compat/linux/arch/mips/ | ||
| H A D | linux_syscall.h | 1.88 Sat Jul 29 15:05:46 GMT 2023 christos regen 1.7 Fri Feb 15 16:48:01 GMT 2002 christos - 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 1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken) Added some code to set linux's uname kernel version to 2.4.0 (usefull for testing with glibc-2.2). This is currently guarded by a #if 0. 1.88 Sat Jul 29 15:05:46 GMT 2023 christos regen 1.7 Fri Feb 15 16:48:01 GMT 2002 christos - 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 1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken) Added some code to set linux's uname kernel version to 2.4.0 (usefull for testing with glibc-2.2). This is currently guarded by a #if 0. |
| H A D | linux_syscalls.c | 1.88 Fri Aug 18 19:42:06 GMT 2023 christos regen 1.7 Fri Feb 15 16:48:01 GMT 2002 christos - 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 1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken) Added some code to set linux's uname kernel version to 2.4.0 (usefull for testing with glibc-2.2). This is currently guarded by a #if 0. |
| H A D | linux_syscallargs.h | 1.88 Fri Aug 18 19:42:06 GMT 2023 christos regen 1.7 Fri Feb 15 16:48:01 GMT 2002 christos - 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 1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken) Added some code to set linux's uname kernel version to 2.4.0 (usefull for testing with glibc-2.2). This is currently guarded by a #if 0. |
| H A D | linux_sysent.c | 1.88 Fri Aug 18 19:42:06 GMT 2023 christos regen 1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken) Added some code to set linux's uname kernel version to 2.4.0 (usefull for testing with glibc-2.2). This is currently guarded by a #if 0. |
| /src/sys/compat/linux/arch/m68k/ | ||
| H A D | syscalls.master | 1.88 Sat May 31 08:51:19 GMT 2014 njoly branches: 1.88.2; Fix munmap(2) signature. 1.88 Sat May 31 08:51:19 GMT 2014 njoly branches: 1.88.2; Fix munmap(2) signature. 1.35 Fri Feb 15 16:48:01 GMT 2002 christos - 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 1.31 Fri Mar 30 17:59:46 GMT 2001 jdolecek Add new syscalls from Linux 2.4.3 to the lists. Not implemented ATM. |
| H A D | linux_sysent.c | 1.88 Tue Apr 08 16:49:26 GMT 2014 njoly Regen. 1.38 Fri Feb 15 16:48:01 GMT 2002 christos - 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 1.88 Tue Apr 08 16:49:26 GMT 2014 njoly Regen. 1.38 Fri Feb 15 16:48:01 GMT 2002 christos - 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 |
| H A D | linux_syscalls.c | 1.88 Tue Apr 08 16:49:26 GMT 2014 njoly Regen. 1.39 Fri Feb 15 16:48:01 GMT 2002 christos - 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 1.88 Tue Apr 08 16:49:26 GMT 2014 njoly Regen. 1.39 Fri Feb 15 16:48:01 GMT 2002 christos - 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 |
| H A D | linux_syscall.h | 1.88 Tue Apr 08 16:49:26 GMT 2014 njoly Regen. 1.38 Fri Feb 15 16:48:01 GMT 2002 christos - 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 |
| H A D | linux_syscallargs.h | 1.88 Sun May 04 10:10:39 GMT 2014 njoly Regen for pread/pwrite 64bit offset argument. 1.38 Fri Feb 15 16:48:01 GMT 2002 christos - 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 |
| /src/sys/compat/linux/arch/powerpc/ | ||
| H A D | syscalls.master | 1.88 Tue Oct 01 16:29:15 GMT 2024 riastradh sys/compat/linux/arch/*/syscalls.master: Nix trailing whitespace. No functional change intended. 1.8 Fri Feb 15 16:48:02 GMT 2002 christos - 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 1.4 Fri Mar 30 17:59:47 GMT 2001 jdolecek Add new syscalls from Linux 2.4.3 to the lists. Not implemented ATM. |
| H A D | linux_syscallargs.h | 1.88 Mon Sep 20 00:09:34 GMT 2021 thorpej Regen for eventfd. 1.12 Fri Feb 15 16:48:02 GMT 2002 christos - 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 |
| H A D | linux_sysent.c | 1.88 Sun Sep 19 23:52:08 GMT 2021 thorpej Regen for timerfd. 1.12 Fri Feb 15 16:48:02 GMT 2002 christos - 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 |
| H A D | linux_syscall.h | 1.88 Sun Sep 19 23:52:08 GMT 2021 thorpej Regen for timerfd. 1.12 Fri Feb 15 16:48:02 GMT 2002 christos - 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 |
| H A D | linux_syscalls.c | 1.88 Mon Sep 20 00:09:34 GMT 2021 thorpej Regen for eventfd. 1.12 Fri Feb 15 16:48:02 GMT 2002 christos - 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 1.88 Mon Sep 20 00:09:34 GMT 2021 thorpej Regen for eventfd. 1.12 Fri Feb 15 16:48:02 GMT 2002 christos - 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 |
| /src/distrib/sets/lists/xcomp/ | ||
| H A D | mi | 1.234 Mon Jul 11 19:35:42 GMT 2022 mrg updates for libdrm 2.4.112. 1.190 Sat Mar 04 23:24:50 GMT 2017 mrg install libsync.h. new in libdrm 2.4.75. 1.180 Wed Aug 17 03:10:22 GMT 2016 mrg updates for libdrm 2.4.70. build libdrm_amdgpu on x86. 1.148 Mon Mar 17 08:11:32 GMT 2014 mrg updates for libdrm 2.4.52. 1.141 Wed Jun 05 09:06:21 GMT 2013 mrg updates for freetype 2.4.12 and pixman 0.30.0. 1.128 Sun Jul 24 00:33:38 GMT 2011 mrg updates for freetype 2.4.5 1.105 Sat May 22 23:03:13 GMT 2010 mrg deal with libdrm 2.4.40: new / moved headers, libdrm_radeon. 1.88 Mon Apr 20 04:03:49 GMT 2009 mrg delete lbxutil and lbxproxy. |
| /src/sys/compat/linux/arch/arm/ | ||
| H A D | linux_syscall.h | 1.88 Thu Dec 02 04:39:45 GMT 2021 ryo regen 1.7 Fri Feb 15 16:47:59 GMT 2002 christos - 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 |
| H A D | linux_sysent.c | 1.88 Thu Dec 02 04:39:45 GMT 2021 ryo regen 1.7 Fri Feb 15 16:47:59 GMT 2002 christos - 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 |
| H A D | linux_syscalls.c | 1.88 Thu Dec 02 04:39:45 GMT 2021 ryo regen 1.7 Fri Feb 15 16:47:59 GMT 2002 christos - 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 |
| H A D | linux_syscallargs.h | 1.88 Thu Dec 02 04:39:45 GMT 2021 ryo regen 1.7 Fri Feb 15 16:47:59 GMT 2002 christos - 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 |
| /src/distrib/sets/lists/base/ | ||
| H A D | ad.arm | 1.88 Tue Apr 09 15:17:22 GMT 2024 nia branches: 1.88.2; Add new sets: base32, debug32, manhtml - base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit compatibility, previously included in base - debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries containing debug symbols for 32-bit compatiblity, previously included in debug - manhtml contains (when MKHTML=yes) the HTML files previously included in 'man', which are of limited utility without third-party software. The motivation for this change is to be able to easily exclude sets from CD-ROM images that go over the size limit without xz compression (which many NetBSD platforms struggle to extract at acceptable speeds). 1.88 Tue Apr 09 15:17:22 GMT 2024 nia branches: 1.88.2; Add new sets: base32, debug32, manhtml - base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit compatibility, previously included in base - debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries containing debug symbols for 32-bit compatiblity, previously included in debug - manhtml contains (when MKHTML=yes) the HTML files previously included in 'man', which are of limited utility without third-party software. The motivation for this change is to be able to easily exclude sets from CD-ROM images that go over the size limit without xz compression (which many NetBSD platforms struggle to extract at acceptable speeds). 1.44 Wed May 28 11:32:50 GMT 2014 tron Update for OpenLDAP 2.4.39. |
| /src/sys/compat/linux/arch/i386/ | ||
| H A D | linux_syscall.h | 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.41 Fri Feb 15 16:48:00 GMT 2002 christos - 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 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.41 Fri Feb 15 16:48:00 GMT 2002 christos - 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 |
| H A D | linux_sysent.c | 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.41 Fri Feb 15 16:48:00 GMT 2002 christos - 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 |
| H A D | linux_syscallargs.h | 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.41 Fri Feb 15 16:48:00 GMT 2002 christos - 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 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.88 Wed Jul 07 01:31:52 GMT 2010 chs branches: 1.88.2; regen 1.41 Fri Feb 15 16:48:00 GMT 2002 christos - 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 |
| /src/sys/compat/linux/arch/alpha/ | ||
| H A D | linux_syscallargs.h | 1.88 Mon Jan 13 10:33:23 GMT 2014 njoly branches: 1.88.2; Regen. 1.88 Mon Jan 13 10:33:23 GMT 2014 njoly branches: 1.88.2; Regen. 1.41 Fri Feb 15 16:47:59 GMT 2002 christos - 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 |
Completed in 271 milliseconds