Searched hist:1.362 (Results 1 - 25 of 71) 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/ | ||
| 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. |
| 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. |
| /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/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/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. |
| /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 |
| /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/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 |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.362 Wed Sep 06 19:56:57 GMT 2023 jschauma +DAE deterministic authenticated encryption |
| /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/sys/kern/ | ||
| H A D | kern_sig.c | 1.362 Fri Jun 21 01:03:51 GMT 2019 kamil Eliminate PS_NOTIFYSTOP remnants from the kernel This flag used to be useful in /proc (BSD4.4-style) debugging semantics. Traced child events were notified without signaling the parent. This property was removed in NetBSD-8.0 and had no users. This change simplifies the signal code, removing dead branches. NFCI |
| 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/sparc/sparc/ | ||
| H A D | pmap.c | 1.362 Tue Jan 16 08:23:17 GMT 2018 mrg implement cpuctl identify for sparc and sparc64. sparc: - move enum vactype and struct cacheinfo into cpu.h - move the cache flags from cpuinfo.flags into CACHEINFO.c_flags (this allows the new cache_printf_backend() to see them.) remove unused CPUFLG_CACHEIOMMUTABLES and CPUFLG_CACHEDVMA. - align xmpsg to 64 bytes - move cache_print() into cache_print.h so it can be shared with cpuctl. it only depends upon a working printf(). - if found, store the CPU node's "name" into cpu_longname. this changes the default output to show the local CPU not the generic CPU family. eg: cpu0 at mainbus0: mid 8: Ross,RT625 @ 90 MHz, on-chip FPU vs the generic "RT620/625" previously shown. - for each CPU export these things: - name - fpuname - mid - cloc - freq - psr impl and version - mmu impl, version, and number of contexts - cacheinfo structure (which changed for the first time ever with this commit.) sparc64: - add a minimal "cacheinfo" structure to export the i/d/e-cache size and linesize. - store %ver, cpu node "name" and cacheinfo in cpu_info. - set cpu_info ver, name and cacheinfo in cpu_attach(), and export them via sysctl, as well as CPU ID and clock freq cpuctl: - add identifycpu_bind() that returns false on !x86 as their identify routines do not need to run on a particular CPU to obtain its information, and use it to avoid trying to set affinity when not needed. - add sparc and sparc64 cpu identify support using the newly exported values. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.362 Thu Mar 25 05:33:59 GMT 2021 rin Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags. Polling is scheduled at every sc_poll_ticks ticks. This is useful to work around H/W bug, by which interrupts are lost *sometimes*; interrupt-based I/O mostly works and no need for polling every counter ticks. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.362 Wed Sep 02 17:40:23 GMT 2020 riastradh Nix trailing whitespace. |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.362 Sat Aug 20 23:15:36 GMT 2022 riastradh x86: Split bootspace out of x86/pmap.h into new x86/bootspace.h. |
| /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 |
Completed in 510 milliseconds