Searched hist:1.475 (Results 1 - 25 of 35) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.475 Sun Jun 24 10:07:05 GMT 2007 veego Regen after the usbdevs updates in rev 1.474 and 1.475 1.475 Sun Jun 24 10:07:05 GMT 2007 veego Regen after the usbdevs updates in rev 1.474 and 1.475 |
| H A D | usbdevs_data.h | 1.476 Sun Jun 24 10:07:05 GMT 2007 veego Regen after the usbdevs updates in rev 1.474 and 1.475 1.475 Fri Jun 22 16:37:46 GMT 2007 itohy Regen from usbdevs rev 1.473. |
| H A D | usbdevs | 1.475 Sun Jun 24 10:02:45 GMT 2007 veego - Add the MGE vendor and two entries. - Change the APC entry, because it is not Back-UPS Pro 500 specific, it is used for more UPS's Based on a patch from PR kern/31884 |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.475 Tue Dec 10 00:08:52 GMT 2019 yamaguchi Ported driver for Intel Ethernet 700 series reviewed by msaitoh and knakahara |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.475 Thu Apr 28 21:39:34 GMT 2011 alnsn add myself |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.475 Thu Apr 10 04:33:18 GMT 2025 pgoyette Fix sets-list for MKDEBUG build |
| /src/etc/ | ||
| H A D | Makefile | 1.475 Fri Apr 25 19:34:39 GMT 2025 pgoyette Leave the kernel-dir sets in the $RELEASE directories so the subsequent image-building targets can find them. Use `ln -f'' to allow overwriting previous versions of links. Addresses kern/55929 XXX More to come for building the image targets. christos@ says ``go for it'' |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.475 Sat Sep 06 02:53:22 GMT 2025 riastradh paravirt_membar_sync(9): New memory barrier. For use in paravirtualized drivers which require store-before-load ordering -- irrespective of whether the kernel is built for a single processor, or whether the (virtual) machine is booted with a single processor. This is even required on architectures that don't even have a store-before-load ordering barrier, like m68k; adding, e.g., a virtio bus is _as if_ the architecture has been extended with relaxed memory ordering when talking with that new bus. Such architectures need some way to request the hypervisor enforce that ordering -- on m68k, that's done by issuing a CASL instruction, which qemu maps to an atomic r/m/w with sequential consistency ordering in the host. PR kern/59618: occasional virtio block device lock ups/hangs |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.475 Thu Sep 14 08:52:41 GMT 2017 wiz Remove reference to removed iso(4). |
| H A D | Makefile | 1.475 Tue Sep 30 16:48:39 GMT 2008 jmcneill Remove esl(4) |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.475 Tue Oct 17 19:29:09 GMT 2023 rillig lint: fix debug output of convert/cast operators The default name of the 'CVT' operator is 'convert', therefore the override is only needed for 'cast'. |
| H A D | tree.c | 1.475 Sat Jul 16 22:36:06 GMT 2022 rillig lint: add more details to message about pointer alignment The previous message 'may cause alignment problem' was not detailed enough to be actionable, it didn't give the necessary insight to why lint was complaining at all. The new message 'increases alignment from 1 to 4' or 'from 2 to 8' describes the potentially problematic conversion, and together with the involved type names, it allows an informed decision about whether lint's warning is warranted or not. In a typical NetBSD build, this warning is in the top 10. The number of these warnings depends on the architecture, it is typically between 800 and 1600. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.475 Thu Nov 26 01:41:20 GMT 2015 ozaki-r Fix build dependency of if_llatbl.c if_llatbl.c is required if inet or inet6 is enabled. Depending on ether doesn't suit for NDP case. |
| H A D | kern_exec.c | 1.475 Thu Jun 27 17:07:51 GMT 2019 christos Return an error if the path was too long. Pointed out by maxv |
| H A D | vfs_subr.c | 1.475 Sun Dec 01 13:56:29 GMT 2019 ad Minor vnode locking changes: - Stop using atomics to maniupulate v_usecount. It was a mistake to begin with. It doesn't work as intended unless the XLOCK bit is incorporated in v_usecount and we don't have that any more. When I introduced this 10+ years ago it was to reduce pressure on v_interlock but it doesn't do that, it just makes stuff disappear from lockstat output and introduces problems elsewhere. We could do atomic usecounts on vnodes but there has to be a well thought out scheme. - Resurrect LK_UPGRADE/LK_DOWNGRADE which will be needed to work effectively when there is increased use of shared locks on vnodes. - Allocate the vnode lock using rw_obj_alloc() to reduce false sharing of struct vnode. - Put all of the LRU lists into a single cache line, and do not requeue a vnode if it's already on the correct list and was requeued recently (less than a second ago). Kernel build before and after: 119.63s real 1453.16s user 2742.57s system 115.29s real 1401.52s user 2690.94s system |
| /src/sys/net/ | ||
| H A D | if.c | 1.475 Tue May 05 08:05:03 GMT 2020 jdolecek remove struct ifnet if_mcastop, it's not used by anything |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.475 Sun Dec 10 17:19:48 GMT 2017 bouyer Add dwiic, ihidev and ims |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.475 Tue Sep 24 09:25:47 GMT 2002 pooka regen |
| H A D | pcidevs_data.h | 1.475 Wed Oct 16 15:00:50 GMT 2002 leo Regen. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.475 Sun Jun 02 15:31:25 GMT 2024 rillig make: sync VarEvalMode constant names with their debug log names |
| H A D | main.c | 1.475 Mon Nov 16 18:28:27 GMT 2020 rillig make(1): use postfix increment where possible |
| H A D | parse.c | 1.475 Sun Dec 13 01:07:54 GMT 2020 rillig make(1): error out on misspelled directives Before, make accepted misspellings like .warnings, .export-literally and a few others, all of which are unlikely to occur in practice. See the test directive-misspellings.mk for further details. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.475 Sun Jun 23 22:18:51 GMT 2002 thorpej During native signal delivery (and iBCS2, since it uses the native sigcode), arrange to have the signal handler invoked directly, using the trampoline only for the return path, saving a call insn. Play some other stack trickery in the trampoline to turn 2 pushl's into one movl. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.475 Wed May 27 00:42:00 GMT 2009 agc Bump version of libnetpgp |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.475 Thu Oct 26 01:35:43 GMT 2006 mrg note less 394 update |
Completed in 1126 milliseconds