Searched hist:1.415 (Results 1 - 25 of 47) sorted by relevance
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.415 Tue Nov 04 07:51:55 GMT 2014 mlelstv branches: 1.415.2; support DIOCMWEDGES ioctl. 1.415 Tue Nov 04 07:51:55 GMT 2014 mlelstv branches: 1.415.2; support DIOCMWEDGES ioctl. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.415 Fri Sep 16 23:54:25 GMT 2005 jmcneill branches: 1.415.2; Additional usbdevs entry for Ralink; found on my Zonet ZEW2500P 1.415 Fri Sep 16 23:54:25 GMT 2005 jmcneill branches: 1.415.2; Additional usbdevs entry for Ralink; found on my Zonet ZEW2500P |
| H A D | usbdevs.h | 1.415 Sun Aug 14 21:08:40 GMT 2005 augustss Regen. |
| H A D | usbdevs_data.h | 1.415 Wed Aug 03 23:08:19 GMT 2005 augustss Regen. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.415 Sun Aug 07 02:52:23 GMT 2022 simonb UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.415 Thu Nov 30 21:01:16 GMT 2006 bouyer branches: 1.415.2; Add ahcisata(4), a driver for AHCI 1.0 and 1.1 controllers. Tested on the sata ports of a Intel 63xxESB chipset. Does not support NCQ yet. 1.415 Thu Nov 30 21:01:16 GMT 2006 bouyer branches: 1.415.2; Add ahcisata(4), a driver for AHCI 1.0 and 1.1 controllers. Tested on the sata ports of a Intel 63xxESB chipset. Does not support NCQ yet. |
| H A D | options.4 | 1.415 Thu Mar 22 20:34:38 GMT 2012 drochner remove KAME IPSEC, replaced by FAST_IPSEC |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.415 Tue Aug 13 17:54:59 GMT 2024 riastradh uvm_map(9): Sprinkle invariant assertions into uvm_map_space_avail. No functional change intended. PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.415 Sun Nov 04 20:02:07 GMT 2018 palle Ensure that the 64-bit condition codes are used instead of the 32-bit condition codes. ok martin@ |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.415 Wed Mar 08 18:00:49 GMT 2017 maxv A few changes: * Use markers to reduce false sharing. * Remove XENDEBUG_SYNC and several debug messages, they are just useless. * Remove xen_vcpu_*. They are unused and not optimized: if we really wanted to flush ranges we should pack the VAs in a mmuext_op array instead of performing several hypercalls in a loop. * Start removing PG_k. * KNF, reorder, simplify and remove stupid comments. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.415 Sun Jun 21 07:14:15 GMT 2020 skrll Use howmany(). NFCI. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.415 Sat Sep 06 13:14:56 GMT 2008 tsutsui Add landisk to MACHINE_LIST. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.415 Fri Aug 04 20:56:08 GMT 2023 riastradh t_ubsan, t_ubsanxx: Remove gcc=10, gcc=12 conditionals. These are built unconditionally. Should help fix the clang build. |
| /src/etc/ | ||
| H A D | Makefile | 1.415 Mon Jun 30 15:34:57 GMT 2014 martin Undo the mac68k specific previous change and instead move all mkisofs-based images into ${RELEASEDIR}/images (just like the makefs ones). |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.415 Tue Jun 13 09:11:22 GMT 2017 nat Add wsbell. Found by wiz@. |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.415 Tue Nov 10 21:47:49 GMT 2020 kamil Reintroduce the support of MKCATPAGES Requested by <mrg> |
| H A D | bsd.lib.mk | 1.415 Sat Nov 23 02:10:13 GMT 2024 riastradh bsd.lib.mk: Switch back from TOOL_GREP to grep for now. Apparently TOOL_GREP is just broken: $ { echo __bss_start__; echo __bss_end__; echo hello; } \ > | nbgrep -Fvx -e _end -e _fini -e _init -e __bss_end__ -e __bss_start__ -e __end__ -e _bss_end__ __bss_end__ hello And the options -F, -v, -x, and -e are all standard in POSIX, so it's not really too much to ask of the host environment for now until we figure out whatever is wrong with TOOL_GREP. |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.415 Mon Sep 25 21:59:38 GMT 2023 oster We no longer need the deprecated copyback functionality now that incorporating a used spare is automatic. Copyback has always been an issue, as to do a copyback all IO to the array had to be suspended, and so was very, very unlikely to have been used in anything resembling a production system. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.415 Sun Sep 22 09:54:56 GMT 2019 jmcneill Correct mcx comment, drop mii dependency |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.415 Thu May 12 20:57:49 GMT 2022 rillig lint: merge duplicate grammar rules for __alignof__ expr This allows expressions like '__alignof__(ptr)->member', just as with 'sizeof'. The upper rule in the grammar was preferred over the lower rule since it shifted the T_LPAREN instead of reducing unary_expression. Its implementation invoked undefined behavior if the expression was NULL since it didn't assign anything to $$. |
| H A D | decl.c | 1.415 Thu Apr 10 20:37:48 GMT 2025 rillig lint: remove now-unnecessary CONSTCOND comments |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.415 Sun Jan 31 00:43:37 GMT 2010 hubertf Replace more printfs with aprint_normal / aprint_verbose Makes "boot -z" go mostly silent for me. |
| H A D | kern_exec.c | 1.415 Sat Sep 12 17:04:57 GMT 2015 christos - preserve the error number returned from copyin. - preserve the original pathname in ep_kname, because this is what gets passed to userland in exec_script.c |
| H A D | vfs_subr.c | 1.415 Tue Aug 17 13:17:47 GMT 2010 hannken Now that ffs on disk inodes get freed in the reclaim routine it is no longer necessary for vget() to handle VI_INACTNOW as a special case. Remove this check and its support in vrelel(). Getting another reference while the freelist is locked is an error. Replace the check with a KASSERT. |
| /src/sys/net/ | ||
| H A D | if.c | 1.415 Fri Dec 15 04:03:46 GMT 2017 ozaki-r Ensure to call if_mcast_op with holding IFNET_LOCK Note that CARP doesn't deal with IFNET_LOCK yet. |
Completed in 459 milliseconds