Searched hist:1.362 (Results 1 - 25 of 72) sorted by relevance
| /src/sys/arch/x68k/dev/ | ||
| H A D | vs.c | 1.39 Sun Jul 09 00:49:26 GMT 2017 isaki Catch up vs_set_params() to recent MI audio (after in-kernel mixer). Before that, MD part had to support all encodings I'd like to support, but currently it's no longer necessary. The hardware is 4bit/1ch/15.6kHz ADPCM but it behaves as 16bit/1ch/16.0kHz PCM. For audio.c < 1.362, the device attach succeeded and playback is still working. For audio.c >= 1.363, the device attach fails again. It does not work yet but I commit it for milestone. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.362 Sun Nov 16 16:01:40 GMT 2014 manu branches: 1.362.2; Remove unused extended attributes kernel options As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate 1.362 Sun Nov 16 16:01:40 GMT 2014 manu branches: 1.362.2; Remove unused extended attributes kernel options As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate |
| /src/ | ||
| H A D | build.sh | 1.362 Sun Aug 14 08:51:41 GMT 2022 lukem build.sh: improve help versus usage Rework help / usage semantics: - send help to stdout, exit 0. - send usage to stderr, exit 1. 1.362 Sun Aug 14 08:51:41 GMT 2022 lukem build.sh: improve help versus usage Rework help / usage semantics: - send help to stdout, exit 0. - send usage to stderr, exit 1. |
| H A D | UPDATING | 1.362 Wed Oct 16 11:45:37 GMT 2024 martin Revert previous - the build is broken, unrelated to update builds. 1.362 Wed Oct 16 11:45:37 GMT 2024 martin Revert previous - the build is broken, unrelated to update builds. 1.362 Wed Oct 16 11:45:37 GMT 2024 martin Revert previous - the build is broken, unrelated to update builds. 1.362 Wed Oct 16 11:45:37 GMT 2024 martin Revert previous - the build is broken, unrelated to update builds. |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.362 Thu Jun 20 03:31:30 GMT 2019 pgoyette branches: 1.362.2; 1.362.4; Split the ufs code out of the ffs module and into its own module. Adapt chfs and ext2fs modules accordingly. 1.362 Thu Jun 20 03:31:30 GMT 2019 pgoyette branches: 1.362.2; 1.362.4; Split the ufs code out of the ffs module and into its own module. Adapt chfs and ext2fs modules accordingly. 1.362 Thu Jun 20 03:31:30 GMT 2019 pgoyette branches: 1.362.2; 1.362.4; Split the ufs code out of the ffs module and into its own module. Adapt chfs and ext2fs modules accordingly. |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.362 Fri Nov 18 22:18:07 GMT 2011 jmcneill branches: 1.362.4; 1.362.6; remove Xbox support 1.362 Fri Nov 18 22:18:07 GMT 2011 jmcneill branches: 1.362.4; 1.362.6; remove Xbox support 1.362 Fri Nov 18 22:18:07 GMT 2011 jmcneill branches: 1.362.4; 1.362.6; remove Xbox support |
| H A D | ALL | 1.362 Sun Jun 30 21:38:57 GMT 2013 rmind G/C PFIL_HOOKS from the kernel configs. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.362 Sat Aug 07 16:21:02 GMT 2021 thorpej thorpej-cfargs2 merged. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.362 Fri May 02 21:11:00 GMT 2008 plunky branches: 1.362.2; disk_destroy() is needed when the disk structure is no longer required, this fixes PR kern/38131 1.362 Fri May 02 21:11:00 GMT 2008 plunky branches: 1.362.2; disk_destroy() is needed when the disk structure is no longer required, this fixes PR kern/38131 |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.362 Sun Dec 04 21:08:45 GMT 2011 jym branches: 1.362.2; Improvements in secmodel(9). Document secmodel_register(9), _deregister(9) and _eval(9). Add secmodel_extensions(9), and indicate the new sysctl(7) to let ordinary users control the CPU affinity (user_set_cpu_affinity). 1.362 Sun Dec 04 21:08:45 GMT 2011 jym branches: 1.362.2; Improvements in secmodel(9). Document secmodel_register(9), _deregister(9) and _eval(9). Add secmodel_extensions(9), and indicate the new sysctl(7) to let ordinary users control the CPU affinity (user_set_cpu_affinity). |
| /src/sys/sys/ | ||
| H A D | proc.h | 1.362 Mon Apr 06 08:20:05 GMT 2020 kamil branches: 1.362.2; Reintroduce struct proc::p_oppid Relying on p_opptr is not safe as there is a race between: - spawner giving a birth to a child process and being killed - spawnee accessng p_opptr and reporting TRAP_CHLD PR kern/54786 by Andreas Gustafsson 1.362 Mon Apr 06 08:20:05 GMT 2020 kamil branches: 1.362.2; Reintroduce struct proc::p_oppid Relying on p_opptr is not safe as there is a race between: - spawner giving a birth to a child process and being killed - spawnee accessng p_opptr and reporting TRAP_CHLD PR kern/54786 by Andreas Gustafsson |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.362 Fri Jul 12 06:27:13 GMT 2019 mlelstv branches: 1.362.2; Add missing lock around pmap_protect. ok, chs@ Reported-by: syzbot+6bfd0be70896fc9e9a3d@syzkaller.appspotmail.com 1.362 Fri Jul 12 06:27:13 GMT 2019 mlelstv branches: 1.362.2; Add missing lock around pmap_protect. ok, chs@ Reported-by: syzbot+6bfd0be70896fc9e9a3d@syzkaller.appspotmail.com 1.362 Fri Jul 12 06:27:13 GMT 2019 mlelstv branches: 1.362.2; Add missing lock around pmap_protect. ok, chs@ Reported-by: syzbot+6bfd0be70896fc9e9a3d@syzkaller.appspotmail.com 1.362 Fri Jul 12 06:27:13 GMT 2019 mlelstv branches: 1.362.2; Add missing lock around pmap_protect. ok, chs@ Reported-by: syzbot+6bfd0be70896fc9e9a3d@syzkaller.appspotmail.com 1.362 Fri Jul 12 06:27:13 GMT 2019 mlelstv branches: 1.362.2; Add missing lock around pmap_protect. ok, chs@ Reported-by: syzbot+6bfd0be70896fc9e9a3d@syzkaller.appspotmail.com 1.362 Fri Jul 12 06:27:13 GMT 2019 mlelstv branches: 1.362.2; Add missing lock around pmap_protect. ok, chs@ Reported-by: syzbot+6bfd0be70896fc9e9a3d@syzkaller.appspotmail.com |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.362 Wed Jan 22 22:29:28 GMT 2020 macallan enable CPU speed / voltage control via GPIOs and/or DFS should work on most *Book G4 ( notable exception - TiBooks. They use a completely different mechanism ) |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.362 Wed Sep 06 19:56:57 GMT 2023 jschauma +DAE deterministic authenticated encryption 1.362 Wed Sep 06 19:56:57 GMT 2023 jschauma +DAE deterministic authenticated encryption 1.362 Wed Sep 06 19:56:57 GMT 2023 jschauma +DAE deterministic authenticated encryption 1.362 Wed Sep 06 19:56:57 GMT 2023 jschauma +DAE deterministic authenticated encryption |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.362 Tue Dec 16 04:32:03 GMT 2025 riastradh openssh: Install libssh.so in /usr/lib/private. This way it doesn't get exposed to applications accidentally, and we don't need to worry about breaking ABI when updating openssh in base. PR lib/58648: private shared libraries should go in /usr/lib/private, not /usr/lib 1.362 Tue Dec 16 04:32:03 GMT 2025 riastradh openssh: Install libssh.so in /usr/lib/private. This way it doesn't get exposed to applications accidentally, and we don't need to worry about breaking ABI when updating openssh in base. PR lib/58648: private shared libraries should go in /usr/lib/private, not /usr/lib 1.362 Tue Dec 16 04:32:03 GMT 2025 riastradh openssh: Install libssh.so in /usr/lib/private. This way it doesn't get exposed to applications accidentally, and we don't need to worry about breaking ABI when updating openssh in base. PR lib/58648: private shared libraries should go in /usr/lib/private, not /usr/lib |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.362 Mon Apr 21 16:13:36 GMT 2025 kre Bump libc minor 222->223 1.362 Mon Apr 21 16:13:36 GMT 2025 kre Bump libc minor 222->223 1.362 Mon Apr 21 16:13:36 GMT 2025 kre Bump libc minor 222->223 1.362 Mon Apr 21 16:13:36 GMT 2025 kre Bump libc minor 222->223 1.362 Mon Apr 21 16:13:36 GMT 2025 kre Bump libc minor 222->223 1.362 Mon Apr 21 16:13:36 GMT 2025 kre Bump libc minor 222->223 |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.362 Mon May 28 21:04:38 GMT 2018 chs branches: 1.362.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. |
| /src/usr.bin/make/unit-tests/ | ||
| H A D | Makefile | 1.362 Fri May 09 21:38:34 GMT 2025 rillig make: unify debug messages for parallel mode Always print the process status in hex, with a leading "0x", to avoid confusion for status 127f, which looks suspiciously decimal. Prefix all process IDs with "pid", to be able to filter them easily. Omit trailing whitespace when printing a command. 1.362 Fri May 09 21:38:34 GMT 2025 rillig make: unify debug messages for parallel mode Always print the process status in hex, with a leading "0x", to avoid confusion for status 127f, which looks suspiciously decimal. Prefix all process IDs with "pid", to be able to filter them easily. Omit trailing whitespace when printing a command. |
| /src/sys/kern/ | ||
| H A D | kern_synch.c | 1.362 Wed Oct 04 20:29:18 GMT 2023 ad Eliminate l->l_biglocks. Originally I think it had a use but these days a local variable will do. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.362 Sun Jul 13 22:09:01 GMT 2014 palle Bugfix: add missing cmp instruction to GET_MAXCWP macro |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.362 Wed Jan 17 20:30:16 GMT 2018 skrll G/C ARM32_NEW_VM_LAYOUT |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.362 Sun Oct 28 09:36:01 GMT 2007 jnemeth no such user as _authpf, just a group |
| /src/etc/ | ||
| H A D | Makefile | 1.362 Fri Dec 05 18:52:59 GMT 2008 cube Let the build descend in rc.d during "build" and not just use it for "distribution". |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.362 Sun Feb 03 11:03:53 GMT 2019 martin When we force COMPAT_NETBSD32 to be defined, force it to the same value that opt_compate_netbsd32.h would have, otherwise we get a "redefined" error from gcc. XXX this looks fishy, Paul, can you have a look, please? |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.362 Sun Jan 04 01:26:23 GMT 2004 augustss Add Wacom Graphire3 4x5. From Dave Huang. |
Completed in 983 milliseconds