Searched hist:1.281 (Results 1 - 25 of 129) sorted by relevance
| /src/sys/netipsec/ | ||
| H A D | key.c | 1.281 Fri Jul 21 00:44:38 GMT 2023 knakahara Use kmem_free instead of kmem_intr_free, as key_freesaval() is not called in softint after key.c:r1.223. E.g. key_freesaval() was called the following call path before SAD MP-ify. esp_input_cb() KEY_FREESAV() key_freesav() key_delsav() key_freesaval() ok'ed by ozaki-r@n.o. |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.281 Fri Mar 14 00:56:37 GMT 2014 pooka branches: 1.281.2; regen: time/timer related syscalls for rump kernels 1.281 Fri Mar 14 00:56:37 GMT 2014 pooka branches: 1.281.2; regen: time/timer related syscalls for rump kernels |
| H A D | tty.c | 1.281 Fri Mar 01 11:06:57 GMT 2019 pgoyette branches: 1.281.4; Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly discussed on irc. NFCI intended. Ride the earlier kernel bump - it;s getting crowded. 1.281 Fri Mar 01 11:06:57 GMT 2019 pgoyette branches: 1.281.4; Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly discussed on irc. NFCI intended. Ride the earlier kernel bump - it;s getting crowded. |
| H A D | syscalls.c | 1.281 Sat Mar 07 16:38:49 GMT 2015 christos regen |
| H A D | uipc_socket.c | 1.281 Tue Jul 16 22:57:55 GMT 2019 pgoyette branches: 1.281.2; Move the assignment of SCTP-specific function hooks/pointers. Without this, a rumpkernel (appropriately modified) built with SCTP enabled will try to assign the function pointers, but the targets are only available in rumpnet. We cannot link the rumpkernel against rumpnet because rumpnet is already linked against rumpkernel and we would end up with a circular dependency. As reported in private Email by rjs@ 1.281 Tue Jul 16 22:57:55 GMT 2019 pgoyette branches: 1.281.2; Move the assignment of SCTP-specific function hooks/pointers. Without this, a rumpkernel (appropriately modified) built with SCTP enabled will try to assign the function pointers, but the targets are only available in rumpnet. We cannot link the rumpkernel against rumpnet because rumpnet is already linked against rumpkernel and we would end up with a circular dependency. As reported in private Email by rjs@ |
| H A D | syscalls.master | 1.281 Thu Dec 03 02:51:00 GMT 2015 pgoyette Merge the compat_sysv module into the sysv_ipc module - it should never have been a separate module in the first place (my bad). Adjust dependencies as appropriate. |
| H A D | vfs_bio.c | 1.281 Sun Dec 08 19:49:25 GMT 2019 ad Adjustment to previous: if we're going to toss the buffer, then wake everybody. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.281 Mon Apr 28 22:00:01 GMT 2008 matt branches: 1.281.2; 1.281.4; 1.281.6; More forgotten changes from matt-armv6. 1.281 Mon Apr 28 22:00:01 GMT 2008 matt branches: 1.281.2; 1.281.4; 1.281.6; More forgotten changes from matt-armv6. 1.281 Mon Apr 28 22:00:01 GMT 2008 matt branches: 1.281.2; 1.281.4; 1.281.6; More forgotten changes from matt-armv6. 1.281 Mon Apr 28 22:00:01 GMT 2008 matt branches: 1.281.2; 1.281.4; 1.281.6; More forgotten changes from matt-armv6. |
| H A D | wdc.c | 1.281 Fri May 06 04:46:17 GMT 2016 msaitoh branches: 1.281.2; KNF. No functional change. 1.281 Fri May 06 04:46:17 GMT 2016 msaitoh branches: 1.281.2; KNF. No functional change. |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.281 Mon Mar 06 18:35:24 GMT 2006 bouyer branches: 1.281.2; Add svwsata(4), a driver for Serverworks K2 SATA controllers. From OpenBSD via Joerg Sonnenberger. 1.281 Mon Mar 06 18:35:24 GMT 2006 bouyer branches: 1.281.2; Add svwsata(4), a driver for Serverworks K2 SATA controllers. From OpenBSD via Joerg Sonnenberger. |
| /src/sys/arch/i386/i386/ | ||
| H A D | trap.c | 1.281 Tue Dec 13 10:54:27 GMT 2016 kamil branches: 1.281.2; Torn down KSTACK_CHECK_DR0, i386-only feature to detect stack overflow This feature was intended to detect stack overflow with CPU Debug Registers (x86). It was never ported to other ports, neither amd64 and should be adapted for SMP... Currently there might be better ways to detect stack overflows like page mapping protection. Since the number of Debug Registers is restricted (4 on x86), torn it down completely. This interface introduced helper functions for Debug Registers, they will be replaced with the new <x86/dbregs.h> interface. KSTACK_CHECK_DR0 was disabled by default and won't affect ordinary users. Sponsored by <The NetBSD Foundation> 1.281 Tue Dec 13 10:54:27 GMT 2016 kamil branches: 1.281.2; Torn down KSTACK_CHECK_DR0, i386-only feature to detect stack overflow This feature was intended to detect stack overflow with CPU Debug Registers (x86). It was never ported to other ports, neither amd64 and should be adapted for SMP... Currently there might be better ways to detect stack overflows like page mapping protection. Since the number of Debug Registers is restricted (4 on x86), torn it down completely. This interface introduced helper functions for Debug Registers, they will be replaced with the new <x86/dbregs.h> interface. KSTACK_CHECK_DR0 was disabled by default and won't affect ordinary users. Sponsored by <The NetBSD Foundation> |
| /src/sys/dev/usb/ | ||
| H A D | ohci.c | 1.281 Wed Jun 06 01:49:09 GMT 2018 maya branches: 1.281.2; Remove duplicate ; 1.281 Wed Jun 06 01:49:09 GMT 2018 maya branches: 1.281.2; Remove duplicate ; |
| /src/sys/dev/ | ||
| H A D | vnd.c | 1.287 Sun Sep 04 21:56:38 GMT 2022 mlelstv branches: 1.287.4; revert 1.281 VNDIOCLR requires write access to unconfigure a unit, even when the unit is read-only. 1.281 Sun Jun 13 10:01:43 GMT 2021 mlelstv Fail to open read-write when created read-only. |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.281 Wed Nov 02 03:14:19 GMT 2016 pgoyette Missed these, too, during the regen. No functional changes, just committing to keep the "generated from" comments in sync. |
| H A D | syscall.h | 1.281 Wed May 13 02:13:08 GMT 2015 pgoyette Regenerate |
| H A D | systm.h | 1.281 Mon Jan 07 13:09:47 GMT 2019 martin Introduce new helper printf functions that get passed output flags. Add a new kprintf flag to avoid adding time stamps when outputing to the console. Mostly from Christos, any bugs added by me. Use above to print the "twiddle" (when using boot -z) without timestamps. |
| H A D | vnode.h | 1.281 Tue Jan 01 10:06:54 GMT 2019 hannken Add "void *extra" argument to vcache_new() so a file system may pass more information about the file to create. Welcome to 8.99.30 |
| /src/share/misc/ | ||
| H A D | acronyms | 1.281 Wed Apr 17 17:44:51 GMT 2019 sevan NVMM |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.281 Thu Aug 02 08:40:48 GMT 2018 rjs Add userland support for SCTP and manpages. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.281 Sat May 30 06:58:12 GMT 2009 snj Terminate 3.x. |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.281 Tue Oct 15 18:33:23 GMT 2019 christos remove sup |
| /src/ | ||
| H A D | Makefile | 1.281 Fri Dec 03 21:38:46 GMT 2010 plunky branches: 1.281.2; Remove the do-external-lib and do-gnu-lib targets, along with external/lib/Makefile and crypto/external/lib/Makefile, replacing them all with SUBDIRs directly from lib/Makefile. compat/compatsubdirs.mk becomes simpler now, as everything is built from lib/Makefile, meaning all the libraries will now be built under compat so update the set lists to account for that. 1.281 Fri Dec 03 21:38:46 GMT 2010 plunky branches: 1.281.2; Remove the do-external-lib and do-gnu-lib targets, along with external/lib/Makefile and crypto/external/lib/Makefile, replacing them all with SUBDIRs directly from lib/Makefile. compat/compatsubdirs.mk becomes simpler now, as everything is built from lib/Makefile, meaning all the libraries will now be built under compat so update the set lists to account for that. |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.281 Sat May 03 14:48:31 GMT 2008 lukem branches: 1.281.2; Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user) 1.281 Sat May 03 14:48:31 GMT 2008 lukem branches: 1.281.2; Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user) |
| /src/sys/dev/scsipi/ | ||
| H A D | cd.c | 1.281 Mon May 12 21:39:56 GMT 2008 jnemeth branches: 1.281.2; add support for drvctl properties 1.281 Mon May 12 21:39:56 GMT 2008 jnemeth branches: 1.281.2; add support for drvctl properties |
| /src/sys/modules/ | ||
| H A D | Makefile | 1.281 Tue Dec 26 16:20:01 GMT 2023 pgoyette Unhook radeondrm module from the build; it doesn't work, and it's just tempting someone to try it. Leave the files around in case someone wants to pursue making this work. Should address kern/57793 XXX Related modules from the same legacy era should probably be XXX removed, too, but so far only radeondrm has been reported XXX as an issue. Kep an eye out for sisdrm, savagedrm, tdfxdrm, XXX and r128drm. |
Completed in 307 milliseconds