Searched hist:1.289 (Results 1 - 25 of 128) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.289 Mon Aug 04 21:56:30 GMT 2014 apb Synchronise several shell_quote implementations, and: * Elide some unnecessary pairs of quotation marks, to improve readability. For example, shell_quote "''" is now \'\' instead of ''\'''\'''. * Don't add quotes around words that contain only safe characters, to improve readability. * LC_COLLATE=C to prevent [a-zA-Z] from matching non-ASCII characters. * Use ${SED} if defined. |
| H A D | Makefile | 1.289 Fri Sep 09 14:23:37 GMT 2011 apb branches: 1.289.2; Move the code for creating src/BUILDING from "make build-docs" in src/Makefile to "make regen" in src/doc/Makefile, and update a comment in doc/BUILDING.mdoc to match. 1.289 Fri Sep 09 14:23:37 GMT 2011 apb branches: 1.289.2; Move the code for creating src/BUILDING from "make build-docs" in src/Makefile to "make regen" in src/doc/Makefile, and update a comment in doc/BUILDING.mdoc to match. |
| /src/sys/sys/ | ||
| H A D | lock.h | 1.72 Sun Jul 29 00:40:37 GMT 2007 pooka branches: 1.72.4; 1.72.6; 1.72.8; 1.72.10; Define a new lockmgr flag LK_RESURRECT which can be used in conjunction with LK_DRAIN. This has the same effect as LK_DRAIN except it atomically does NOT mark the lock as drained. This guarantees that when we got the lock, we were the last one currently waiting for the lock. Use LK_DRAIN|LK_RESURRECT in vclean() to make sure there are no waiters for the lock. This should fix behaviour theoretized to be caused by vfs_subr.c 1.289 which caused vclean() to run into completion and free the vnode before all lock-waiters had been processed. Should therefore fix the "simple_lock: unitialized lock" problems seen recently. thanks to Juergen Hannken-Illjes for some analysis of the problem and Erik Bertelsen for testing |
| H A D | syscallargs.h | 1.289 Thu Jul 12 10:46:48 GMT 2018 maxv Remove the kernel PMC code. Sent yesterday on tech-kern@. This change: * Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good. * Removes the PMC code of ARM XSCALE. * Removes all the pmc.h files. They were all empty, except for ARM XSCALE. * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h. * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump. * Removes the pmc_evid_t and pmc_ctr_t types. * Removes all the associated man pages. The sets are marked as obsolete. |
| H A D | syscall.h | 1.289 Thu Dec 03 02:56:48 GMT 2015 pgoyette Regen |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.289 Thu Jul 10 06:24:02 GMT 2014 jdc branches: 1.289.2; Increase maximum MSGBUFSIZE to 248k. While here, remove 2 sparc(32)-only entries (from mrg@). 1.289 Thu Jul 10 06:24:02 GMT 2014 jdc branches: 1.289.2; Increase maximum MSGBUFSIZE to 248k. While here, remove 2 sparc(32)-only entries (from mrg@). |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.289 Mon Mar 31 11:25:49 GMT 2014 martin branches: 1.289.2; Bring back the playstation2 port - now that a toolchain for it is available again. 1.289 Mon Mar 31 11:25:49 GMT 2014 martin branches: 1.289.2; Bring back the playstation2 port - now that a toolchain for it is available again. |
| H A D | vnd.c | 1.289 Fri May 19 15:42:43 GMT 2023 mlelstv branches: 1.289.6; Neither limit the number of requests for the page daemon. Otherwise you may deadlock when the backend needs to allocate memory and the page daemon needs to flush dirty vnd buffers. See PR 57421 for details. 1.289 Fri May 19 15:42:43 GMT 2023 mlelstv branches: 1.289.6; Neither limit the number of requests for the page daemon. Otherwise you may deadlock when the backend needs to allocate memory and the page daemon needs to flush dirty vnd buffers. See PR 57421 for details. |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.289 Sun Sep 10 02:28:33 GMT 2006 riz branches: 1.289.2; Add msk and mskc. 1.289 Sun Sep 10 02:28:33 GMT 2006 riz branches: 1.289.2; Add msk and mskc. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.289 Fri Aug 17 20:11:38 GMT 2012 abs branches: 1.289.2; Update all kernel configs mentioning WSEMUL_* but not already including WSDISPLAY_COMPAT_USL using the following rules: - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1 and commented out WSDISPLAY_COMPAT_USL - Otherwise add WSDISPLAY_COMPAT_USL Some of the INSTALL configs for larger memory machines are probably suitable for adding WSDISPLAY_COMPAT_USL. Now wsconscfg(8) should be able to switch VTs when expected. Implemented after no objection from tech-kern to the following: On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote: > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual > terminals. > > Except when in an exceptionally memory or space constrained > environment (INSTALL being the obvious case), is there any reason why > all GENERIC and GENERIC-like kernels which have wscons enabled > shouldn't also have WSDISPLAY_COMPAT_USL? 1.289 Fri Aug 17 20:11:38 GMT 2012 abs branches: 1.289.2; Update all kernel configs mentioning WSEMUL_* but not already including WSDISPLAY_COMPAT_USL using the following rules: - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1 and commented out WSDISPLAY_COMPAT_USL - Otherwise add WSDISPLAY_COMPAT_USL Some of the INSTALL configs for larger memory machines are probably suitable for adding WSDISPLAY_COMPAT_USL. Now wsconscfg(8) should be able to switch VTs when expected. Implemented after no objection from tech-kern to the following: On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote: > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual > terminals. > > Except when in an exceptionally memory or space constrained > environment (INSTALL being the obvious case), is there any reason why > all GENERIC and GENERIC-like kernels which have wscons enabled > shouldn't also have WSDISPLAY_COMPAT_USL? |
| /src/sys/dev/usb/ | ||
| H A D | ohci.c | 1.289 Fri Mar 22 07:25:15 GMT 2019 mrg branches: 1.289.4; adjust KASSERT() for sc_lock to handle polling case. should fix usb kdb in ddb. reported by martin. 1.289 Fri Mar 22 07:25:15 GMT 2019 mrg branches: 1.289.4; adjust KASSERT() for sc_lock to handle polling case. should fix usb kdb in ddb. reported by martin. |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.289 Tue Dec 14 16:58:58 GMT 2010 cegger branches: 1.289.2; Initialize mutex and cv after sanity checks 1.289 Tue Dec 14 16:58:58 GMT 2010 cegger branches: 1.289.2; Initialize mutex and cv after sanity checks |
| /src/share/misc/ | ||
| H A D | acronyms | 1.289 Sun Oct 20 21:53:42 GMT 2019 sevan CIA ISMS |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.289 Fri Oct 24 18:07:36 GMT 2008 wrstuden branches: 1.289.2; 1.289.4; toall signals really are toall. The fact we're sa doesn't matter. They are start/stop signals, and need to impact more than just blessed lwps. 1.289 Fri Oct 24 18:07:36 GMT 2008 wrstuden branches: 1.289.2; 1.289.4; toall signals really are toall. The fact we're sa doesn't matter. They are start/stop signals, and need to impact more than just blessed lwps. 1.289 Fri Oct 24 18:07:36 GMT 2008 wrstuden branches: 1.289.2; 1.289.4; toall signals really are toall. The fact we're sa doesn't matter. They are start/stop signals, and need to impact more than just blessed lwps. |
| H A D | init_sysent.c | 1.289 Sun Feb 22 00:53:28 GMT 2015 christos PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong. |
| H A D | kern_lock.c | 1.118 Sun Jul 29 00:40:37 GMT 2007 pooka branches: 1.118.4; 1.118.6; 1.118.8; Define a new lockmgr flag LK_RESURRECT which can be used in conjunction with LK_DRAIN. This has the same effect as LK_DRAIN except it atomically does NOT mark the lock as drained. This guarantees that when we got the lock, we were the last one currently waiting for the lock. Use LK_DRAIN|LK_RESURRECT in vclean() to make sure there are no waiters for the lock. This should fix behaviour theoretized to be caused by vfs_subr.c 1.289 which caused vclean() to run into completion and free the vnode before all lock-waiters had been processed. Should therefore fix the "simple_lock: unitialized lock" problems seen recently. thanks to Juergen Hannken-Illjes for some analysis of the problem and Erik Bertelsen for testing |
| H A D | syscalls.c | 1.289 Thu Sep 24 14:34:22 GMT 2015 christos regen |
| /src/sys/net/ | ||
| H A D | if.h | 1.289 Thu Oct 15 10:20:44 GMT 2020 roy branches: 1.289.6; 1.289.8; net: remove IFEF_NO_LINK_STATE_CHANGE This flag was only set for virtual interfaces. All virtual interfaces have a means of knowing if they are going to work or not and as such now support link state changes. If we want this flag back, it should be used as an indicator that the interfaces does not support link state changes that userland can use so it can make a decision on what to do when the link state is UNKNOWN. 1.289 Thu Oct 15 10:20:44 GMT 2020 roy branches: 1.289.6; 1.289.8; net: remove IFEF_NO_LINK_STATE_CHANGE This flag was only set for virtual interfaces. All virtual interfaces have a means of knowing if they are going to work or not and as such now support link state changes. If we want this flag back, it should be used as an indicator that the interfaces does not support link state changes that userland can use so it can make a decision on what to do when the link state is UNKNOWN. 1.289 Thu Oct 15 10:20:44 GMT 2020 roy branches: 1.289.6; 1.289.8; net: remove IFEF_NO_LINK_STATE_CHANGE This flag was only set for virtual interfaces. All virtual interfaces have a means of knowing if they are going to work or not and as such now support link state changes. If we want this flag back, it should be used as an indicator that the interfaces does not support link state changes that userland can use so it can make a decision on what to do when the link state is UNKNOWN. |
| H A D | if_ethersubr.c | 1.289 Sat Sep 26 18:38:09 GMT 2020 roy branches: 1.289.2; vlan: match the interface link state with that of the parent Now addresses on a vlan will detach and undergo duplicate address dectection on link state changes just as on a standard interface. 1.289 Sat Sep 26 18:38:09 GMT 2020 roy branches: 1.289.2; vlan: match the interface link state with that of the parent Now addresses on a vlan will detach and undergo duplicate address dectection on link state changes just as on a standard interface. |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.289 Tue Jun 02 13:56:30 GMT 2020 nia Don't suggest removing arc4random with a libc bump. It's established enough in non-legacy code that this is a terrible idea. Even if we add getentropy it's not a comparable API (not a userspace RNG capable of streaming large numbers of bytes, doesn't have _uniform, etc). "Feel free to remove that line!" - riastradh |
| /src/doc/ | ||
| H A D | BRANCHES | 1.289 Sun Mar 21 13:04:24 GMT 2010 yamt yamt-nfs-mp: update base tag |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.289 Fri May 27 07:28:21 GMT 2022 nia mk: Add a MKLFS flag for excluding the log-structured filesystem userspace tools from the build. |
| /src/sys/netinet/ | ||
| H A D | if_arp.c | 1.289 Fri Oct 11 13:32:46 GMT 2019 roy branches: 1.289.2; ARP: Don't defend ARP probes. We should let the nature of ARP takes it's course here when our address is neither tentative nor duplicated. This allows the host to work with ARP ping, which was broken in r1.279. 1.289 Fri Oct 11 13:32:46 GMT 2019 roy branches: 1.289.2; ARP: Don't defend ARP probes. We should let the nature of ARP takes it's course here when our address is neither tentative nor duplicated. This allows the host to work with ARP ping, which was broken in r1.279. |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.289 Sun Oct 16 01:28:35 GMT 2011 christos branches: 1.289.2; rump not rum 1.289 Sun Oct 16 01:28:35 GMT 2011 christos branches: 1.289.2; rump not rum |
| H A D | bsd.lib.mk | 1.289 Sun Oct 19 22:05:21 GMT 2008 apb branches: 1.289.2; Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk. 1.289 Sun Oct 19 22:05:21 GMT 2008 apb branches: 1.289.2; Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk. |
Completed in 537 milliseconds