summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/shell-custom.exp
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /usr.bin/make/unit-tests/shell-custom.exp
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'usr.bin/make/unit-tests/shell-custom.exp')
0 files changed, 0 insertions, 0 deletions
space for new vestigial PCBs runs out, VTW makes room by discarding old vestigial PCBs, oldest first. VTW cooperates with MSLT. It may help to think of VTW as a "FIN cache" by analogy to the SYN cache. A 2.8-GHz Pentium 4 running a test workload that creates TIME_WAIT sessions as fast as it can is approximately 17% idle when VTW is active versus 0% idle when VTW is inactive. It has 103 megabytes more free RAM when VTW is active (approximately 64k vestigial PCBs are created) than when it is inactive. 2010-08-10Support carp. It would be nice to support this as its own component,pooka but there's about 1000 lines of #ifdef which disagree with my wish. 2010-07-13Split-off IPv4 re-assembly mechanism into a separate module. Abstractrmind into ip_reass_init(), ip_reass_lookup(), etc (note: abstraction is not yet complete). No functional changes to the actual mechanism. OK matt@ 2010-02-16Globally define -Wno-pointer-sign, as it has become a pointlesspooka exercise of "add it to every Makefile individually". XXX: should autosynchronize with the rest of the kernel buildflags in sys/conf/Makefile.kern.inc. 2009-05-26Support IPv6 in rump. I'd have liked to introduce a netinet6pooka component, but due to ifdef happiness permeating the sources, it's a compile decision for now, so netinet pulls in both inet and inet6. One issue, one single issue: the loopback interface still needs to be created for IPv6 to work. I have patches to take care of it automatically if the appropriate component (net) is present, but they require a bit more testing before commit. 2009-02-03Better define GATEWAY in opt_gateway.h instead of the Makefile sopooka UPDATE builds don't go all coocoo. 2009-02-01enable GATEWAYpooka 2008-10-16Deal with the ld.so/linkset brokenness and compile all of libnetpooka and libnetinet into a big bunch for now. If they were separate libraries, the DOMAIN_DEFINE() in the latter on the linkline would not get noticed at "boot" time because of the abovementioned brokenness. One of these days I'll add code to dlopen() the libraries and resplit them, but this will allow things to work until then.