Searched hist:1.166 (Results 1 - 25 of 369) sorted by relevance
| /src/sys/arch/x86/x86/ | ||
| H A D | intr.c | 1.166 Wed Nov 29 11:40:37 GMT 2023 mlelstv Fix use-after-free (source->is_type) when detecting unsharable interrupts. Doesn't solve the interrupt conflict itself, but avoids a panic. |
| /src/sys/rump/librump/rumpkern/ | ||
| H A D | locks_up.c | 1.14 Thu Nov 02 10:31:55 GMT 2023 martin Back out the following revisions on behalf of core: sys/sys/lwp.h: revision 1.228 sys/sys/pipe.h: revision 1.40 sys/kern/uipc_socket.c: revision 1.306 sys/kern/kern_sleepq.c: revision 1.84 sys/rump/librump/rumpkern/locks_up.c: revision 1.13 sys/kern/sys_pipe.c: revision 1.165 usr.bin/fstat/fstat.c: revision 1.119 sys/rump/librump/rumpkern/locks.c: revision 1.87 sys/ddb/db_xxx.c: revision 1.78 sys/ddb/db_command.c: revision 1.187 sys/sys/condvar.h: revision 1.18 sys/ddb/db_interface.h: revision 1.42 sys/sys/socketvar.h: revision 1.166 sys/kern/uipc_syscalls.c: revision 1.209 sys/kern/kern_condvar.c: revision 1.60 Add cv_fdrestart() [...] Use cv_fdrestart() to implement fo_restart. Simplify/streamline pipes a little bit [...] This changes have caused regressions and need to be debugged. The cv_fdrestart() addition needs more discussion. |
| /src/sys/sys/ | ||
| H A D | condvar.h | 1.19 Thu Nov 02 10:31:55 GMT 2023 martin Back out the following revisions on behalf of core: sys/sys/lwp.h: revision 1.228 sys/sys/pipe.h: revision 1.40 sys/kern/uipc_socket.c: revision 1.306 sys/kern/kern_sleepq.c: revision 1.84 sys/rump/librump/rumpkern/locks_up.c: revision 1.13 sys/kern/sys_pipe.c: revision 1.165 usr.bin/fstat/fstat.c: revision 1.119 sys/rump/librump/rumpkern/locks.c: revision 1.87 sys/ddb/db_xxx.c: revision 1.78 sys/ddb/db_command.c: revision 1.187 sys/sys/condvar.h: revision 1.18 sys/ddb/db_interface.h: revision 1.42 sys/sys/socketvar.h: revision 1.166 sys/kern/uipc_syscalls.c: revision 1.209 sys/kern/kern_condvar.c: revision 1.60 Add cv_fdrestart() [...] Use cv_fdrestart() to implement fo_restart. Simplify/streamline pipes a little bit [...] This changes have caused regressions and need to be debugged. The cv_fdrestart() addition needs more discussion. |
| H A D | pipe.h | 1.42 Thu Nov 02 10:31:55 GMT 2023 martin Back out the following revisions on behalf of core: sys/sys/lwp.h: revision 1.228 sys/sys/pipe.h: revision 1.40 sys/kern/uipc_socket.c: revision 1.306 sys/kern/kern_sleepq.c: revision 1.84 sys/rump/librump/rumpkern/locks_up.c: revision 1.13 sys/kern/sys_pipe.c: revision 1.165 usr.bin/fstat/fstat.c: revision 1.119 sys/rump/librump/rumpkern/locks.c: revision 1.87 sys/ddb/db_xxx.c: revision 1.78 sys/ddb/db_command.c: revision 1.187 sys/sys/condvar.h: revision 1.18 sys/ddb/db_interface.h: revision 1.42 sys/sys/socketvar.h: revision 1.166 sys/kern/uipc_syscalls.c: revision 1.209 sys/kern/kern_condvar.c: revision 1.60 Add cv_fdrestart() [...] Use cv_fdrestart() to implement fo_restart. Simplify/streamline pipes a little bit [...] This changes have caused regressions and need to be debugged. The cv_fdrestart() addition needs more discussion. |
| /src/sys/dev/mii/ | ||
| H A D | miidevs.h | 1.166 Tue Jun 29 21:04:02 GMT 2021 pgoyette branches: 1.166.10; Regen for new sys/dev/devlist2h.awk 1.166 Tue Jun 29 21:04:02 GMT 2021 pgoyette branches: 1.166.10; Regen for new sys/dev/devlist2h.awk |
| /src/etc/ | ||
| H A D | rc | 1.166 Thu Aug 11 22:52:47 GMT 2011 apb branches: 1.166.2; 1.166.8; 1.166.20; Allow "echo -n" to work as expected in rc.d scripts that are executed by /etc/rc. Similarly for printf with a format that does not end with "\n". Previously, the partial line would not be visible on the console until a newline was printed, possibly after an annoying delay. This is done by adding echo() and printf() shell functions to rc.subr, so that naive use of the echo and printf commands in rc.d scripts will call these functions instead of the underlying commands. These shell functions send a new "nop" metadata message after the partial line, and the rc_postprocess function in /etc/rc disentangles the partial line of plain output from the metadata "nop". Also add a "-n" option to the print_rc_normal function in rc.subr, and make some cosmetic changes. 1.166 Thu Aug 11 22:52:47 GMT 2011 apb branches: 1.166.2; 1.166.8; 1.166.20; Allow "echo -n" to work as expected in rc.d scripts that are executed by /etc/rc. Similarly for printf with a format that does not end with "\n". Previously, the partial line would not be visible on the console until a newline was printed, possibly after an annoying delay. This is done by adding echo() and printf() shell functions to rc.subr, so that naive use of the echo and printf commands in rc.d scripts will call these functions instead of the underlying commands. These shell functions send a new "nop" metadata message after the partial line, and the rc_postprocess function in /etc/rc disentangles the partial line of plain output from the metadata "nop". Also add a "-n" option to the print_rc_normal function in rc.subr, and make some cosmetic changes. 1.166 Thu Aug 11 22:52:47 GMT 2011 apb branches: 1.166.2; 1.166.8; 1.166.20; Allow "echo -n" to work as expected in rc.d scripts that are executed by /etc/rc. Similarly for printf with a format that does not end with "\n". Previously, the partial line would not be visible on the console until a newline was printed, possibly after an annoying delay. This is done by adding echo() and printf() shell functions to rc.subr, so that naive use of the echo and printf commands in rc.d scripts will call these functions instead of the underlying commands. These shell functions send a new "nop" metadata message after the partial line, and the rc_postprocess function in /etc/rc disentangles the partial line of plain output from the metadata "nop". Also add a "-n" option to the print_rc_normal function in rc.subr, and make some cosmetic changes. 1.166 Thu Aug 11 22:52:47 GMT 2011 apb branches: 1.166.2; 1.166.8; 1.166.20; Allow "echo -n" to work as expected in rc.d scripts that are executed by /etc/rc. Similarly for printf with a format that does not end with "\n". Previously, the partial line would not be visible on the console until a newline was printed, possibly after an annoying delay. This is done by adding echo() and printf() shell functions to rc.subr, so that naive use of the echo and printf commands in rc.d scripts will call these functions instead of the underlying commands. These shell functions send a new "nop" metadata message after the partial line, and the rc_postprocess function in /etc/rc disentangles the partial line of plain output from the metadata "nop". Also add a "-n" option to the print_rc_normal function in rc.subr, and make some cosmetic changes. |
| /src/sys/arch/sun3/sun3/ | ||
| H A D | pmap.c | 1.166 Fri Jun 03 17:03:53 GMT 2011 tsutsui branches: 1.166.2; 1.166.6; - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, perrequest from rmind@ - while here no need to export struct pmap on sun2/sun3/sun3x No particular problem for a week on hp300 and sun3x kernels with disabled tcp_vtw which has been broken for a month on low memory machines. 1.166 Fri Jun 03 17:03:53 GMT 2011 tsutsui branches: 1.166.2; 1.166.6; - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, perrequest from rmind@ - while here no need to export struct pmap on sun2/sun3/sun3x No particular problem for a week on hp300 and sun3x kernels with disabled tcp_vtw which has been broken for a month on low memory machines. 1.166 Fri Jun 03 17:03:53 GMT 2011 tsutsui branches: 1.166.2; 1.166.6; - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, perrequest from rmind@ - while here no need to export struct pmap on sun2/sun3/sun3x No particular problem for a week on hp300 and sun3x kernels with disabled tcp_vtw which has been broken for a month on low memory machines. |
| /src/sys/arch/cats/conf/ | ||
| H A D | GENERIC | 1.166 Tue Jan 23 14:47:54 GMT 2018 sevan branches: 1.166.2; 1.166.4; Alternate buffer queue strategies no longer considered experimental, update description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html 1.166 Tue Jan 23 14:47:54 GMT 2018 sevan branches: 1.166.2; 1.166.4; Alternate buffer queue strategies no longer considered experimental, update description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html 1.166 Tue Jan 23 14:47:54 GMT 2018 sevan branches: 1.166.2; 1.166.4; Alternate buffer queue strategies no longer considered experimental, update description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html |
| /src/sys/arch/i386/conf/ | ||
| H A D | Makefile.i386 | 1.166 Wed Nov 25 17:08:08 GMT 2009 tron branches: 1.166.2; 1.166.4; Enable SSP (Stack Smash Protection) in x86 kernels by default (except in i386 *TINY kernels). The NetBSD/i386 "ALL" kernel is unconditionally compiled with SSP enabled. Change approved by the core team. 1.166 Wed Nov 25 17:08:08 GMT 2009 tron branches: 1.166.2; 1.166.4; Enable SSP (Stack Smash Protection) in x86 kernels by default (except in i386 *TINY kernels). The NetBSD/i386 "ALL" kernel is unconditionally compiled with SSP enabled. Change approved by the core team. 1.166 Wed Nov 25 17:08:08 GMT 2009 tron branches: 1.166.2; 1.166.4; Enable SSP (Stack Smash Protection) in x86 kernels by default (except in i386 *TINY kernels). The NetBSD/i386 "ALL" kernel is unconditionally compiled with SSP enabled. Change approved by the core team. |
| /src/sys/kern/ | ||
| H A D | syscalls.c | 1.166 Fri Feb 24 19:25:28 GMT 2006 drochner branches: 1.166.2; 1.166.4; 1.166.6; regen 1.166 Fri Feb 24 19:25:28 GMT 2006 drochner branches: 1.166.2; 1.166.4; 1.166.6; regen 1.166 Fri Feb 24 19:25:28 GMT 2006 drochner branches: 1.166.2; 1.166.4; 1.166.6; regen 1.166 Fri Feb 24 19:25:28 GMT 2006 drochner branches: 1.166.2; 1.166.4; 1.166.6; regen |
| H A D | kern_subr.c | 1.166 Mon Nov 26 19:02:02 GMT 2007 pooka branches: 1.166.2; 1.166.4; Remove the "struct lwp *" argument from all VFS and VOP interfaces. The general trend is to remove it from all kernel interfaces and this is a start. In case the calling lwp is desired, curlwp should be used. quick consensus on tech-kern 1.166 Mon Nov 26 19:02:02 GMT 2007 pooka branches: 1.166.2; 1.166.4; Remove the "struct lwp *" argument from all VFS and VOP interfaces. The general trend is to remove it from all kernel interfaces and this is a start. In case the calling lwp is desired, curlwp should be used. quick consensus on tech-kern 1.166 Mon Nov 26 19:02:02 GMT 2007 pooka branches: 1.166.2; 1.166.4; Remove the "struct lwp *" argument from all VFS and VOP interfaces. The general trend is to remove it from all kernel interfaces and this is a start. In case the calling lwp is desired, curlwp should be used. quick consensus on tech-kern |
| H A D | kern_condvar.c | 1.63 Thu Nov 02 10:31:55 GMT 2023 martin Back out the following revisions on behalf of core: sys/sys/lwp.h: revision 1.228 sys/sys/pipe.h: revision 1.40 sys/kern/uipc_socket.c: revision 1.306 sys/kern/kern_sleepq.c: revision 1.84 sys/rump/librump/rumpkern/locks_up.c: revision 1.13 sys/kern/sys_pipe.c: revision 1.165 usr.bin/fstat/fstat.c: revision 1.119 sys/rump/librump/rumpkern/locks.c: revision 1.87 sys/ddb/db_xxx.c: revision 1.78 sys/ddb/db_command.c: revision 1.187 sys/sys/condvar.h: revision 1.18 sys/ddb/db_interface.h: revision 1.42 sys/sys/socketvar.h: revision 1.166 sys/kern/uipc_syscalls.c: revision 1.209 sys/kern/kern_condvar.c: revision 1.60 Add cv_fdrestart() [...] Use cv_fdrestart() to implement fo_restart. Simplify/streamline pipes a little bit [...] This changes have caused regressions and need to be debugged. The cv_fdrestart() addition needs more discussion. |
| H A D | kern_lwp.c | 1.166 Sat Feb 11 23:16:17 GMT 2012 martin branches: 1.166.2; 1.166.4; Add a posix_spawn syscall, as discussed on tech-kern. Based on the summer of code project by Charles Zhang, heavily reworked later by me - all bugs are likely mine. Ok: core, releng. 1.166 Sat Feb 11 23:16:17 GMT 2012 martin branches: 1.166.2; 1.166.4; Add a posix_spawn syscall, as discussed on tech-kern. Based on the summer of code project by Charles Zhang, heavily reworked later by me - all bugs are likely mine. Ok: core, releng. 1.166 Sat Feb 11 23:16:17 GMT 2012 martin branches: 1.166.2; 1.166.4; Add a posix_spawn syscall, as discussed on tech-kern. Based on the summer of code project by Charles Zhang, heavily reworked later by me - all bugs are likely mine. Ok: core, releng. |
| /src/sys/ddb/ | ||
| H A D | db_interface.h | 1.43 Thu Nov 02 10:31:55 GMT 2023 martin Back out the following revisions on behalf of core: sys/sys/lwp.h: revision 1.228 sys/sys/pipe.h: revision 1.40 sys/kern/uipc_socket.c: revision 1.306 sys/kern/kern_sleepq.c: revision 1.84 sys/rump/librump/rumpkern/locks_up.c: revision 1.13 sys/kern/sys_pipe.c: revision 1.165 usr.bin/fstat/fstat.c: revision 1.119 sys/rump/librump/rumpkern/locks.c: revision 1.87 sys/ddb/db_xxx.c: revision 1.78 sys/ddb/db_command.c: revision 1.187 sys/sys/condvar.h: revision 1.18 sys/ddb/db_interface.h: revision 1.42 sys/sys/socketvar.h: revision 1.166 sys/kern/uipc_syscalls.c: revision 1.209 sys/kern/kern_condvar.c: revision 1.60 Add cv_fdrestart() [...] Use cv_fdrestart() to implement fo_restart. Simplify/streamline pipes a little bit [...] This changes have caused regressions and need to be debugged. The cv_fdrestart() addition needs more discussion. |
| H A D | db_command.c | 1.190 Thu Nov 02 10:31:55 GMT 2023 martin Back out the following revisions on behalf of core: sys/sys/lwp.h: revision 1.228 sys/sys/pipe.h: revision 1.40 sys/kern/uipc_socket.c: revision 1.306 sys/kern/kern_sleepq.c: revision 1.84 sys/rump/librump/rumpkern/locks_up.c: revision 1.13 sys/kern/sys_pipe.c: revision 1.165 usr.bin/fstat/fstat.c: revision 1.119 sys/rump/librump/rumpkern/locks.c: revision 1.87 sys/ddb/db_xxx.c: revision 1.78 sys/ddb/db_command.c: revision 1.187 sys/sys/condvar.h: revision 1.18 sys/ddb/db_interface.h: revision 1.42 sys/sys/socketvar.h: revision 1.166 sys/kern/uipc_syscalls.c: revision 1.209 sys/kern/kern_condvar.c: revision 1.60 Add cv_fdrestart() [...] Use cv_fdrestart() to implement fo_restart. Simplify/streamline pipes a little bit [...] This changes have caused regressions and need to be debugged. The cv_fdrestart() addition needs more discussion. 1.166 Fri Dec 27 00:51:56 GMT 2019 ad Redo the page allocator to perform better, especially on multi-core and multi-socket systems. Proposed on tech-kern. While here: - add rudimentary NUMA support - needs more work. - remove now unused "listq" from vm_page. |
| /src/sys/arch/pmax/conf/ | ||
| H A D | GENERIC | 1.166 Wed Jul 07 01:24:52 GMT 2010 chs branches: 1.166.2; 1.166.4; enable DDB_HISTORY_SIZE in a few more configs where DDB is enabled. 1.166 Wed Jul 07 01:24:52 GMT 2010 chs branches: 1.166.2; 1.166.4; enable DDB_HISTORY_SIZE in a few more configs where DDB is enabled. 1.166 Wed Jul 07 01:24:52 GMT 2010 chs branches: 1.166.2; 1.166.4; enable DDB_HISTORY_SIZE in a few more configs where DDB is enabled. |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | locore.s | 1.166 Thu Dec 22 15:33:29 GMT 2011 tsutsui branches: 1.166.6; 1.166.10; Merge m68881_save() and m68881_restore() (using most common mvme68k ones). All functions are checked by my eyes, and all GENERIC kernels compile. 1.166 Thu Dec 22 15:33:29 GMT 2011 tsutsui branches: 1.166.6; 1.166.10; Merge m68881_save() and m68881_restore() (using most common mvme68k ones). All functions are checked by my eyes, and all GENERIC kernels compile. 1.166 Thu Dec 22 15:33:29 GMT 2011 tsutsui branches: 1.166.6; 1.166.10; Merge m68881_save() and m68881_restore() (using most common mvme68k ones). All functions are checked by my eyes, and all GENERIC kernels compile. |
| /src/sys/nfs/ | ||
| H A D | nfs_bio.c | 1.166 Fri Aug 10 15:12:56 GMT 2007 yamt branches: 1.166.2; 1.166.4; - instead of scanning an array of iods, maintain a list of idle iods. - make nfs_getset_niothreads MP friendly. 1.166 Fri Aug 10 15:12:56 GMT 2007 yamt branches: 1.166.2; 1.166.4; - instead of scanning an array of iods, maintain a list of idle iods. - make nfs_getset_niothreads MP friendly. 1.166 Fri Aug 10 15:12:56 GMT 2007 yamt branches: 1.166.2; 1.166.4; - instead of scanning an array of iods, maintain a list of idle iods. - make nfs_getset_niothreads MP friendly. |
| /src/sys/arch/sun3/conf/ | ||
| H A D | GENERIC | 1.166 Sun Jun 30 21:38:59 GMT 2013 rmind branches: 1.166.6; G/C PFIL_HOOKS from the kernel configs. 1.166 Sun Jun 30 21:38:59 GMT 2013 rmind branches: 1.166.6; G/C PFIL_HOOKS from the kernel configs. |
| /src/sys/compat/linux/arch/i386/ | ||
| H A D | linux_machdep.c | 1.166 Sun May 19 08:46:15 GMT 2019 maxv branches: 1.166.2; Rename fpu_save_area_clear -> fpu_clear fpu_save_area_reset -> fpu_sigreset Clearer, and reduces a future diff. No real functional change. 1.166 Sun May 19 08:46:15 GMT 2019 maxv branches: 1.166.2; Rename fpu_save_area_clear -> fpu_clear fpu_save_area_reset -> fpu_sigreset Clearer, and reduces a future diff. No real functional change. |
| /src/lib/libc/ | ||
| H A D | Makefile | 1.166 Sun Aug 10 23:39:08 GMT 2014 matt branches: 1.166.2; MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 1.166 Sun Aug 10 23:39:08 GMT 2014 matt branches: 1.166.2; MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU |
| /src/include/ | ||
| H A D | unistd.h | 1.166 Mon May 20 01:30:33 GMT 2024 christos branches: 1.166.2; Rename dup3110 to dup3100 to match historical practice for NetBSD-11, because we already have kevent100. Fix compat_dup3 to belong in compat_100 not compat_110. 1.166 Mon May 20 01:30:33 GMT 2024 christos branches: 1.166.2; Rename dup3110 to dup3100 to match historical practice for NetBSD-11, because we already have kevent100. Fix compat_dup3 to belong in compat_100 not compat_110. |
| /src/share/man/man4/ | ||
| H A D | ddb.4 | 1.166 Thu Jan 12 13:14:41 GMT 2017 wiz branches: 1.166.6; Fix typo. 1.166 Thu Jan 12 13:14:41 GMT 2017 wiz branches: 1.166.6; Fix typo. |
| /src/share/man/man5/ | ||
| H A D | rc.conf.5 | 1.166 Sat Dec 17 07:44:59 GMT 2016 maya branches: 1.166.6; Change one more "generic DHCP client" reference to say dhcpcd rather than dhclient 1.166 Sat Dec 17 07:44:59 GMT 2016 maya branches: 1.166.6; Change one more "generic DHCP client" reference to say dhcpcd rather than dhclient |
| /src/sys/ufs/ufs/ | ||
| H A D | ufs_vnops.c | 1.166 Mon Jun 02 16:00:33 GMT 2008 ad branches: 1.166.2; 1.166.4; Don't needlessly acquire v_interlock. 1.166 Mon Jun 02 16:00:33 GMT 2008 ad branches: 1.166.2; 1.166.4; Don't needlessly acquire v_interlock. 1.166 Mon Jun 02 16:00:33 GMT 2008 ad branches: 1.166.2; 1.166.4; Don't needlessly acquire v_interlock. |
Completed in 157 milliseconds