Searched hist:1.126 (Results 1 - 25 of 607) sorted by relevance
| /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. |
| H A D | pmap.h | 1.39 Thu Jan 01 04:10:25 GMT 2009 tsutsui branches: 1.39.2; 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/pci/ | ||
| H A D | if_txpreg.h | 1.9 Sun Mar 08 22:26:03 GMT 2020 thorpej Give each Tx DMA map 16 DMA segments rather than the previous absurdly large number, and structure the loop in txp_start() similarly to other drivers (e.g. ste_start() in the ste(4) driver). Similar in spirit to OpenBSD's rev 1.126, but implemented a bit differently. |
| /src/sys/ufs/lfs/ | ||
| H A D | ulfs_quota1.c | 1.10 Mon Jun 20 00:00:47 GMT 2016 dholland More already-merged or equivalent changes: ufs_dirhash.c 1.36 corresponds to ulfs_dirhash.c 1.8 ufs_extattr.c 1.43 corresponds to ulfs_extattr.c 1.7 ufs_lookup.c 1.126 does not apply to lfs ufs_lookup.c 1.127 we already have ufs_lookup.c 1.128 does not apply to lfs ufs_lookup.c 1.129 corresponds to ulfs_lookup.c 1.19 ufs_quota1.c 1.19 corresponds to ulfs_quota1.c 1.7 ufs_quota1.c 1.20 corresponds to ulfs_quota1.c 1.8 ufs_quota2.c 1.36 we have equivalent changes for ufs_rename.c 1.9 corresponds to lfs_rename.c 1.5 ufs_rename.c 1.10 corresponds to lfs_rename.c 1.6 ufs_vnops.c 1.219 corresponds to lfs_vnops.c 1.260 and ulfs_vnops.c 1.19 ufs_vnops.c 1.220 corresponds to lfs_vnops.c 1.261 and ulfs_vnops.c 1.20 ufs_vnops.c 1.221 was superseded by later changes ufs_vnops.c 1.222 got fixed independently in lfs |
| H A D | ulfs_dirhash.c | 1.16 Mon Jun 20 00:00:47 GMT 2016 dholland More already-merged or equivalent changes: ufs_dirhash.c 1.36 corresponds to ulfs_dirhash.c 1.8 ufs_extattr.c 1.43 corresponds to ulfs_extattr.c 1.7 ufs_lookup.c 1.126 does not apply to lfs ufs_lookup.c 1.127 we already have ufs_lookup.c 1.128 does not apply to lfs ufs_lookup.c 1.129 corresponds to ulfs_lookup.c 1.19 ufs_quota1.c 1.19 corresponds to ulfs_quota1.c 1.7 ufs_quota1.c 1.20 corresponds to ulfs_quota1.c 1.8 ufs_quota2.c 1.36 we have equivalent changes for ufs_rename.c 1.9 corresponds to lfs_rename.c 1.5 ufs_rename.c 1.10 corresponds to lfs_rename.c 1.6 ufs_vnops.c 1.219 corresponds to lfs_vnops.c 1.260 and ulfs_vnops.c 1.19 ufs_vnops.c 1.220 corresponds to lfs_vnops.c 1.261 and ulfs_vnops.c 1.20 ufs_vnops.c 1.221 was superseded by later changes ufs_vnops.c 1.222 got fixed independently in lfs |
| H A D | ulfs_extattr.c | 1.9 Mon Jun 20 00:00:47 GMT 2016 dholland More already-merged or equivalent changes: ufs_dirhash.c 1.36 corresponds to ulfs_dirhash.c 1.8 ufs_extattr.c 1.43 corresponds to ulfs_extattr.c 1.7 ufs_lookup.c 1.126 does not apply to lfs ufs_lookup.c 1.127 we already have ufs_lookup.c 1.128 does not apply to lfs ufs_lookup.c 1.129 corresponds to ulfs_lookup.c 1.19 ufs_quota1.c 1.19 corresponds to ulfs_quota1.c 1.7 ufs_quota1.c 1.20 corresponds to ulfs_quota1.c 1.8 ufs_quota2.c 1.36 we have equivalent changes for ufs_rename.c 1.9 corresponds to lfs_rename.c 1.5 ufs_rename.c 1.10 corresponds to lfs_rename.c 1.6 ufs_vnops.c 1.219 corresponds to lfs_vnops.c 1.260 and ulfs_vnops.c 1.19 ufs_vnops.c 1.220 corresponds to lfs_vnops.c 1.261 and ulfs_vnops.c 1.20 ufs_vnops.c 1.221 was superseded by later changes ufs_vnops.c 1.222 got fixed independently in lfs |
| H A D | lfs_rename.c | 1.18 Mon Jun 20 00:00:47 GMT 2016 dholland More already-merged or equivalent changes: ufs_dirhash.c 1.36 corresponds to ulfs_dirhash.c 1.8 ufs_extattr.c 1.43 corresponds to ulfs_extattr.c 1.7 ufs_lookup.c 1.126 does not apply to lfs ufs_lookup.c 1.127 we already have ufs_lookup.c 1.128 does not apply to lfs ufs_lookup.c 1.129 corresponds to ulfs_lookup.c 1.19 ufs_quota1.c 1.19 corresponds to ulfs_quota1.c 1.7 ufs_quota1.c 1.20 corresponds to ulfs_quota1.c 1.8 ufs_quota2.c 1.36 we have equivalent changes for ufs_rename.c 1.9 corresponds to lfs_rename.c 1.5 ufs_rename.c 1.10 corresponds to lfs_rename.c 1.6 ufs_vnops.c 1.219 corresponds to lfs_vnops.c 1.260 and ulfs_vnops.c 1.19 ufs_vnops.c 1.220 corresponds to lfs_vnops.c 1.261 and ulfs_vnops.c 1.20 ufs_vnops.c 1.221 was superseded by later changes ufs_vnops.c 1.222 got fixed independently in lfs |
| /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 | aic7xxx.c | 1.126 Mon Feb 11 21:43:46 GMT 2008 dyoung branches: 1.126.10; 1.126.16; 1.126.18; 1.126.24; Constify ahc_set_name(), ahc_name(). Do not free(9) memory that may not belong to us. 1.126 Mon Feb 11 21:43:46 GMT 2008 dyoung branches: 1.126.10; 1.126.16; 1.126.18; 1.126.24; Constify ahc_set_name(), ahc_name(). Do not free(9) memory that may not belong to us. 1.126 Mon Feb 11 21:43:46 GMT 2008 dyoung branches: 1.126.10; 1.126.16; 1.126.18; 1.126.24; Constify ahc_set_name(), ahc_name(). Do not free(9) memory that may not belong to us. 1.126 Mon Feb 11 21:43:46 GMT 2008 dyoung branches: 1.126.10; 1.126.16; 1.126.18; 1.126.24; Constify ahc_set_name(), ahc_name(). Do not free(9) memory that may not belong to us. 1.126 Mon Feb 11 21:43:46 GMT 2008 dyoung branches: 1.126.10; 1.126.16; 1.126.18; 1.126.24; Constify ahc_set_name(), ahc_name(). Do not free(9) memory that may not belong to us. |
| /src/sys/dev/isa/ | ||
| H A D | sbdsp.c | 1.126 Thu Nov 16 01:33:00 GMT 2006 christos branches: 1.126.6; 1.126.8; 1.126.22; 1.126.24; 1.126.28; __unused removal on arguments; approved by core. 1.126 Thu Nov 16 01:33:00 GMT 2006 christos branches: 1.126.6; 1.126.8; 1.126.22; 1.126.24; 1.126.28; __unused removal on arguments; approved by core. 1.126 Thu Nov 16 01:33:00 GMT 2006 christos branches: 1.126.6; 1.126.8; 1.126.22; 1.126.24; 1.126.28; __unused removal on arguments; approved by core. 1.126 Thu Nov 16 01:33:00 GMT 2006 christos branches: 1.126.6; 1.126.8; 1.126.22; 1.126.24; 1.126.28; __unused removal on arguments; approved by core. 1.126 Thu Nov 16 01:33:00 GMT 2006 christos branches: 1.126.6; 1.126.8; 1.126.22; 1.126.24; 1.126.28; __unused removal on arguments; approved by core. 1.126 Thu Nov 16 01:33:00 GMT 2006 christos branches: 1.126.6; 1.126.8; 1.126.22; 1.126.24; 1.126.28; __unused removal on arguments; approved by core. |
| /src/sys/arch/sun3/sun3/ | ||
| H A D | trap.c | 1.126 Sun Jul 23 22:06:07 GMT 2006 ad branches: 1.126.4; 1.126.8; 1.126.10; Use the LWP cached credentials where sane. 1.126 Sun Jul 23 22:06:07 GMT 2006 ad branches: 1.126.4; 1.126.8; 1.126.10; Use the LWP cached credentials where sane. 1.126 Sun Jul 23 22:06:07 GMT 2006 ad branches: 1.126.4; 1.126.8; 1.126.10; Use the LWP cached credentials where sane. 1.126 Sun Jul 23 22:06:07 GMT 2006 ad branches: 1.126.4; 1.126.8; 1.126.10; Use the LWP cached credentials where sane. |
| /src/sys/net/ | ||
| H A D | if_gif.c | 1.126 Thu Jun 01 02:45:14 GMT 2017 chs branches: 1.126.2; remove checks for failure after memory allocation calls that cannot fail: kmem_alloc() with KM_SLEEP kmem_zalloc() with KM_SLEEP percpu_alloc() pserialize_create() psref_class_create() all of these paths include an assertion that the allocation has not failed, so callers should not assert that again. 1.126 Thu Jun 01 02:45:14 GMT 2017 chs branches: 1.126.2; remove checks for failure after memory allocation calls that cannot fail: kmem_alloc() with KM_SLEEP kmem_zalloc() with KM_SLEEP percpu_alloc() pserialize_create() psref_class_create() all of these paths include an assertion that the allocation has not failed, so callers should not assert that again. |
| /src/doc/ | ||
| H A D | RESPONSIBLE | 1.126 Thu Oct 01 18:34:06 GMT 2020 kamil branches: 1.126.2; Reset the entries for drochner and dsl i386 and amd64 are now maintained by core. 1.126 Thu Oct 01 18:34:06 GMT 2020 kamil branches: 1.126.2; Reset the entries for drochner and dsl i386 and amd64 are now maintained by core. |
| /src/sys/arch/arc/arc/ | ||
| H A D | machdep.c | 1.126 Sat Jul 28 23:08:56 GMT 2012 matt branches: 1.126.2; 1.126.4; Fix -fno-common fallout. 1.126 Sat Jul 28 23:08:56 GMT 2012 matt branches: 1.126.2; 1.126.4; Fix -fno-common fallout. 1.126 Sat Jul 28 23:08:56 GMT 2012 matt branches: 1.126.2; 1.126.4; Fix -fno-common fallout. |
| /src/sys/arch/mac68k/conf/ | ||
| H A D | files.mac68k | 1.126 Sun Feb 25 00:27:16 GMT 2018 mrg branches: 1.126.2; 1.126.4; add a special rule to build m68k/fpu.c to avoid passing -msoft-float. fixes GCC 6 kernel builds that use this file. 1.126 Sun Feb 25 00:27:16 GMT 2018 mrg branches: 1.126.2; 1.126.4; add a special rule to build m68k/fpu.c to avoid passing -msoft-float. fixes GCC 6 kernel builds that use this file. 1.126 Sun Feb 25 00:27:16 GMT 2018 mrg branches: 1.126.2; 1.126.4; add a special rule to build m68k/fpu.c to avoid passing -msoft-float. fixes GCC 6 kernel builds that use this file. |
| /src/sys/lib/libkern/ | ||
| H A D | libkern.h | 1.126 Sat Dec 09 00:51:52 GMT 2017 christos branches: 1.126.2; 1.126.4; Even smaller and takes print function. 1.126 Sat Dec 09 00:51:52 GMT 2017 christos branches: 1.126.2; 1.126.4; Even smaller and takes print function. 1.126 Sat Dec 09 00:51:52 GMT 2017 christos branches: 1.126.2; 1.126.4; Even smaller and takes print function. |
| /src/sys/arch/vax/vax/ | ||
| H A D | trap.c | 1.126 Mon Dec 20 00:25:45 GMT 2010 matt branches: 1.126.2; 1.126.4; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>. 1.126 Mon Dec 20 00:25:45 GMT 2010 matt branches: 1.126.2; 1.126.4; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>. 1.126 Mon Dec 20 00:25:45 GMT 2010 matt branches: 1.126.2; 1.126.4; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC_TINY | 1.126 Tue Nov 23 11:14:00 GMT 2010 hannken branches: 1.126.2; 1.126.4; Remove unused count from pseudo-device md. 1.126 Tue Nov 23 11:14:00 GMT 2010 hannken branches: 1.126.2; 1.126.4; Remove unused count from pseudo-device md. 1.126 Tue Nov 23 11:14:00 GMT 2010 hannken branches: 1.126.2; 1.126.4; Remove unused count from pseudo-device md. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | trap.c | 1.126 Tue Jun 07 00:48:30 GMT 2011 matt branches: 1.126.2; 1.126.6; Switch alpha to use PCU to manage the FPU. Tested by mhitch and review by rmind. 1.126 Tue Jun 07 00:48:30 GMT 2011 matt branches: 1.126.2; 1.126.6; Switch alpha to use PCU to manage the FPU. Tested by mhitch and review by rmind. 1.126 Tue Jun 07 00:48:30 GMT 2011 matt branches: 1.126.2; 1.126.6; Switch alpha to use PCU to manage the FPU. Tested by mhitch and review by rmind. |
| /src/sys/arch/amiga/amiga/ | ||
| H A D | amiga_init.c | 1.126 Sun Feb 12 16:34:06 GMT 2012 matt branches: 1.126.2; 1.126.8; Change old-style function defintions to C89 prototypes. Approved by releng. 1.126 Sun Feb 12 16:34:06 GMT 2012 matt branches: 1.126.2; 1.126.8; Change old-style function defintions to C89 prototypes. Approved by releng. 1.126 Sun Feb 12 16:34:06 GMT 2012 matt branches: 1.126.2; 1.126.8; Change old-style function defintions to C89 prototypes. Approved by releng. |
| /src/distrib/notes/common/ | ||
| H A D | contents | 1.126 Tue Jul 24 10:22:02 GMT 2007 pavel branches: 1.126.4; 1.126.6; Sync the list of kernels with reality. We don't have GENERIC_TINY, GENERIC_PS2TINY, INSTALL_TINY, INSTALL_SMALL, INSTALL_PS2 anymore. 1.126 Tue Jul 24 10:22:02 GMT 2007 pavel branches: 1.126.4; 1.126.6; Sync the list of kernels with reality. We don't have GENERIC_TINY, GENERIC_PS2TINY, INSTALL_TINY, INSTALL_SMALL, INSTALL_PS2 anymore. 1.126 Tue Jul 24 10:22:02 GMT 2007 pavel branches: 1.126.4; 1.126.6; Sync the list of kernels with reality. We don't have GENERIC_TINY, GENERIC_PS2TINY, INSTALL_TINY, INSTALL_SMALL, INSTALL_PS2 anymore. |
| /src/sys/dev/pcmcia/ | ||
| H A D | wdc_pcmcia.c | 1.126 Fri Oct 20 07:06:08 GMT 2017 jdolecek branches: 1.126.2; 1.126.4; move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() and ata_channel_destroy() respectively, to make attachment code simpler, and to make it easier to spot special queue manipulation like cmdide(4) on topic of PR kern/52606 1.126 Fri Oct 20 07:06:08 GMT 2017 jdolecek branches: 1.126.2; 1.126.4; move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() and ata_channel_destroy() respectively, to make attachment code simpler, and to make it easier to spot special queue manipulation like cmdide(4) on topic of PR kern/52606 1.126 Fri Oct 20 07:06:08 GMT 2017 jdolecek branches: 1.126.2; 1.126.4; move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() and ata_channel_destroy() respectively, to make attachment code simpler, and to make it easier to spot special queue manipulation like cmdide(4) on topic of PR kern/52606 |
| /src/sys/dev/scsipi/ | ||
| H A D | scsipiconf.h | 1.126 Tue Nov 29 03:23:00 GMT 2016 mlelstv branches: 1.126.14; 1.126.16; reference count adapter mutex possibly shared by multiple channels. fix error in atapibusdetach, when a child device cannot be detached, keep atapibus instance alive. 1.126 Tue Nov 29 03:23:00 GMT 2016 mlelstv branches: 1.126.14; 1.126.16; reference count adapter mutex possibly shared by multiple channels. fix error in atapibusdetach, when a child device cannot be detached, keep atapibus instance alive. 1.126 Tue Nov 29 03:23:00 GMT 2016 mlelstv branches: 1.126.14; 1.126.16; reference count adapter mutex possibly shared by multiple channels. fix error in atapibusdetach, when a child device cannot be detached, keep atapibus instance alive. |
| /src/sys/dev/usb/ | ||
| H A D | ukbd.c | 1.126 Thu Apr 04 13:23:50 GMT 2013 skrll branches: 1.126.4; 1.126.6; Whitespace 1.126 Thu Apr 04 13:23:50 GMT 2013 skrll branches: 1.126.4; 1.126.6; Whitespace 1.126 Thu Apr 04 13:23:50 GMT 2013 skrll branches: 1.126.4; 1.126.6; Whitespace |
Completed in 131 milliseconds