Searched hist:1.364 (Results 1 - 25 of 70) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.364 Sun Aug 21 07:10:03 GMT 2022 lukem Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC Remove support for building extsrc/: 1. Makefile: remove do-extsrc target. 2. build.sh: remove options -y and -Y extsrcdir. 3. distrib/sets: remove support for extsrc in various tools including the options -L ext and -y, and the extsrc sets. 4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc) 5. bsd.own.mk and various Makefiles: remove support for extsrc/, EXTSRCSRCDIR, MKEXTSRC. As proposed on tech-kern and tech-userlevel on 2022-01-07 and followed up on 2022-08-21. |
| H A D | UPDATING | 1.364 Sun Nov 10 13:40:00 GMT 2024 martin Extend the zstd entry: need to clean DESTDIR |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.364 Thu Feb 08 09:05:18 GMT 2018 dholland branches: 1.364.2; 1.364.4; Typos. 1.364 Thu Feb 08 09:05:18 GMT 2018 dholland branches: 1.364.2; 1.364.4; Typos. 1.364 Thu Feb 08 09:05:18 GMT 2018 dholland branches: 1.364.2; 1.364.4; Typos. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.364 Sat Mar 30 02:38:59 GMT 2013 christos branches: 1.364.4; 1.364.6; patches for new wifi devices. 1.364 Sat Mar 30 02:38:59 GMT 2013 christos branches: 1.364.4; 1.364.6; patches for new wifi devices. 1.364 Sat Mar 30 02:38:59 GMT 2013 christos branches: 1.364.4; 1.364.6; patches for new wifi devices. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.364 Mon Aug 09 20:49:08 GMT 2021 andvar fix various typos in compatibility, mainly in comments. |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.364 Fri Jun 21 04:28:12 GMT 2019 kamil branches: 1.364.2; Revert previous There is fallout in gdb that will be investigated before relanding this. 1.364 Fri Jun 21 04:28:12 GMT 2019 kamil branches: 1.364.2; Revert previous There is fallout in gdb that will be investigated before relanding this. |
| H A D | kern_synch.c | 1.364 Sun Oct 15 10:27:11 GMT 2023 riastradh sys/lwp.h: Nix sys/syncobj.h dependency. Remove it in ddb/db_syncobj.h too. New sys/wchan.h defines wchan_t so that users need not pull in sys/syncobj.h to get it. Sprinkle #include <sys/syncobj.h> in .c files where it is now needed. |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.364 Wed Aug 01 23:24:29 GMT 2012 rmind branches: 1.364.2; Add BPF JIT compiler, currently supporting amd64 and i386. Code obtained from FreeBSD. Also, make few BPF fixes and simplifications while here. Note that bpf_jit_enable is false for now. OK dyoung@, some feedback from matt@ 1.364 Wed Aug 01 23:24:29 GMT 2012 rmind branches: 1.364.2; Add BPF JIT compiler, currently supporting amd64 and i386. Code obtained from FreeBSD. Also, make few BPF fixes and simplifications while here. Note that bpf_jit_enable is false for now. OK dyoung@, some feedback from matt@ |
| H A D | ALL | 1.364 Sat Oct 26 09:16:20 GMT 2013 nonaka Add driver for ASIX AX88178a and AX88179 Ethernet interface. Ported from OpenBSD. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.364 Mon Jan 22 13:22:40 GMT 2018 skrll branches: 1.364.2; Add PMAP_WRITE_COMBINE: to the list of flags supported by pmap_kenter_pa 1.364 Mon Jan 22 13:22:40 GMT 2018 skrll branches: 1.364.2; Add PMAP_WRITE_COMBINE: to the list of flags supported by pmap_kenter_pa |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.364 Tue Jan 06 17:50:24 GMT 2015 macallan attach wsdisplay at wsemuldisplaydev instead of every single driver |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.364 Wed May 21 14:49:06 GMT 2025 christos new bind |
| H A D | mi | 1.364 Sun Oct 10 17:47:38 GMT 2021 thorpej Add a test case for the race condition in PR kern/50094, modeled after the Go run-time scenario described in the PR. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.364 Wed Sep 13 14:12:21 GMT 2023 jschauma +CRQC Cryptanalytically Relevant Quantum Computer |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.364 Mon Jan 27 20:54:59 GMT 2020 macallan add & enable uatp driver, now that it works on ppc-era hardware leave pbms in but commented out for now |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.364 Sun Feb 23 15:46:42 GMT 2020 ad UVM locking changes, proposed on tech-kern: - Change the lock on uvm_object, vm_amap and vm_anon to be a RW lock. - Break v_interlock and vmobjlock apart. v_interlock remains a mutex. - Do partial PV list locking in the x86 pmap. Others to follow later. |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.364 Tue Jan 01 10:06:55 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/sys/uvm/ | ||
| H A D | uvm_map.c | 1.364 Sat Aug 10 01:06:45 GMT 2019 mrg KASSERT -> KASSERTMSG so we actually display the overflowed values. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.364 Wed Jul 16 19:53:18 GMT 2014 palle sun4v: Introduce SET_MMU_CONTEXTID macro for setting the mmu context id on both sun4u and sun4v |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.364 Fri Dec 05 18:20:19 GMT 2008 dyoung In wddetach(), avoid a crash by destroying the callout sc_restart_ch. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.364 Fri Jul 30 00:46:46 GMT 2021 tnn com(4): fix FIFO for DW_APB on Allwinner A20 (got broken by com.c 1.360) Older DesignWare UARTs do not advertise their FIFO length so we must provide it via device properties. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.364 Fri Sep 04 03:53:12 GMT 2020 thorpej Use SysValue to store curlwp rather than curcpu. curlwp is acceessed much more frequently, and this makes curlwp preemption-safe. |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.364 Wed Oct 26 23:22:07 GMT 2022 riastradh sys/*: Get module_map consistently from sys/module.h. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.364 Mon Oct 29 20:28:26 GMT 2007 pavel bump date. |
| /src/etc/ | ||
| H A D | Makefile | 1.364 Wed Feb 25 20:38:30 GMT 2009 sketch Use awk and grep host tools where required. 'build.sh release' now works on Solaris (but only with HOST_CC=/usr/sfw/bin/gcc for now). |
Completed in 619 milliseconds