Searched hist:1.431 (Results 1 - 25 of 41) sorted by relevance
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.431 Tue Jul 05 20:15:40 GMT 2022 andvar branches: 1.431.4; fix various typos in comments. 1.431 Tue Jul 05 20:15:40 GMT 2022 andvar branches: 1.431.4; fix various typos in comments. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.431 Thu Jun 08 17:56:20 GMT 2006 rjs branches: 1.431.2; Add vendor id for Nokia. Add product id for CA42 mobile phone cable. 1.431 Thu Jun 08 17:56:20 GMT 2006 rjs branches: 1.431.2; Add vendor id for Nokia. Add product id for CA42 mobile phone cable. |
| H A D | usbdevs.h | 1.431 Mon Apr 03 07:15:01 GMT 2006 scw branches: 1.431.2; Regen. 1.431 Mon Apr 03 07:15:01 GMT 2006 scw branches: 1.431.2; Regen. |
| H A D | usbdevs_data.h | 1.431 Fri Mar 31 09:40:58 GMT 2006 rpaulo regen |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.431 Tue May 31 23:28:53 GMT 2011 dyoung branches: 1.431.2; Don't use the C preprocessor to configure USERCONF. Instead, either do or do not link in subr_userconf.c and x86_userconf.c. Provide no-op stubs for userconf_bootinfo(), userconf_init(), and userconf_prompt(). Delete all occurrences of #include "opt_userconf.h" as well as USERCONF and __HAVE_USERCONF_BOOTINFO #ifdef'age. 1.431 Tue May 31 23:28:53 GMT 2011 dyoung branches: 1.431.2; Don't use the C preprocessor to configure USERCONF. Instead, either do or do not link in subr_userconf.c and x86_userconf.c. Provide no-op stubs for userconf_bootinfo(), userconf_init(), and userconf_prompt(). Delete all occurrences of #include "opt_userconf.h" as well as USERCONF and __HAVE_USERCONF_BOOTINFO #ifdef'age. |
| H A D | kern_exec.c | 1.431 Wed May 25 20:07:54 GMT 2016 christos Give 0,1,2 for security.pax.mprotect.ptrace and make it default to 1 as documented in sysctl(7): 0 - ptrace does not affect mprotect 1 - (default) mprotect is disabled for processes that start executing from the debugger (being traced) 2 - mprotect restrictions are relaxed for traced processes |
| H A D | vfs_subr.c | 1.431 Sun Jan 29 07:14:38 GMT 2012 dholland Remove the extra op argument to VFS_QUOTACTL() - the op is now stored purely in the args structure. This change requires a kernel version bump. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs_data.h | 1.431 Sun May 19 16:02:45 GMT 2002 bouyer branches: 1.431.2; Regen: add HPT372 and 74 PCI IDE controllers. 1.431 Sun May 19 16:02:45 GMT 2002 bouyer branches: 1.431.2; Regen: add HPT372 and 74 PCI IDE controllers. |
| H A D | files.pci | 1.431 Tue Sep 08 10:05:47 GMT 2020 yamaguchi Added iavf(4) that is based on OpenBSD's iavf(4) implementation reviewed by msaitoh@n.o and knakahara@n.o |
| H A D | pcidevs.h | 1.431 Sun May 19 00:01:29 GMT 2002 sommerfeld Regen |
| /src/sys/sys/ | ||
| H A D | param.h | 1.431 Sun Jun 16 13:33:30 GMT 2013 hannken branches: 1.431.2; Add an UFS_SNAPGONE() ufs op replacing the calls to ffs_snapgone() in ufs_lookup.c. Ok: David Holland <dholland@netbsd.org> Welcome to 6.99.22 1.431 Sun Jun 16 13:33:30 GMT 2013 hannken branches: 1.431.2; Add an UFS_SNAPGONE() ufs op replacing the calls to ffs_snapgone() in ufs_lookup.c. Ok: David Holland <dholland@netbsd.org> Welcome to 6.99.22 |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.431 Sat Oct 14 13:15:14 GMT 2017 jdolecek only call drive reset with AT_POLL when the command itself was polled, so that the logic for AT_POLL matches how e.g. ata_dmaerr() is called; this was the original intent of the change in 1.428.2.25, to make the error handling safe wrt. polled xfers this is stopgap fix for ATA channel wedge after DMA error, as reported by Martin Husemann in PR kern/52606, and PR kern/52605 problem happened due to ata_reset_channel() being called once in ata_dmaerr() with flags == 0, which freezed channel and set flag to reset via thread, then ata_reset_channel() was called via wdc_drive_reset() with AT_POLL, which just executed the reset and cleared the flag, without clearing the extra freeze; that logic will be refactored in separate commit |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.431 Thu Nov 30 11:56:45 GMT 2017 jmcneill add qemufwcfg(4) |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.431 Sat Jan 01 15:09:01 GMT 2022 christos KASSERT now always uses the expression, so don't protect with DIAGNOSTIC |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.431 Tue Dec 09 00:50:27 GMT 2008 roy Add myself. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.431 Tue Apr 09 15:17:23 GMT 2024 nia Add new sets: base32, debug32, manhtml - base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit compatibility, previously included in base - debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries containing debug symbols for 32-bit compatiblity, previously included in debug - manhtml contains (when MKHTML=yes) the HTML files previously included in 'man', which are of limited utility without third-party software. The motivation for this change is to be able to easily exclude sets from CD-ROM images that go over the size limit without xz compression (which many NetBSD platforms struggle to extract at acceptable speeds). |
| /src/etc/ | ||
| H A D | Makefile | 1.431 Mon Jun 19 20:10:18 GMT 2017 christos use -v to get the expanded variable. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.431 Fri Oct 05 09:51:55 GMT 2018 hannken Bring back three state file system suspension: NORMAL -> SUSPENDING -> SUSPENDED and add operation fstrans_start_lazy() that only blocks while SUSPENDED. Change vndthread() support operation handle_with_rdwr() to bracket its file system operations by fstrans_start_lazy() and fstrans_done(). PR kern/53624 (dom0 freeze on domU exit) |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.431 Wed May 25 20:44:01 GMT 2022 nia mk: Allow setting MKDHCPD=no to build base without the ISC DHCP server, useful for embedded images that don't need to act as one. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.431 Sun Oct 13 21:17:35 GMT 2013 dholland Add LFS options, both preexisting and UFS-derived. Leave the ones that are not yet believed to work commented out. Ride previous date bump. |
| H A D | Makefile | 1.431 Fri Jun 01 18:10:00 GMT 2007 uwe Add smsc.4 (hi, brett!) |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.431 Sat Jan 21 13:48:40 GMT 2023 rillig lint: add support for C11 '_Atomic' as atomic-type-specifier Following the C11 grammar, the keyword '_Atomic' needs to be a separate syntactic category, to avoid further conflicts in the grammar. The two newly added conflicts in the grammar would come into play when mixing traditional C with C11, in a type name without an implicit 'int'. If the type '_Atomic(int)*' were parsed as '_Atomic int(int)*', the trailing '*' would be a syntax error. |
| /src/sys/net/ | ||
| H A D | if.c | 1.431 Mon Aug 06 06:54:40 GMT 2018 msaitoh Change pktq's drops count sysctl from CTLTYPE_INT to CTLTYPE_QUAD. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.431 Sat Apr 23 10:15:27 GMT 2016 skrll Merge nick-nhusb - API / infrastructure changes to support memory management changes. - Memory management improvements and bug fixes. - HCDs should now be MP safe - conversion to KERNHIST based debug - FS/LS isoc support on ehci(4). - conversion to kmem(9) - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash). - interrupt transfers now get proper DMA operations - general bug fixes - kern/48308 - uhub status notification improvements - umass(4) probe fix (applied to HEAD already) - ohci(4) short transfer fix |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.431 Tue Apr 27 16:23:21 GMT 2021 rillig make: remove stray space in -de output in jobs mode In compat mode, having a space in this place makes sense to align the target name with the command. In jobs mode, since each command is listed in a separate line, there is no need for the double space. |
Completed in 669 milliseconds