Searched hist:1.531 (Results 1 - 25 of 29) sorted by relevance
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.531 Tue Sep 08 16:00:35 GMT 2020 riastradh branches: 1.531.2; ipi: Split up initialization into two parts. First part runs early so ipi_register can be used in module initialization, e.g. via pktqueue_create; second part runs after CPUs have been detected. 1.531 Tue Sep 08 16:00:35 GMT 2020 riastradh branches: 1.531.2; ipi: Split up initialization into two parts. First part runs early so ipi_register can be used in module initialization, e.g. via pktqueue_create; second part runs after CPUs have been detected. |
| H A D | kern_exec.c | 1.531 Wed Jul 16 19:14:13 GMT 2025 kre Kernel part of O_CLOFORK implementation (plus kernel revbump) This is Ricardo Branco's implementation of O_CLOFORK (and associated fcntl, etc) for NetBSD (with a few minor changes by me). For now, the header file symbols that should be exposed to userland are hidden inside temporary #ifdef _KERNEL blocks, just to avoid random userland apps, or config scripts, from seeing any of this before it is better tested. Userland parts of this will follow soon. This also bumps the kernel version to 10.99.15 (changes to data structs, and the signature of fd_dup()). |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.531 Wed Jul 24 06:35:04 GMT 2019 msaitoh branches: 1.531.2; USE <SPACE>+<TAB> 1.531 Wed Jul 24 06:35:04 GMT 2019 msaitoh branches: 1.531.2; USE <SPACE>+<TAB> |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.531 Mon Aug 01 19:06:32 GMT 2016 scole Add myself |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.531 Fri Jul 05 13:02:55 GMT 2024 reinoud Update `file-system UDF' description. Since it now has fsck_udf(4) and it has matured enough to remove the EXPERIMENTAL flag. |
| H A D | Makefile | 1.531 Fri Nov 05 10:28:22 GMT 2010 gsutre Merge ACPI Fujitsu Driver. Provides support for hotkeys and other built-in components through vendor-specific ACPI devices. ok jruoho@ |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.531 Sun Aug 02 20:52:26 GMT 2009 tshiozak add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573) |
| H A D | usbdevs.h | 1.531 Sun Nov 15 17:34:32 GMT 2009 tsutsui Regen from usbdevs rev 1.537: > Add IDs for DisplayLink DL-1x0/1x5 based USB LCDs and USB-VGA adaptors. > Info from FUKAUMI Naoki's udl(4) driver patch. |
| H A D | usbdevs_data.h | 1.531 Thu Nov 05 03:46:12 GMT 2009 rafal Regen for MS Wireless 2.4Ghz Xmitter (for wireless mice, etc.) |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.531 Fri May 16 17:29:30 GMT 2025 rillig lint: allow multiple attributes in member without type It's a syntax error anyway and helps keep the grammar small. |
| H A D | tree.c | 1.531 Sat Jun 24 20:50:54 GMT 2023 rillig lint: reduce memory allocations The type val_t has the same size as the tn_s member in the same union. No functional change. |
| /src/sys/net/ | ||
| H A D | if.c | 1.531 Mon Dec 16 05:18:37 GMT 2024 ozaki-r if: add counts of packet drops on if_percpuq to if_iqdrops So packets dropped on if_percpuq appear in ifconfig -v. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.531 Mon Apr 28 08:33:48 GMT 2003 haya Regenerate for pcidevs 1.529 and 1.530 changes. |
| H A D | pcidevs_data.h | 1.531 Sat Jun 07 04:29:49 GMT 2003 ichiro regen. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.531 Sun Aug 17 14:23:16 GMT 2003 kochi make shutdown error messages clearer (idea from Christoph Egger) |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.531 Wed Mar 31 14:21:22 GMT 2010 pooka +rumpfs_kernfs |
| H A D | mi | 1.531 Wed Mar 09 05:24:38 GMT 2005 atatat Add sockstat references to sets lists. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.531 Mon Jun 18 07:26:38 GMT 2007 martti We have now IPF 4.1.23 |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.531 Fri Feb 05 04:41:17 GMT 2021 rillig make: add shortcut Global_Delete for deleting a global variable |
| H A D | parse.c | 1.531 Sun Jan 24 20:11:55 GMT 2021 rillig make(1): convert SearchPath to struct This prepares for making dotLast a simple struct member instead of a fake CachedDir, which is easier to understand. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.531 Wed Mar 01 10:44:47 GMT 2017 hannken Change the protocol to update a mounted file system from read-write to read-only and vice versa: - Add an internal flag IMNT_WANTRDONLY. - Set either IMNT_WANTRDWR or IMNT_WANTRDONLY if going from or to read-only. - After successfull call to VFS_MOUNT() set or clear MNT_RDONLY. Adapt tmpfs and rumpfs to the new protocol. Other file systems will be updated when they get the IMNT_CAN_RWTORO property. Welcome to 7.99.64 |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.531 Mon Dec 09 15:50:57 GMT 2002 perry comment out/comment/move p64h2apic line. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.531 Sat Nov 30 14:09:51 GMT 2002 jdolecek add afterboot(8) manpage - things to check after the first complete boot adapted from OpenBSD by Julio Merino in PR misc/16745, with some further changes by me |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.531 Sat Mar 23 15:14:15 GMT 2013 christos try to fix sun2 |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.531 Sun Oct 12 23:11:25 GMT 2008 mrg add X11SRCDIR.xf86-video-r128 |
Completed in 1190 milliseconds