| Home | Sort by: relevance | last modified time | path |
1 2
| /src/share/man/man4/ | |
| options.4 | 1.507 Tue Aug 20 14:03:55 UTC 2019 gson Don't say that makeoptions DEBUG="-g" also turns on options DEBUG, because it does not. Fixes PR kern/54438. 1.506.2.1 Thu Sep 05 09:00:22 UTC 2019 martin Pull up following revision(s) (requested by gson in ticket #178): share/man/man4/options.4: revision 1.507 Don't say that makeoptions DEBUG="-g" also turns on options DEBUG, because it does not. Fixes PR kern/54438. |
| Makefile | 1.507 Mon Feb 22 07:52:52 UTC 2010 jnemeth remove accidentally committed et.4/etphy.4 |
| /src/sys/arch/i386/conf/ | |
| ALL | 1.507 Mon May 22 16:28:25 UTC 2023 riastradh i386/ALL: Enable EFI runtime support. PR kern/57076 XXX pullup-10 1.503.4.2 Tue Aug 01 16:07:19 UTC 2023 martin Pull up following revision(s) (requested by riastradh in ticket #293): sys/arch/i386/conf/ALL: revision 1.507 sys/arch/i386/conf/GENERIC: revision 1.1247 i386/ALL: Enable EFI runtime support. PR kern/57076 i386/GENERIC: Enable EFI runtime support. PR kern/57076 |
| GENERIC | 1.507 Mon Aug 12 03:28:52 UTC 2002 thorpej Add elansc* at pci? (AMD Elan SC520 System Controller). 1.1243.2.1 Tue Aug 01 16:07:19 UTC 2023 martin Pull up following revision(s) (requested by riastradh in ticket #293): sys/arch/i386/conf/ALL: revision 1.507 sys/arch/i386/conf/GENERIC: revision 1.1247 i386/ALL: Enable EFI runtime support. PR kern/57076 i386/GENERIC: Enable EFI runtime support. PR kern/57076 |
| /src/usr.bin/make/ | |
| parse.c | 1.509 Mon Dec 21 02:09:34 UTC 2020 rillig make(1): fix garbled output for failed shell command (since 2020-12-20) Passing a struct as printf argument for the %s conversion doesn't work. On NetBSD-8.0-x86_64, the output looks normal, but on SunOS-5.9, the output is garbled, containing bytes 0xFF and 0xFE. This bug had been introduced in parse.c 1.507 from 2020-12-20 14:52:16. Thanks to sjg for finding this bug so quickly. 1.507 Sun Dec 20 14:52:16 UTC 2020 rillig make(1): clean up memory handling in VarAssign_EvalShell |
| job.c | 1.507 Sat May 17 20:59:27 UTC 2025 rillig make: remove timeout for polling in parallel mode Job_CatchOutput is always called in a loop with nothing else being done meanwhile, and it wakes up as soon as a child process exits. So instead of checking every 5 seconds, just wait indefinitely. |
| main.c | 1.507 Wed Dec 30 10:03:16 UTC 2020 rillig make(1): format multi-line comments |
| var.c | 1.507 Sun Sep 13 07:42:20 UTC 2020 rillig make(1): in lint mode, complain about erroneous $$ Since 2008-12-21, make has silently ignored strange variable names in constructs like '$$', '$}', '$' followed by nothing. Ignoring these bugs in makefiles instead of reporting them is not a good idea. To improve the situation, make complains about these errors now, but only in lint mode (-dL). This preserves existing behavior while still allowing to validate existing makefiles that they don't depend on this bug. If the test phase goes well, these error messages may be enabled unconditionally. https://mail-index.netbsd.org/pkgsrc-users/2020/09/12/msg032229.html |
| /src/usr.bin/xlint/lint1/ | |
| cgram.y | 1.507 Thu Aug 29 20:35:19 UTC 2024 rillig lint: support GCC's __auto_type Fixes PR toolchain/58654. |
| tree.c | 1.507 Tue Mar 28 14:44:35 UTC 2023 rillig lint: warn about extern declarations outside headers https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html |
| /src/sys/kern/ | |
| vfs_syscalls.c | 1.509 Tue Mar 07 11:54:16 UTC 2017 hannken Fix a logic error introduced with Rev. 1.507: defer setting MNT_RDONLY only if going from read-write to read-only. Should fix PR kern/52045 (panic: ffs_sync: rofs mod, fs=/ after fsck) 1.507 Wed Mar 01 10:44:47 UTC 2017 hannken Change the protocol to update a mounted file system from read-write to read-only and vice versa: - Add an internal flag IMNT_WANTRDONLY. - Set either IMNT_WANTRDWR or IMNT_WANTRDONLY if going from or to read-only. - After successfull call to VFS_MOUNT() set or clear MNT_RDONLY. Adapt tmpfs and rumpfs to the new protocol. Other file systems will be updated when they get the IMNT_CAN_RWTORO property. Welcome to 7.99.64 |
| init_main.c | 1.507 Sun Dec 01 17:08:31 UTC 2019 ad Init kern_runq and kern_synch before booting secondary CPUs. |
| kern_exec.c | 1.507 Tue Sep 28 14:52:22 UTC 2021 thorpej In the exec path, multi-LWP programs dispose of their robust futexes by calling exit_lwps(), except for the last LWP. So, dispose of that LWP's robust futexes right before calling lwp_ctl_exit(). Fixes a "WARNING: ... : unmapped robust futex list head" message when running bash under Linux emulation on aarch64. Root caused and patch proposed by ryo@. I have tweaked it slightly, just to add a comment and a KASSERT(). |
| /src/sys/dev/usb/ | |
| usbdevs.h | 1.507 Sun Sep 28 15:41:50 UTC 2008 wiz regen. |
| usbdevs_data.h | 1.507 Wed Sep 10 20:07:46 UTC 2008 jmcneill regen |
| usbdevs | 1.507 Sat Sep 06 21:34:49 UTC 2008 rmind PR/39147: Jasper Wallace: Support Metageek Wispy 2.4x as ugen device. |
| /src/distrib/notes/common/ | |
| main | 1.507 Mon Feb 24 11:56:01 UTC 2014 ozaki-r Add myself |
| /src/sys/arch/amd64/conf/ | |
| GENERIC | 1.507 Sat Nov 17 20:29:49 UTC 2018 uwe Add commented out options WSEMUL_DEFAULT="\"vt100\"" If WSEMUL_SUN is enabled it becomes the default emulation which is most likely not what we want here. |
| /src/sys/arch/i386/i386/ | |
| machdep.c | 1.507 Mon Dec 16 18:31:09 UTC 2002 jdolecek use the __HAVE_CPU_MAXPROC hook to limit kern.maxproc to number of available GDT slots add code in init386() to force maxproc to be maximum cpu_maxproc() this fixes port-i386/1635 by John Kohl |
| /src/sys/net/ | |
| if.c | 1.507 Fri Jul 08 07:02:47 UTC 2022 skrll alredy -> already |
| /src/sys/sys/ | |
| param.h | 1.507 Tue Oct 25 21:50:15 UTC 2016 pgoyette Bump kernel version for changes to pciverbose. Thanks mrg@ for reminding me. Welcome to 7.99.41! |
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.507 Mon Feb 03 11:00:53 UTC 2003 joda regen |
| pcidevs_data.h | 1.507 Tue Feb 18 00:10:32 UTC 2003 grant regen |
| if_wm.c | 1.507 Wed Apr 12 05:08:00 UTC 2017 knakahara improve comments about the difference between legacy/msi and msix. pointed out by msaitoh@n.o. |
| pcidevs | 1.507 Wed Feb 26 11:48:58 UTC 2003 salo Add few more Silicon Motion, Inc. cards (Lynx EM, Lynx 3DM, Lynx 3D, Lynx) Print various [company], Inc. consistently as (surprise) [company], Inc. |
1 2