Searched hist:1.263 (Results 1 - 25 of 146) sorted by relevance
| /src/sys/netipsec/ | ||
| H A D | key.c | 1.263 Wed Jun 12 22:23:06 GMT 2019 christos fix typo in comment, improve error message, add default case handling to set error. |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.263 Mon Dec 31 15:31:59 GMT 2007 ad branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12; Remove systrace. Ok core@. 1.263 Mon Dec 31 15:31:59 GMT 2007 ad branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12; Remove systrace. Ok core@. 1.263 Mon Dec 31 15:31:59 GMT 2007 ad branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12; Remove systrace. Ok core@. 1.263 Mon Dec 31 15:31:59 GMT 2007 ad branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12; Remove systrace. Ok core@. 1.263 Mon Dec 31 15:31:59 GMT 2007 ad branches: 1.263.6; 1.263.8; 1.263.10; 1.263.12; Remove systrace. Ok core@. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.263 Sun Dec 11 00:19:08 GMT 2005 christos branches: 1.263.4; 1.263.8; merge ktrace-lwp. 1.263 Sun Dec 11 00:19:08 GMT 2005 christos branches: 1.263.4; 1.263.8; merge ktrace-lwp. 1.263 Sun Dec 11 00:19:08 GMT 2005 christos branches: 1.263.4; 1.263.8; merge ktrace-lwp. |
| H A D | autoconf.c | 1.263 Sun Jan 17 01:04:58 GMT 2021 mrg note that find_cpus() also sets cpu_arch. |
| /src/sys/dev/ | ||
| H A D | vnd.c | 1.263 Sat Oct 28 03:47:24 GMT 2017 riastradh branches: 1.263.2; 1.263.4; Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 1.263 Sat Oct 28 03:47:24 GMT 2017 riastradh branches: 1.263.2; 1.263.4; Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 1.263 Sat Oct 28 03:47:24 GMT 2017 riastradh branches: 1.263.2; 1.263.4; Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". |
| /src/distrib/sets/lists/base/ | ||
| H A D | md.sparc64 | 1.263 Tue Apr 09 15:17:22 GMT 2024 nia branches: 1.263.2; Add new sets: base32, debug32, manhtml - base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit compatibility, previously included in base - debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries containing debug symbols for 32-bit compatiblity, previously included in debug - manhtml contains (when MKHTML=yes) the HTML files previously included in 'man', which are of limited utility without third-party software. The motivation for this change is to be able to easily exclude sets from CD-ROM images that go over the size limit without xz compression (which many NetBSD platforms struggle to extract at acceptable speeds). 1.263 Tue Apr 09 15:17:22 GMT 2024 nia branches: 1.263.2; Add new sets: base32, debug32, manhtml - base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit compatibility, previously included in base - debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries containing debug symbols for 32-bit compatiblity, previously included in debug - manhtml contains (when MKHTML=yes) the HTML files previously included in 'man', which are of limited utility without third-party software. The motivation for this change is to be able to easily exclude sets from CD-ROM images that go over the size limit without xz compression (which many NetBSD platforms struggle to extract at acceptable speeds). |
| /src/distrib/sets/lists/etc/ | ||
| H A D | mi | 1.263 Tue Sep 08 00:52:44 GMT 2020 martin branches: 1.263.2; Adjust for MOUNTCRITLOCAL -> CRITLOCALMOUNTED rename 1.263 Tue Sep 08 00:52:44 GMT 2020 martin branches: 1.263.2; Adjust for MOUNTCRITLOCAL -> CRITLOCALMOUNTED rename |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.263 Mon Feb 13 01:43:22 GMT 2012 dholland branches: 1.263.2; Remove quotactl(8). Successor for backup purposes is quotarestore(8). Note that as of this writing the tool continues to work with the old proplib-xml packet interface against the new libquota(3), so anyone who has a use for it can bring it back from the Attic and/or create a pkgsrc package. Approved by releng for the freeze, and specifically okayed by core a couple months ago. 1.263 Mon Feb 13 01:43:22 GMT 2012 dholland branches: 1.263.2; Remove quotactl(8). Successor for backup purposes is quotarestore(8). Note that as of this writing the tool continues to work with the old proplib-xml packet interface against the new libquota(3), so anyone who has a use for it can bring it back from the Attic and/or create a pkgsrc package. Approved by releng for the freeze, and specifically okayed by core a couple months ago. |
| /src/sys/sys/ | ||
| H A D | systm.h | 1.263 Thu Apr 03 15:22:57 GMT 2014 christos branches: 1.263.2; add cpu_bootconf() 1.263 Thu Apr 03 15:22:57 GMT 2014 christos branches: 1.263.2; add cpu_bootconf() |
| H A D | vnode.h | 1.263 Fri Jun 03 15:15:49 GMT 2016 dholland branches: 1.263.2; avoid "u_int" 1.263 Fri Jun 03 15:15:49 GMT 2016 dholland branches: 1.263.2; avoid "u_int" |
| H A D | syscallargs.h | 1.263 Sat May 09 06:06:14 GMT 2015 pgoyette Regen again, this time without the extra word in the "generated from" line. |
| H A D | syscall.h | 1.263 Mon Dec 09 16:35:12 GMT 2013 pooka regen |
| /src/sys/kern/ | ||
| H A D | tty.c | 1.265 Wed Aug 19 00:02:55 GMT 2015 gson When closing a tty, limit the amount of time spent waiting for the output to drain to five seconds so that exiting processes with buffered output for a serial port blocked by flow control or a pty that is not being read do not hang indefinitely. Should fix PRs kern/12534 and kern/17171. This is an updated version of the change of tty.c 1.263. 1.263 Fri Jun 12 17:28:53 GMT 2015 gson When closing a tty, limit the amount of time spent waiting for the output to drain to five seconds so that exiting processes with buffered output for a serial port blocked by flow control do not hang indefinitely. Should fix PR kern/12534. OK christos. |
| H A D | init_main.c | 1.263 Tue Mar 07 03:32:06 GMT 2006 thorpej branches: 1.263.2; 1.263.4; Clean up fallout proc_is_traced_p() change: - proc_is_traced_p() -> trace_is_enabled(), to match trace_enter() and trace_exit(). - trace_is_enabled() becomes a real function. - Remove unnecessary include files from various files that used to care about KTRACE and SYSTRACE, but do no more. 1.263 Tue Mar 07 03:32:06 GMT 2006 thorpej branches: 1.263.2; 1.263.4; Clean up fallout proc_is_traced_p() change: - proc_is_traced_p() -> trace_is_enabled(), to match trace_enter() and trace_exit(). - trace_is_enabled() becomes a real function. - Remove unnecessary include files from various files that used to care about KTRACE and SYSTRACE, but do no more. 1.263 Tue Mar 07 03:32:06 GMT 2006 thorpej branches: 1.263.2; 1.263.4; Clean up fallout proc_is_traced_p() change: - proc_is_traced_p() -> trace_is_enabled(), to match trace_enter() and trace_exit(). - trace_is_enabled() becomes a real function. - Remove unnecessary include files from various files that used to care about KTRACE and SYSTRACE, but do no more. |
| H A D | init_sysent.c | 1.263 Sun Feb 19 17:50:50 GMT 2012 matt Regen. |
| H A D | syscalls.c | 1.263 Fri Aug 30 11:10:35 GMT 2013 pooka commit all files when regen'ing |
| /src/sys/dev/usb/ | ||
| H A D | ohci.c | 1.263 Tue May 10 15:14:03 GMT 2016 pooka branches: 1.263.2; sprinkle _KERNEL_OPT 1.263 Tue May 10 15:14:03 GMT 2016 pooka branches: 1.263.2; sprinkle _KERNEL_OPT |
| H A D | uhci.c | 1.263 Sun Dec 01 07:28:48 GMT 2013 skrll branches: 1.263.2; Adjust KASSERT in device_ctrl_done to polling case. PR/48213: ehci assertion failure during boot 1.263 Sun Dec 01 07:28:48 GMT 2013 skrll branches: 1.263.2; Adjust KASSERT in device_ctrl_done to polling case. PR/48213: ehci assertion failure during boot |
| /src/share/misc/ | ||
| H A D | acronyms | 1.263 Fri Dec 01 17:19:01 GMT 2017 ginsbach PR misc/52776: Nikolai Lifanov: add definitions for EA, MVP |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.263 Mon Dec 27 18:49:42 GMT 2010 hannken branches: 1.263.2; 1.263.4; Extend the range of fstrans transactions to a sequence of vnode operations on a locked vnode. This leaves a suspended file system and therefore a snapshot with either all or no operations of such a sequence done. 1.263 Mon Dec 27 18:49:42 GMT 2010 hannken branches: 1.263.2; 1.263.4; Extend the range of fstrans transactions to a sequence of vnode operations on a locked vnode. This leaves a suspended file system and therefore a snapshot with either all or no operations of such a sequence done. 1.263 Mon Dec 27 18:49:42 GMT 2010 hannken branches: 1.263.2; 1.263.4; Extend the range of fstrans transactions to a sequence of vnode operations on a locked vnode. This leaves a suspended file system and therefore a snapshot with either all or no operations of such a sequence done. |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_segment.c | 1.263 Mon Oct 19 04:21:48 GMT 2015 dholland branches: 1.263.2; 1.263.4; improve some panic messages 1.263 Mon Oct 19 04:21:48 GMT 2015 dholland branches: 1.263.2; 1.263.4; improve some panic messages 1.263 Mon Oct 19 04:21:48 GMT 2015 dholland branches: 1.263.2; 1.263.4; improve some panic messages 1.263 Mon Oct 19 04:21:48 GMT 2015 dholland branches: 1.263.2; 1.263.4; improve some panic messages 1.263 Mon Oct 19 04:21:48 GMT 2015 dholland branches: 1.263.2; 1.263.4; improve some panic messages 1.263 Mon Oct 19 04:21:48 GMT 2015 dholland branches: 1.263.2; 1.263.4; improve some panic messages |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.263 Tue Jul 29 00:03:06 GMT 2008 matt branches: 1.263.2; 1.263.4; Make uvm_map.? use <sys/rb.h> instead of <sys/tree.h>. Change the ambiguous members ownspace/space to gap/maxgap. Add some evcnt for evaluation of lookups using tree/list. Drop threshold of using tree for lookups from > 30 to > 15. Bump kernel version to 4.99.71 1.263 Tue Jul 29 00:03:06 GMT 2008 matt branches: 1.263.2; 1.263.4; Make uvm_map.? use <sys/rb.h> instead of <sys/tree.h>. Change the ambiguous members ownspace/space to gap/maxgap. Add some evcnt for evaluation of lookups using tree/list. Drop threshold of using tree for lookups from > 30 to > 15. Bump kernel version to 4.99.71 1.263 Tue Jul 29 00:03:06 GMT 2008 matt branches: 1.263.2; 1.263.4; Make uvm_map.? use <sys/rb.h> instead of <sys/tree.h>. Change the ambiguous members ownspace/space to gap/maxgap. Add some evcnt for evaluation of lookups using tree/list. Drop threshold of using tree for lookups from > 30 to > 15. Bump kernel version to 4.99.71 |
| /src/sys/arch/sparc/conf/ | ||
| H A D | GENERIC | 1.263 Mon Jan 14 00:13:18 GMT 2019 mrg normalise comment for fileassoc(8). from PR#44873. |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.263 Sun Apr 03 00:19:42 GMT 2016 christos userland bits for wait6/waitid. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.263 Mon Jul 07 14:53:37 GMT 2008 haad Add haad-dm branch. |
Completed in 333 milliseconds