Searched hist:1.321 (Results 1 - 25 of 91) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.321 Sun Oct 08 01:05:13 GMT 2017 kre Better validation of var name args to -V and -Z, in a way that makes it trivial to add a list of banned var names for either of those args should that ever be considered desireable (as the XXX suggests it might.) I've had this mod locked in my tree for (at least) months - time to set it free. |
| H A D | Makefile | 1.321 Wed Dec 06 19:34:00 GMT 2017 uwe branches: 1.321.2; Include somewhat misleadingly named do-x11 into BUILDTARGETS even with NOBINARIES set (subject to MKX11). 1.321 Wed Dec 06 19:34:00 GMT 2017 uwe branches: 1.321.2; Include somewhat misleadingly named do-x11 into BUILDTARGETS even with NOBINARIES set (subject to MKX11). |
| H A D | UPDATING | 1.321 Sat Sep 18 03:05:19 GMT 2021 christos Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. Requested by chuq. |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.321 Wed May 08 13:40:17 GMT 2019 isaki branches: 1.321.2; Merge isaki-audio2 branch, the overhaul of audio subsystem. - Interrupt-oriented system rather than thread-oriented. - Improve stability, quality and performance. - Split playback and record cleanly. Improve halfduplex support. - Many bugs are fixed including deadlocks, resource leaks, abuses, etc. - Simplify audio filter mechanism. The encoding/channels/frequency conversions are completely handled in the upper layer. So the hard- ware driver only converts its hardware encoding (if necessary). - audio_hw_if changes: - Obsoletes query_encoding and add query_format instead. - Obsoletes set_params and add set_format instead. - Remove drain, setfd, mappage. - The call sequences are changed. - ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted. - ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced. - cleanup config attributes: au*conv and mulaw. - All hardware drivers should follow it (I've done as much as possible). Some file paths are changed: - dev/audio.c -> dev/audio/audio.c (rewritten) - dev/audiovar.h -> dev/audio/audiovar.h - dev/audio_dai.h -> dev/audio/audio_dai.h - dev/audio_if.h -> dev/audio/audio_if.h - dev/audiobell.c -> dev/audio/audiobell.c - dev/audiobellvar.h -> dev/audio/audiobellvar.h - dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c 1.321 Wed May 08 13:40:17 GMT 2019 isaki branches: 1.321.2; Merge isaki-audio2 branch, the overhaul of audio subsystem. - Interrupt-oriented system rather than thread-oriented. - Improve stability, quality and performance. - Split playback and record cleanly. Improve halfduplex support. - Many bugs are fixed including deadlocks, resource leaks, abuses, etc. - Simplify audio filter mechanism. The encoding/channels/frequency conversions are completely handled in the upper layer. So the hard- ware driver only converts its hardware encoding (if necessary). - audio_hw_if changes: - Obsoletes query_encoding and add query_format instead. - Obsoletes set_params and add set_format instead. - Remove drain, setfd, mappage. - The call sequences are changed. - ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted. - ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced. - cleanup config attributes: au*conv and mulaw. - All hardware drivers should follow it (I've done as much as possible). Some file paths are changed: - dev/audio.c -> dev/audio/audio.c (rewritten) - dev/audiovar.h -> dev/audio/audiovar.h - dev/audio_dai.h -> dev/audio/audio_dai.h - dev/audio_if.h -> dev/audio/audio_if.h - dev/audiobell.c -> dev/audio/audiobell.c - dev/audiobellvar.h -> dev/audio/audiobellvar.h - dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.321 Wed Jan 16 09:37:06 GMT 2008 ad branches: 1.321.6; Remove options MATH_EMULATE. 1.321 Wed Jan 16 09:37:06 GMT 2008 ad branches: 1.321.6; Remove options MATH_EMULATE. |
| /src/sys/netinet/ | ||
| H A D | tcp_input.c | 1.321 Wed Jan 11 14:39:08 GMT 2012 drochner branches: 1.321.2; 1.321.6; 1.321.8; fix build in the (FAST_)IPSEC & TCP_SIGNATURE case 1.321 Wed Jan 11 14:39:08 GMT 2012 drochner branches: 1.321.2; 1.321.6; 1.321.8; fix build in the (FAST_)IPSEC & TCP_SIGNATURE case 1.321 Wed Jan 11 14:39:08 GMT 2012 drochner branches: 1.321.2; 1.321.6; 1.321.8; fix build in the (FAST_)IPSEC & TCP_SIGNATURE case 1.321 Wed Jan 11 14:39:08 GMT 2012 drochner branches: 1.321.2; 1.321.6; 1.321.8; fix build in the (FAST_)IPSEC & TCP_SIGNATURE case |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vnops.c | 1.321 Sun Aug 20 05:37:03 GMT 2017 maya branches: 1.321.2; 1.321.4; Fix typo in comment 1.321 Sun Aug 20 05:37:03 GMT 2017 maya branches: 1.321.2; 1.321.4; Fix typo in comment 1.321 Sun Aug 20 05:37:03 GMT 2017 maya branches: 1.321.2; 1.321.4; Fix typo in comment |
| H A D | lfs_vfsops.c | 1.321 Wed Apr 16 18:55:19 GMT 2014 maxv branches: 1.321.4; An (un)privileged user can easily make the kernel dereference a NULL pointer. The kernel allows 'data' to be NULL; it's the fs's responsibility to ensure that it isn't NULL (if the fs actually needs data). ok christos@ 1.321 Wed Apr 16 18:55:19 GMT 2014 maxv branches: 1.321.4; An (un)privileged user can easily make the kernel dereference a NULL pointer. The kernel allows 'data' to be NULL; it's the fs's responsibility to ensure that it isn't NULL (if the fs actually needs data). ok christos@ |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.321 Fri Nov 16 23:46:20 GMT 2007 martin branches: 1.321.2; 1.321.6; Initialize curlwp early 1.321 Fri Nov 16 23:46:20 GMT 2007 martin branches: 1.321.2; 1.321.6; Initialize curlwp early 1.321 Fri Nov 16 23:46:20 GMT 2007 martin branches: 1.321.2; 1.321.6; Initialize curlwp early |
| H A D | machdep.c | 1.321 Sat Jul 28 19:08:25 GMT 2012 matt Remove declartions of physmem |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.321 Tue Jul 31 13:02:15 GMT 2018 rjs regen. |
| H A D | syscalls.c | 1.321 Tue Jun 02 17:02:32 GMT 2020 kamil Regenerate native NetBSD syscalls The only change is rump repecting syscall alias names. No binary change. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.321 Wed Feb 15 23:05:33 GMT 2012 riz Note the new netbsd-6 branch, and move CHANGES to CHANGES.prev. |
| /src/sys/sys/ | ||
| H A D | syscall.h | 1.321 Mon Nov 01 05:26:27 GMT 2021 thorpej regen for "struct sigaltstack" -> "stack_t" |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.321 Wed Jul 02 17:28:56 GMT 2008 ad branches: 1.321.2; Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. 1.321 Wed Jul 02 17:28:56 GMT 2008 ad branches: 1.321.2; Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.321 Mon Dec 31 15:31:45 GMT 2007 ad Remove systrace. Ok core@. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.321 Wed Aug 01 20:04:10 GMT 2018 maxv Unreference IPF/PF from all the config files, and enable NPF instead when wanted. This also fixes some inconsistencies I saw in several files (eg IPF options while IPF was not compiled, IPF+PF enabled by default, etc). |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.321 Mon Aug 13 08:26:49 GMT 2018 christos - although I like the ",obsolete" better, the convention is to obliterate the info - fix lint |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.321 Fri Aug 11 23:04:29 GMT 2023 christos sets for libfido2-1.13.0 |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.321 Fri Feb 12 08:56:04 GMT 2021 leot Add HOTP and TOTP |
| /src/share/mk/ | ||
| H A D | bsd.prog.mk | 1.321 Thu Aug 15 08:42:59 GMT 2019 kamil Add SANITIZER_RENAME_CLASSES in bsd.prog.mk This adds a more flexible version of SANITIZER_RENAME_SYMBOL. New symbol allows to specify MKSANITIZER specific renames on per-file and per-symbol basis. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.321 Fri Dec 16 14:58:53 GMT 2016 mlelstv add comment about "missing" dk_start. |
| /src/sys/dev/usb/ | ||
| H A D | ohci.c | 1.321 Thu Mar 03 06:12:11 GMT 2022 riastradh usb: Hold pipe lock across upm_transfer and upm_start. This simplifies the code and fixes races with abort. Access to the pipe's queue is now done exclusively while the pipe is locked. |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.321 Sat Mar 19 23:21:03 GMT 2016 gdt Disable uscanner in all kernel configs As discussed on current-users@, SANE uses ugen via libusb and not uscanner, so users are not well served by having uscanner. Consensus is that addressing how to adjust permissions for scanners should not block restoring basic functionionality. (Compile-tested only, but there are multiple reports of this being the right approach.) |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.321 Wed Oct 20 03:08:18 GMT 2021 thorpej Overhaul of the EVFILT_VNODE kevent(2) filter: - Centralize vnode kevent handling in the VOP_*() wrappers, rather than forcing each individual file system to deal with it (except VOP_RENAME(), because VOP_RENAME() is a mess and we currently have 2 different ways of handling it; at least it's reasonably well-centralized in the "new" way). - Add support for NOTE_OPEN, NOTE_CLOSE, NOTE_CLOSE_WRITE, and NOTE_READ, compatible with the same events in FreeBSD. - Track which kevent notifications clients are interested in receiving to avoid doing work for events no one cares about (avoiding, e.g. taking locks and traversing the klist to send a NOTE_WRITE when someone is merely watching for a file to be deleted, for example). In support of the above: - Add support in vnode_if.sh for specifying PRE- and POST-op handlers, to be invoked before and after vop_pre() and vop_post(), respectively. Basic idea from FreeBSD, but implemented differently. - Add support in vnode_if.sh for specifying CONTEXT fields in the vop_*_args structures. These context fields are used to convey information between the file system VOP function and the VOP wrapper, but do not occupy an argument slot in the VOP_*() call itself. These context fields are initialized and subsequently interpreted by PRE- and POST-op handlers. - Version VOP_REMOVE(), uses the a context field for the file system to report back the resulting link count of the target vnode. Return this in tmpfs, udf, nfs, chfs, ext2fs, lfs, and ufs. NetBSD 9.99.92. |
Completed in 353 milliseconds