HomeSort by: relevance | last modified time | path
    Searched hist:1.679 (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/conf/
param.c 1.67.10.2 Sat Feb 06 15:22:19 UTC 2021 martin Pull up following revision(s) (requested by simonb in ticket #1649):

sys/sys/param.h: revision 1.679
sys/conf/param.c: revision 1.69
sys/kern/init_main.c: revision 1.533 (via patch)

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.
1.68.4.1 Sat Nov 14 15:36:11 UTC 2020 martin Pull up following revision(s) (requested by fair in ticket #1130):

sys/sys/param.h: revision 1.679
sys/conf/param.c: revision 1.69
sys/kern/init_main.c: revision 1.533

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.
files 1.679 Wed Jul 07 08:41:35 UTC 2004 mycroft Move spc into the MI area.
  /src/sys/sys/
param.h 1.679 Thu Nov 12 07:44:01 UTC 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.
1.542.2.11 Sat Feb 06 15:22:19 UTC 2021 martin Pull up following revision(s) (requested by simonb in ticket #1649):

sys/sys/param.h: revision 1.679
sys/conf/param.c: revision 1.69
sys/kern/init_main.c: revision 1.533 (via patch)

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.
1.599.2.9 Sat Nov 14 15:36:11 UTC 2020 martin Pull up following revision(s) (requested by fair in ticket #1130):

sys/sys/param.h: revision 1.679
sys/conf/param.c: revision 1.69
sys/kern/init_main.c: revision 1.533

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/kern/
init_main.c 1.490.6.2 Sat Feb 06 15:22:19 UTC 2021 martin Pull up following revision(s) (requested by simonb in ticket #1649):

sys/sys/param.h: revision 1.679
sys/conf/param.c: revision 1.69
sys/kern/init_main.c: revision 1.533 (via patch)

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.
1.504.2.1 Sat Nov 14 15:36:11 UTC 2020 martin Pull up following revision(s) (requested by fair in ticket #1130):

sys/sys/param.h: revision 1.679
sys/conf/param.c: revision 1.69
sys/kern/init_main.c: revision 1.533

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/dev/usb/
usbdevs.h 1.679 Wed Dec 17 10:02:46 UTC 2014 jnemeth regen
usbdevs_data.h 1.679 Fri Dec 12 07:21:28 UTC 2014 msaitoh Regen.
usbdevs 1.679 Sat Aug 02 17:55:00 UTC 2014 nonaka Added SMSC LAN7500 USB 2.0 gigabit ethernet device, not SMSC LAN7500.
  /src/usr.bin/xlint/lint1/
tree.c 1.679 Thu Apr 10 20:16:29 UTC 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/usr.bin/make/
parse.c 1.679 Sat Jun 11 17:58:15 UTC 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.
var.c 1.679 Sun Nov 08 18:16:55 UTC 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/share/man/man4/
Makefile 1.679 Sun Mar 17 00:35:09 UTC 2019 tnn add ssdfb(4) manual page
  /src/sys/arch/i386/i386/
machdep.c 1.679 Fri Nov 27 03:23:10 UTC 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/sys/dev/pci/
pcidevs.h 1.679 Sat Jan 08 04:58:22 UTC 2005 ginsbach regen
pcidevs_data.h 1.679 Thu Jan 13 18:25:49 UTC 2005 jdolecek regen: VIA Velocity
if_wm.c 1.679 Sat Jun 27 13:32:00 UTC 2020 jmcneill prop_data_data_nocopy -> prop_data_value
pcidevs 1.679 Sat Jan 08 16:00:03 UTC 2005 fredb Recognize the Broadcom 5721 Gigabit Ethernet, as found on SuperMicro P8SCi
motherboards.
  /src/sys/arch/i386/conf/
GENERIC 1.679 Tue Jun 21 08:19:25 UTC 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/doc/
CHANGES 1.679 Thu Sep 07 00:49:49 UTC 2006 xtraeme Note scan_ffs(8) -f file support.
3RDPARTY 1.679 Thu Mar 26 03:15:05 UTC 2009 taca Latest OpenSSH is 5.2/5.2p1.
  /src/distrib/sets/lists/tests/
mi 1.679 Fri Jul 29 07:02:24 UTC 2016 pgoyette Add files for the new fss(4) test
  /src/share/mk/
bsd.own.mk 1.679 Wed Aug 17 09:18:38 UTC 2011 mrg switch sparc to GCC 4.5.3.
  /src/distrib/sets/lists/base/
mi 1.679 Sat Dec 02 14:36:13 UTC 2006 tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
shl.mi 1.679 Wed Nov 13 09:49:08 UTC 2013 mbalmer Add the syslog(3) Lua binding to the build.
  /src/distrib/sets/lists/man/
mi 1.679 Sat Apr 03 03:13:21 UTC 2004 uwe Add hpcboot(8).
  /src/distrib/sets/lists/comp/
mi 1.679 Sat Mar 20 22:05:56 UTC 2004 bjh21 pckbport(9) and friends.

Completed in 2443 milliseconds