Searched hist:1.521 (Results 1 - 25 of 30) sorted by relevance
| /src/sys/kern/ | ||
| H A D | kern_exec.c | 1.521 Sun Oct 08 00:38:58 GMT 2023 ad branches: 1.521.6; Defer some wakeups till lock release. 1.521 Sun Oct 08 00:38:58 GMT 2023 ad branches: 1.521.6; Defer some wakeups till lock release. |
| H A D | init_main.c | 1.521 Tue Feb 18 20:23:17 GMT 2020 chs remove the aiodoned thread. I originally added this to provide a thread context for doing page cache iodone work, but since then biodone() has changed to hand off all iodone work to a softint thread, so we no longer need the special-purpose aiodoned thread. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.521 Mon Aug 26 13:38:28 GMT 2024 riastradh acpivmgenid(4): New driver for virtual machine generation ID. Added to amd64/ALL and i386/ALL kernel configurations, and made available as a loadable module acpivmgenid.kmod on x86, for now. TBD: Add to all ACPI-supporting GENERIC kernels. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork |
| H A D | GENERIC | 1.521 Sun Oct 27 10:28:39 GMT 2002 tsutsui Add fmv* at isapnp? for FMV-183. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.521 Wed May 20 05:19:20 GMT 2015 snj merge port-specific legal sections into the common file. most of these entries were already in the common file, and it's a pain to maintain them separately. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.521 Tue Nov 16 05:16:47 GMT 2021 msaitoh Remove mb_map. |
| H A D | Makefile | 1.521 Sun Jul 04 15:21:58 GMT 2010 tsutsui Add upgt(4), a driver for Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g WLAN device, ported from OpenBSD by FUKAUMI Naoki: http://mail-index.NetBSD.org/current-users/2010/05/28/msg013570.html Slightly modified by me to use recently added config_mountroot(9) to defer some device initialization until mountroot for firmload(9). Tested on Sharp W-ZERO3 WS003SH with internal WLAN. Note currently we cannot redistribute firmware files for upgt(4) so they have to be downloaded and copied into /libdata/firmware/upgt manually. See upgt(4) man page about firmware details. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.521 Fri Jan 16 13:31:01 GMT 2009 jmcneill Add HP Generic RNDIS ID |
| H A D | usbdevs.h | 1.521 Fri Apr 24 14:07:36 GMT 2009 jakllsch regen. |
| H A D | usbdevs_data.h | 1.521 Tue Apr 21 16:36:06 GMT 2009 cube Regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.521 Wed Mar 05 22:51:10 GMT 2025 rillig lint: revert accidental commit |
| H A D | tree.c | 1.521 Tue May 09 15:51:33 GMT 2023 rillig lint: track integer constraints through conditional expressions |
| /src/sys/net/ | ||
| H A D | if.c | 1.521 Fri Sep 02 03:50:00 GMT 2022 thorpej pktqueue: Re-factor sysctl handling. Provide a new pktq_sysctl_setup() function that attaches standard pktq sysctl nodes below a specified parent node, with either a fixed node ID or CTL_CREATE to dynamically assign node IDs. Make all of the sysctl handlers private to pktqueue.c, and remove the INET- and INET6-specific pktqueue sysctl code from net/if.c. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.521 Thu Mar 28 19:00:40 GMT 2019 maxv Move NVMM in the "any" class, so that it can be enabled in GENERIC. Add missing files in files.nvmm, and add NVMM (commented out) in the amd64 GENERIC. Remove the "caveats" section in the man page. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.521 Thu Apr 03 16:15:22 GMT 2003 kent regen |
| H A D | pcidevs_data.h | 1.521 Fri Apr 11 02:50:07 GMT 2003 explorer add Promise ATA/150 TX4 id |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.521 Wed Apr 16 21:37:37 GMT 2003 dsl Partially reverse previous change. Reset RTC only if ntp is running or adjtime system call has changed time. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.521 Thu Feb 11 02:29:23 GMT 2010 pooka add new rump components to setlists |
| H A D | mi | 1.521 Fri Feb 04 15:07:54 GMT 2005 wiz Remove /usr/share/man/html* directories. They have been there, empty, for 3 years, and there was no public plan on how to fill them in all that time. Let's re-add them when they have a purpose. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.521 Sat Apr 14 20:59:31 GMT 2007 martin IPFilter has been updated to 4.1.19 |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.521 Mon Feb 01 19:39:31 GMT 2021 rillig make: clean up comments |
| H A D | parse.c | 1.521 Mon Dec 28 00:46:24 GMT 2020 rillig make(1): replace global preserveUndefined with VARE_KEEP_UNDEF Controlling the expansion of variable expressions using a global variable and a VARE flag was inconsistent. Converting the global variable into a flag had to prerequisites: 1. The unintended duplicate variable assignment had to be fixed, as done in parse.c 1.520 from 2020-12-27. Without this fix, it would have been necessary to add more flags to Var_Exists and Var_SetWithFlags, and this would have become too complex. 2. There had to be a unit test demonstrating that VARE_KEEP_DOLLAR only applies to the top-level expression and is not passed to the subexpressions, while VARE_KEEP_UNDEF applies to all subexpressions as well. This test is in var-op-expand.mk 1.10 from 2020-12-28, at least for the ':@word@' modifier. In ParseModifierPartSubst, VARE_KEEP_UNDEF is not passed down either, in the same way. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.521 Mon Jan 02 10:33:28 GMT 2017 hannken Rename vget() to vcache_vget() and vcache_tryvget() respectively and move the definitions to sys/vnode_impl.h. No functional change intended. Welcome to 7.99.54 |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.521 Tue Oct 08 13:20:08 GMT 2002 augustss Add ubsa(4). |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.521 Sat Feb 23 14:18:39 GMT 2013 jmmv Register directories and files provided by kyua-cli. |
Completed in 1365 milliseconds