Searched hist:1.305 (Results 1 - 25 of 112) sorted by relevance
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.305 Fri Jan 14 02:06:31 GMT 2011 rmind branches: 1.305.2; 1.305.4; Retire struct user, remove sys/user.h inclusions. Note sys/user.h header as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros. Various #include fixes and review by matt@. 1.305 Fri Jan 14 02:06:31 GMT 2011 rmind branches: 1.305.2; 1.305.4; Retire struct user, remove sys/user.h inclusions. Note sys/user.h header as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros. Various #include fixes and review by matt@. 1.305 Fri Jan 14 02:06:31 GMT 2011 rmind branches: 1.305.2; 1.305.4; Retire struct user, remove sys/user.h inclusions. Note sys/user.h header as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros. Various #include fixes and review by matt@. |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.305 Sun Feb 25 13:36:37 GMT 2007 tsutsui branches: 1.305.4; 1.305.6; Hmm, comment out ciphy as well as vge(4). 1.305 Sun Feb 25 13:36:37 GMT 2007 tsutsui branches: 1.305.4; 1.305.6; Hmm, comment out ciphy as well as vge(4). 1.305 Sun Feb 25 13:36:37 GMT 2007 tsutsui branches: 1.305.4; 1.305.6; Hmm, comment out ciphy as well as vge(4). |
| H A D | files.i386 | 1.305 Mon Apr 16 19:12:18 GMT 2007 ad branches: 1.305.2; Share the sysarch stuff between the x86 ports. PR kern/36046. 1.305 Mon Apr 16 19:12:18 GMT 2007 ad branches: 1.305.2; Share the sysarch stuff between the x86 ports. PR kern/36046. |
| /src/ | ||
| H A D | build.sh | 1.305 Sun Nov 30 15:53:29 GMT 2014 uebayasi Add a new build make variable, CONFIGOPTS, which is passed to config(1) when building kernels. Revert "mkernel=*" and "mkernels" in favor of this option. Diff posted on source-changes-d@, approved by (null). |
| H A D | Makefile | 1.305 Wed Feb 26 09:54:32 GMT 2014 mrg branches: 1.305.2; prepare for moving GCC 4.5 into gcc.old: - convert to using ${EXTERNAL_GCC_SUBDIR} - define base-external-gpl3-gcc* subdir as GCC_SUBDIR - use <bsd.init.mk> over <bsd.own.mk> for a bunch of places; mostly because it arranges for ../Makefile.inc to be included earlier, and don't bother including the latter if the former is already included. - move all .PATH: settings after <bsd.{own,lib}.mk> so that all valid variables are set before it is evaluated - rename mknative-gcc* to match their subdir name. XXX the relationship between the Makefile.inc/Makefile.gcc_path files is kind of sketchy, it would be great if this was fixed. 1.305 Wed Feb 26 09:54:32 GMT 2014 mrg branches: 1.305.2; prepare for moving GCC 4.5 into gcc.old: - convert to using ${EXTERNAL_GCC_SUBDIR} - define base-external-gpl3-gcc* subdir as GCC_SUBDIR - use <bsd.init.mk> over <bsd.own.mk> for a bunch of places; mostly because it arranges for ../Makefile.inc to be included earlier, and don't bother including the latter if the former is already included. - move all .PATH: settings after <bsd.{own,lib}.mk> so that all valid variables are set before it is evaluated - rename mknative-gcc* to match their subdir name. XXX the relationship between the Makefile.inc/Makefile.gcc_path files is kind of sketchy, it would be great if this was fixed. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.305 Fri Oct 04 15:13:51 GMT 2013 rkujawa branches: 1.305.2; Nuke long dead NKPTADD and NKPTADDSHIFT options from config files. 1.305 Fri Oct 04 15:13:51 GMT 2013 rkujawa branches: 1.305.2; Nuke long dead NKPTADD and NKPTADDSHIFT options from config files. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.305 Sun Mar 16 05:20:29 GMT 2014 dholland branches: 1.305.2; Change (mostly mechanically) every cdevsw/bdevsw I can find to use designated initializers. I have not built every extant kernel so I have probably broken at least one build; however I've also found and fixed some wrong cdevsw/bdevsw entries so even if so I think we come out ahead. 1.305 Sun Mar 16 05:20:29 GMT 2014 dholland branches: 1.305.2; Change (mostly mechanically) every cdevsw/bdevsw I can find to use designated initializers. I have not built every extant kernel so I have probably broken at least one build; however I've also found and fixed some wrong cdevsw/bdevsw entries so even if so I think we come out ahead. |
| H A D | cd.c | 1.305 Thu Feb 02 19:43:06 GMT 2012 tls branches: 1.305.2; Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code and source/sink/sample management code to sys/kern from sys/dev. 2) Remove use of NRND as test for presence of entropy-pool code throughout source tree. 3) Remove use of RND_ENABLED in device drivers as microoptimization to avoid expensive operations on disabled entropy sources; make the rnd_add calls do this directly so all callers benefit. 4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might have lead to slight entropy overestimation for some sources. 5) Add new source types for environmental sensors, power sensors, VM system events, and skew between clocks, with a sample implementation for each. ok releng to go in before the branch due to the difficulty of later pullup (widespread #ifdef removal and moved files). Tested with release builds on amd64 and evbarm and live testing on amd64. 1.305 Thu Feb 02 19:43:06 GMT 2012 tls branches: 1.305.2; Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code and source/sink/sample management code to sys/kern from sys/dev. 2) Remove use of NRND as test for presence of entropy-pool code throughout source tree. 3) Remove use of RND_ENABLED in device drivers as microoptimization to avoid expensive operations on disabled entropy sources; make the rnd_add calls do this directly so all callers benefit. 4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might have lead to slight entropy overestimation for some sources. 5) Add new source types for environmental sensors, power sensors, VM system events, and skew between clocks, with a sample implementation for each. ok releng to go in before the branch due to the difficulty of later pullup (widespread #ifdef removal and moved files). Tested with release builds on amd64 and evbarm and live testing on amd64. |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.305 Mon Nov 01 05:26:27 GMT 2021 thorpej regen for "struct sigaltstack" -> "stack_t" |
| H A D | syscall.h | 1.305 Thu Jul 12 10:46:48 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. |
| H A D | systm.h | 1.305 Sat Sep 09 16:01:09 GMT 2023 christos Move the initialization of the random hash for addresses earlier so that it does not happen under a spin lock context (when it is first used). |
| /src/share/misc/ | ||
| H A D | acronyms | 1.305 Sun Aug 09 13:48:00 GMT 2020 christos Add TOFU |
| /src/sys/kern/ | ||
| H A D | kern_synch.c | 1.305 Sun Sep 02 16:00:00 GMT 2012 mlelstv branches: 1.305.2; 1.305.4; The field ci_curlwp is only defined for MULTIPROCESSOR kernels. 1.305 Sun Sep 02 16:00:00 GMT 2012 mlelstv branches: 1.305.2; 1.305.4; The field ci_curlwp is only defined for MULTIPROCESSOR kernels. 1.305 Sun Sep 02 16:00:00 GMT 2012 mlelstv branches: 1.305.2; 1.305.4; The field ci_curlwp is only defined for MULTIPROCESSOR kernels. |
| H A D | init_sysent.c | 1.305 Thu Dec 03 02:56:48 GMT 2015 pgoyette Regen |
| H A D | syscalls.c | 1.305 Wed May 10 06:19:47 GMT 2017 riastradh regen |
| H A D | syscalls.master | 1.305 Sat May 16 18:31:50 GMT 2020 christos Add ACL support for FFS. From FreeBSD. |
| H A D | tty.c | 1.305 Fri Oct 07 18:59:37 GMT 2022 riastradh Revert "constty(4): Make MP-safe." Something is still busted and this is interfering with the releng amd64 testbed. |
| H A D | vfs_bio.c | 1.305 Sat Dec 07 02:13:30 GMT 2024 riastradh vfs_bio.c: Fix space-before-tab in indentation. No functional change intended. |
| /src/sys/net/ | ||
| H A D | if.h | 1.305 Mon Oct 09 11:55:34 GMT 2023 riastradh branches: 1.305.2; 1.305.4; net/if.h: Explain the IFF_ALLMULTI situation. No functional change intended. 1.305 Mon Oct 09 11:55:34 GMT 2023 riastradh branches: 1.305.2; 1.305.4; net/if.h: Explain the IFF_ALLMULTI situation. No functional change intended. 1.305 Mon Oct 09 11:55:34 GMT 2023 riastradh branches: 1.305.2; 1.305.4; net/if.h: Explain the IFF_ALLMULTI situation. No functional change intended. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.305 Mon Apr 28 20:23:10 GMT 2008 martin branches: 1.305.2; 1.305.4; Remove clause 3 and 4 from TNF licenses 1.305 Mon Apr 28 20:23:10 GMT 2008 martin branches: 1.305.2; 1.305.4; Remove clause 3 and 4 from TNF licenses 1.305 Mon Apr 28 20:23:10 GMT 2008 martin branches: 1.305.2; 1.305.4; Remove clause 3 and 4 from TNF licenses |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.305 Thu Jun 16 22:45:46 GMT 2005 jmc branches: 1.305.2; 1.305.4; Shadowing and const fixes. 1.305 Thu Jun 16 22:45:46 GMT 2005 jmc branches: 1.305.2; 1.305.4; Shadowing and const fixes. 1.305 Thu Jun 16 22:45:46 GMT 2005 jmc branches: 1.305.2; 1.305.4; Shadowing and const fixes. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.305 Mon Feb 21 02:35:55 GMT 2011 itohy Terminate itohy-usb1 Failed to get stabilized |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.305 Tue Sep 27 01:02:39 GMT 2011 jym branches: 1.305.2; Modify *ASSERTMSG() so they are now used as variadic macros. The main goal is to provide routines that do as KASSERT(9) says: append a message to the panic format string when the assertion triggers, with optional arguments. Fix call sites to reflect the new definition. Discussed on tech-kern@. See http://mail-index.netbsd.org/tech-kern/2011/09/07/msg011427.html 1.305 Tue Sep 27 01:02:39 GMT 2011 jym branches: 1.305.2; Modify *ASSERTMSG() so they are now used as variadic macros. The main goal is to provide routines that do as KASSERT(9) says: append a message to the panic format string when the assertion triggers, with optional arguments. Fix call sites to reflect the new definition. Discussed on tech-kern@. See http://mail-index.netbsd.org/tech-kern/2011/09/07/msg011427.html |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.305 Sat Jul 02 04:29:01 GMT 2005 dsainty branches: 1.305.2; Force LBA48 access to ST3160827AS drives. Without this change the entire system hangs whenever a read or write request to sector 0xfffffff occurs. The hang appears to happen when: status = bus_space_read_1(wdr->cmd_iot, wdr->cmd_iohs[wd_status], 0); is executed in __wdcwait(), and it is not possible to enter the debugger or make the system respond at all after this point. Whilst not necessarily the most prudent solution to handling the large number of drives that exhibit this problem, it is currently the popular workaround. [An alternative approach is to just always drop to LBA48 if the request happens to pass by sector 0xfffffff and the drive reported as larger than 0xfffffff sectors. My understanding is that the 32 bit addressing below 0x10000000 is purely there as a performance booster, not to resolve a compatibility issue.] 1.305 Sat Jul 02 04:29:01 GMT 2005 dsainty branches: 1.305.2; Force LBA48 access to ST3160827AS drives. Without this change the entire system hangs whenever a read or write request to sector 0xfffffff occurs. The hang appears to happen when: status = bus_space_read_1(wdr->cmd_iot, wdr->cmd_iohs[wd_status], 0); is executed in __wdcwait(), and it is not possible to enter the debugger or make the system respond at all after this point. Whilst not necessarily the most prudent solution to handling the large number of drives that exhibit this problem, it is currently the popular workaround. [An alternative approach is to just always drop to LBA48 if the request happens to pass by sector 0xfffffff and the drive reported as larger than 0xfffffff sectors. My understanding is that the 32 bit addressing below 0x10000000 is purely there as a performance booster, not to resolve a compatibility issue.] |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.305 Wed Jun 20 11:49:37 GMT 2018 maxv branches: 1.305.2; Add and use bootspace.smodule. Initialize it in locore/prekern to better hide the specifics from the "upper" layers. This allows for greater flexibility. 1.305 Wed Jun 20 11:49:37 GMT 2018 maxv branches: 1.305.2; Add and use bootspace.smodule. Initialize it in locore/prekern to better hide the specifics from the "upper" layers. This allows for greater flexibility. |
Completed in 295 milliseconds