Searched hist:1.528 (Results 1 - 25 of 29) sorted by relevance
| /src/sys/net/ | ||
| H A D | if.c | 1.528 Fri Nov 25 06:18:42 GMT 2022 msaitoh branches: 1.528.2; KNF. No functional change. 1.528 Fri Nov 25 06:18:42 GMT 2022 msaitoh branches: 1.528.2; KNF. No functional change. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.528 Fri May 06 10:48:53 GMT 2016 hiroshi Add myself |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.528 Mon Jan 29 18:27:09 GMT 2024 christos PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default. |
| H A D | Makefile | 1.528 Tue Oct 19 11:58:00 GMT 2010 pgoyette Build the new swsensor(4) device and add to set lists |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.528 Fri Jun 19 01:14:27 GMT 2009 mrg add a couple of MOSCHIP usb serial devices. |
| H A D | usbdevs.h | 1.528 Mon Oct 12 22:29:16 GMT 2009 wiz regen |
| H A D | usbdevs_data.h | 1.528 Mon Sep 28 10:18:04 GMT 2009 pooka regen |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.528 Thu May 15 21:35:26 GMT 2025 rillig lint: handle __attribute__ after a declarator |
| H A D | tree.c | 1.528 Thu Jun 22 13:57:44 GMT 2023 rillig lint: add query for comma operator |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.528 Wed Aug 26 22:56:55 GMT 2020 christos Instead of returning 0 when sysctl kern.expose_address=0, return a random hashed value of the data. This allows sockstat to work without exposing kernel addresses or being setgid kmem. |
| H A D | kern_exec.c | 1.528 Sun Apr 27 17:40:55 GMT 2025 riastradh posix_spawn(2): Allocate a new vmspace at process creation time. This allocates a new vmspace for the process at the time the new process is created, rather than sharing some other vmspace temporarily. This eliminates any risk of anything bad happening due to temporary sharing, since there isn't any sharing. Resolves a race to where: 1. we set up the child to share proc0.p_vmspace at first, 2. another process tries to read the new child's psstrings via kern.proc_args.<childpid>.argv or similar with the child's p_reflock held and gets stuck in a uvm fault loop because proc0.p_vmspace doesn't have the child's psstrings address (inherited from the parent) mapped, 3. the child is waiting for p_reflock before it can replace its p_vmspace or psstrings. By allocating the vmspace up front, with no mappings in it, we avoid exposing the child in this scenario. Minor possible downside is that sysctl kern.proc_args.<childpid>.argv might spuriously fail with EFAULT during this time (rather than fail with EBUSY as it does if p_reflock is held concurrently) but that's not a particularly big deal. Patch and first paragraph of commit message written by chs@; minor tweaks to comments -- and any mistakes in the analysis -- by me. PR kern/59037: deadlock in posix_spawn PR kern/59175: posix_spawn hang, hanging other process too |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.528 Fri May 24 14:28:48 GMT 2019 nonaka Added drivers for Hyper-V Synthetic Keyboard and Video device. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.528 Tue Apr 15 23:15:47 GMT 2003 augustss Regen. |
| H A D | pcidevs_data.h | 1.528 Thu Apr 24 23:37:00 GMT 2003 nathanw Regen. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.528 Thu Aug 07 16:27:54 GMT 2003 agc Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22364, verified by myself. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.528 Mon Mar 29 13:23:43 GMT 2010 pooka +rumpvfs_fifofs |
| H A D | mi | 1.528 Tue Feb 22 07:39:25 GMT 2005 lukem Move etc/release from etc.tgz to base.tgz, since the "build" target in src/Makefile installs it (thus, being more consistent). Should fix "./build.sh install=/" installation of /etc/release. Requested by Hubert Feyrer (amongst others). |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.528 Sun May 20 01:23:21 GMT 2007 heas Note import of Postfix 2.4.1. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.528 Wed Feb 03 08:08:18 GMT 2021 rillig make: replace Global_SetExpand with Global_Set for constant names |
| H A D | parse.c | 1.528 Sat Jan 23 10:48:49 GMT 2021 rillig make(1): rename Dir_Expand to SearchPath_Expand The main subject of this function is the search path. In this search path the pattern is expanded. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.528 Wed Feb 22 09:50:13 GMT 2017 hannken Enable fstrans on all file systems. Welcome to 7.99.61 |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.528 Thu Dec 05 09:32:22 GMT 2002 ichiro add IEEE1394 configuration(Comment out) |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.528 Sun Nov 17 06:14:39 GMT 2002 itohy Add {cat,man}4/dreamcast/* |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.528 Fri Mar 08 10:43:44 GMT 2013 martin Add new test program t_sigtimedwait_pr_47625. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.528 Sun Sep 21 01:46:40 GMT 2008 mrg add X11SRCDIR.xf86-video-mach64 |
Completed in 1344 milliseconds