Searched hist:1.679 (Results 1 - 22 of 22) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.679 Sat Aug 02 17:55:00 GMT 2014 nonaka Added SMSC LAN7500 USB 2.0 gigabit ethernet device, not SMSC LAN7500. |
| H A D | usbdevs.h | 1.679 Wed Dec 17 10:02:46 GMT 2014 jnemeth regen |
| H A D | usbdevs_data.h | 1.679 Fri Dec 12 07:21:28 GMT 2014 msaitoh Regen. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.679 Sun Mar 17 00:35:09 GMT 2019 tnn add ssdfb(4) manual page |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.679 Sat Jan 08 04:58:22 GMT 2005 ginsbach regen |
| H A D | pcidevs_data.h | 1.679 Thu Jan 13 18:25:49 GMT 2005 jdolecek regen: VIA Velocity |
| H A D | pcidevs | 1.679 Sat Jan 08 16:00:03 GMT 2005 fredb Recognize the Broadcom 5721 Gigabit Ethernet, as found on SuperMicro P8SCi motherboards. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.679 Thu Apr 10 20:16:29 GMT 2025 rillig lint: do not warn about constant operand of '!' Like its related warning about a constant condition, the purpose of this warning is unclear, and suppressing the warning requires special lint comments, thus cluttering the code. The message itself is still kept in err.c to keep the '-X 239' option valid. These LINTFLAGS will be removed in a follow-up commit. The lint comments /* CONSTCOND */, as well as its more verbose forms /* CONSTANTCOND */ and /* CONSTANTCONDITION */ are no longer needed and can be removed. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.679 Fri Nov 27 03:23:10 GMT 2009 rmind - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. - Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb(). - Amend assembly in ports where it accesses PCB via struct user. - Rename L_ADDR to L_PCB in few places. Reduce sys/user.h inclusions. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.679 Wed Nov 13 09:49:08 GMT 2013 mbalmer Add the syslog(3) Lua binding to the build. |
| H A D | mi | 1.679 Sat Dec 02 14:36:13 GMT 2006 tnozaki 1. add IBM codepage 853 support to iconv. 2. correct JISX0208:1978 <-> Unicode mapping for IBM942. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.679 Thu Mar 26 03:15:05 GMT 2009 taca Latest OpenSSH is 5.2/5.2p1. |
| H A D | CHANGES | 1.679 Thu Sep 07 00:49:49 GMT 2006 xtraeme Note scan_ffs(8) -f file support. |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.679 Sat Jun 11 17:58:15 GMT 2022 rillig make: fix memory leak in wildcard targets and sources $ cat <<'EOF' > glob-leak.mk all: @pid=$$$$; \ ppid=$$(ps -o ppid -p "$$pid" | sed 1d); \ ps -o vsz,rsz -p $$ppid | sed 1d .for _ in ${:U:${:Urange=$n}} bin/*: source .endfor EOF $ make.before -r -f glob-leak.mk n=1 19424 5280 $ make.before -r -f glob-leak.mk n=10 24220 10208 $ make.before -r -f glob-leak.mk n=100 71280 58504 $ make.before -r -f glob-leak.mk n=1000 556356 541620 $ make.after -r -f glob-leak.mk n=1 19208 5040 $ make.after -r -f glob-leak.mk n=10 22132 8092 $ make.after -r -f glob-leak.mk n=100 49040 35940 $ make.after -r -f glob-leak.mk n=1000 324160 314400 That's a saving of 40% already. The remaining 60% are suspicious as well since after the first iteration of the .for loop, make's internal state doesn't change conceptually, so there's no need to throw more memory at it. |
| H A D | var.c | 1.679 Sun Nov 08 18:16:55 GMT 2020 rillig make(1): reorder branches in Var_Subst This way, '$$' is handled first, followed by '$', followed by everything else. This is easier to follow than first '$$' then not '$' and finally '$'. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.679 Thu Nov 12 07:44:01 GMT 2020 simonb Set a better default for MAXFILES on larger RAM machines if not otherwise specified the kernel config file. Arbitary numbers are 20,000 files for 16GB RAM or more and 10,000 files for 1GB RAM or more. TODO: Adjust this and other values totally dynamically. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.679 Tue Jun 21 08:19:25 GMT 2005 sekiya Rework the configuration scheme for PCI fixups: * bus enumeration fixups are not PCIBIOS-specific, interrupt fixups are done by both PCIBIOS and ACPI. The redundancy is very redundant. Therefore, rename PCIBIOS_*_FIXUP to PCI_*_FIXUP, use PCI_INTR_FIXUP in place of ACPI_PCI_FIXUP, and change code refences to match. * move the fixup defines from opt_pcibios.h to opt_pcifixup.h to reflect the above. * fix up the PCI bus numbering in mainbus_attach(), right after we detect the configuration mode. This probably renders the fixup in pcibios.c redundant -- but it should be harmless. These changes make cardbus work in ACPI-only machines, when PCI_BUS_FIXUP and PCI_INTR_FIXUP are defined. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.679 Sat Apr 03 03:13:21 GMT 2004 uwe Add hpcboot(8). |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.679 Fri Jul 29 07:02:24 GMT 2016 pgoyette Add files for the new fss(4) test |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.679 Wed Aug 17 09:18:38 GMT 2011 mrg switch sparc to GCC 4.5.3. |
| /src/sys/conf/ | ||
| H A D | files | 1.679 Wed Jul 07 08:41:35 GMT 2004 mycroft Move spc into the MI area. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.679 Sat Mar 20 22:05:56 GMT 2004 bjh21 pckbport(9) and friends. |
Completed in 1887 milliseconds