Searched hist:1.141 (Results 1 - 25 of 467) sorted by relevance
| /src/sys/arch/amd64/conf/ | ||
| H A D | kern.ldscript.Xen | 1.15 Sun Jun 24 17:11:57 GMT 2018 jdolecek follow change in rev. 1.22 of kern.ldscript and apply same fix for xen ldscript too, but using just regular PAGE_ALIGN alignment: """ Fix a pretty dumb mistake I made in r1.22: the alignment needs to be in the bss, otherwise the bootloader will use memory before __kernel_end and give a wrong start pa to the kernel. """ this got broke by amd64/locore.S rev. 1.141 which removed an unused variable which forced the alignment this fixes ps/bt in ddb to be able to find symbols and hence PR port-xen/53056 |
| /src/sys/dev/pcmcia/ | ||
| H A D | if_ne_pcmcia.c | 1.141 Sun Dec 11 00:23:23 GMT 2005 christos branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; merge ktrace-lwp. 1.141 Sun Dec 11 00:23:23 GMT 2005 christos branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; merge ktrace-lwp. 1.141 Sun Dec 11 00:23:23 GMT 2005 christos branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; merge ktrace-lwp. 1.141 Sun Dec 11 00:23:23 GMT 2005 christos branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; merge ktrace-lwp. 1.141 Sun Dec 11 00:23:23 GMT 2005 christos branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; merge ktrace-lwp. 1.141 Sun Dec 11 00:23:23 GMT 2005 christos branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; merge ktrace-lwp. |
| /src/sys/arch/mips/mips/ | ||
| H A D | vm_machdep.c | 1.141 Tue Sep 27 01:02:34 GMT 2011 jym branches: 1.141.2; 1.141.6; 1.141.8; 1.141.12; 1.141.14; 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.141 Tue Sep 27 01:02:34 GMT 2011 jym branches: 1.141.2; 1.141.6; 1.141.8; 1.141.12; 1.141.14; 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.141 Tue Sep 27 01:02:34 GMT 2011 jym branches: 1.141.2; 1.141.6; 1.141.8; 1.141.12; 1.141.14; 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.141 Tue Sep 27 01:02:34 GMT 2011 jym branches: 1.141.2; 1.141.6; 1.141.8; 1.141.12; 1.141.14; 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.141 Tue Sep 27 01:02:34 GMT 2011 jym branches: 1.141.2; 1.141.6; 1.141.8; 1.141.12; 1.141.14; 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.141 Tue Sep 27 01:02:34 GMT 2011 jym branches: 1.141.2; 1.141.6; 1.141.8; 1.141.12; 1.141.14; 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/kern/ | ||
| H A D | exec_elf32.c | 1.141 Tue Jul 22 08:18:33 GMT 2014 maxv branches: 1.141.4; 1.141.8; 1.141.12; 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. exec_elf32 works on 32bit systems only, and will crash 32bit binaries on 64bit systems. 2) Now that exec_elf32 is dormant, we can give the native ELF loaders the highest priority. Binaries will load faster now (system boot, compilation, etc.). With the help of njloy@. Discussed a bit on tech-kern@, no disagreement. 1.141 Tue Jul 22 08:18:33 GMT 2014 maxv branches: 1.141.4; 1.141.8; 1.141.12; 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. exec_elf32 works on 32bit systems only, and will crash 32bit binaries on 64bit systems. 2) Now that exec_elf32 is dormant, we can give the native ELF loaders the highest priority. Binaries will load faster now (system boot, compilation, etc.). With the help of njloy@. Discussed a bit on tech-kern@, no disagreement. 1.141 Tue Jul 22 08:18:33 GMT 2014 maxv branches: 1.141.4; 1.141.8; 1.141.12; 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. exec_elf32 works on 32bit systems only, and will crash 32bit binaries on 64bit systems. 2) Now that exec_elf32 is dormant, we can give the native ELF loaders the highest priority. Binaries will load faster now (system boot, compilation, etc.). With the help of njloy@. Discussed a bit on tech-kern@, no disagreement. 1.141 Tue Jul 22 08:18:33 GMT 2014 maxv branches: 1.141.4; 1.141.8; 1.141.12; 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. exec_elf32 works on 32bit systems only, and will crash 32bit binaries on 64bit systems. 2) Now that exec_elf32 is dormant, we can give the native ELF loaders the highest priority. Binaries will load faster now (system boot, compilation, etc.). With the help of njloy@. Discussed a bit on tech-kern@, no disagreement. |
| /src/sys/arch/vax/vax/ | ||
| H A D | trap.c | 1.143 Sat Apr 05 11:20:30 GMT 2025 riastradh vax/trap.c: Restore revisions 1.139 and 1.141: zero regs on exec. I backed these out because the vax releng testbed seemed unhappy. But the unhappiness of the testbed seems unrelated: backing out the change didn't resolve it, and the symptoms were already there before the change, so I think they are unrelated: (before) kernel/t_umountstress (125/980): 2 test cases fileop: [ 5236.4300030] vnd0: no disk label Traceback (most recent call last): ... pexpect.exceptions.TIMEOUT: Timeout exceeded. https://releng.netbsd.org/b5reports/vax/2025/2025.03.04.07.42.19/test.log (after) kernel/t_umountstress (125/980): 2 test cases fileop: [ 5012.1700030] vnd0: no disk label Traceback (most recent call last): ... pexpect.exceptions.TIMEOUT: Timeout exceeded. https://releng.netbsd.org/b5reports/vax/2025/2025.03.22.13.28.35/test.log (most recent, with the change reverted) kernel/t_umountstress (126/983): 2 test cases fileop: [ 5516.6200030] vnd0: no disk label [ 5517.1500030] ra0: drive 0 hard error datagram: memory addr 0x5000: host buffer access error (non-exist. memory) (code 9, subcode 3) [ 5517.1500030] ra0: host buffer access error (non-exist. memory) (code 9, subcode 3) [7.680000s] Failed: atf-check failed; see the output of the test for details mountlist: [ 5524.4600030] vnd0: no disk label Traceback (most recent call last): pexpect.exceptions.TIMEOUT: Timeout exceeded. https://releng.netbsd.org/b5reports/vax/2025/2025.04.01.03.16.41/test.log 1.142 Sat Mar 29 00:16:30 GMT 2025 riastradh vax/trap.c: Back out revisions 1.139 and 1.141 for now. These changes served to zero registers on exec in order to avoid leaking secret register content to the replacement process image. Unfortunately, I did not adequately test these changes, and the vax testbed has been unhappy since they went in. It's possible they're not the culprit -- it's possible that 1.141 (setting PSL_U|PSL_PREVU) was enough to fix the bug introduced by 1.139 -- but let's just try backing both out so we can let the releng testbed figure out for me whether to go chasing other parts of the trapframe to set up (tf_trap=T_SYSCALL? tf_code=???) or this is a wild goose chase and it's actually something else broken. PR kern/59084: exec/spawn leaks register content 1.142 Sat Mar 29 00:16:30 GMT 2025 riastradh vax/trap.c: Back out revisions 1.139 and 1.141 for now. These changes served to zero registers on exec in order to avoid leaking secret register content to the replacement process image. Unfortunately, I did not adequately test these changes, and the vax testbed has been unhappy since they went in. It's possible they're not the culprit -- it's possible that 1.141 (setting PSL_U|PSL_PREVU) was enough to fix the bug introduced by 1.139 -- but let's just try backing both out so we can let the releng testbed figure out for me whether to go chasing other parts of the trapframe to set up (tf_trap=T_SYSCALL? tf_code=???) or this is a wild goose chase and it's actually something else broken. PR kern/59084: exec/spawn leaks register content 1.141 Sat Mar 22 13:28:35 GMT 2025 riastradh vax: Set tf_psl to PSL_U|PSL_PREVU on exec. This was previously inherited from the caller, which was not clear from context, and the trapframe is now zeroed which broke exec on vax. PR kern/59084: exec/spawn leaks register content |
| /src/sys/compat/linux/arch/i386/ | ||
| H A D | linux_machdep.c | 1.141 Sat Oct 25 23:38:28 GMT 2008 christos branches: 1.141.2; 1.141.4; 1.141.6; Add preliminary tls support for i386. Does not work yet. From FreeBSD. 1.141 Sat Oct 25 23:38:28 GMT 2008 christos branches: 1.141.2; 1.141.4; 1.141.6; Add preliminary tls support for i386. Does not work yet. From FreeBSD. 1.141 Sat Oct 25 23:38:28 GMT 2008 christos branches: 1.141.2; 1.141.4; 1.141.6; Add preliminary tls support for i386. Does not work yet. From FreeBSD. 1.141 Sat Oct 25 23:38:28 GMT 2008 christos branches: 1.141.2; 1.141.4; 1.141.6; Add preliminary tls support for i386. Does not work yet. From FreeBSD. |
| /src/sys/arch/sparc/dev/ | ||
| H A D | fd.c | 1.141 Wed Jun 11 21:25:31 GMT 2008 drochner branches: 1.141.4; 1.141.6; 1.141.12; mechanical changes to use device_private() or device_lookup_private() to get softcs, makes the code compile under the stricter type checking introduced earlier today 1.141 Wed Jun 11 21:25:31 GMT 2008 drochner branches: 1.141.4; 1.141.6; 1.141.12; mechanical changes to use device_private() or device_lookup_private() to get softcs, makes the code compile under the stricter type checking introduced earlier today 1.141 Wed Jun 11 21:25:31 GMT 2008 drochner branches: 1.141.4; 1.141.6; 1.141.12; mechanical changes to use device_private() or device_lookup_private() to get softcs, makes the code compile under the stricter type checking introduced earlier today 1.141 Wed Jun 11 21:25:31 GMT 2008 drochner branches: 1.141.4; 1.141.6; 1.141.12; mechanical changes to use device_private() or device_lookup_private() to get softcs, makes the code compile under the stricter type checking introduced earlier today |
| /src/sys/arch/sparc64/conf/ | ||
| H A D | GENERIC32 | 1.141 Wed May 25 20:00:50 GMT 2016 nakayama branches: 1.141.16; 1.141.18; tabify, fix indent and remove trailing whitespace. 1.141 Wed May 25 20:00:50 GMT 2016 nakayama branches: 1.141.16; 1.141.18; tabify, fix indent and remove trailing whitespace. 1.141 Wed May 25 20:00:50 GMT 2016 nakayama branches: 1.141.16; 1.141.18; tabify, fix indent and remove trailing whitespace. |
| /src/sys/arch/sun3/sun3/ | ||
| H A D | trap.c | 1.141 Mon Jan 17 14:36:33 GMT 2011 tsutsui branches: 1.141.6; 1.141.10; Explicitly include <machine/pcb.h> for struct pcb. 1.141 Mon Jan 17 14:36:33 GMT 2011 tsutsui branches: 1.141.6; 1.141.10; Explicitly include <machine/pcb.h> for struct pcb. 1.141 Mon Jan 17 14:36:33 GMT 2011 tsutsui branches: 1.141.6; 1.141.10; Explicitly include <machine/pcb.h> for struct pcb. |
| /src/sys/dev/wscons/ | ||
| H A D | wskbd.c | 1.141 Mon Dec 18 18:57:21 GMT 2017 jmcneill branches: 1.141.2; 1.141.4; If the wskbd driver returns type 0, return "no data" from wskbd_cngetc 1.141 Mon Dec 18 18:57:21 GMT 2017 jmcneill branches: 1.141.2; 1.141.4; If the wskbd driver returns type 0, return "no data" from wskbd_cngetc 1.141 Mon Dec 18 18:57:21 GMT 2017 jmcneill branches: 1.141.2; 1.141.4; If the wskbd driver returns type 0, return "no data" from wskbd_cngetc |
| /src/sys/netinet/ | ||
| H A D | tcp_output.c | 1.141 Sat Dec 24 20:45:09 GMT 2005 perry branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.141 Sat Dec 24 20:45:09 GMT 2005 perry branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.141 Sat Dec 24 20:45:09 GMT 2005 perry branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.141 Sat Dec 24 20:45:09 GMT 2005 perry branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.141 Sat Dec 24 20:45:09 GMT 2005 perry branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.141 Sat Dec 24 20:45:09 GMT 2005 perry branches: 1.141.4; 1.141.6; 1.141.8; 1.141.10; 1.141.12; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. |
| /src/sys/arch/sun3/conf/ | ||
| H A D | GENERIC | 1.141 Sun Nov 04 14:34:26 GMT 2007 xtraeme branches: 1.141.2; 1.141.8; Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out. 1.141 Sun Nov 04 14:34:26 GMT 2007 xtraeme branches: 1.141.2; 1.141.8; Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out. 1.141 Sun Nov 04 14:34:26 GMT 2007 xtraeme branches: 1.141.2; 1.141.8; Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out. |
| /src/sys/arch/hp300/hp300/ | ||
| H A D | trap.c | 1.141 Sat Nov 21 15:36:33 GMT 2009 rmind branches: 1.141.2; 1.141.4; Use lwp_getpcb() on hppa and ia64, clean from struct user usage. 1.141 Sat Nov 21 15:36:33 GMT 2009 rmind branches: 1.141.2; 1.141.4; Use lwp_getpcb() on hppa and ia64, clean from struct user usage. 1.141 Sat Nov 21 15:36:33 GMT 2009 rmind branches: 1.141.2; 1.141.4; Use lwp_getpcb() on hppa and ia64, clean from struct user usage. |
| /src/sys/dev/pci/ | ||
| H A D | auich.c | 1.141 Sat Jun 02 21:36:44 GMT 2012 dsl branches: 1.141.2; 1.141.4; Add some pre-processor magic to verify that the type of the data item passed to sysctl_createv() actually matches the declared type for the item itself. In the places where the caller specifies a function and a structure address (typically the 'softc') an explicit (void *) cast is now needed. Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting AcpiGbl_EnableAmlDebugObject. (mostly passing the address of a uint64_t when typed as CTLTYPE_INT). I've test built quite a few kernels, but there may be some unfixed MD fallout. Most likely passing &char[] to char *. Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet. 1.141 Sat Jun 02 21:36:44 GMT 2012 dsl branches: 1.141.2; 1.141.4; Add some pre-processor magic to verify that the type of the data item passed to sysctl_createv() actually matches the declared type for the item itself. In the places where the caller specifies a function and a structure address (typically the 'softc') an explicit (void *) cast is now needed. Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting AcpiGbl_EnableAmlDebugObject. (mostly passing the address of a uint64_t when typed as CTLTYPE_INT). I've test built quite a few kernels, but there may be some unfixed MD fallout. Most likely passing &char[] to char *. Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet. 1.141 Sat Jun 02 21:36:44 GMT 2012 dsl branches: 1.141.2; 1.141.4; Add some pre-processor magic to verify that the type of the data item passed to sysctl_createv() actually matches the declared type for the item itself. In the places where the caller specifies a function and a structure address (typically the 'softc') an explicit (void *) cast is now needed. Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting AcpiGbl_EnableAmlDebugObject. (mostly passing the address of a uint64_t when typed as CTLTYPE_INT). I've test built quite a few kernels, but there may be some unfixed MD fallout. Most likely passing &char[] to char *. Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet. |
| /src/sys/dev/ata/ | ||
| H A D | ata.c | 1.141 Sat Oct 28 04:53:54 GMT 2017 riastradh branches: 1.141.2; 1.141.4; 1.141.6; Kill some more extern struct cfdriver declarations. Down with externs in .c! 1.141 Sat Oct 28 04:53:54 GMT 2017 riastradh branches: 1.141.2; 1.141.4; 1.141.6; Kill some more extern struct cfdriver declarations. Down with externs in .c! 1.141 Sat Oct 28 04:53:54 GMT 2017 riastradh branches: 1.141.2; 1.141.4; 1.141.6; Kill some more extern struct cfdriver declarations. Down with externs in .c! 1.141 Sat Oct 28 04:53:54 GMT 2017 riastradh branches: 1.141.2; 1.141.4; 1.141.6; Kill some more extern struct cfdriver declarations. Down with externs in .c! |
| /src/sys/dev/ic/ | ||
| H A D | tulip.c | 1.141 Sat Dec 24 20:27:30 GMT 2005 perry branches: 1.141.2; 1.141.4; 1.141.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.141 Sat Dec 24 20:27:30 GMT 2005 perry branches: 1.141.2; 1.141.4; 1.141.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.141 Sat Dec 24 20:27:30 GMT 2005 perry branches: 1.141.2; 1.141.4; 1.141.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.141 Sat Dec 24 20:27:30 GMT 2005 perry branches: 1.141.2; 1.141.4; 1.141.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. |
| /src/sys/dev/usb/ | ||
| H A D | umass.c | 1.141 Wed Aug 24 11:28:50 GMT 2011 mbalmer branches: 1.141.2; 1.141.6; 1.141.10; Wrap the include "opt_umass.h" in #ifdef _KERNEL_OPT. 1.141 Wed Aug 24 11:28:50 GMT 2011 mbalmer branches: 1.141.2; 1.141.6; 1.141.10; Wrap the include "opt_umass.h" in #ifdef _KERNEL_OPT. 1.141 Wed Aug 24 11:28:50 GMT 2011 mbalmer branches: 1.141.2; 1.141.6; 1.141.10; Wrap the include "opt_umass.h" in #ifdef _KERNEL_OPT. 1.141 Wed Aug 24 11:28:50 GMT 2011 mbalmer branches: 1.141.2; 1.141.6; 1.141.10; Wrap the include "opt_umass.h" in #ifdef _KERNEL_OPT. |
| /src/sys/compat/netbsd32/ | ||
| H A D | netbsd32_syscallargs.h | 1.141 Tue Jun 18 16:24:32 GMT 2019 christos branches: 1.141.2; Regen 1.141 Tue Jun 18 16:24:32 GMT 2019 christos branches: 1.141.2; Regen |
| H A D | netbsd32_syscalls.c | 1.141 Tue Jun 18 16:24:32 GMT 2019 christos branches: 1.141.2; Regen 1.141 Tue Jun 18 16:24:32 GMT 2019 christos branches: 1.141.2; Regen |
| H A D | netbsd32_netbsd.c | 1.141 Mon Jan 28 00:19:28 GMT 2008 martin branches: 1.141.2; 1.141.6; wrong argument type 1.141 Mon Jan 28 00:19:28 GMT 2008 martin branches: 1.141.2; 1.141.6; wrong argument type 1.141 Mon Jan 28 00:19:28 GMT 2008 martin branches: 1.141.2; 1.141.6; wrong argument type |
| /src/sys/dev/ieee1394/ | ||
| H A D | fwohci.c | 1.141 Mon Nov 21 01:19:35 GMT 2016 riastradh branches: 1.141.16; Let's try initializing the pointers *before* dereferencing them! Oops. 1.141 Mon Nov 21 01:19:35 GMT 2016 riastradh branches: 1.141.16; Let's try initializing the pointers *before* dereferencing them! Oops. |
| /src/distrib/sets/lists/base/ | ||
| H A D | md.i386 | 1.141 Sun Mar 11 06:53:18 GMT 2012 riz branches: 1.141.10; Add bootxx_fat12 to sets, to fix the build. 1.141 Sun Mar 11 06:53:18 GMT 2012 riz branches: 1.141.10; Add bootxx_fat12 to sets, to fix the build. |
| /src/include/ | ||
| H A D | Makefile | 1.141 Wed Jul 29 00:10:26 GMT 2015 christos branches: 1.141.2; move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool, centralize definitions of bool, true, false, to <sys/stdbool.h> 1.141 Wed Jul 29 00:10:26 GMT 2015 christos branches: 1.141.2; move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool, centralize definitions of bool, true, false, to <sys/stdbool.h> |
| /src/sys/arch/prep/conf/ | ||
| H A D | GENERIC | 1.141 Fri Feb 29 14:42:33 GMT 2008 jmmv branches: 1.141.2; 1.141.4; Remove GENERIC.local from the repository Make all the kernels that currently include their corresponding GENERIC.local file use the cinclude directive instead of include. This way config(1) will not complain if the file cannot be found. After doing this, remove the GENERIC.local files from the repository so that the user will not see modified files during updates, and local changes to them cannot end up in the repository by mistake. Discussed in tech-kern@ earlier this month. No strong objections. 1.141 Fri Feb 29 14:42:33 GMT 2008 jmmv branches: 1.141.2; 1.141.4; Remove GENERIC.local from the repository Make all the kernels that currently include their corresponding GENERIC.local file use the cinclude directive instead of include. This way config(1) will not complain if the file cannot be found. After doing this, remove the GENERIC.local files from the repository so that the user will not see modified files during updates, and local changes to them cannot end up in the repository by mistake. Discussed in tech-kern@ earlier this month. No strong objections. 1.141 Fri Feb 29 14:42:33 GMT 2008 jmmv branches: 1.141.2; 1.141.4; Remove GENERIC.local from the repository Make all the kernels that currently include their corresponding GENERIC.local file use the cinclude directive instead of include. This way config(1) will not complain if the file cannot be found. After doing this, remove the GENERIC.local files from the repository so that the user will not see modified files during updates, and local changes to them cannot end up in the repository by mistake. Discussed in tech-kern@ earlier this month. No strong objections. |
| /src/sys/arch/hp300/conf/ | ||
| H A D | GENERIC | 1.141 Mon Aug 06 21:26:55 GMT 2007 adrianp branches: 1.141.2; 1.141.6; Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@ 1.141 Mon Aug 06 21:26:55 GMT 2007 adrianp branches: 1.141.2; 1.141.6; Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@ 1.141 Mon Aug 06 21:26:55 GMT 2007 adrianp branches: 1.141.2; 1.141.6; Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@ |
Completed in 425 milliseconds