Searched hist:1.211 (Results 1 - 25 of 232) sorted by relevance
| /src/sys/fs/puffs/ | ||
| H A D | puffs_vnops.c | 1.211 Fri May 26 14:21:01 GMT 2017 riastradh branches: 1.211.2; 1.211.8; 1.211.10; Make VOP_RECLAIM do the last unlock of the vnode. VOP_RECLAIM naturally has exclusive access to the vnode, so having it locked on entry is not strictly necessary -- but it means if there are any final operations that must be done on the vnode, such as ffs_update, requiring exclusive access to it, we can now kassert that the vnode is locked in those operations. We can't just have the caller release the last lock because some file systems don't use genfs_lock, and require the vnode to remain valid for VOP_UNLOCK to work, notably unionfs. 1.211 Fri May 26 14:21:01 GMT 2017 riastradh branches: 1.211.2; 1.211.8; 1.211.10; Make VOP_RECLAIM do the last unlock of the vnode. VOP_RECLAIM naturally has exclusive access to the vnode, so having it locked on entry is not strictly necessary -- but it means if there are any final operations that must be done on the vnode, such as ffs_update, requiring exclusive access to it, we can now kassert that the vnode is locked in those operations. We can't just have the caller release the last lock because some file systems don't use genfs_lock, and require the vnode to remain valid for VOP_UNLOCK to work, notably unionfs. 1.211 Fri May 26 14:21:01 GMT 2017 riastradh branches: 1.211.2; 1.211.8; 1.211.10; Make VOP_RECLAIM do the last unlock of the vnode. VOP_RECLAIM naturally has exclusive access to the vnode, so having it locked on entry is not strictly necessary -- but it means if there are any final operations that must be done on the vnode, such as ffs_update, requiring exclusive access to it, we can now kassert that the vnode is locked in those operations. We can't just have the caller release the last lock because some file systems don't use genfs_lock, and require the vnode to remain valid for VOP_UNLOCK to work, notably unionfs. 1.211 Fri May 26 14:21:01 GMT 2017 riastradh branches: 1.211.2; 1.211.8; 1.211.10; Make VOP_RECLAIM do the last unlock of the vnode. VOP_RECLAIM naturally has exclusive access to the vnode, so having it locked on entry is not strictly necessary -- but it means if there are any final operations that must be done on the vnode, such as ffs_update, requiring exclusive access to it, we can now kassert that the vnode is locked in those operations. We can't just have the caller release the last lock because some file systems don't use genfs_lock, and require the vnode to remain valid for VOP_UNLOCK to work, notably unionfs. |
| /src/sys/kern/ | ||
| H A D | syscalls.master | 1.211 Thu Oct 16 19:30:49 GMT 2008 pooka branches: 1.211.2; 1.211.4; 1.211.8; One more rump syscall: ioctl (required for interface configuration) 1.211 Thu Oct 16 19:30:49 GMT 2008 pooka branches: 1.211.2; 1.211.4; 1.211.8; One more rump syscall: ioctl (required for interface configuration) 1.211 Thu Oct 16 19:30:49 GMT 2008 pooka branches: 1.211.2; 1.211.4; 1.211.8; One more rump syscall: ioctl (required for interface configuration) 1.211 Thu Oct 16 19:30:49 GMT 2008 pooka branches: 1.211.2; 1.211.4; 1.211.8; One more rump syscall: ioctl (required for interface configuration) |
| H A D | init_sysctl.c | 1.211 Tue May 31 05:44:19 GMT 2016 pgoyette branches: 1.211.2; Add a new kern.messages sysctl to allow kernel message verbosity to be altered after boot. Fixes PR kern/46539 using patch submitted by Nat Sloss. 1.211 Tue May 31 05:44:19 GMT 2016 pgoyette branches: 1.211.2; Add a new kern.messages sysctl to allow kernel message verbosity to be altered after boot. Fixes PR kern/46539 using patch submitted by Nat Sloss. |
| H A D | uipc_syscalls.c | 1.211 Sat Feb 03 19:05:14 GMT 2024 jdolecek branches: 1.211.2; fix PIPE_SOCKETPAIR variant of pipe1() to apply correctly the 'flags' passed when called via pipe2(2), fixing repeatable process hang during compilation with 'gcc -pipe' refactor fsocreate() to return the new socket and file pointers, expect the caller to call fd_affix() once initialization is fully complete use the new fsocreate() to replace the duplicate open-coded 'flags' handling in makesocket() used for socketpair(2), and in the PIPE_SOCKETPAIR pipe1() this also fixes lib/libc/sys/t_pipe2 pipe2_cloexec test to succeed on PIPE_SOCKETPAIR kernel fixes PR kern/55690 1.211 Sat Feb 03 19:05:14 GMT 2024 jdolecek branches: 1.211.2; fix PIPE_SOCKETPAIR variant of pipe1() to apply correctly the 'flags' passed when called via pipe2(2), fixing repeatable process hang during compilation with 'gcc -pipe' refactor fsocreate() to return the new socket and file pointers, expect the caller to call fd_affix() once initialization is fully complete use the new fsocreate() to replace the duplicate open-coded 'flags' handling in makesocket() used for socketpair(2), and in the PIPE_SOCKETPAIR pipe1() this also fixes lib/libc/sys/t_pipe2 pipe2_cloexec test to succeed on PIPE_SOCKETPAIR kernel fixes PR kern/55690 |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | cpu.c | 1.211 Wed Jun 04 00:41:41 GMT 2008 ad branches: 1.211.6; 1.211.8; 1.211.14; vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 1.211 Wed Jun 04 00:41:41 GMT 2008 ad branches: 1.211.6; 1.211.8; 1.211.14; vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 1.211 Wed Jun 04 00:41:41 GMT 2008 ad branches: 1.211.6; 1.211.8; 1.211.14; vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 1.211 Wed Jun 04 00:41:41 GMT 2008 ad branches: 1.211.6; 1.211.8; 1.211.14; vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. |
| H A D | locore.s | 1.212 Thu May 13 16:34:22 GMT 2004 pooka 10+ entries in the kernel sources can't be wrong ... no, wait, they can: it really is "panicking" instead of "panicing", so revert rev 1.211 thanks to Klaus for holding the spelling bee 1.211 Thu May 13 15:20:18 GMT 2004 pooka typo in comment: panicking -> panicing |
| /src/sys/dev/ic/ | ||
| H A D | wi.c | 1.211 Sat Dec 24 20:27:30 GMT 2005 perry branches: 1.211.2; 1.211.4; 1.211.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.211 Sat Dec 24 20:27:30 GMT 2005 perry branches: 1.211.2; 1.211.4; 1.211.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.211 Sat Dec 24 20:27:30 GMT 2005 perry branches: 1.211.2; 1.211.4; 1.211.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.211 Sat Dec 24 20:27:30 GMT 2005 perry branches: 1.211.2; 1.211.4; 1.211.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. |
| /src/sys/dev/usb/ | ||
| H A D | uhci.c | 1.211 Fri Oct 19 00:01:22 GMT 2007 ad branches: 1.211.2; 1.211.4; 1.211.6; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 1.211 Fri Oct 19 00:01:22 GMT 2007 ad branches: 1.211.2; 1.211.4; 1.211.6; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 1.211 Fri Oct 19 00:01:22 GMT 2007 ad branches: 1.211.2; 1.211.4; 1.211.6; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 1.211 Fri Oct 19 00:01:22 GMT 2007 ad branches: 1.211.2; 1.211.4; 1.211.6; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h |
| H A D | usb_subr.c | 1.211 Mon May 02 11:55:21 GMT 2016 skrll branches: 1.211.2; Remove the "usb_disconnect_port: no device" DIAGNOSTIC message 1.211 Mon May 02 11:55:21 GMT 2016 skrll branches: 1.211.2; Remove the "usb_disconnect_port: no device" DIAGNOSTIC message |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.211 Mon May 12 22:50:03 GMT 2014 uebayasi branches: 1.211.2; 1.211.4; 1.211.6; 1.211.10; Comments. 1.211 Mon May 12 22:50:03 GMT 2014 uebayasi branches: 1.211.2; 1.211.4; 1.211.6; 1.211.10; Comments. 1.211 Mon May 12 22:50:03 GMT 2014 uebayasi branches: 1.211.2; 1.211.4; 1.211.6; 1.211.10; Comments. 1.211 Mon May 12 22:50:03 GMT 2014 uebayasi branches: 1.211.2; 1.211.4; 1.211.6; 1.211.10; Comments. 1.211 Mon May 12 22:50:03 GMT 2014 uebayasi branches: 1.211.2; 1.211.4; 1.211.6; 1.211.10; Comments. |
| /src/sys/dev/pci/ | ||
| H A D | pccbb.c | 1.211 Wed May 10 02:46:33 GMT 2017 msaitoh branches: 1.211.8; 1.211.10; Use pci_intr_establish_xname(). 1.211 Wed May 10 02:46:33 GMT 2017 msaitoh branches: 1.211.8; 1.211.10; Use pci_intr_establish_xname(). 1.211 Wed May 10 02:46:33 GMT 2017 msaitoh branches: 1.211.8; 1.211.10; Use pci_intr_establish_xname(). |
| /src/sys/arch/vax/conf/ | ||
| H A D | GENERIC | 1.211 Fri May 24 08:30:26 GMT 2019 msaitoh branches: 1.211.4; Add il(4). Commented out. 1.211 Fri May 24 08:30:26 GMT 2019 msaitoh branches: 1.211.4; Add il(4). Commented out. |
| /src/sys/arch/sparc/conf/ | ||
| H A D | GENERIC | 1.211 Sun Feb 08 13:05:51 GMT 2009 jdc branches: 1.211.2; Cosmetic clean up: options<space><tab> 1.211 Sun Feb 08 13:05:51 GMT 2009 jdc branches: 1.211.2; Cosmetic clean up: options<space><tab> |
| /src/sys/arch/hp300/hp300/ | ||
| H A D | machdep.c | 1.211 Mon Feb 08 19:02:28 GMT 2010 joerg branches: 1.211.2; Remove separate mb_map. The nmbclusters is computed at boot time based on the amount of physical memory and limited by NMBCLUSTERS if present. Architectures without direct mapping also limit it based on the kmem_map size, which is used as backing store. On i386 and ARM, the maximum KVA used for mbuf clusters is limited to 64MB by default. The old default limits and limits based on GATEWAY have been removed. key_registered_sb_max is hard-wired to a value derived from 2048 clusters. 1.211 Mon Feb 08 19:02:28 GMT 2010 joerg branches: 1.211.2; Remove separate mb_map. The nmbclusters is computed at boot time based on the amount of physical memory and limited by NMBCLUSTERS if present. Architectures without direct mapping also limit it based on the kmem_map size, which is used as backing store. On i386 and ARM, the maximum KVA used for mbuf clusters is limited to 64MB by default. The old default limits and limits based on GATEWAY have been removed. key_registered_sb_max is hard-wired to a value derived from 2048 clusters. |
| /src/sys/dev/pcmcia/ | ||
| H A D | pcmciadevs.h | 1.211 Sat Mar 19 22:00:27 GMT 2005 christos Regen |
| H A D | pcmciadevs_data.h | 1.211 Sat Mar 19 22:00:27 GMT 2005 christos Regen |
| /src/sys/sys/ | ||
| H A D | proc.h | 1.211 Sat Dec 24 19:01:28 GMT 2005 perry branches: 1.211.2; 1.211.4; 1.211.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.211 Sat Dec 24 19:01:28 GMT 2005 perry branches: 1.211.2; 1.211.4; 1.211.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.211 Sat Dec 24 19:01:28 GMT 2005 perry branches: 1.211.2; 1.211.4; 1.211.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 1.211 Sat Dec 24 19:01:28 GMT 2005 perry branches: 1.211.2; 1.211.4; 1.211.6; Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. |
| H A D | sysctl.h | 1.211 Tue Feb 25 18:30:13 GMT 2014 pooka branches: 1.211.2; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. 1.211 Tue Feb 25 18:30:13 GMT 2014 pooka branches: 1.211.2; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. |
| /src/sys/ufs/ext2fs/ | ||
| H A D | ext2fs_vfsops.c | 1.211 Mon May 28 21:04:38 GMT 2018 chs branches: 1.211.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. 1.211 Mon May 28 21:04:38 GMT 2018 chs branches: 1.211.2; add a genfs method to allow a file system to limit the range of pages that are given to a single GOP_WRITE() call. needed by ZFS. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | machdep.c | 1.211 Sun Dec 09 22:04:32 GMT 2007 martin branches: 1.211.2; Add support for "dumppcb" - Nick says it makes ddb a lot more happy. 1.211 Sun Dec 09 22:04:32 GMT 2007 martin branches: 1.211.2; Add support for "dumppcb" - Nick says it makes ddb a lot more happy. |
| /src/sys/arch/x86/include/ | ||
| H A D | specialreg.h | 1.211 Sun May 12 23:41:10 GMT 2024 msaitoh branches: 1.211.2; s/RPMQUERY/RMPQUERY/ 1.211 Sun May 12 23:41:10 GMT 2024 msaitoh branches: 1.211.2; s/RPMQUERY/RMPQUERY/ |
| /src/sys/arch/mips/mips/ | ||
| H A D | locore.S | 1.218 Wed Mar 28 17:56:52 GMT 2018 maya branches: 1.218.2; Leave TS and RE alone for the benefit of emips, which failed to boot even earlier after locore.S:1.211. Do this unconditionally to avoid introducing more ifdefs. Also tested on ci20 and erlite. 1.211 Wed Mar 07 15:44:15 GMT 2018 maya Replace early interrupt disable code. As suggested by dh, carefully disable interrupts before frobbing interrupt mask, which might trigger more interrupts. Don't bother with keeping BEV and such. Note that we are zeroing out STATUS later on in the (NOFPU || emips) case right now. This change is risky for emips which wasn't tested and didn't reach userland before. |
| /src/sys/arch/pmax/pmax/ | ||
| H A D | machdep.c | 1.211 Wed Jun 01 18:34:12 GMT 2005 drochner branches: 1.211.2; more cast-qual fallout 1.211 Wed Jun 01 18:34:12 GMT 2005 drochner branches: 1.211.2; more cast-qual fallout |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.211 Wed Jun 27 23:26:13 GMT 2018 sevan branches: 1.211.2; Add LISPs (programming language & network protocol), Vim 1.211 Wed Jun 27 23:26:13 GMT 2018 sevan branches: 1.211.2; Add LISPs (programming language & network protocol), Vim |
| /src/share/mk/ | ||
| H A D | bsd.sys.mk | 1.211 Sat Jan 28 21:32:14 GMT 2012 christos branches: 1.211.2; Provide a way to override the default objcopy flags for library modules. 1.211 Sat Jan 28 21:32:14 GMT 2012 christos branches: 1.211.2; Provide a way to override the default objcopy flags for library modules. |
Completed in 256 milliseconds