Searched hist:1.102 (Results 1 - 25 of 859) sorted by relevance
| /src/sys/arch/hpcmips/conf/ | ||
| H A D | files.hpcmips | 1.102 Wed Feb 20 21:43:34 GMT 2008 drochner branches: 1.102.10; 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.102 Wed Feb 20 21:43:34 GMT 2008 drochner branches: 1.102.10; 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/amiga/conf/ | ||
| H A D | AMIGA | 1.102 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.102.2; 1.102.8; 1.102.10; 1.102.16; 1.102.18; Regen. Per bernd@'s instructions. 1.102 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.102.2; 1.102.8; 1.102.10; 1.102.16; 1.102.18; Regen. Per bernd@'s instructions. 1.102 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.102.2; 1.102.8; 1.102.10; 1.102.16; 1.102.18; Regen. Per bernd@'s instructions. 1.102 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.102.2; 1.102.8; 1.102.10; 1.102.16; 1.102.18; Regen. Per bernd@'s instructions. 1.102 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.102.2; 1.102.8; 1.102.10; 1.102.16; 1.102.18; Regen. Per bernd@'s instructions. 1.102 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.102.2; 1.102.8; 1.102.10; 1.102.16; 1.102.18; Regen. Per bernd@'s instructions. |
| /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/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/dev/ic/ | ||
| H A D | i82365.c | 1.102 Tue Apr 08 00:07:26 GMT 2008 cegger branches: 1.102.4; 1.102.12; 1.102.14; 1.102.18; 1.102.20; use aprint_*_dev and device_xname 1.102 Tue Apr 08 00:07:26 GMT 2008 cegger branches: 1.102.4; 1.102.12; 1.102.14; 1.102.18; 1.102.20; use aprint_*_dev and device_xname 1.102 Tue Apr 08 00:07:26 GMT 2008 cegger branches: 1.102.4; 1.102.12; 1.102.14; 1.102.18; 1.102.20; use aprint_*_dev and device_xname 1.102 Tue Apr 08 00:07:26 GMT 2008 cegger branches: 1.102.4; 1.102.12; 1.102.14; 1.102.18; 1.102.20; use aprint_*_dev and device_xname 1.102 Tue Apr 08 00:07:26 GMT 2008 cegger branches: 1.102.4; 1.102.12; 1.102.14; 1.102.18; 1.102.20; use aprint_*_dev and device_xname 1.102 Tue Apr 08 00:07:26 GMT 2008 cegger branches: 1.102.4; 1.102.12; 1.102.14; 1.102.18; 1.102.20; use aprint_*_dev and device_xname |
| H A D | z8530tty.c | 1.102 Tue Dec 27 17:20:54 GMT 2005 chs branches: 1.102.4; 1.102.6; 1.102.8; switch macppc to use the MI zstty driver. add macppc's ZS_TXDMA hooks there. 1.102 Tue Dec 27 17:20:54 GMT 2005 chs branches: 1.102.4; 1.102.6; 1.102.8; switch macppc to use the MI zstty driver. add macppc's ZS_TXDMA hooks there. 1.102 Tue Dec 27 17:20:54 GMT 2005 chs branches: 1.102.4; 1.102.6; 1.102.8; switch macppc to use the MI zstty driver. add macppc's ZS_TXDMA hooks there. 1.102 Tue Dec 27 17:20:54 GMT 2005 chs branches: 1.102.4; 1.102.6; 1.102.8; switch macppc to use the MI zstty driver. add macppc's ZS_TXDMA hooks there. |
| /src/sys/arch/vax/conf/ | ||
| H A D | files.vax | 1.102 Sun Dec 11 00:19:34 GMT 2005 christos branches: 1.102.4; 1.102.6; 1.102.8; 1.102.10; merge ktrace-lwp. 1.102 Sun Dec 11 00:19:34 GMT 2005 christos branches: 1.102.4; 1.102.6; 1.102.8; 1.102.10; merge ktrace-lwp. 1.102 Sun Dec 11 00:19:34 GMT 2005 christos branches: 1.102.4; 1.102.6; 1.102.8; 1.102.10; merge ktrace-lwp. 1.102 Sun Dec 11 00:19:34 GMT 2005 christos branches: 1.102.4; 1.102.6; 1.102.8; 1.102.10; merge ktrace-lwp. 1.102 Sun Dec 11 00:19:34 GMT 2005 christos branches: 1.102.4; 1.102.6; 1.102.8; 1.102.10; merge ktrace-lwp. |
| /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/arch/vax/vax/ | ||
| H A D | vm_machdep.c | 1.102 Tue Mar 11 05:34:03 GMT 2008 matt branches: 1.102.4; 1.102.6; 1.102.10; Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf code. Move to prototype definitions. staticfy, constify, avoid casting. Use device_* accessors. 1.102 Tue Mar 11 05:34:03 GMT 2008 matt branches: 1.102.4; 1.102.6; 1.102.10; Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf code. Move to prototype definitions. staticfy, constify, avoid casting. Use device_* accessors. 1.102 Tue Mar 11 05:34:03 GMT 2008 matt branches: 1.102.4; 1.102.6; 1.102.10; Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf code. Move to prototype definitions. staticfy, constify, avoid casting. Use device_* accessors. 1.102 Tue Mar 11 05:34:03 GMT 2008 matt branches: 1.102.4; 1.102.6; 1.102.10; Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf code. Move to prototype definitions. staticfy, constify, avoid casting. Use device_* accessors. |
| /src/sys/compat/linux/common/ | ||
| H A D | linux_misc_notalpha.c | 1.102 Mon Apr 28 20:23:43 GMT 2008 martin branches: 1.102.2; 1.102.4; 1.102.6; Remove clause 3 and 4 from TNF licenses 1.102 Mon Apr 28 20:23:43 GMT 2008 martin branches: 1.102.2; 1.102.4; 1.102.6; Remove clause 3 and 4 from TNF licenses 1.102 Mon Apr 28 20:23:43 GMT 2008 martin branches: 1.102.2; 1.102.4; 1.102.6; Remove clause 3 and 4 from TNF licenses 1.102 Mon Apr 28 20:23:43 GMT 2008 martin branches: 1.102.2; 1.102.4; 1.102.6; Remove clause 3 and 4 from TNF licenses |
| /src/sys/arch/sh3/sh3/ | ||
| H A D | sh3_machdep.c | 1.102 Mon Mar 24 20:06:32 GMT 2014 christos branches: 1.102.4; 1.102.6; 1.102.8; use cpu_{g,s}etmodel 1.102 Mon Mar 24 20:06:32 GMT 2014 christos branches: 1.102.4; 1.102.6; 1.102.8; use cpu_{g,s}etmodel 1.102 Mon Mar 24 20:06:32 GMT 2014 christos branches: 1.102.4; 1.102.6; 1.102.8; use cpu_{g,s}etmodel 1.102 Mon Mar 24 20:06:32 GMT 2014 christos branches: 1.102.4; 1.102.6; 1.102.8; use cpu_{g,s}etmodel |
| /src/sys/arch/i386/include/ | ||
| H A D | pmap.h | 1.102 Wed Jan 23 19:46:44 GMT 2008 bouyer branches: 1.102.6; 1.102.10; 1.102.16; Merge the bouyer-xeni386 branch. This brings in PAE support to NetBSD xeni386 (domU only). PAE support is enabled by 'options PAE', see the new XEN3PAE_DOMU and INSTALL_XEN3PAE_DOMU kernel config files. See the comments in arch/i386/include/{pte.h,pmap.h} to see how it works. In short, we still handle it as a 2-level MMU, with the second level page directory being 4 pages in size. pmap switching is done by switching the L2 pages in the L3 entries, instead of loading %cr3. This is almost required by Xen, which handle the last L2 page (the one mapping 0xc0000000 - 0xffffffff) in a very special way. But this approach should also work for native PAE support if ever supported (in fact, the pmap should almost suport native PAE, what's missing is bootstrap code in locore.S). 1.102 Wed Jan 23 19:46:44 GMT 2008 bouyer branches: 1.102.6; 1.102.10; 1.102.16; Merge the bouyer-xeni386 branch. This brings in PAE support to NetBSD xeni386 (domU only). PAE support is enabled by 'options PAE', see the new XEN3PAE_DOMU and INSTALL_XEN3PAE_DOMU kernel config files. See the comments in arch/i386/include/{pte.h,pmap.h} to see how it works. In short, we still handle it as a 2-level MMU, with the second level page directory being 4 pages in size. pmap switching is done by switching the L2 pages in the L3 entries, instead of loading %cr3. This is almost required by Xen, which handle the last L2 page (the one mapping 0xc0000000 - 0xffffffff) in a very special way. But this approach should also work for native PAE support if ever supported (in fact, the pmap should almost suport native PAE, what's missing is bootstrap code in locore.S). 1.102 Wed Jan 23 19:46:44 GMT 2008 bouyer branches: 1.102.6; 1.102.10; 1.102.16; Merge the bouyer-xeni386 branch. This brings in PAE support to NetBSD xeni386 (domU only). PAE support is enabled by 'options PAE', see the new XEN3PAE_DOMU and INSTALL_XEN3PAE_DOMU kernel config files. See the comments in arch/i386/include/{pte.h,pmap.h} to see how it works. In short, we still handle it as a 2-level MMU, with the second level page directory being 4 pages in size. pmap switching is done by switching the L2 pages in the L3 entries, instead of loading %cr3. This is almost required by Xen, which handle the last L2 page (the one mapping 0xc0000000 - 0xffffffff) in a very special way. But this approach should also work for native PAE support if ever supported (in fact, the pmap should almost suport native PAE, what's missing is bootstrap code in locore.S). 1.102 Wed Jan 23 19:46:44 GMT 2008 bouyer branches: 1.102.6; 1.102.10; 1.102.16; Merge the bouyer-xeni386 branch. This brings in PAE support to NetBSD xeni386 (domU only). PAE support is enabled by 'options PAE', see the new XEN3PAE_DOMU and INSTALL_XEN3PAE_DOMU kernel config files. See the comments in arch/i386/include/{pte.h,pmap.h} to see how it works. In short, we still handle it as a 2-level MMU, with the second level page directory being 4 pages in size. pmap switching is done by switching the L2 pages in the L3 entries, instead of loading %cr3. This is almost required by Xen, which handle the last L2 page (the one mapping 0xc0000000 - 0xffffffff) in a very special way. But this approach should also work for native PAE support if ever supported (in fact, the pmap should almost suport native PAE, what's missing is bootstrap code in locore.S). |
| /src/sbin/ping/ | ||
| H A D | ping.c | 1.102 Wed Jan 04 16:09:42 GMT 2012 drochner branches: 1.102.2; 1.102.6; 1.102.8; include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland where possible, for consistency and compatibility to FreeBSD (exception: KAME specific statistics gathering in netstat(1) and systat(1)) 1.102 Wed Jan 04 16:09:42 GMT 2012 drochner branches: 1.102.2; 1.102.6; 1.102.8; include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland where possible, for consistency and compatibility to FreeBSD (exception: KAME specific statistics gathering in netstat(1) and systat(1)) 1.102 Wed Jan 04 16:09:42 GMT 2012 drochner branches: 1.102.2; 1.102.6; 1.102.8; include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland where possible, for consistency and compatibility to FreeBSD (exception: KAME specific statistics gathering in netstat(1) and systat(1)) 1.102 Wed Jan 04 16:09:42 GMT 2012 drochner branches: 1.102.2; 1.102.6; 1.102.8; include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland where possible, for consistency and compatibility to FreeBSD (exception: KAME specific statistics gathering in netstat(1) and systat(1)) |
| /src/doc/ | ||
| H A D | TODO.smpnet | 1.40 Wed Jan 20 10:26:43 GMT 2021 nia if_tap was made mpsafe in revision 1.102 |
| H A D | RESPONSIBLE | 1.106 Wed Dec 05 17:21:55 GMT 2012 dholland Improve my last change (1.102) per 1.104 (retain but mark retired developers). 1.102 Sat Dec 01 03:09:55 GMT 2012 dholland Some updates: - add a vfs section and some vfs subareas - list all filesystems (some with "?", please fill in) - note that npf is rmind's and that christos knows about lint - note that I know about a few other things, e.g. quotas (Remember that this is chiefly a list of who knows about what; being listed for something here does not make you responsible for its bug list or anything.) |
| /src/sys/sys/ | ||
| H A D | disklabel.h | 1.102 Tue Aug 19 00:16:49 GMT 2008 haad branches: 1.102.2; 1.102.4; 1.102.10; I forgot to commit this file. Add definition of DM disklabel type. 1.102 Tue Aug 19 00:16:49 GMT 2008 haad branches: 1.102.2; 1.102.4; 1.102.10; I forgot to commit this file. Add definition of DM disklabel type. 1.102 Tue Aug 19 00:16:49 GMT 2008 haad branches: 1.102.2; 1.102.4; 1.102.10; I forgot to commit this file. Add definition of DM disklabel type. 1.102 Tue Aug 19 00:16:49 GMT 2008 haad branches: 1.102.2; 1.102.4; 1.102.10; I forgot to commit this file. Add definition of DM disklabel type. |
| H A D | vnode_if.h | 1.102 Wed Jul 12 09:32:00 GMT 2017 hannken branches: 1.102.6; Regen. 1.102 Wed Jul 12 09:32:00 GMT 2017 hannken branches: 1.102.6; Regen. |
| /src/sys/arch/newsmips/conf/ | ||
| H A D | GENERIC | 1.102 Mon Dec 31 15:32:01 GMT 2007 ad branches: 1.102.6; 1.102.10; 1.102.12; 1.102.16; Remove systrace. Ok core@. 1.102 Mon Dec 31 15:32:01 GMT 2007 ad branches: 1.102.6; 1.102.10; 1.102.12; 1.102.16; Remove systrace. Ok core@. 1.102 Mon Dec 31 15:32:01 GMT 2007 ad branches: 1.102.6; 1.102.10; 1.102.12; 1.102.16; Remove systrace. Ok core@. 1.102 Mon Dec 31 15:32:01 GMT 2007 ad branches: 1.102.6; 1.102.10; 1.102.12; 1.102.16; Remove systrace. Ok core@. 1.102 Mon Dec 31 15:32:01 GMT 2007 ad branches: 1.102.6; 1.102.10; 1.102.12; 1.102.16; Remove systrace. Ok core@. |
| /src/sbin/fsck_ffs/ | ||
| H A D | setup.c | 1.102 Fri Oct 05 09:49:23 GMT 2018 hannken branches: 1.102.2; Add a test for duplicate inodes on the persistent snapshot list. 1.102 Fri Oct 05 09:49:23 GMT 2018 hannken branches: 1.102.2; Add a test for duplicate inodes on the persistent snapshot list. |
| /src/distrib/sets/lists/modules/ | ||
| H A D | md.amd64 | 1.102 Thu Mar 21 02:36:01 GMT 2024 riastradh branches: 1.102.2; acpihed(4): New driver for PNP0C33 to notify apei(4). PNP0C33 denotes the ACPI Hardware Error Device, which exists only to be a vector for event notifications. PR kern/58046 1.102 Thu Mar 21 02:36:01 GMT 2024 riastradh branches: 1.102.2; acpihed(4): New driver for PNP0C33 to notify apei(4). PNP0C33 denotes the ACPI Hardware Error Device, which exists only to be a vector for event notifications. PR kern/58046 |
| /src/bin/df/ | ||
| H A D | df.c | 1.102 Mon Dec 18 08:27:24 GMT 2023 kre branches: 1.102.2; Correctly compute the "Filesystem" column with when using -W (that added "NAME=" occupies space!) XXX pullup -10 1.102 Mon Dec 18 08:27:24 GMT 2023 kre branches: 1.102.2; Correctly compute the "Filesystem" column with when using -W (that added "NAME=" occupies space!) XXX pullup -10 |
| /src/share/man/man8/ | ||
| H A D | Makefile | 1.102 Tue Jan 31 00:23:33 GMT 2012 nisimura branches: 1.102.6; introduce evbarm bootmini2440(8) man entry. 1.102 Tue Jan 31 00:23:33 GMT 2012 nisimura branches: 1.102.6; introduce evbarm bootmini2440(8) man entry. |
| /src/share/man/man9/ | ||
| H A D | uvm.9 | 1.102 Sat Apr 17 06:38:13 GMT 2010 jruoho branches: 1.102.2; Add USENIX paper to SEE ALSO. 1.102 Sat Apr 17 06:38:13 GMT 2010 jruoho branches: 1.102.2; Add USENIX paper to SEE ALSO. |
| /src/sys/rump/include/rump/ | ||
| H A D | rump_syscalls.h | 1.102 Sun Jul 03 14:26:48 GMT 2016 christos branches: 1.102.2; regen 1.102 Sun Jul 03 14:26:48 GMT 2016 christos branches: 1.102.2; regen |
Completed in 125 milliseconds