Searched hist:1.451 (Results 1 - 25 of 38) sorted by relevance
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.451 Thu Oct 29 07:46:08 GMT 2015 wiz branches: 1.451.2; New sentence, new line. 1.451 Thu Oct 29 07:46:08 GMT 2015 wiz branches: 1.451.2; New sentence, new line. |
| H A D | Makefile | 1.451 Wed Dec 05 00:18:06 GMT 2007 xtraeme Rename the Areca RAID driver (known as arc(4) to arcmsr(4) to avoid namespace conflict with NetBSD/arc. Found by tsutsui@. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.451 Thu Jun 06 20:41:04 GMT 2019 mlelstv Count only the initial start of a transfer, not the retries. Should fix kern/54166. Thanks to macallan@ for spotting the issue. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.451 Thu Sep 06 05:36:50 GMT 2018 maxv Retire the 'midway' driver. Discussed on tech-net@ recently and also three years ago, part of removing the network ATM code. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.451 Sat Sep 19 07:09:53 GMT 2009 snj Only generate SHA512 and MD5 checksums for releases. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.451 Wed Oct 09 13:02:53 GMT 2024 kre Add a test for clock_nanotime() [ PR kern/58733 ] Add a t_nanosleep test to the kernel tests, to (to a limited extent) validate its functionality. Initially this concentrates on the issue from PR kern/58733 where if a process paused in nanosleep() is stopped, and then continued, and if it is using TIMER_ABSTIME, the call will return prematurely, but indicating success. There are (currently) 4 test cases, to test all 4 possibilities using CLOCK_MONOTONIC and CLOCK_REALTIME (if someone wants to add any other clocks that make sense, that should be easy) and TIMER_ABSTIME and TIMER_RELTIME. Currently both TIMER_ABSTIME tests fail (the TIMER_RELTIME tests pass). When the kernel bug is fixed, the ABSTIME tests should be fixed along with it. These tests are currently somewhat crude, and I'm not sure how well they will work on a qemu test system (they work as expected on bare metal). |
| /src/etc/ | ||
| H A D | Makefile | 1.451 Sat Sep 25 08:54:30 GMT 2021 maya Move DRM-driver firmware from base to its own set, gpufw This set is only installed on amd64,i386,evbarm. This set is installed on minimal installs and on install media, in case someone needs it for basic driver functionality. Comments: Switched to a single MK tunable for it - that is probably unneeded. An upcoming DRM update will include even fatter firmware, and we'd like to minimize the impact of it. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.451 Tue Jun 16 01:29:00 GMT 2020 thorpej Add vmem_xfreeall(), which frees all allocated regions in the specified arena. All outstanding allocations MUST have been performed with vmem_xalloc() or else the behavior is undefined. (This also implies that the arena must also not have a quantum cache; note this in the documentation.) |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.451 Wed Oct 23 00:45:58 GMT 2024 kalvisd Add mopcopy as a build tool for the VAX port. OK rin@ |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.451 Wed Jan 31 10:00:03 GMT 2007 mjf Add SHARP WS007SH USB device. |
| H A D | usbdevs.h | 1.451 Sat Jan 13 23:26:57 GMT 2007 is SigmaTel FastIRda USB Bridges |
| H A D | usbdevs_data.h | 1.451 Sun Jan 07 16:54:16 GMT 2007 jmcneill Regen. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.451 Mon Aug 04 20:03:12 GMT 2025 skrll Add a port of the FreeBSD driver for the VMware PV SCSI controller found in VMware's ESXi product. Tested on ESXi/Arm such that an installation from ISO succeeds and boots. |
| H A D | pcidevs.h | 1.451 Wed Jul 03 16:51:36 GMT 2002 msaitoh regen |
| H A D | pcidevs_data.h | 1.451 Fri Jul 05 14:03:33 GMT 2002 enami Regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.451 Mon Jul 10 19:47:12 GMT 2023 rillig lint: merge duplicate code for getting the name of an operator |
| H A D | tree.c | 1.451 Mon May 30 07:19:28 GMT 2022 rillig lint: fix assertion failure in '(unsigned long)(ptr) >> 12' Since tree.c 1.449 from 2022-05-26. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.451 Sun Aug 25 21:12:56 GMT 2013 tls Attempt to resolve locking issues at kernel startup on platforms with hardware RNGs using the polling mode of operation: 1) Initialize the rng subsystem soft interrupts as early in kernel startup as seems safe (we have no MI guarantee that softints are working at all until configure2() returns, AFAICT). This should have the rnd subsystem able to process events via softint before the network subsystem (a notorious early user of entropy) starts. 2) Remove the shortcut calls to rnd_process_events() from rnd_schedule_process(), with the result that until the softint is installed rnd_process_events() is a NOP. 3) Directly call rnd_process_events() in rnd_extract_data(), rnd_maybe_extract(), and rnd_init_softint(). This should suck up any samples actually collected as early as possible. |
| H A D | kern_exec.c | 1.451 Tue Nov 07 20:58:23 GMT 2017 christos hack around namei problem. |
| H A D | vfs_subr.c | 1.451 Thu Nov 03 11:04:21 GMT 2016 hannken Add a function to print the fields of a vnode including its implementation and use it from vprint() and vfs_vnode_print(). Move vstate_name() to vfs_subr.c. |
| /src/sys/net/ | ||
| H A D | if.c | 1.451 Sat Apr 20 22:16:47 GMT 2019 pgoyette Typos in comments. NFCI. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.451 Thu Feb 16 08:45:42 GMT 2017 knakahara add l2tp(4) to amd64/GENERIC and amd64/ALL config. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.451 Fri Feb 04 23:22:19 GMT 2022 rillig make: use unsigned int for line numbers everywhere Previously, some line numbers were stored as signed int while others were stored as size_t. Since line numbers are never negative, use an unsigned type. Since the maximum file size for makefiles is 1 GB (see loadfile), unsigned int is large enough even on 64-bit platforms. Using a single data types reduces the number of type conversions. Using unsigned int improves compatibility with C90 (printf %u instead of %zu), which is needed by bmake, which is derived from usr.bin/make. No functional change. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.451 Thu Aug 02 22:04:28 GMT 2001 thorpej - Rename cpu_use_fxsave to i386_use_fxsave. - If we detect SSE/SSE2 support in the CPU, enable SSE exceptions and set i386_has_{sse,sse2} as appropriate. - Expose i386_use_fxsave and i386_has_{sse,sse2} through sysctl as machdep.{osfsxr,sse,sse2}. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.451 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries. |
Completed in 735 milliseconds