Searched hist:1.122 (Results 1 - 25 of 636) sorted by relevance
| /src/sys/arch/atari/conf/ | ||
| H A D | SMALL030 | 1.26 Sun Jun 12 06:57:07 GMT 2022 tsutsui Regen from GENERIC.in rev 1.122. > Specify -fno-unwind-tables to shrink binaries. |
| /src/sys/dev/pci/ | ||
| H A D | agp_i810.c | 1.122 Sun May 01 04:22:50 GMT 2016 nonaka branches: 1.122.10; 1.122.16; 1.122.18; kern/50453: Separate Pineview chipset from i915-family chipset support. Should use AGP_I965_IFPADDR instead AGP_I915_IFPADDR in Pineview, becuase AGP_I915_IFPADDR is used as PCIEXBAR. 1.122 Sun May 01 04:22:50 GMT 2016 nonaka branches: 1.122.10; 1.122.16; 1.122.18; kern/50453: Separate Pineview chipset from i915-family chipset support. Should use AGP_I965_IFPADDR instead AGP_I915_IFPADDR in Pineview, becuase AGP_I915_IFPADDR is used as PCIEXBAR. 1.122 Sun May 01 04:22:50 GMT 2016 nonaka branches: 1.122.10; 1.122.16; 1.122.18; kern/50453: Separate Pineview chipset from i915-family chipset support. Should use AGP_I965_IFPADDR instead AGP_I915_IFPADDR in Pineview, becuase AGP_I915_IFPADDR is used as PCIEXBAR. 1.122 Sun May 01 04:22:50 GMT 2016 nonaka branches: 1.122.10; 1.122.16; 1.122.18; kern/50453: Separate Pineview chipset from i915-family chipset support. Should use AGP_I965_IFPADDR instead AGP_I915_IFPADDR in Pineview, becuase AGP_I915_IFPADDR is used as PCIEXBAR. |
| /src/share/man/man4/ | ||
| H A D | usb.4 | 1.122 Sun Jul 10 19:49:24 GMT 2022 nia branches: 1.122.4; Add a manual page for udl(4) 1.122 Sun Jul 10 19:49:24 GMT 2022 nia branches: 1.122.4; Add a manual page for udl(4) |
| /src/sys/arch/powerpc/powerpc/ | ||
| H A D | trap.c | 1.122 Wed Oct 24 14:50:39 GMT 2007 ad branches: 1.122.2; 1.122.4; 1.122.8; Make ras_lookup() lockless. 1.122 Wed Oct 24 14:50:39 GMT 2007 ad branches: 1.122.2; 1.122.4; 1.122.8; Make ras_lookup() lockless. 1.122 Wed Oct 24 14:50:39 GMT 2007 ad branches: 1.122.2; 1.122.4; 1.122.8; Make ras_lookup() lockless. 1.122 Wed Oct 24 14:50:39 GMT 2007 ad branches: 1.122.2; 1.122.4; 1.122.8; Make ras_lookup() lockless. |
| /src/usr.sbin/inetd/ | ||
| H A D | inetd.c | 1.122 Sat Apr 05 23:36:10 GMT 2014 khorben branches: 1.122.2; 1.122.6; 1.122.10; Use base 10 when logging the exit status or exit signal for sub-processes, instead of hexadecimal. 1.122 Sat Apr 05 23:36:10 GMT 2014 khorben branches: 1.122.2; 1.122.6; 1.122.10; Use base 10 when logging the exit status or exit signal for sub-processes, instead of hexadecimal. 1.122 Sat Apr 05 23:36:10 GMT 2014 khorben branches: 1.122.2; 1.122.6; 1.122.10; Use base 10 when logging the exit status or exit signal for sub-processes, instead of hexadecimal. 1.122 Sat Apr 05 23:36:10 GMT 2014 khorben branches: 1.122.2; 1.122.6; 1.122.10; Use base 10 when logging the exit status or exit signal for sub-processes, instead of hexadecimal. |
| /src/sbin/sysctl/ | ||
| H A D | sysctl.c | 1.122 Thu Dec 21 22:25:39 GMT 2006 elad branches: 1.122.12; 1.122.14; PR/35304: C J Coleman: Off-by-one nul byte overwrite in mode_bits routine of sbin/sysctl 1.122 Thu Dec 21 22:25:39 GMT 2006 elad branches: 1.122.12; 1.122.14; PR/35304: C J Coleman: Off-by-one nul byte overwrite in mode_bits routine of sbin/sysctl 1.122 Thu Dec 21 22:25:39 GMT 2006 elad branches: 1.122.12; 1.122.14; PR/35304: C J Coleman: Off-by-one nul byte overwrite in mode_bits routine of sbin/sysctl |
| /src/sys/arch/mac68k/conf/ | ||
| H A D | files.mac68k | 1.122 Thu May 22 19:49:43 GMT 2008 hauke branches: 1.122.18; 1.122.20; Added driver for the Creative Systems Inc. Hurdler CPI parallel printer card. Timecounter support for the Z8536 counters A + B is not complete, yet. Reviewed by Martin Husemann. 1.122 Thu May 22 19:49:43 GMT 2008 hauke branches: 1.122.18; 1.122.20; Added driver for the Creative Systems Inc. Hurdler CPI parallel printer card. Timecounter support for the Z8536 counters A + B is not complete, yet. Reviewed by Martin Husemann. 1.122 Thu May 22 19:49:43 GMT 2008 hauke branches: 1.122.18; 1.122.20; Added driver for the Creative Systems Inc. Hurdler CPI parallel printer card. Timecounter support for the Z8536 counters A + B is not complete, yet. Reviewed by Martin Husemann. |
| /src/sys/dev/ | ||
| H A D | ccd.c | 1.122 Sun Jul 29 00:50:17 GMT 2007 ad branches: 1.122.4; 1.122.6; 1.122.8; 1.122.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. 1.122 Sun Jul 29 00:50:17 GMT 2007 ad branches: 1.122.4; 1.122.6; 1.122.8; 1.122.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. 1.122 Sun Jul 29 00:50:17 GMT 2007 ad branches: 1.122.4; 1.122.6; 1.122.8; 1.122.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. 1.122 Sun Jul 29 00:50:17 GMT 2007 ad branches: 1.122.4; 1.122.6; 1.122.8; 1.122.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. 1.122 Sun Jul 29 00:50:17 GMT 2007 ad branches: 1.122.4; 1.122.6; 1.122.8; 1.122.10; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. |
| /src/sys/kern/ | ||
| H A D | exec_elf32.c | 1.122 Mon Mar 05 09:22:02 GMT 2007 yamt branches: 1.122.2; 1.122.4; netbsd_elf_signature: fix a caddr_t removal botch which causes "init: not found". 1.122 Mon Mar 05 09:22:02 GMT 2007 yamt branches: 1.122.2; 1.122.4; netbsd_elf_signature: fix a caddr_t removal botch which causes "init: not found". 1.122 Mon Mar 05 09:22:02 GMT 2007 yamt branches: 1.122.2; 1.122.4; netbsd_elf_signature: fix a caddr_t removal botch which causes "init: not found". |
| H A D | sysv_shm.c | 1.122 Sat Aug 27 09:11:52 GMT 2011 christos branches: 1.122.2; 1.122.6; Add an optional pglist argument to uvm_obj_wirepages, to be filled with the list of pages that were wired. 1.122 Sat Aug 27 09:11:52 GMT 2011 christos branches: 1.122.2; 1.122.6; Add an optional pglist argument to uvm_obj_wirepages, to be filled with the list of pages that were wired. 1.122 Sat Aug 27 09:11:52 GMT 2011 christos branches: 1.122.2; 1.122.6; Add an optional pglist argument to uvm_obj_wirepages, to be filled with the list of pages that were wired. |
| /src/sys/arch/sparc64/include/ | ||
| H A D | cpu.h | 1.122 Sat Jun 25 13:52:04 GMT 2016 palle branches: 1.122.2; 1.122.4; sun4v: fix previous fix - no need to protect "struct inthand" with "#if defined(_KERNEL)" + use proper include file name - sparc64/bus_defs.h -> machine/bus_defs.h 1.122 Sat Jun 25 13:52:04 GMT 2016 palle branches: 1.122.2; 1.122.4; sun4v: fix previous fix - no need to protect "struct inthand" with "#if defined(_KERNEL)" + use proper include file name - sparc64/bus_defs.h -> machine/bus_defs.h 1.122 Sat Jun 25 13:52:04 GMT 2016 palle branches: 1.122.2; 1.122.4; sun4v: fix previous fix - no need to protect "struct inthand" with "#if defined(_KERNEL)" + use proper include file name - sparc64/bus_defs.h -> machine/bus_defs.h |
| /src/sys/arch/vax/vax/ | ||
| H A D | trap.c | 1.122 Tue Jan 05 13:20:30 GMT 2010 mbalmer branches: 1.122.2; 1.122.4; One semicolon only (;; -> ;) 1.122 Tue Jan 05 13:20:30 GMT 2010 mbalmer branches: 1.122.2; 1.122.4; One semicolon only (;; -> ;) 1.122 Tue Jan 05 13:20:30 GMT 2010 mbalmer branches: 1.122.2; 1.122.4; One semicolon only (;; -> ;) |
| /src/sys/arch/next68k/conf/ | ||
| H A D | GENERIC | 1.122 Tue Nov 23 11:14:03 GMT 2010 hannken branches: 1.122.2; 1.122.4; Remove unused count from pseudo-device md. 1.122 Tue Nov 23 11:14:03 GMT 2010 hannken branches: 1.122.2; 1.122.4; Remove unused count from pseudo-device md. 1.122 Tue Nov 23 11:14:03 GMT 2010 hannken branches: 1.122.2; 1.122.4; Remove unused count from pseudo-device md. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | locore.s | 1.122 Sun Feb 19 21:05:58 GMT 2012 rmind branches: 1.122.32; 1.122.40; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. 1.122 Sun Feb 19 21:05:58 GMT 2012 rmind branches: 1.122.32; 1.122.40; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. 1.122 Sun Feb 19 21:05:58 GMT 2012 rmind branches: 1.122.32; 1.122.40; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | DRACO | 1.174 Sat Jul 05 09:55:42 GMT 2014 tsutsui Regen to reflect GENERIC.in rev 1.121-1.124: rev 1.121: > dd preliminary support for the Individual Computers ACA500 in the form of acahf > driver. If ACA500 is equipped with supported accelerator with MMU, it allows > running NetBSD on an Amiga 500. > > Since ACA is not autoconf-aware, and the probe procedure does not exist yet, the > driver is activated with the ACA500_SUPPORT kernel option. The acahf driver > is commented out in the GENERIC kernel for now (at least until it stops being > very experimental and hackish). > > When it comes to ACA-specific hardware, for now the boot CF slot works. Support for everything else is incoming... rev 1.122: > Changes to ACA500 support: > - Add support for second (aux) CF slot. > - Rework wdc attachment to be more sane. > - Add support for clockport on ACA500. > - Fix style where appropriate. rev 1.123: > Implement the probe procedure for ACA500. Now the user just needs acafh0 > compiled in his kernel and it all should(tm) work. > > Due to lack of obio in amiga port, the probe is called directly from mbattach(). > This is going to change with the introduction of obio for all non-autoconfig > expansions. rev 1.124: > Disable X-Surf devices for DRACO's configuration. > > - ne at xsh requires ax88190 and ax88190 requires mii(4), > but all mii devices are declared only inside AMIGA_CONFIGURATION > - X-Surf also add wdc(4) but all children devices like atabus and > atapibus are declared only for AMIGA_CONFIGURATION > > XXX: DRACO kernel is not built during build.sh release. 1.122 Mon Aug 20 07:42:46 GMT 2007 is branches: 1.122.2; Regenerate after addition of wdc_buddha. 1.122 Mon Aug 20 07:42:46 GMT 2007 is branches: 1.122.2; Regenerate after addition of wdc_buddha. |
| /src/ | ||
| H A D | BUILDING | 1.122 Fri Jan 29 13:51:13 GMT 2016 wiz branches: 1.122.2; 1.122.4; Document MKREPRO_TIMESTAMP. 1.122 Fri Jan 29 13:51:13 GMT 2016 wiz branches: 1.122.2; 1.122.4; Document MKREPRO_TIMESTAMP. 1.122 Fri Jan 29 13:51:13 GMT 2016 wiz branches: 1.122.2; 1.122.4; Document MKREPRO_TIMESTAMP. |
| /src/etc/ | ||
| H A D | security | 1.122 Sat Jan 06 23:44:06 GMT 2018 mlelstv branches: 1.122.2; 1.122.4; Use sysctl to retrieve iostat names instead of parsing possibly truncated iostat output. Check dkctl listwedges output with grep. Fixes PR 59205. 1.122 Sat Jan 06 23:44:06 GMT 2018 mlelstv branches: 1.122.2; 1.122.4; Use sysctl to retrieve iostat names instead of parsing possibly truncated iostat output. Check dkctl listwedges output with grep. Fixes PR 59205. 1.122 Sat Jan 06 23:44:06 GMT 2018 mlelstv branches: 1.122.2; 1.122.4; Use sysctl to retrieve iostat names instead of parsing possibly truncated iostat output. Check dkctl listwedges output with grep. Fixes PR 59205. |
| /src/sys/nfs/ | ||
| H A D | nfs_syscalls.c | 1.122 Thu Aug 02 00:46:03 GMT 2007 yamt branches: 1.122.2; 1.122.4; nfsrv_slpderef: add an assertion. 1.122 Thu Aug 02 00:46:03 GMT 2007 yamt branches: 1.122.2; 1.122.4; nfsrv_slpderef: add an assertion. 1.122 Thu Aug 02 00:46:03 GMT 2007 yamt branches: 1.122.2; 1.122.4; nfsrv_slpderef: add an assertion. |
| /src/sys/sys/ | ||
| H A D | conf.h | 1.122 Sun Dec 11 00:25:20 GMT 2005 christos branches: 1.122.4; 1.122.8; merge ktrace-lwp. 1.122 Sun Dec 11 00:25:20 GMT 2005 christos branches: 1.122.4; 1.122.8; merge ktrace-lwp. 1.122 Sun Dec 11 00:25:20 GMT 2005 christos branches: 1.122.4; 1.122.8; merge ktrace-lwp. |
| /src/sys/uvm/ | ||
| H A D | uvm_mmap.c | 1.122 Fri Mar 21 21:55:01 GMT 2008 ad branches: 1.122.2; 1.122.4; 1.122.6; Catch up with descriptor handling changes. See kern_descrip.c revision 1.173 for details. 1.122 Fri Mar 21 21:55:01 GMT 2008 ad branches: 1.122.2; 1.122.4; 1.122.6; Catch up with descriptor handling changes. See kern_descrip.c revision 1.173 for details. 1.122 Fri Mar 21 21:55:01 GMT 2008 ad branches: 1.122.2; 1.122.4; 1.122.6; Catch up with descriptor handling changes. See kern_descrip.c revision 1.173 for details. 1.122 Fri Mar 21 21:55:01 GMT 2008 ad branches: 1.122.2; 1.122.4; 1.122.6; Catch up with descriptor handling changes. See kern_descrip.c revision 1.173 for details. |
| /src/sys/net/ | ||
| H A D | if_ppp.c | 1.122 Thu Apr 24 11:38:37 GMT 2008 ad branches: 1.122.2; 1.122.4; 1.122.6; Merge the socket locking patch: - Socket layer becomes MP safe. - Unix protocols become MP safe. - Allows protocol processing interrupts to safely block on locks. - Fixes a number of race conditions. With much feedback from matt@ and plunky@. 1.122 Thu Apr 24 11:38:37 GMT 2008 ad branches: 1.122.2; 1.122.4; 1.122.6; Merge the socket locking patch: - Socket layer becomes MP safe. - Unix protocols become MP safe. - Allows protocol processing interrupts to safely block on locks. - Fixes a number of race conditions. With much feedback from matt@ and plunky@. 1.122 Thu Apr 24 11:38:37 GMT 2008 ad branches: 1.122.2; 1.122.4; 1.122.6; Merge the socket locking patch: - Socket layer becomes MP safe. - Unix protocols become MP safe. - Allows protocol processing interrupts to safely block on locks. - Fixes a number of race conditions. With much feedback from matt@ and plunky@. 1.122 Thu Apr 24 11:38:37 GMT 2008 ad branches: 1.122.2; 1.122.4; 1.122.6; Merge the socket locking patch: - Socket layer becomes MP safe. - Unix protocols become MP safe. - Allows protocol processing interrupts to safely block on locks. - Fixes a number of race conditions. With much feedback from matt@ and plunky@. |
| /src/sys/arch/hpcmips/hpcmips/ | ||
| H A D | machdep.c | 1.122 Sun May 07 00:20:50 GMT 2017 skrll Trailing whitespace |
| /src/sys/arch/mvme68k/mvme68k/ | ||
| H A D | machdep.c | 1.122 Mon May 21 15:06:18 GMT 2007 tsutsui branches: 1.122.8; 1.122.10; 1.122.14; Adapt rest of m68k ports to yamt-idlelwp. Compile tested only. 1.122 Mon May 21 15:06:18 GMT 2007 tsutsui branches: 1.122.8; 1.122.10; 1.122.14; Adapt rest of m68k ports to yamt-idlelwp. Compile tested only. 1.122 Mon May 21 15:06:18 GMT 2007 tsutsui branches: 1.122.8; 1.122.10; 1.122.14; Adapt rest of m68k ports to yamt-idlelwp. Compile tested only. 1.122 Mon May 21 15:06:18 GMT 2007 tsutsui branches: 1.122.8; 1.122.10; 1.122.14; Adapt rest of m68k ports to yamt-idlelwp. Compile tested only. |
| /src/sys/dev/ic/ | ||
| H A D | isp.c | 1.122 Mon Feb 28 17:17:55 GMT 2011 mjacob branches: 1.122.4; 1.122.10; 1.122.14; Update isp driver to be in sync with other platforms. Mostly very minor changes with effectively zero impact on NetBSD. 1.122 Mon Feb 28 17:17:55 GMT 2011 mjacob branches: 1.122.4; 1.122.10; 1.122.14; Update isp driver to be in sync with other platforms. Mostly very minor changes with effectively zero impact on NetBSD. 1.122 Mon Feb 28 17:17:55 GMT 2011 mjacob branches: 1.122.4; 1.122.10; 1.122.14; Update isp driver to be in sync with other platforms. Mostly very minor changes with effectively zero impact on NetBSD. 1.122 Mon Feb 28 17:17:55 GMT 2011 mjacob branches: 1.122.4; 1.122.10; 1.122.14; Update isp driver to be in sync with other platforms. Mostly very minor changes with effectively zero impact on NetBSD. |
| /src/sys/dev/wscons/ | ||
| H A D | wsdisplay.c | 1.122 Thu Jun 12 23:04:37 GMT 2008 cegger branches: 1.122.2; 1.122.4; 1.122.6; use device_lookup_private to get softc use device_lookup to get device_t 1.122 Thu Jun 12 23:04:37 GMT 2008 cegger branches: 1.122.2; 1.122.4; 1.122.6; use device_lookup_private to get softc use device_lookup to get device_t 1.122 Thu Jun 12 23:04:37 GMT 2008 cegger branches: 1.122.2; 1.122.4; 1.122.6; use device_lookup_private to get softc use device_lookup to get device_t 1.122 Thu Jun 12 23:04:37 GMT 2008 cegger branches: 1.122.2; 1.122.4; 1.122.6; use device_lookup_private to get softc use device_lookup to get device_t |
Completed in 159 milliseconds