Searched hist:1.316 (Results 1 - 25 of 97) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.316 Sat Apr 08 18:22:35 GMT 2017 christos branches: 1.316.4; - Allow all other targets (like kernel=) to obey mkrepro (-P) - Print the timestamp in UTC 1.316 Sat Apr 08 18:22:35 GMT 2017 christos branches: 1.316.4; - Allow all other targets (like kernel=) to obey mkrepro (-P) - Print the timestamp in UTC |
| H A D | UPDATING | 1.316 Sat Oct 17 07:41:25 GMT 2020 mrg note about mips kernel modules breaking update builds |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.316 Sun Jul 01 11:29:22 GMT 2007 xtraeme branches: 1.316.4; 1.316.8; 1.316.10; Move gcscide(4) to INSTALL_LARGE. 1.316 Sun Jul 01 11:29:22 GMT 2007 xtraeme branches: 1.316.4; 1.316.8; 1.316.10; Move gcscide(4) to INSTALL_LARGE. 1.316 Sun Jul 01 11:29:22 GMT 2007 xtraeme branches: 1.316.4; 1.316.8; 1.316.10; Move gcscide(4) to INSTALL_LARGE. 1.316 Sun Jul 01 11:29:22 GMT 2007 xtraeme branches: 1.316.4; 1.316.8; 1.316.10; Move gcscide(4) to INSTALL_LARGE. |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.316 Fri Sep 16 22:07:17 GMT 2011 reinoud branches: 1.316.2; 1.316.6; 1.316.8; 1.316.12; 1.316.14; Fix sigactsunshare() to do what the manpage and the commit tells it to do! I.e. unshare a process its sigacts by creating a new one BUT maintaining all signal state. The old code would CLEAR all the signal state. It used to work only due to the fact that sigactunshare() is only used in execsigs() and the fact that SIG_DFL was NULL. 1.316 Fri Sep 16 22:07:17 GMT 2011 reinoud branches: 1.316.2; 1.316.6; 1.316.8; 1.316.12; 1.316.14; Fix sigactsunshare() to do what the manpage and the commit tells it to do! I.e. unshare a process its sigacts by creating a new one BUT maintaining all signal state. The old code would CLEAR all the signal state. It used to work only due to the fact that sigactunshare() is only used in execsigs() and the fact that SIG_DFL was NULL. 1.316 Fri Sep 16 22:07:17 GMT 2011 reinoud branches: 1.316.2; 1.316.6; 1.316.8; 1.316.12; 1.316.14; Fix sigactsunshare() to do what the manpage and the commit tells it to do! I.e. unshare a process its sigacts by creating a new one BUT maintaining all signal state. The old code would CLEAR all the signal state. It used to work only due to the fact that sigactunshare() is only used in execsigs() and the fact that SIG_DFL was NULL. 1.316 Fri Sep 16 22:07:17 GMT 2011 reinoud branches: 1.316.2; 1.316.6; 1.316.8; 1.316.12; 1.316.14; Fix sigactsunshare() to do what the manpage and the commit tells it to do! I.e. unshare a process its sigacts by creating a new one BUT maintaining all signal state. The old code would CLEAR all the signal state. It used to work only due to the fact that sigactunshare() is only used in execsigs() and the fact that SIG_DFL was NULL. 1.316 Fri Sep 16 22:07:17 GMT 2011 reinoud branches: 1.316.2; 1.316.6; 1.316.8; 1.316.12; 1.316.14; Fix sigactsunshare() to do what the manpage and the commit tells it to do! I.e. unshare a process its sigacts by creating a new one BUT maintaining all signal state. The old code would CLEAR all the signal state. It used to work only due to the fact that sigactunshare() is only used in execsigs() and the fact that SIG_DFL was NULL. 1.316 Fri Sep 16 22:07:17 GMT 2011 reinoud branches: 1.316.2; 1.316.6; 1.316.8; 1.316.12; 1.316.14; Fix sigactsunshare() to do what the manpage and the commit tells it to do! I.e. unshare a process its sigacts by creating a new one BUT maintaining all signal state. The old code would CLEAR all the signal state. It used to work only due to the fact that sigactunshare() is only used in execsigs() and the fact that SIG_DFL was NULL. |
| H A D | syscalls.c | 1.316 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.316.2; Regen for _lwp_gettid(2). 1.316 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.316.2; Regen for _lwp_gettid(2). |
| H A D | init_sysent.c | 1.316 Tue Dec 19 08:48:19 GMT 2017 kamil Drop the sstk(2) syscall stub sstk - change stack section size This functionality has never been implemented and is a remnant from 16-bit UNIX. This stub appeared with the first NetBSD commit. Sponsored by <The NetBSD Foundation> |
| H A D | syscalls.master | 1.316 Wed Oct 09 16:27:28 GMT 2024 christos Make semtimedop modular. |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.316 Sat Jun 02 00:07:04 GMT 2007 tsutsui branches: 1.316.4; 1.316.8; 1.316.10; Rather than attaching fpu as a usual device during cpu_configure(9), initialize it explicitly in identifycpu() (before cpu_configure(9)) because after yamt-idlelwp merge savectx() is called before cpu_configure(9) and it requires fputype initialized properly, otherwise a kernel fails in savectx() if a machine doesn't have an FPU. 1.316 Sat Jun 02 00:07:04 GMT 2007 tsutsui branches: 1.316.4; 1.316.8; 1.316.10; Rather than attaching fpu as a usual device during cpu_configure(9), initialize it explicitly in identifycpu() (before cpu_configure(9)) because after yamt-idlelwp merge savectx() is called before cpu_configure(9) and it requires fputype initialized properly, otherwise a kernel fails in savectx() if a machine doesn't have an FPU. 1.316 Sat Jun 02 00:07:04 GMT 2007 tsutsui branches: 1.316.4; 1.316.8; 1.316.10; Rather than attaching fpu as a usual device during cpu_configure(9), initialize it explicitly in identifycpu() (before cpu_configure(9)) because after yamt-idlelwp merge savectx() is called before cpu_configure(9) and it requires fputype initialized properly, otherwise a kernel fails in savectx() if a machine doesn't have an FPU. 1.316 Sat Jun 02 00:07:04 GMT 2007 tsutsui branches: 1.316.4; 1.316.8; 1.316.10; Rather than attaching fpu as a usual device during cpu_configure(9), initialize it explicitly in identifycpu() (before cpu_configure(9)) because after yamt-idlelwp merge savectx() is called before cpu_configure(9) and it requires fputype initialized properly, otherwise a kernel fails in savectx() if a machine doesn't have an FPU. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.316 Sun Feb 12 16:34:10 GMT 2012 matt branches: 1.316.2; Change old-style function defintions to C89 prototypes. Approved by releng. 1.316 Sun Feb 12 16:34:10 GMT 2012 matt branches: 1.316.2; Change old-style function defintions to C89 prototypes. Approved by releng. |
| /src/share/mk/ | ||
| H A D | bsd.sys.mk | 1.316 Tue Feb 13 16:15:59 GMT 2024 christos branches: 1.316.2; Allow overriding the language standard to something newer. 1.316 Tue Feb 13 16:15:59 GMT 2024 christos branches: 1.316.2; Allow overriding the language standard to something newer. |
| H A D | bsd.prog.mk | 1.316 Thu Jul 12 10:46:41 GMT 2018 maxv Remove the kernel PMC code. Sent yesterday on tech-kern@. This change: * Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good. * Removes the PMC code of ARM XSCALE. * Removes all the pmc.h files. They were all empty, except for ARM XSCALE. * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h. * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump. * Removes the pmc_evid_t and pmc_ctr_t types. * Removes all the associated man pages. The sets are marked as obsolete. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.316 Sun Jan 19 16:25:23 GMT 2025 christos add vps |
| H A D | acronyms.comp | 1.316 Tue Nov 17 19:56:42 GMT 2020 maya Add "AOT" Ahead Of Time |
| /src/doc/ | ||
| H A D | BRANCHES | 1.316 Sat Nov 26 15:55:18 GMT 2011 yamt whitespace |
| /src/sys/sys/ | ||
| H A D | syscall.h | 1.316 Tue Jun 02 17:23:22 GMT 2020 kamil Regenerate syscalls Respect syscall alias names in rump. No binary change in this version. The previous commit was interrupted in the middle by CVS network outage. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.316 Mon Nov 10 15:46:33 GMT 2014 skrll branches: 1.316.2; Update PTE_SYNC_CURRENT to add a dsb for armv7 - part of the break-before-make fix. 1.316 Mon Nov 10 15:46:33 GMT 2014 skrll branches: 1.316.2; Update PTE_SYNC_CURRENT to add a dsb for armv7 - part of the break-before-make fix. |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.316 Fri Nov 14 14:29:16 GMT 2014 oster branches: 1.316.2; Fix a long-standing bug related to rebooting while a reconstruct-to-spare is underway but not yet complete. The issue was that a component was being marked as a used_spare when the rebuild started, not when the rebuild was actually finished. Marking it as a used_spare meant that the component label on the spare was being updated such that after a reboot the component would be considered up-to-date, regardless of whether the rebuild actually completed! This fix includes: 1) Add an additional state "rf_ds_rebuilding_spare" which is used to denote that a spare is currently being rebuilt from the live components. 2) Update the comments on the disk states, which were out-of-sync with reality. 3) When rebuilding to a spare component, that spare now enters the state rf_ds_rebuilding_spare instead of the state rf_ds_used_spare. 4) When the rebuild is actually complete then the spare component enters the rf_ds_used_spare state. rf_ds_used_spare is now used exclusively for the case where the rebuilding to the spare has completed successfully. XXX: Someday we need to teach raidctl(8) about this new state, and take out the backwards compatibility code in rf_netbsdkintf.c (see RAIDFRAME_GET_INFO in raidioctl()). For today, this fix needs to be generic enough that it can get backported without major grief. XXX: Needs pullup to netbsd-5*, netbsd-6*, and netbsd-7 Fixes PR#49244. 1.316 Fri Nov 14 14:29:16 GMT 2014 oster branches: 1.316.2; Fix a long-standing bug related to rebooting while a reconstruct-to-spare is underway but not yet complete. The issue was that a component was being marked as a used_spare when the rebuild started, not when the rebuild was actually finished. Marking it as a used_spare meant that the component label on the spare was being updated such that after a reboot the component would be considered up-to-date, regardless of whether the rebuild actually completed! This fix includes: 1) Add an additional state "rf_ds_rebuilding_spare" which is used to denote that a spare is currently being rebuilt from the live components. 2) Update the comments on the disk states, which were out-of-sync with reality. 3) When rebuilding to a spare component, that spare now enters the state rf_ds_rebuilding_spare instead of the state rf_ds_used_spare. 4) When the rebuild is actually complete then the spare component enters the rf_ds_used_spare state. rf_ds_used_spare is now used exclusively for the case where the rebuilding to the spare has completed successfully. XXX: Someday we need to teach raidctl(8) about this new state, and take out the backwards compatibility code in rf_netbsdkintf.c (see RAIDFRAME_GET_INFO in raidioctl()). For today, this fix needs to be generic enough that it can get backported without major grief. XXX: Needs pullup to netbsd-5*, netbsd-6*, and netbsd-7 Fixes PR#49244. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.316 Sat Apr 09 23:38:32 GMT 2022 riastradh sys: Use membar_release/acquire around reference drop. This just goes through my recent reference count membar audit and changes membar_exit to membar_release and membar_enter to membar_acquire -- this should make everything cheaper on most CPUs without hurting correctness, because membar_acquire is generally cheaper than membar_enter. |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.316 Sat Sep 22 00:41:00 GMT 2018 maxv Remove iwic(4). It is part of ISDN, which we are now retiring. This driver was still marked as experimental (its man page dates back to 2002). |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.316 Mon Aug 20 00:54:41 GMT 2007 kiyohara Add btbc(4). |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.316 Sun Jul 30 13:12:49 GMT 2017 maxv Disable svr4 and svr4_32 on sparc, sparc64 and amiga - the only places where they were still enabled. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.316 Mon May 28 21:04:59 GMT 2018 chs merge a new version of the CDDL dtrace and ZFS code. this changes the upstream vendor from OpenSolaris to FreeBSD, and this version is based on FreeBSD svn r315983. in addition to the 10 years of improvements from upstream, this version also has these NetBSD-specific enhancements: - dtrace FBT probes can now be placed in kernel modules. - ZFS now supports mmap(). |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.316 Tue Aug 01 06:35:55 GMT 2023 mrg various updates for GCC 12 - bump some shlibs - add new header files - add compiler-version header files - disable sanitizer libraries for gcc12 for now |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.316 Sun Apr 26 15:15:20 GMT 2015 mlelstv Use C99-style initializers for struct dkdriver. |
| /src/sys/dev/usb/ | ||
| H A D | ohci.c | 1.316 Tue Jun 15 23:39:43 GMT 2021 riastradh ohci(4): Constify a constant debug string table. |
Completed in 566 milliseconds