Searched hist:1.485 (Results 1 - 25 of 33) sorted by relevance
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.485 Thu Jul 17 19:50:39 GMT 2025 kre branches: 1.485.2; ATF test additions for O_CLOFORK. These are Ricardo Branco's ATF test modifications for O_CLOFORK & SOCK_CLOFORK (with some FD_CLOFORK included). These have all been made able to be built & run in an environment where O_CLOFORK (etc) are not yet visible to userland. 1.485 Thu Jul 17 19:50:39 GMT 2025 kre branches: 1.485.2; ATF test additions for O_CLOFORK. These are Ricardo Branco's ATF test modifications for O_CLOFORK & SOCK_CLOFORK (with some FD_CLOFORK included). These have all been made able to be built & run in an environment where O_CLOFORK (etc) are not yet visible to userland. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.485 Sat Sep 22 08:37:01 GMT 2007 mlelstv branches: 1.485.2; Add different models of the i-Bead Musicstick 1.485 Sat Sep 22 08:37:01 GMT 2007 mlelstv branches: 1.485.2; Add different models of the i-Bead Musicstick |
| H A D | usbdevs.h | 1.485 Sun Oct 14 01:09:00 GMT 2007 xtraeme branches: 1.485.4; regen 1.485 Sun Oct 14 01:09:00 GMT 2007 xtraeme branches: 1.485.4; regen |
| H A D | usbdevs_data.h | 1.485 Sat Sep 22 08:37:33 GMT 2007 mlelstv branches: 1.485.2; Regen 1.485 Sat Sep 22 08:37:33 GMT 2007 mlelstv branches: 1.485.2; Regen |
| /src/sys/kern/ | ||
| H A D | kern_exec.c | 1.485 Fri Dec 06 21:36:10 GMT 2019 ad branches: 1.485.2; Make it possible to call mi_switch() and immediately switch to another CPU. This seems to take about 3us on my Intel system. Two changes required: - Have the caller to mi_switch() be responsible for calling spc_lock(). - Avoid using l->l_cpu in mi_switch(). While here: - Add a couple of calls to membar_enter() - Have the idle LWP set itself to LSIDL, to match softint_thread(). - Remove unused return value from mi_switch(). 1.485 Fri Dec 06 21:36:10 GMT 2019 ad branches: 1.485.2; Make it possible to call mi_switch() and immediately switch to another CPU. This seems to take about 3us on my Intel system. Two changes required: - Have the caller to mi_switch() be responsible for calling spc_lock(). - Avoid using l->l_cpu in mi_switch(). While here: - Add a couple of calls to membar_enter() - Have the idle LWP set itself to LSIDL, to match softint_thread(). - Remove unused return value from mi_switch(). |
| H A D | init_main.c | 1.485 Wed Nov 16 00:46:46 GMT 2016 pgoyette Modularize the various bufq strategies |
| H A D | vfs_subr.c | 1.485 Mon Apr 13 19:23:18 GMT 2020 ad Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function that hides the details and does atomic_load_relaxed(). Signature matches FreeBSD. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.485 Mon Feb 26 05:52:50 GMT 2018 maxv branches: 1.485.2; Enable SVS by default. 1.485 Mon Feb 26 05:52:50 GMT 2018 maxv branches: 1.485.2; Enable SVS by default. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.485 Mon Jan 20 18:38:20 GMT 2020 thorpej Remove FDDI support. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.485 Fri Mar 16 05:43:09 GMT 2012 jkoshy Add an entry for myself. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.485 Sat Apr 07 19:38:05 GMT 2018 mrg add an SPECTRE_V2_GCC_MITIGATION option to x86 kernels, that turns on the GCC spectre v2 mitigation options. XXX: pullup-8. XXX: turn on in all kernels. |
| H A D | Makefile | 1.485 Sun Jan 04 15:34:17 GMT 2009 wiz Add man page for gcscaudio driver. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.485 Thu Feb 01 18:37:06 GMT 2024 rillig lint: use standard buffer for storing string values No functional change. |
| H A D | tree.c | 1.485 Tue Jan 03 21:14:14 GMT 2023 rillig lint: condense building of nodes for '?:' expressions No binary change except for line numbers in assertions. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.488 Sun Nov 26 13:59:49 GMT 2006 drochner mk.conf might refer to all kinds of make variables, so we can't just pull it in without everything else (reported by martin). So revert to 1.485 which did at least work for everyone. 1.485 Tue Nov 21 18:25:26 GMT 2006 dsl Mark all the .PHONY targets as .NOTMAIN in one go - instead of individually. Add .WAITs after beforeinstall and before afterinstall. Remove the bogus dependency lines that someone must have added with the vague hope they would cause the build to happen in the right order! Since we have 'realinstall: proginstall scriptsinstall' stopping 'realinstall' running never has stopped 'proginstall' running. Fixing this probably fixes a variety of problems, including, but not restricted to 'install' in src/sys/arch/atari/stand/bootxx (NB this particular file is untested due to other local changes) |
| /src/sys/net/ | ||
| H A D | if.c | 1.485 Mon May 17 04:07:43 GMT 2021 yamaguchi Add a new link-aggregation pseudo interface named lagg(4) - FreeBSD's lagg(4) based implementation - MP-safe and MP-scalable |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.485 Thu Nov 07 20:55:13 GMT 2002 thorpej Regen; add Intel i31244 Serial ATA controller. |
| H A D | pcidevs_data.h | 1.485 Sat Nov 09 07:39:57 GMT 2002 grant regen for ATI Rage Mobility M1. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.485 Sun Jan 19 10:57:10 GMT 2025 rillig make: fix code coverage counts See tests/usr.bin/gcov/t_gcov.sh. |
| H A D | main.c | 1.485 Sat Nov 28 23:35:44 GMT 2020 rillig make(1): reduce memory allocation in CmdOpts.variables |
| H A D | parse.c | 1.485 Fri Dec 18 19:02:37 GMT 2020 rillig make(1): split ParseGetLine into separate functions |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.485 Thu Oct 03 19:39:51 GMT 2002 fvdl FIx off by one error for brand id array index. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.485 Sun Aug 16 19:33:38 GMT 2009 christos Version fts one more time! This is the most versioned API ever... Bump fts_level from short to int to avoid a potential DoS. From Maksymilian Arciemowicz |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.485 Mon Nov 20 11:33:50 GMT 2006 kleink Imported tzdata2006o, still working on -code. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.485 Sat Aug 29 07:33:18 GMT 2015 uebayasi Revert MAXUSERS changes. Need fresh air. |
Completed in 1205 milliseconds