Searched hist:1.51 (Results 1 - 25 of 2393) sorted by relevance
| /src/sys/arch/hpcmips/vr/ | ||
| H A D | vr.c | 1.51 Fri Apr 04 00:36:06 GMT 2008 tsutsui branches: 1.51.4; 1.51.12; 1.51.14; 1.51.18; 1.51.20; 1.51.22; Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in hpcmips/interrupt.c. The latter one is used only on kernels configured for multiple CPUs (i.e. kernels which have both options VR41XX and TX39XX). Closes PR port-hpcmips/38139 from Risto Sainio. 1.51 Fri Apr 04 00:36:06 GMT 2008 tsutsui branches: 1.51.4; 1.51.12; 1.51.14; 1.51.18; 1.51.20; 1.51.22; Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in hpcmips/interrupt.c. The latter one is used only on kernels configured for multiple CPUs (i.e. kernels which have both options VR41XX and TX39XX). Closes PR port-hpcmips/38139 from Risto Sainio. 1.51 Fri Apr 04 00:36:06 GMT 2008 tsutsui branches: 1.51.4; 1.51.12; 1.51.14; 1.51.18; 1.51.20; 1.51.22; Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in hpcmips/interrupt.c. The latter one is used only on kernels configured for multiple CPUs (i.e. kernels which have both options VR41XX and TX39XX). Closes PR port-hpcmips/38139 from Risto Sainio. 1.51 Fri Apr 04 00:36:06 GMT 2008 tsutsui branches: 1.51.4; 1.51.12; 1.51.14; 1.51.18; 1.51.20; 1.51.22; Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in hpcmips/interrupt.c. The latter one is used only on kernels configured for multiple CPUs (i.e. kernels which have both options VR41XX and TX39XX). Closes PR port-hpcmips/38139 from Risto Sainio. 1.51 Fri Apr 04 00:36:06 GMT 2008 tsutsui branches: 1.51.4; 1.51.12; 1.51.14; 1.51.18; 1.51.20; 1.51.22; Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in hpcmips/interrupt.c. The latter one is used only on kernels configured for multiple CPUs (i.e. kernels which have both options VR41XX and TX39XX). Closes PR port-hpcmips/38139 from Risto Sainio. 1.51 Fri Apr 04 00:36:06 GMT 2008 tsutsui branches: 1.51.4; 1.51.12; 1.51.14; 1.51.18; 1.51.20; 1.51.22; Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in hpcmips/interrupt.c. The latter one is used only on kernels configured for multiple CPUs (i.e. kernels which have both options VR41XX and TX39XX). Closes PR port-hpcmips/38139 from Risto Sainio. 1.51 Fri Apr 04 00:36:06 GMT 2008 tsutsui branches: 1.51.4; 1.51.12; 1.51.14; 1.51.18; 1.51.20; 1.51.22; Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in hpcmips/interrupt.c. The latter one is used only on kernels configured for multiple CPUs (i.e. kernels which have both options VR41XX and TX39XX). Closes PR port-hpcmips/38139 from Risto Sainio. |
| /src/sys/arch/sparc/dev/ | ||
| H A D | cgtwo.c | 1.51 Sun Dec 11 00:19:05 GMT 2005 christos branches: 1.51.4; 1.51.6; 1.51.8; 1.51.10; 1.51.12; merge ktrace-lwp. 1.51 Sun Dec 11 00:19:05 GMT 2005 christos branches: 1.51.4; 1.51.6; 1.51.8; 1.51.10; 1.51.12; merge ktrace-lwp. 1.51 Sun Dec 11 00:19:05 GMT 2005 christos branches: 1.51.4; 1.51.6; 1.51.8; 1.51.10; 1.51.12; merge ktrace-lwp. 1.51 Sun Dec 11 00:19:05 GMT 2005 christos branches: 1.51.4; 1.51.6; 1.51.8; 1.51.10; 1.51.12; merge ktrace-lwp. 1.51 Sun Dec 11 00:19:05 GMT 2005 christos branches: 1.51.4; 1.51.6; 1.51.8; 1.51.10; 1.51.12; merge ktrace-lwp. 1.51 Sun Dec 11 00:19:05 GMT 2005 christos branches: 1.51.4; 1.51.6; 1.51.8; 1.51.10; 1.51.12; merge ktrace-lwp. |
| /src/sys/arch/hp300/include/ | ||
| H A D | param.h | 1.51 Fri Dec 11 17:53:22 GMT 2009 tsutsui branches: 1.51.4; 1.51.6; 1.51.8; Refactoring MD segment related definitions on m68k ports: - move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h> to <m68k/pmap_motorola.h> where they should belong - also simplify NBSEG macro for both 020/030 and 040/060 cases - also move m68k_trunc_seg(), m68k_round_seg(), and m68k_seg_offset() (that use SEGOFSET) from <m68k/param.h> to <m68k/pmap_motorola.h> - add comments about each segment size value used on pmap_motorola implementation - add TIA_SIZE, TIA_SHIFT, TIB_SIZE, and TIB_SHIFT macro which can be used for ste/pte index sizes - use proper vaddr_t cast instead of unsigned for SEGOFSET/PGOFSET macro Tested on atari, hp300, and news68k. 1.51 Fri Dec 11 17:53:22 GMT 2009 tsutsui branches: 1.51.4; 1.51.6; 1.51.8; Refactoring MD segment related definitions on m68k ports: - move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h> to <m68k/pmap_motorola.h> where they should belong - also simplify NBSEG macro for both 020/030 and 040/060 cases - also move m68k_trunc_seg(), m68k_round_seg(), and m68k_seg_offset() (that use SEGOFSET) from <m68k/param.h> to <m68k/pmap_motorola.h> - add comments about each segment size value used on pmap_motorola implementation - add TIA_SIZE, TIA_SHIFT, TIB_SIZE, and TIB_SHIFT macro which can be used for ste/pte index sizes - use proper vaddr_t cast instead of unsigned for SEGOFSET/PGOFSET macro Tested on atari, hp300, and news68k. 1.51 Fri Dec 11 17:53:22 GMT 2009 tsutsui branches: 1.51.4; 1.51.6; 1.51.8; Refactoring MD segment related definitions on m68k ports: - move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h> to <m68k/pmap_motorola.h> where they should belong - also simplify NBSEG macro for both 020/030 and 040/060 cases - also move m68k_trunc_seg(), m68k_round_seg(), and m68k_seg_offset() (that use SEGOFSET) from <m68k/param.h> to <m68k/pmap_motorola.h> - add comments about each segment size value used on pmap_motorola implementation - add TIA_SIZE, TIA_SHIFT, TIB_SIZE, and TIB_SHIFT macro which can be used for ste/pte index sizes - use proper vaddr_t cast instead of unsigned for SEGOFSET/PGOFSET macro Tested on atari, hp300, and news68k. 1.51 Fri Dec 11 17:53:22 GMT 2009 tsutsui branches: 1.51.4; 1.51.6; 1.51.8; Refactoring MD segment related definitions on m68k ports: - move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h> to <m68k/pmap_motorola.h> where they should belong - also simplify NBSEG macro for both 020/030 and 040/060 cases - also move m68k_trunc_seg(), m68k_round_seg(), and m68k_seg_offset() (that use SEGOFSET) from <m68k/param.h> to <m68k/pmap_motorola.h> - add comments about each segment size value used on pmap_motorola implementation - add TIA_SIZE, TIA_SHIFT, TIB_SIZE, and TIB_SHIFT macro which can be used for ste/pte index sizes - use proper vaddr_t cast instead of unsigned for SEGOFSET/PGOFSET macro Tested on atari, hp300, and news68k. |
| /src/sbin/ccdconfig/ | ||
| H A D | ccdconfig.c | 1.51 Sat Aug 27 16:29:51 GMT 2011 joerg branches: 1.51.2; 1.51.4; 1.51.8; static. __dead. 1.51 Sat Aug 27 16:29:51 GMT 2011 joerg branches: 1.51.2; 1.51.4; 1.51.8; static. __dead. 1.51 Sat Aug 27 16:29:51 GMT 2011 joerg branches: 1.51.2; 1.51.4; 1.51.8; static. __dead. 1.51 Sat Aug 27 16:29:51 GMT 2011 joerg branches: 1.51.2; 1.51.4; 1.51.8; static. __dead. |
| /src/sys/arch/evbppc/conf/ | ||
| H A D | OPENBLOCKS266 | 1.51 Tue Jan 04 09:13:19 GMT 2011 matt branches: 1.51.2; 1.51.4; Add ukphy (makes MIIVERBOSE happier) 1.51 Tue Jan 04 09:13:19 GMT 2011 matt branches: 1.51.2; 1.51.4; Add ukphy (makes MIIVERBOSE happier) 1.51 Tue Jan 04 09:13:19 GMT 2011 matt branches: 1.51.2; 1.51.4; Add ukphy (makes MIIVERBOSE happier) |
| /src/sys/arch/sun3/conf/ | ||
| H A D | FOUR_TTYS | 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 |
| H A D | KGDB | 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 1.51 Wed Sep 27 21:42:06 GMT 2006 manu branches: 1.51.8; 1.51.16; 1.51.20; 1.51.22; - Document COMPAT_15 as doing nothing - Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency - Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT matters here. This address kern/18407 |
| /src/sys/arch/mvme68k/mvme68k/ | ||
| H A D | pmap_bootstrap.c | 1.51 Fri Feb 10 06:28:39 GMT 2012 mhitch branches: 1.51.2; 1.51.6; 1.51.8; 1.51.10; 1.51.16; Sigh, it's been too long since I've done some of this. Fix the RELOC(). 1.51 Fri Feb 10 06:28:39 GMT 2012 mhitch branches: 1.51.2; 1.51.6; 1.51.8; 1.51.10; 1.51.16; Sigh, it's been too long since I've done some of this. Fix the RELOC(). 1.51 Fri Feb 10 06:28:39 GMT 2012 mhitch branches: 1.51.2; 1.51.6; 1.51.8; 1.51.10; 1.51.16; Sigh, it's been too long since I've done some of this. Fix the RELOC(). 1.51 Fri Feb 10 06:28:39 GMT 2012 mhitch branches: 1.51.2; 1.51.6; 1.51.8; 1.51.10; 1.51.16; Sigh, it's been too long since I've done some of this. Fix the RELOC(). 1.51 Fri Feb 10 06:28:39 GMT 2012 mhitch branches: 1.51.2; 1.51.6; 1.51.8; 1.51.10; 1.51.16; Sigh, it's been too long since I've done some of this. Fix the RELOC(). 1.51 Fri Feb 10 06:28:39 GMT 2012 mhitch branches: 1.51.2; 1.51.6; 1.51.8; 1.51.10; 1.51.16; Sigh, it's been too long since I've done some of this. Fix the RELOC(). |
| /src/sys/arch/i386/i386/ | ||
| H A D | db_interface.c | 1.51 Wed Mar 07 21:43:43 GMT 2007 thorpej branches: 1.51.2; 1.51.8; 1.51.10; 1.51.18; 1.51.20; TRUE -> true, FALSE -> false 1.51 Wed Mar 07 21:43:43 GMT 2007 thorpej branches: 1.51.2; 1.51.8; 1.51.10; 1.51.18; 1.51.20; TRUE -> true, FALSE -> false 1.51 Wed Mar 07 21:43:43 GMT 2007 thorpej branches: 1.51.2; 1.51.8; 1.51.10; 1.51.18; 1.51.20; TRUE -> true, FALSE -> false 1.51 Wed Mar 07 21:43:43 GMT 2007 thorpej branches: 1.51.2; 1.51.8; 1.51.10; 1.51.18; 1.51.20; TRUE -> true, FALSE -> false 1.51 Wed Mar 07 21:43:43 GMT 2007 thorpej branches: 1.51.2; 1.51.8; 1.51.10; 1.51.18; 1.51.20; TRUE -> true, FALSE -> false 1.51 Wed Mar 07 21:43:43 GMT 2007 thorpej branches: 1.51.2; 1.51.8; 1.51.10; 1.51.18; 1.51.20; TRUE -> true, FALSE -> false |
| /src/sys/arch/mac68k/obio/ | ||
| H A D | asc.c | 1.51 Wed Oct 17 19:55:16 GMT 2007 garbled branches: 1.51.16; 1.51.18; 1.51.20; 1.51.22; 1.51.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.51 Wed Oct 17 19:55:16 GMT 2007 garbled branches: 1.51.16; 1.51.18; 1.51.20; 1.51.22; 1.51.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.51 Wed Oct 17 19:55:16 GMT 2007 garbled branches: 1.51.16; 1.51.18; 1.51.20; 1.51.22; 1.51.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.51 Wed Oct 17 19:55:16 GMT 2007 garbled branches: 1.51.16; 1.51.18; 1.51.20; 1.51.22; 1.51.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.51 Wed Oct 17 19:55:16 GMT 2007 garbled branches: 1.51.16; 1.51.18; 1.51.20; 1.51.22; 1.51.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.51 Wed Oct 17 19:55:16 GMT 2007 garbled branches: 1.51.16; 1.51.18; 1.51.20; 1.51.22; 1.51.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/uvm/ | ||
| H A D | uvm_stat.h | 1.51 Mon Jul 30 23:56:48 GMT 2012 matt branches: 1.51.2; 1.51.4; -fno-common broke kernhist since it used commons. Add a KERNHIST_DEFINE which is define the kernel history. Change UVM to deal with the new usage. 1.51 Mon Jul 30 23:56:48 GMT 2012 matt branches: 1.51.2; 1.51.4; -fno-common broke kernhist since it used commons. Add a KERNHIST_DEFINE which is define the kernel history. Change UVM to deal with the new usage. 1.51 Mon Jul 30 23:56:48 GMT 2012 matt branches: 1.51.2; 1.51.4; -fno-common broke kernhist since it used commons. Add a KERNHIST_DEFINE which is define the kernel history. Change UVM to deal with the new usage. |
| /src/sys/compat/ultrix/ | ||
| H A D | ultrix_syscallargs.h | 1.51 Thu Jun 19 00:29:34 GMT 2008 hans branches: 1.51.2; 1.51.4; regen from syscalls.master r1.46 1.51 Thu Jun 19 00:29:34 GMT 2008 hans branches: 1.51.2; 1.51.4; regen from syscalls.master r1.46 1.51 Thu Jun 19 00:29:34 GMT 2008 hans branches: 1.51.2; 1.51.4; regen from syscalls.master r1.46 |
| H A D | syscalls.master | 1.51 Tue Mar 02 21:07:22 GMT 2010 pooka branches: 1.51.10; 1.51.20; 1.51.24; Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional and nfssvc unsupport unconditional. nfs server was just a fancy NOP anyway for all except Ultrix. I know I'm boring but I couldn't imagine why someone would want to run an Ultrix nfs server (and I also doubt that it would work anymore with all the changes to fs exporting etc). 1.51 Tue Mar 02 21:07:22 GMT 2010 pooka branches: 1.51.10; 1.51.20; 1.51.24; Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional and nfssvc unsupport unconditional. nfs server was just a fancy NOP anyway for all except Ultrix. I know I'm boring but I couldn't imagine why someone would want to run an Ultrix nfs server (and I also doubt that it would work anymore with all the changes to fs exporting etc). 1.51 Tue Mar 02 21:07:22 GMT 2010 pooka branches: 1.51.10; 1.51.20; 1.51.24; Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional and nfssvc unsupport unconditional. nfs server was just a fancy NOP anyway for all except Ultrix. I know I'm boring but I couldn't imagine why someone would want to run an Ultrix nfs server (and I also doubt that it would work anymore with all the changes to fs exporting etc). 1.51 Tue Mar 02 21:07:22 GMT 2010 pooka branches: 1.51.10; 1.51.20; 1.51.24; Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional and nfssvc unsupport unconditional. nfs server was just a fancy NOP anyway for all except Ultrix. I know I'm boring but I couldn't imagine why someone would want to run an Ultrix nfs server (and I also doubt that it would work anymore with all the changes to fs exporting etc). |
| H A D | ultrix_fs.c | 1.51 Mon Dec 14 00:47:11 GMT 2009 matt branches: 1.51.12; 1.51.22; 1.51.26; Merge from matt-nb5-mips64 1.51 Mon Dec 14 00:47:11 GMT 2009 matt branches: 1.51.12; 1.51.22; 1.51.26; Merge from matt-nb5-mips64 1.51 Mon Dec 14 00:47:11 GMT 2009 matt branches: 1.51.12; 1.51.22; 1.51.26; Merge from matt-nb5-mips64 1.51 Mon Dec 14 00:47:11 GMT 2009 matt branches: 1.51.12; 1.51.22; 1.51.26; Merge from matt-nb5-mips64 |
| H A D | ultrix_sysent.c | 1.51 Sun Dec 11 00:20:30 GMT 2005 christos branches: 1.51.4; 1.51.8; 1.51.16; merge ktrace-lwp. 1.51 Sun Dec 11 00:20:30 GMT 2005 christos branches: 1.51.4; 1.51.8; 1.51.16; merge ktrace-lwp. 1.51 Sun Dec 11 00:20:30 GMT 2005 christos branches: 1.51.4; 1.51.8; 1.51.16; merge ktrace-lwp. 1.51 Sun Dec 11 00:20:30 GMT 2005 christos branches: 1.51.4; 1.51.8; 1.51.16; merge ktrace-lwp. |
| /src/sys/arch/sparc64/dev/ | ||
| H A D | ebus.c | 1.51 Sat Apr 05 13:40:05 GMT 2008 cegger branches: 1.51.2; 1.51.4; 1.51.6; use aprint_*_dev and device_xname OK martin 1.51 Sat Apr 05 13:40:05 GMT 2008 cegger branches: 1.51.2; 1.51.4; 1.51.6; use aprint_*_dev and device_xname OK martin 1.51 Sat Apr 05 13:40:05 GMT 2008 cegger branches: 1.51.2; 1.51.4; 1.51.6; use aprint_*_dev and device_xname OK martin 1.51 Sat Apr 05 13:40:05 GMT 2008 cegger branches: 1.51.2; 1.51.4; 1.51.6; use aprint_*_dev and device_xname OK martin |
| /src/sys/compat/linux/common/ | ||
| H A D | linux_break.c | 1.51 Sat Jan 18 08:02:50 GMT 2003 thorpej branches: 1.51.18; 1.51.48; 1.51.50; Merge the nathanw_sa branch. 1.51 Sat Jan 18 08:02:50 GMT 2003 thorpej branches: 1.51.18; 1.51.48; 1.51.50; Merge the nathanw_sa branch. 1.51 Sat Jan 18 08:02:50 GMT 2003 thorpej branches: 1.51.18; 1.51.48; 1.51.50; Merge the nathanw_sa branch. 1.51 Sat Jan 18 08:02:50 GMT 2003 thorpej branches: 1.51.18; 1.51.48; 1.51.50; Merge the nathanw_sa branch. |
| H A D | linux_exec.h | 1.51 Fri Feb 21 07:53:53 GMT 2014 maxv branches: 1.51.6; 1.51.10; 1.51.14; Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, add comments and KASSERTs to make sure people don't forget to increase XX_AUX_ENTRIES's when adding vectors. Reported by martin@ (CV), with suggestions from chs@. ok martin@ chs@ 1.51 Fri Feb 21 07:53:53 GMT 2014 maxv branches: 1.51.6; 1.51.10; 1.51.14; Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, add comments and KASSERTs to make sure people don't forget to increase XX_AUX_ENTRIES's when adding vectors. Reported by martin@ (CV), with suggestions from chs@. ok martin@ chs@ 1.51 Fri Feb 21 07:53:53 GMT 2014 maxv branches: 1.51.6; 1.51.10; 1.51.14; Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, add comments and KASSERTs to make sure people don't forget to increase XX_AUX_ENTRIES's when adding vectors. Reported by martin@ (CV), with suggestions from chs@. ok martin@ chs@ 1.51 Fri Feb 21 07:53:53 GMT 2014 maxv branches: 1.51.6; 1.51.10; 1.51.14; Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, add comments and KASSERTs to make sure people don't forget to increase XX_AUX_ENTRIES's when adding vectors. Reported by martin@ (CV), with suggestions from chs@. ok martin@ chs@ |
| /src/sys/arch/hp300/dev/ | ||
| H A D | ct.c | 1.51 Wed Oct 17 19:54:22 GMT 2007 garbled branches: 1.51.2; 1.51.4; 1.51.8; 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.51 Wed Oct 17 19:54:22 GMT 2007 garbled branches: 1.51.2; 1.51.4; 1.51.8; 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.51 Wed Oct 17 19:54:22 GMT 2007 garbled branches: 1.51.2; 1.51.4; 1.51.8; 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.51 Wed Oct 17 19:54:22 GMT 2007 garbled branches: 1.51.2; 1.51.4; 1.51.8; 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/mvme68k/conf/ | ||
| H A D | VME147 | 1.51 Wed Dec 07 09:10:16 GMT 2005 tsutsui branches: 1.51.2; 1.51.4; 1.51.6; Adjust comments for options FFS_NO_SNAPSHOT. XXX: This option should be mentioned in options(4). 1.51 Wed Dec 07 09:10:16 GMT 2005 tsutsui branches: 1.51.2; 1.51.4; 1.51.6; Adjust comments for options FFS_NO_SNAPSHOT. XXX: This option should be mentioned in options(4). 1.51 Wed Dec 07 09:10:16 GMT 2005 tsutsui branches: 1.51.2; 1.51.4; 1.51.6; Adjust comments for options FFS_NO_SNAPSHOT. XXX: This option should be mentioned in options(4). 1.51 Wed Dec 07 09:10:16 GMT 2005 tsutsui branches: 1.51.2; 1.51.4; 1.51.6; Adjust comments for options FFS_NO_SNAPSHOT. XXX: This option should be mentioned in options(4). |
| /src/sys/dev/ic/ | ||
| H A D | cy.c | 1.51 Mon Jul 09 21:00:35 GMT 2007 ad branches: 1.51.6; 1.51.8; 1.51.12; Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements 1.51 Mon Jul 09 21:00:35 GMT 2007 ad branches: 1.51.6; 1.51.8; 1.51.12; Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements 1.51 Mon Jul 09 21:00:35 GMT 2007 ad branches: 1.51.6; 1.51.8; 1.51.12; Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements 1.51 Mon Jul 09 21:00:35 GMT 2007 ad branches: 1.51.6; 1.51.8; 1.51.12; Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements |
| /src/sys/arch/hpcsh/conf/ | ||
| H A D | files.hpcsh | 1.51 Wed Feb 20 21:43:34 GMT 2008 drochner branches: 1.51.10; 1.51.30; 1.51.32; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. 1.51 Wed Feb 20 21:43:34 GMT 2008 drochner branches: 1.51.10; 1.51.30; 1.51.32; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. 1.51 Wed Feb 20 21:43:34 GMT 2008 drochner branches: 1.51.10; 1.51.30; 1.51.32; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. 1.51 Wed Feb 20 21:43:34 GMT 2008 drochner branches: 1.51.10; 1.51.30; 1.51.32; Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files. These shouldn't pull in additional kernel code when not in use, so it shouldn't do any harm except a risk of namespace collisions which should be easy to fix. |
| /src/sys/arch/arc/conf/ | ||
| H A D | PCCONS | 1.51 Tue Dec 20 05:35:27 GMT 2005 thorpej branches: 1.51.2; 1.51.4; 1.51.6; Remove the tablet line discipline. 1.51 Tue Dec 20 05:35:27 GMT 2005 thorpej branches: 1.51.2; 1.51.4; 1.51.6; Remove the tablet line discipline. 1.51 Tue Dec 20 05:35:27 GMT 2005 thorpej branches: 1.51.2; 1.51.4; 1.51.6; Remove the tablet line discipline. 1.51 Tue Dec 20 05:35:27 GMT 2005 thorpej branches: 1.51.2; 1.51.4; 1.51.6; Remove the tablet line discipline. |
| /src/sys/dev/pcmcia/ | ||
| H A D | com_pcmcia.c | 1.51 Sun Dec 11 00:23:22 GMT 2005 christos branches: 1.51.4; 1.51.8; 1.51.16; merge ktrace-lwp. 1.51 Sun Dec 11 00:23:22 GMT 2005 christos branches: 1.51.4; 1.51.8; 1.51.16; merge ktrace-lwp. 1.51 Sun Dec 11 00:23:22 GMT 2005 christos branches: 1.51.4; 1.51.8; 1.51.16; merge ktrace-lwp. 1.51 Sun Dec 11 00:23:22 GMT 2005 christos branches: 1.51.4; 1.51.8; 1.51.16; merge ktrace-lwp. |
| H A D | pcmcia_cis.c | 1.51 Sat Apr 05 21:31:23 GMT 2008 cegger branches: 1.51.4; 1.51.6; 1.51.8; use aprint_*_dev and device_xname 1.51 Sat Apr 05 21:31:23 GMT 2008 cegger branches: 1.51.4; 1.51.6; 1.51.8; use aprint_*_dev and device_xname 1.51 Sat Apr 05 21:31:23 GMT 2008 cegger branches: 1.51.4; 1.51.6; 1.51.8; use aprint_*_dev and device_xname 1.51 Sat Apr 05 21:31:23 GMT 2008 cegger branches: 1.51.4; 1.51.6; 1.51.8; use aprint_*_dev and device_xname |
Completed in 90 milliseconds