Searched hist:1.95 (Results 1 - 25 of 973) sorted by relevance
| /src/sys/arch/hpcmips/hpcmips/ | ||
| H A D | machdep.c | 1.95 Wed Oct 17 19:54:29 GMT 2007 garbled branches: 1.95.16; 1.95.20; 1.95.22; 1.95.24; Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target. 1.95 Wed Oct 17 19:54:29 GMT 2007 garbled branches: 1.95.16; 1.95.20; 1.95.22; 1.95.24; Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target. 1.95 Wed Oct 17 19:54:29 GMT 2007 garbled branches: 1.95.16; 1.95.20; 1.95.22; 1.95.24; Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target. 1.95 Wed Oct 17 19:54:29 GMT 2007 garbled branches: 1.95.16; 1.95.20; 1.95.22; 1.95.24; Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target. 1.95 Wed Oct 17 19:54:29 GMT 2007 garbled branches: 1.95.16; 1.95.20; 1.95.22; 1.95.24; Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target. |
| /src/sys/arch/atari/include/ | ||
| H A D | pcb.h | 1.9 Thu Jan 01 04:10:25 GMT 2009 tsutsui Pull the following amiga's pmap changes to atari: arch/amiga/amiga/amiga_init.c 1.95-1.97, 1.100-1.102 arch/amiga/amiga/pmap.c 1.123, 1.126-1.131, 1.142, 1.145 arch/amiga/amiga/pmap_bootstrap.c 1.1, 1.2, 1.3, 1.4 arch/amiga/conf/files.amiga 1.137 arch/amiga/include/pcb.h 1.16 arch/amiga/include/pmap.h 1.44 arch/amiga/include/pte.h 1.19 arch/amiga/include/vmparam.h 1.35 - change kernel address space layout (i.e. move Sysmap to the end of KVA) to match other m68k ports, which should be done on yamt-km merge - rework pmap_zero_page(), pmap_copy_page() and some more other functions to make them compatible with m68k/pmap_motorola.c - move pmap_bootstrap() into a separate file to allow using either the atari pmap.c or the m68k common pmap_motorola.c - use common m68k include files, pcb.h, pmap_motorola.h, and pte_motorola.h - misc style and cosmetic changes Most merge work is done by Tuomo Makinen, and miscellaneous fixes and cleanups are done by me. Tested on Falcon with both 68030 and 68060 by Tuomo, and also tested on TT030 by David Ross on port-atari. Should be pulled up to netbsd-4 (it requires at least Sysmap changes) and netbsd-5. |
| H A D | pte.h | 1.8 Thu Jan 01 04:10:25 GMT 2009 tsutsui Pull the following amiga's pmap changes to atari: arch/amiga/amiga/amiga_init.c 1.95-1.97, 1.100-1.102 arch/amiga/amiga/pmap.c 1.123, 1.126-1.131, 1.142, 1.145 arch/amiga/amiga/pmap_bootstrap.c 1.1, 1.2, 1.3, 1.4 arch/amiga/conf/files.amiga 1.137 arch/amiga/include/pcb.h 1.16 arch/amiga/include/pmap.h 1.44 arch/amiga/include/pte.h 1.19 arch/amiga/include/vmparam.h 1.35 - change kernel address space layout (i.e. move Sysmap to the end of KVA) to match other m68k ports, which should be done on yamt-km merge - rework pmap_zero_page(), pmap_copy_page() and some more other functions to make them compatible with m68k/pmap_motorola.c - move pmap_bootstrap() into a separate file to allow using either the atari pmap.c or the m68k common pmap_motorola.c - use common m68k include files, pcb.h, pmap_motorola.h, and pte_motorola.h - misc style and cosmetic changes Most merge work is done by Tuomo Makinen, and miscellaneous fixes and cleanups are done by me. Tested on Falcon with both 68030 and 68060 by Tuomo, and also tested on TT030 by David Ross on port-atari. Should be pulled up to netbsd-4 (it requires at least Sysmap changes) and netbsd-5. |
| /src/sys/compat/sunos/ | ||
| H A D | sunos_syscalls.c | 1.95 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.95.2; 1.95.4; Revert vadvise(2) removal This system call was used in legacy Lisp code, that was inherited to modern age and still compiled against supported compat layers (e.g. in clisp, oaklisp, Franz Lisp). It used to instruct the kernel about paging policy (G/C aware, flush etc). Newly compiled code (assuming that it will detect vadvise()) will use the libc stub for vadvise(). The headers for this interface are gone. vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix, sunos or aout68k ABI, don't bother with this. Requested by <mrg> 1.95 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.95.2; 1.95.4; Revert vadvise(2) removal This system call was used in legacy Lisp code, that was inherited to modern age and still compiled against supported compat layers (e.g. in clisp, oaklisp, Franz Lisp). It used to instruct the kernel about paging policy (G/C aware, flush etc). Newly compiled code (assuming that it will detect vadvise()) will use the libc stub for vadvise(). The headers for this interface are gone. vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix, sunos or aout68k ABI, don't bother with this. Requested by <mrg> 1.95 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.95.2; 1.95.4; Revert vadvise(2) removal This system call was used in legacy Lisp code, that was inherited to modern age and still compiled against supported compat layers (e.g. in clisp, oaklisp, Franz Lisp). It used to instruct the kernel about paging policy (G/C aware, flush etc). Newly compiled code (assuming that it will detect vadvise()) will use the libc stub for vadvise(). The headers for this interface are gone. vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix, sunos or aout68k ABI, don't bother with this. Requested by <mrg> |
| /src/sys/arch/atari/atari/ | ||
| H A D | pmap_bootstrap.c | 1.1 Thu Jan 01 04:10:25 GMT 2009 tsutsui branches: 1.1.2; 1.1.4; Pull the following amiga's pmap changes to atari: arch/amiga/amiga/amiga_init.c 1.95-1.97, 1.100-1.102 arch/amiga/amiga/pmap.c 1.123, 1.126-1.131, 1.142, 1.145 arch/amiga/amiga/pmap_bootstrap.c 1.1, 1.2, 1.3, 1.4 arch/amiga/conf/files.amiga 1.137 arch/amiga/include/pcb.h 1.16 arch/amiga/include/pmap.h 1.44 arch/amiga/include/pte.h 1.19 arch/amiga/include/vmparam.h 1.35 - change kernel address space layout (i.e. move Sysmap to the end of KVA) to match other m68k ports, which should be done on yamt-km merge - rework pmap_zero_page(), pmap_copy_page() and some more other functions to make them compatible with m68k/pmap_motorola.c - move pmap_bootstrap() into a separate file to allow using either the atari pmap.c or the m68k common pmap_motorola.c - use common m68k include files, pcb.h, pmap_motorola.h, and pte_motorola.h - misc style and cosmetic changes Most merge work is done by Tuomo Makinen, and miscellaneous fixes and cleanups are done by me. Tested on Falcon with both 68030 and 68060 by Tuomo, and also tested on TT030 by David Ross on port-atari. Should be pulled up to netbsd-4 (it requires at least Sysmap changes) and netbsd-5. |
| /src/sys/arch/hpcmips/conf/ | ||
| H A D | files.hpcmips | 1.95 Sat Jul 03 00:54:34 GMT 2004 uch hpcmips independent hpcapm part are moved to sys/dev/hpc/ hpcmips dependend part is separated to sys/arch/hpcmips/hpcapm_machdep.c |
| /src/sys/arch/amiga/conf/ | ||
| H A D | AMIGA | 1.95 Sun Feb 05 05:01:48 GMT 2006 cube branches: 1.95.2; 1.95.4; 1.95.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.95 Sun Feb 05 05:01:48 GMT 2006 cube branches: 1.95.2; 1.95.4; 1.95.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.95 Sun Feb 05 05:01:48 GMT 2006 cube branches: 1.95.2; 1.95.4; 1.95.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.95 Sun Feb 05 05:01:48 GMT 2006 cube branches: 1.95.2; 1.95.4; 1.95.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). |
| /src/sys/dev/pci/ | ||
| H A D | if_bnxvar.h | 1.8 Thu Mar 28 02:50:27 GMT 2019 msaitoh - Remove extra cast (from OpenBSD rev. 1.95) - Add support flow control (from OpenBSD rev. 1.97 and 1.100). The main difference between NetBSD and other *BSDs is that the flow control does really works. The lower 8bit of BNX_L2CTX_CTX_TYPE should be 0xff (from Linux). Note that I have NetXtremeII-PG203-R.pdf and it says the field is reserved and should be 0. |
| /src/sys/dev/ic/ | ||
| H A D | vga.c | 1.95 Sat Jul 28 20:28:56 GMT 2007 mjf branches: 1.95.4; 1.95.6; 1.95.10; 1.95.12; Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. 1.95 Sat Jul 28 20:28:56 GMT 2007 mjf branches: 1.95.4; 1.95.6; 1.95.10; 1.95.12; Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. 1.95 Sat Jul 28 20:28:56 GMT 2007 mjf branches: 1.95.4; 1.95.6; 1.95.10; 1.95.12; Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. 1.95 Sat Jul 28 20:28:56 GMT 2007 mjf branches: 1.95.4; 1.95.6; 1.95.10; 1.95.12; Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. 1.95 Sat Jul 28 20:28:56 GMT 2007 mjf branches: 1.95.4; 1.95.6; 1.95.10; 1.95.12; Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic. |
| /src/sys/lib/libkern/ | ||
| H A D | Makefile | 1.95 Sun Jan 18 20:42:11 GMT 2009 he branches: 1.95.24; 1.95.28; Change the use of formally undocumented features, which have now been made to fail. Specifically, change .ifdef(SYMBOL) -> .ifdef SYMBOL or .if defined(SYMBOL), and corresponding for .ifndef. Also correct one error in lib/libm/Makefile (.ifdef (${MKCOMPLEX} != "no")?!?). 1.95 Sun Jan 18 20:42:11 GMT 2009 he branches: 1.95.24; 1.95.28; Change the use of formally undocumented features, which have now been made to fail. Specifically, change .ifdef(SYMBOL) -> .ifdef SYMBOL or .if defined(SYMBOL), and corresponding for .ifndef. Also correct one error in lib/libm/Makefile (.ifdef (${MKCOMPLEX} != "no")?!?). 1.95 Sun Jan 18 20:42:11 GMT 2009 he branches: 1.95.24; 1.95.28; Change the use of formally undocumented features, which have now been made to fail. Specifically, change .ifdef(SYMBOL) -> .ifdef SYMBOL or .if defined(SYMBOL), and corresponding for .ifndef. Also correct one error in lib/libm/Makefile (.ifdef (${MKCOMPLEX} != "no")?!?). |
| /src/sys/arch/sparc/conf/ | ||
| H A D | Makefile.sparc | 1.95 Sat Dec 03 16:00:10 GMT 2016 christos branches: 1.95.14; 1.95.16; struct cpu_info is varible size when page_size is not fixed. 1.95 Sat Dec 03 16:00:10 GMT 2016 christos branches: 1.95.14; 1.95.16; struct cpu_info is varible size when page_size is not fixed. 1.95 Sat Dec 03 16:00:10 GMT 2016 christos branches: 1.95.14; 1.95.16; struct cpu_info is varible size when page_size is not fixed. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | clock.c | 1.95 Sat Jun 04 20:14:25 GMT 2005 he branches: 1.95.2; 1.95.8; Fix the various todr_gettime() and todr_settime() fallouts from -Wcast-qual differently, by instead changing the signatore of those "functions" to take a "volatile struct timeval*" instead of a "struct timeval*". Many places, these functions are called with &time, and time is declared as volatile in <sys/kernel.h>. This way we can get rid of all the ugly casts which now also triggered warnings, and caused more code to be added to work around the problem. Reviewed by thorpej. 1.95 Sat Jun 04 20:14:25 GMT 2005 he branches: 1.95.2; 1.95.8; Fix the various todr_gettime() and todr_settime() fallouts from -Wcast-qual differently, by instead changing the signatore of those "functions" to take a "volatile struct timeval*" instead of a "struct timeval*". Many places, these functions are called with &time, and time is declared as volatile in <sys/kernel.h>. This way we can get rid of all the ugly casts which now also triggered warnings, and caused more code to be added to work around the problem. Reviewed by thorpej. 1.95 Sat Jun 04 20:14:25 GMT 2005 he branches: 1.95.2; 1.95.8; Fix the various todr_gettime() and todr_settime() fallouts from -Wcast-qual differently, by instead changing the signatore of those "functions" to take a "volatile struct timeval*" instead of a "struct timeval*". Many places, these functions are called with &time, and time is declared as volatile in <sys/kernel.h>. This way we can get rid of all the ugly casts which now also triggered warnings, and caused more code to be added to work around the problem. Reviewed by thorpej. |
| H A D | vm_machdep.c | 1.95 Thu Oct 16 19:28:52 GMT 2008 martin branches: 1.95.2; 1.95.4; 1.95.8; Resurrect cpu_setfunc(), adapted to new world order. 1.95 Thu Oct 16 19:28:52 GMT 2008 martin branches: 1.95.2; 1.95.4; 1.95.8; Resurrect cpu_setfunc(), adapted to new world order. 1.95 Thu Oct 16 19:28:52 GMT 2008 martin branches: 1.95.2; 1.95.4; 1.95.8; Resurrect cpu_setfunc(), adapted to new world order. 1.95 Thu Oct 16 19:28:52 GMT 2008 martin branches: 1.95.2; 1.95.4; 1.95.8; Resurrect cpu_setfunc(), adapted to new world order. |
| /src/sys/arch/evbarm/conf/ | ||
| H A D | TEAMASA_NPWR | 1.95 Thu Jul 12 10:46:43 GMT 2018 maxv branches: 1.95.4; 1.95.10; Remove the kernel PMC code. Sent yesterday on tech-kern@. This change: * Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good. * Removes the PMC code of ARM XSCALE. * Removes all the pmc.h files. They were all empty, except for ARM XSCALE. * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h. * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump. * Removes the pmc_evid_t and pmc_ctr_t types. * Removes all the associated man pages. The sets are marked as obsolete. 1.95 Thu Jul 12 10:46:43 GMT 2018 maxv branches: 1.95.4; 1.95.10; Remove the kernel PMC code. Sent yesterday on tech-kern@. This change: * Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good. * Removes the PMC code of ARM XSCALE. * Removes all the pmc.h files. They were all empty, except for ARM XSCALE. * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h. * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump. * Removes the pmc_evid_t and pmc_ctr_t types. * Removes all the associated man pages. The sets are marked as obsolete. 1.95 Thu Jul 12 10:46:43 GMT 2018 maxv branches: 1.95.4; 1.95.10; Remove the kernel PMC code. Sent yesterday on tech-kern@. This change: * Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good. * Removes the PMC code of ARM XSCALE. * Removes all the pmc.h files. They were all empty, except for ARM XSCALE. * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h. * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump. * Removes the pmc_evid_t and pmc_ctr_t types. * Removes all the associated man pages. The sets are marked as obsolete. |
| /src/sys/arch/sgimips/sgimips/ | ||
| H A D | machdep.c | 1.95 Sun Dec 11 00:18:58 GMT 2005 christos branches: 1.95.4; 1.95.6; 1.95.8; 1.95.10; 1.95.12; merge ktrace-lwp. 1.95 Sun Dec 11 00:18:58 GMT 2005 christos branches: 1.95.4; 1.95.6; 1.95.8; 1.95.10; 1.95.12; merge ktrace-lwp. 1.95 Sun Dec 11 00:18:58 GMT 2005 christos branches: 1.95.4; 1.95.6; 1.95.8; 1.95.10; 1.95.12; merge ktrace-lwp. 1.95 Sun Dec 11 00:18:58 GMT 2005 christos branches: 1.95.4; 1.95.6; 1.95.8; 1.95.10; 1.95.12; merge ktrace-lwp. 1.95 Sun Dec 11 00:18:58 GMT 2005 christos branches: 1.95.4; 1.95.6; 1.95.8; 1.95.10; 1.95.12; merge ktrace-lwp. 1.95 Sun Dec 11 00:18:58 GMT 2005 christos branches: 1.95.4; 1.95.6; 1.95.8; 1.95.10; 1.95.12; merge ktrace-lwp. |
| /src/sys/compat/linux/arch/m68k/ | ||
| H A D | linux_sysent.c | 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix |
| H A D | linux_syscalls.c | 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix |
| H A D | linux_syscall.h | 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix 1.95 Sat Nov 22 13:20:35 GMT 2014 njoly branches: 1.95.2; Regen for ppoll signature fix |
| /src/sys/ufs/lfs/ | ||
| H A D | ulfsmount.h | 1.18 Mon Jun 20 03:36:09 GMT 2016 dholland One more batch of already-synced ufs changes: ufs_extern.h 1.79 is equivalent to ulfs_extern.h 1.14 ufsmount.h 1.43 is (roughly) equivalent to lfs_extern.h 1.102 ufs_inode.c 1.94 does not apply to lfs ufs_inode.c 1.95 does not apply to lfs either ufs_readwrite.c 1.108 is equivalent to ulfs_readwrite.c 1.8 ufs_readwrite.c 1.109 is equivalent to ulfs_readwrite.c 1.9 ufs_readwrite.c 1.110 is equivalent to ulfs_readwrite.c 1.10 ufs_readwrite.c 1.111 does not apply to lfs ufs_readwrite.c 1.112 is equivalent to ulfs_readwrite.c 1.11 ufs_readwrite.c 1.113 is equivalent to ulfs_readwrite.c 1.13 ufs_readwrite.c 1.114 is equivalent to ulfs_readwrite.c 1.14 ufs_readwrite.c 1.115 is equivalent to ulfs_readwrite.c 1.15 ufs_readwrite.c 1.116-1.118 does not apply to lfs ufs_readwrite.c 1.119-1.120 are equivalent to ulfs_readwrite.c 1.16 ufs_rename.c 1.12 is equivalent to lfs_rename.c 1.8 ufs_vnops.c 1.226 is equivalent to ulfs_vnops.c 1.22 and lfs_vnops.c 1.270 ufs_vnops.c 1.227 is equivalent to ulfs_vnops.c 1.23 ufs_vnops.c 1.228-1.229 are equivalent to ulfs_vnops.c 1.24 ufs_vnops.c 1.230 is equivalent to ulfs_vnops.c 1.25 and lfs_vnops.c 1.271 ufs_vnops.c 1.231 originated in lfs ufs_vnops.c 1.232 does not apply to lfs |
| /src/sys/miscfs/kernfs/ | ||
| H A D | kernfs_vfsops.c | 1.95 Sun Jul 20 13:58:04 GMT 2014 hannken branches: 1.95.4; 1.95.8; 1.95.12; Change kernfs from hashlist to vcache. 1.95 Sun Jul 20 13:58:04 GMT 2014 hannken branches: 1.95.4; 1.95.8; 1.95.12; Change kernfs from hashlist to vcache. 1.95 Sun Jul 20 13:58:04 GMT 2014 hannken branches: 1.95.4; 1.95.8; 1.95.12; Change kernfs from hashlist to vcache. 1.95 Sun Jul 20 13:58:04 GMT 2014 hannken branches: 1.95.4; 1.95.8; 1.95.12; Change kernfs from hashlist to vcache. |
| /src/sys/miscfs/umapfs/ | ||
| H A D | umap_vfsops.c | 1.95 Sun Nov 09 18:08:07 GMT 2014 maxv branches: 1.95.2; 1.95.4; 1.95.6; Do not uselessly include <sys/malloc.h>. 1.95 Sun Nov 09 18:08:07 GMT 2014 maxv branches: 1.95.2; 1.95.4; 1.95.6; Do not uselessly include <sys/malloc.h>. 1.95 Sun Nov 09 18:08:07 GMT 2014 maxv branches: 1.95.2; 1.95.4; 1.95.6; Do not uselessly include <sys/malloc.h>. 1.95 Sun Nov 09 18:08:07 GMT 2014 maxv branches: 1.95.2; 1.95.4; 1.95.6; Do not uselessly include <sys/malloc.h>. |
| /src/sys/arch/vax/vax/ | ||
| H A D | vm_machdep.c | 1.95 Sun Mar 04 06:01:04 GMT 2007 christos branches: 1.95.2; 1.95.4; 1.95.10; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.95 Sun Mar 04 06:01:04 GMT 2007 christos branches: 1.95.2; 1.95.4; 1.95.10; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.95 Sun Mar 04 06:01:04 GMT 2007 christos branches: 1.95.2; 1.95.4; 1.95.10; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.95 Sun Mar 04 06:01:04 GMT 2007 christos branches: 1.95.2; 1.95.4; 1.95.10; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. |
| /src/sys/arch/x68k/x68k/ | ||
| H A D | trap.c | 1.95 Thu Apr 24 18:39:22 GMT 2008 ad branches: 1.95.2; 1.95.4; 1.95.8; Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since we no longer need to guard against access from hardware interrupt handlers. Additionally, if cloning a process with CLONE_SIGHAND, arrange to have the child process share the parent's lock so that signal state may be kept in sync. Partially addresses PR kern/37437. 1.95 Thu Apr 24 18:39:22 GMT 2008 ad branches: 1.95.2; 1.95.4; 1.95.8; Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since we no longer need to guard against access from hardware interrupt handlers. Additionally, if cloning a process with CLONE_SIGHAND, arrange to have the child process share the parent's lock so that signal state may be kept in sync. Partially addresses PR kern/37437. 1.95 Thu Apr 24 18:39:22 GMT 2008 ad branches: 1.95.2; 1.95.4; 1.95.8; Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since we no longer need to guard against access from hardware interrupt handlers. Additionally, if cloning a process with CLONE_SIGHAND, arrange to have the child process share the parent's lock so that signal state may be kept in sync. Partially addresses PR kern/37437. 1.95 Thu Apr 24 18:39:22 GMT 2008 ad branches: 1.95.2; 1.95.4; 1.95.8; Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since we no longer need to guard against access from hardware interrupt handlers. Additionally, if cloning a process with CLONE_SIGHAND, arrange to have the child process share the parent's lock so that signal state may be kept in sync. Partially addresses PR kern/37437. |
| /src/sys/arch/cobalt/cobalt/ | ||
| H A D | machdep.c | 1.95 Sat Mar 22 18:46:49 GMT 2008 tsutsui branches: 1.95.2; 1.95.4; 1.95.6; Use C99 initializer. 1.95 Sat Mar 22 18:46:49 GMT 2008 tsutsui branches: 1.95.2; 1.95.4; 1.95.6; Use C99 initializer. 1.95 Sat Mar 22 18:46:49 GMT 2008 tsutsui branches: 1.95.2; 1.95.4; 1.95.6; Use C99 initializer. 1.95 Sat Mar 22 18:46:49 GMT 2008 tsutsui branches: 1.95.2; 1.95.4; 1.95.6; Use C99 initializer. |
| /src/sys/arch/i386/i386/ | ||
| H A D | autoconf.c | 1.95 Sat Nov 21 03:11:00 GMT 2009 rmind branches: 1.95.4; 1.95.6; 1.95.8; Use lwp_getpcb() on x86 MD code, clean from struct user usage. 1.95 Sat Nov 21 03:11:00 GMT 2009 rmind branches: 1.95.4; 1.95.6; 1.95.8; Use lwp_getpcb() on x86 MD code, clean from struct user usage. 1.95 Sat Nov 21 03:11:00 GMT 2009 rmind branches: 1.95.4; 1.95.6; 1.95.8; Use lwp_getpcb() on x86 MD code, clean from struct user usage. 1.95 Sat Nov 21 03:11:00 GMT 2009 rmind branches: 1.95.4; 1.95.6; 1.95.8; Use lwp_getpcb() on x86 MD code, clean from struct user usage. |
Completed in 133 milliseconds