Searched hist:1.218 (Results 1 - 25 of 221) sorted by relevance
| /src/sys/ufs/lfs/ | ||
| H A D | ulfs_lookup.c | 1.37 Sun Jun 19 23:11:48 GMT 2016 dholland we already have ufs_lookup.c 1.125 and ufs_vnops.c 1.218. |
| H A D | lfs_vnops.c | 1.296 Sun Jun 19 23:11:48 GMT 2016 dholland we already have ufs_lookup.c 1.125 and ufs_vnops.c 1.218. 1.218 Tue Jun 24 10:47:32 GMT 2008 gmcgarry branches: 1.218.4; 1.218.6; 1.218.12; fcntl(4) says the command is type int. lfs_fcntl() comment says u_long. The implementation says int. Synchronise comment with documentation and cast to int before comparison. 1.218 Tue Jun 24 10:47:32 GMT 2008 gmcgarry branches: 1.218.4; 1.218.6; 1.218.12; fcntl(4) says the command is type int. lfs_fcntl() comment says u_long. The implementation says int. Synchronise comment with documentation and cast to int before comparison. 1.218 Tue Jun 24 10:47:32 GMT 2008 gmcgarry branches: 1.218.4; 1.218.6; 1.218.12; fcntl(4) says the command is type int. lfs_fcntl() comment says u_long. The implementation says int. Synchronise comment with documentation and cast to int before comparison. 1.218 Tue Jun 24 10:47:32 GMT 2008 gmcgarry branches: 1.218.4; 1.218.6; 1.218.12; fcntl(4) says the command is type int. lfs_fcntl() comment says u_long. The implementation says int. Synchronise comment with documentation and cast to int before comparison. |
| H A D | ulfs_vnops.c | 1.39 Sun Jun 19 23:11:48 GMT 2016 dholland we already have ufs_lookup.c 1.125 and ufs_vnops.c 1.218. |
| /src/sys/kern/ | ||
| H A D | kern_descrip.c | 1.218 Wed Jan 25 00:28:35 GMT 2012 christos branches: 1.218.2; 1.218.6; 1.218.8; As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on EPIPE for all file descriptor types: - provide O_NOSIGPIPE for open,kqueue1,pipe2,dup3,fcntl(F_{G,S}ETFL) [NetBSD] - provide SOCK_NOSIGPIPE for socket,socketpair [NetBSD] - provide SO_NOSIGPIPE for {g,s}seckopt [NetBSD/FreeBSD/MacOSX] - provide F_{G,S}ETNOSIGPIPE for fcntl [MacOSX] 1.218 Wed Jan 25 00:28:35 GMT 2012 christos branches: 1.218.2; 1.218.6; 1.218.8; As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on EPIPE for all file descriptor types: - provide O_NOSIGPIPE for open,kqueue1,pipe2,dup3,fcntl(F_{G,S}ETFL) [NetBSD] - provide SOCK_NOSIGPIPE for socket,socketpair [NetBSD] - provide SO_NOSIGPIPE for {g,s}seckopt [NetBSD/FreeBSD/MacOSX] - provide F_{G,S}ETNOSIGPIPE for fcntl [MacOSX] 1.218 Wed Jan 25 00:28:35 GMT 2012 christos branches: 1.218.2; 1.218.6; 1.218.8; As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on EPIPE for all file descriptor types: - provide O_NOSIGPIPE for open,kqueue1,pipe2,dup3,fcntl(F_{G,S}ETFL) [NetBSD] - provide SOCK_NOSIGPIPE for socket,socketpair [NetBSD] - provide SO_NOSIGPIPE for {g,s}seckopt [NetBSD/FreeBSD/MacOSX] - provide F_{G,S}ETNOSIGPIPE for fcntl [MacOSX] 1.218 Wed Jan 25 00:28:35 GMT 2012 christos branches: 1.218.2; 1.218.6; 1.218.8; As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on EPIPE for all file descriptor types: - provide O_NOSIGPIPE for open,kqueue1,pipe2,dup3,fcntl(F_{G,S}ETFL) [NetBSD] - provide SOCK_NOSIGPIPE for socket,socketpair [NetBSD] - provide SO_NOSIGPIPE for {g,s}seckopt [NetBSD/FreeBSD/MacOSX] - provide F_{G,S}ETNOSIGPIPE for fcntl [MacOSX] |
| H A D | kern_sysctl.c | 1.218 Thu Oct 23 20:41:14 GMT 2008 christos branches: 1.218.2; 1.218.8; don't expose ksyms_lock 1.218 Thu Oct 23 20:41:14 GMT 2008 christos branches: 1.218.2; 1.218.8; don't expose ksyms_lock 1.218 Thu Oct 23 20:41:14 GMT 2008 christos branches: 1.218.2; 1.218.8; don't expose ksyms_lock |
| H A D | syscalls.c | 1.218 Tue Jun 17 16:07:57 GMT 2008 tsutsui branches: 1.218.2; Regen from syscalls.master rev 1.204: > Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 1.218 Tue Jun 17 16:07:57 GMT 2008 tsutsui branches: 1.218.2; Regen from syscalls.master rev 1.204: > Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. |
| H A D | kern_time.c | 1.218 Wed Oct 26 23:23:52 GMT 2022 riastradh branches: 1.218.2; sys: Put externs for time_adjtime and time_adjusted in .h files. time_adjtime: sys/timex.h (defined in ntp code) time_adjusted: sys/timevar.h (defined in non-ntp code) (Not really sure this is a valuable distinction to maintain; there's non-ntp code that uses time_adjtime too.) 1.218 Wed Oct 26 23:23:52 GMT 2022 riastradh branches: 1.218.2; sys: Put externs for time_adjtime and time_adjusted in .h files. time_adjtime: sys/timex.h (defined in ntp code) time_adjusted: sys/timevar.h (defined in non-ntp code) (Not really sure this is a valuable distinction to maintain; there's non-ntp code that uses time_adjtime too.) |
| /src/sys/arch/pmax/pmax/ | ||
| H A D | machdep.c | 1.218 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.218.2; 1.218.4; 1.218.10; Fix some caddr_t rototill fallout. Some from Erik Bertelsen on port-pmax@. 1.218 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.218.2; 1.218.4; 1.218.10; Fix some caddr_t rototill fallout. Some from Erik Bertelsen on port-pmax@. 1.218 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.218.2; 1.218.4; 1.218.10; Fix some caddr_t rototill fallout. Some from Erik Bertelsen on port-pmax@. 1.218 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.218.2; 1.218.4; 1.218.10; Fix some caddr_t rototill fallout. Some from Erik Bertelsen on port-pmax@. |
| /src/sys/dev/usb/ | ||
| H A D | ohci.c | 1.218 Sun Aug 07 13:45:46 GMT 2011 jmcneill branches: 1.218.2; 1.218.6; 1.218.8; PR# kern/30398: panic in ohci_softintr If the host controller has a TD that the driver doesn't know about, ignore it instead of calling panic. Patch from Karl Janmar. 1.218 Sun Aug 07 13:45:46 GMT 2011 jmcneill branches: 1.218.2; 1.218.6; 1.218.8; PR# kern/30398: panic in ohci_softintr If the host controller has a TD that the driver doesn't know about, ignore it instead of calling panic. Patch from Karl Janmar. 1.218 Sun Aug 07 13:45:46 GMT 2011 jmcneill branches: 1.218.2; 1.218.6; 1.218.8; PR# kern/30398: panic in ohci_softintr If the host controller has a TD that the driver doesn't know about, ignore it instead of calling panic. Patch from Karl Janmar. 1.218 Sun Aug 07 13:45:46 GMT 2011 jmcneill branches: 1.218.2; 1.218.6; 1.218.8; PR# kern/30398: panic in ohci_softintr If the host controller has a TD that the driver doesn't know about, ignore it instead of calling panic. Patch from Karl Janmar. |
| /src/sys/netinet/ | ||
| H A D | tcp_subr.c | 1.218 Thu Aug 02 02:42:41 GMT 2007 rmind branches: 1.218.4; 1.218.10; 1.218.12; 1.218.16; 1.218.20; TCP socket buffers automatic sizing - ported from FreeBSD. http://mail-index.netbsd.org/tech-net/2007/02/04/0006.html ! Disabled by default, marked as experimental. Testers are very needed. ! Someone should thoroughly test this, and improve if possible. Discussed on <tech-net>: http://mail-index.netbsd.org/tech-net/2007/07/12/0002.html Thanks Greg Troxel for comments. OK by the long silence on <tech-net>. 1.218 Thu Aug 02 02:42:41 GMT 2007 rmind branches: 1.218.4; 1.218.10; 1.218.12; 1.218.16; 1.218.20; TCP socket buffers automatic sizing - ported from FreeBSD. http://mail-index.netbsd.org/tech-net/2007/02/04/0006.html ! Disabled by default, marked as experimental. Testers are very needed. ! Someone should thoroughly test this, and improve if possible. Discussed on <tech-net>: http://mail-index.netbsd.org/tech-net/2007/07/12/0002.html Thanks Greg Troxel for comments. OK by the long silence on <tech-net>. 1.218 Thu Aug 02 02:42:41 GMT 2007 rmind branches: 1.218.4; 1.218.10; 1.218.12; 1.218.16; 1.218.20; TCP socket buffers automatic sizing - ported from FreeBSD. http://mail-index.netbsd.org/tech-net/2007/02/04/0006.html ! Disabled by default, marked as experimental. Testers are very needed. ! Someone should thoroughly test this, and improve if possible. Discussed on <tech-net>: http://mail-index.netbsd.org/tech-net/2007/07/12/0002.html Thanks Greg Troxel for comments. OK by the long silence on <tech-net>. 1.218 Thu Aug 02 02:42:41 GMT 2007 rmind branches: 1.218.4; 1.218.10; 1.218.12; 1.218.16; 1.218.20; TCP socket buffers automatic sizing - ported from FreeBSD. http://mail-index.netbsd.org/tech-net/2007/02/04/0006.html ! Disabled by default, marked as experimental. Testers are very needed. ! Someone should thoroughly test this, and improve if possible. Discussed on <tech-net>: http://mail-index.netbsd.org/tech-net/2007/07/12/0002.html Thanks Greg Troxel for comments. OK by the long silence on <tech-net>. 1.218 Thu Aug 02 02:42:41 GMT 2007 rmind branches: 1.218.4; 1.218.10; 1.218.12; 1.218.16; 1.218.20; TCP socket buffers automatic sizing - ported from FreeBSD. http://mail-index.netbsd.org/tech-net/2007/02/04/0006.html ! Disabled by default, marked as experimental. Testers are very needed. ! Someone should thoroughly test this, and improve if possible. Discussed on <tech-net>: http://mail-index.netbsd.org/tech-net/2007/07/12/0002.html Thanks Greg Troxel for comments. OK by the long silence on <tech-net>. 1.218 Thu Aug 02 02:42:41 GMT 2007 rmind branches: 1.218.4; 1.218.10; 1.218.12; 1.218.16; 1.218.20; TCP socket buffers automatic sizing - ported from FreeBSD. http://mail-index.netbsd.org/tech-net/2007/02/04/0006.html ! Disabled by default, marked as experimental. Testers are very needed. ! Someone should thoroughly test this, and improve if possible. Discussed on <tech-net>: http://mail-index.netbsd.org/tech-net/2007/07/12/0002.html Thanks Greg Troxel for comments. OK by the long silence on <tech-net>. |
| /src/sys/arch/i386/i386/ | ||
| H A D | trap.c | 1.218 Thu May 17 14:51:21 GMT 2007 yamt branches: 1.218.4; 1.218.8; merge yamt-idlelwp branch. asked by core@. some ports still needs work. from doc/BRANCHES: idle lwp, and some changes depending on it. 1. separate context switching and thread scheduling. (cf. gmcgarry_ctxsw) 2. implement idle lwp. 3. clean up related MD/MI interfaces. 4. make scheduler(s) modular. 1.218 Thu May 17 14:51:21 GMT 2007 yamt branches: 1.218.4; 1.218.8; merge yamt-idlelwp branch. asked by core@. some ports still needs work. from doc/BRANCHES: idle lwp, and some changes depending on it. 1. separate context switching and thread scheduling. (cf. gmcgarry_ctxsw) 2. implement idle lwp. 3. clean up related MD/MI interfaces. 4. make scheduler(s) modular. 1.218 Thu May 17 14:51:21 GMT 2007 yamt branches: 1.218.4; 1.218.8; merge yamt-idlelwp branch. asked by core@. some ports still needs work. from doc/BRANCHES: idle lwp, and some changes depending on it. 1. separate context switching and thread scheduling. (cf. gmcgarry_ctxsw) 2. implement idle lwp. 3. clean up related MD/MI interfaces. 4. make scheduler(s) modular. |
| /src/sys/arch/sparc64/conf/ | ||
| H A D | GENERIC | 1.218 Tue Nov 05 00:59:54 GMT 2019 martin branches: 1.218.2; Add GPT wedge autodiscovery 1.218 Tue Nov 05 00:59:54 GMT 2019 martin branches: 1.218.2; Add GPT wedge autodiscovery |
| /src/lib/libm/ | ||
| H A D | Makefile | 1.218 Sat Aug 27 09:56:21 GMT 2022 christos branches: 1.218.2; Fix vax build. 1.218 Sat Aug 27 09:56:21 GMT 2022 christos branches: 1.218.2; Fix vax build. |
| /src/distrib/sets/lists/base/ | ||
| H A D | md.sparc64 | 1.218 Fri Mar 21 17:00:18 GMT 2014 christos branches: 1.218.2; bump libssl 1.218 Fri Mar 21 17:00:18 GMT 2014 christos branches: 1.218.2; bump libssl |
| /src/distrib/sets/lists/etc/ | ||
| H A D | mi | 1.218 Thu Jan 13 10:55:19 GMT 2011 kefren branches: 1.218.2; add ldpd rc script 1.218 Thu Jan 13 10:55:19 GMT 2011 kefren branches: 1.218.2; add ldpd rc script |
| /src/sys/dev/pci/ | ||
| H A D | pci_subr.c | 1.218 Wed Dec 11 07:33:55 GMT 2019 msaitoh branches: 1.218.2; s/enalbe/enable/ 1.218 Wed Dec 11 07:33:55 GMT 2019 msaitoh branches: 1.218.2; s/enalbe/enable/ |
| /src/usr.bin/ | ||
| H A D | Makefile | 1.218 Fri Aug 01 14:01:30 GMT 2014 christos branches: 1.218.2; PR/49053: Kamil Rytarowski: Import timeout(1) from FreeBSD 1.218 Fri Aug 01 14:01:30 GMT 2014 christos branches: 1.218.2; PR/49053: Kamil Rytarowski: Import timeout(1) from FreeBSD |
| /src/sys/dev/pcmcia/ | ||
| H A D | pcmciadevs.h | 1.218 Mon Jun 19 16:44:24 GMT 2006 gdamore Regen pcmciadevs. Sorry. |
| H A D | pcmciadevs_data.h | 1.218 Mon Jun 19 16:44:24 GMT 2006 gdamore Regen pcmciadevs. Sorry. |
| /src/sys/uvm/ | ||
| H A D | uvm_extern.h | 1.218 Tue Dec 31 22:42:51 GMT 2019 ad branches: 1.218.2; - Add and use wrapper functions that take and acquire page interlocks, and pairs of page interlocks. Require that the page interlock be held over calls to uvm_pageactivate(), uvm_pagewire() and similar. - Solve the concurrency problem with page replacement state. Rather than updating the global state synchronously, set an intended state on individual pages (active, inactive, enqueued, dequeued) while holding the page interlock. After the interlock is released put the pages on a 128 entry per-CPU queue for their state changes to be made real in batch. This results in in a ~400 fold decrease in contention on my test system. Proposed on tech-kern but modified to use the page interlock rather than atomics to synchronise as it's much easier to maintain that way, and cheaper. 1.218 Tue Dec 31 22:42:51 GMT 2019 ad branches: 1.218.2; - Add and use wrapper functions that take and acquire page interlocks, and pairs of page interlocks. Require that the page interlock be held over calls to uvm_pageactivate(), uvm_pagewire() and similar. - Solve the concurrency problem with page replacement state. Rather than updating the global state synchronously, set an intended state on individual pages (active, inactive, enqueued, dequeued) while holding the page interlock. After the interlock is released put the pages on a 128 entry per-CPU queue for their state changes to be made real in batch. This results in in a ~400 fold decrease in contention on my test system. Proposed on tech-kern but modified to use the page interlock rather than atomics to synchronise as it's much easier to maintain that way, and cheaper. |
| /src/sys/miscfs/specfs/ | ||
| H A D | spec_vnops.c | 1.218 Sat Apr 22 15:32:49 GMT 2023 riastradh branches: 1.218.6; specfs: KNF. No functional change intended. 1.218 Sat Apr 22 15:32:49 GMT 2023 riastradh branches: 1.218.6; specfs: KNF. No functional change intended. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.218 Wed Jun 04 00:41:41 GMT 2008 ad branches: 1.218.2; vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 1.218 Wed Jun 04 00:41:41 GMT 2008 ad branches: 1.218.2; vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. |
| /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.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. |
| /src/sys/dev/ic/ | ||
| H A D | wi.c | 1.218 Thu Jan 04 18:44:45 GMT 2007 elad branches: 1.218.2; Consistent usage of KAUTH_GENERIC_ISSUSER. 1.218 Thu Jan 04 18:44:45 GMT 2007 elad branches: 1.218.2; Consistent usage of KAUTH_GENERIC_ISSUSER. |
| /src/share/mk/ | ||
| H A D | bsd.sys.mk | 1.218 Wed Sep 05 22:40:30 GMT 2012 riz branches: 1.218.2; Remap X11SRCDIR to /usr/xsrc for the MKREPRO=yes case. 1.218 Wed Sep 05 22:40:30 GMT 2012 riz branches: 1.218.2; Remap X11SRCDIR to /usr/xsrc for the MKREPRO=yes case. |
Completed in 238 milliseconds