Searched hist:1.539 (Results 1 - 25 of 25) sorted by relevance

/src/distrib/notes/common/
H A Dmain1.539 Wed Oct 25 18:07:33 GMT 2017 utkarsh009 Repositioned my name according to Alphabetical Order (surname).
/src/sys/dev/usb/
H A Dusbdevs1.539 Tue Jan 12 14:50:38 GMT 2010 jakllsch Add Logitech C-BT44 Receiver.
H A Dusbdevs.h1.539 Fri Feb 19 13:56:39 GMT 2010 pooka regen: huawei K3765
H A Dusbdevs_data.h1.539 Mon Feb 08 20:44:01 GMT 2010 snj Regen.
/src/distrib/sets/lists/tests/
H A Dmi1.539 Wed Jul 03 14:01:29 GMT 2013 nakayama branches: 1.539.2;
Enable tests which does not require rump if MKRUMP=no.
Pointed out by christos on source-changes-d.
1.539 Wed Jul 03 14:01:29 GMT 2013 nakayama branches: 1.539.2;
Enable tests which does not require rump if MKRUMP=no.
Pointed out by christos on source-changes-d.
/src/sys/kern/
H A Dinit_main.c1.539 Sat Jun 18 22:11:01 GMT 2022 andvar fix typos in word "functions" in comments, mainly s/fuctions/functions/.
/src/sys/arch/amd64/conf/
H A DGENERIC1.539 Fri Oct 25 16:50:17 GMT 2019 martin Add missing onewire temperature sensors, suggested by Andrew Doran.
/src/share/man/man4/
H A DMakefile1.539 Tue Dec 14 16:18:15 GMT 2010 jruoho By majority vote, move module(4) to the section 7.
/src/sys/dev/pci/
H A Dpcidevs.h1.539 Sat Jun 14 10:00:09 GMT 2003 ichiro regen.
H A Dpcidevs_data.h1.539 Fri Jun 27 11:13:03 GMT 2003 drochner regen
H A Dpcidevs1.539 Thu Jun 26 09:19:54 GMT 2003 ichiro add product
Aironet 350 miniPCI Wireless LAN Adapter
/src/usr.bin/xlint/lint1/
H A Dtree.c1.539 Sat Jul 01 06:09:24 GMT 2023 rillig lint: fix initialization of unnamed union member
/src/sys/arch/i386/i386/
H A Dmachdep.c1.539 Thu Sep 25 22:01:31 GMT 2003 christos constify sendsig/trapsignal
/src/distrib/sets/lists/base/
H A Dshl.mi1.539 Thu Jun 10 22:00:02 GMT 2010 pooka update
H A Dmi1.539 Mon Apr 04 19:11:18 GMT 2005 peter Enable pflogd(8).
/src/doc/
H A D3RDPARTY1.539 Fri Jul 20 08:15:34 GMT 2007 heinz This document ends up in processed form on the NetBSD web site
(currently as http://www.NetBSD.org/docs/software/3rdparty/), so make
sure that "NetBSD.org" is spelled exactly like that.
/src/usr.bin/make/
H A Dmain.c1.539 Mon Apr 19 16:35:11 GMT 2021 rillig make: avoid double slash in name of temporary directory

If the environment variable TMPDIR is not set, make uses a default path
that includes a trailing '/'.

For extra correctness it always appended an extra '/', leading to paths
of the form '/tmp//makeXXXXXX'. This looked suspicious, as if there had
been a forgotten empty part between the two '/'. Avoid this ambiguity
by replacing '//' with '/'.
H A Dparse.c1.539 Wed Feb 03 08:00:36 GMT 2021 rillig make: use shortcut functions Global_SetExpand and Global_AppendExpand

There are many places where global variables are set or appended to. To
reduce clutter and code size, encode the VAR_GLOBAL in the function
name.

The word Expand in the function names says that the variable name is
expanded. In most of the cases, this is not necessary, but there are no
corresponding functions Global_Set or Global_Append yet.

Encoding the information whether the name is expanded or not in the
function name will make inconsistencies obvious in future manual code
reviews. Letting the compiler check this by using different types for
unexpanded and expanded variable names is probably not worth the effort.
There are still a few bugs to be fixed, such as in SetVar, which expands
the variable name twice in a row.
H A Dvar.c1.539 Fri Sep 25 14:07:12 GMT 2020 rillig make(1): fix type of local variable in ApplyModifiers

Thanks, Clang-Tidy.
/src/sys/sys/
H A Dparam.h1.539 Fri May 19 00:01:34 GMT 2017 pgoyette Introduce new localcount(9) reference-count primitives.
/src/sys/arch/i386/conf/
H A DGENERIC1.539 Wed Jan 08 13:20:26 GMT 2003 fvdl DUMMY_NOPS is gone, replace it with an inverted, less confusing option:
PIC_DELAY. To be used on very old machines.
/src/distrib/sets/lists/man/
H A Dmi1.539 Sun Jan 05 23:42:57 GMT 2003 jmcneill Add acpitz
/src/share/mk/
H A Dbsd.own.mk1.539 Mon Oct 27 22:32:51 GMT 2008 mrg - enable 32-bit library builds on amd64 and sparc64

- add 3 new top-level targets:
do-compat-lib-csu
do-compat-libgcc
do-compat-lib-libc
and run them before "do-build" if ${MKCOMPAT} != "no"
/src/sys/conf/
H A Dfiles1.539 Fri Jun 28 23:27:13 GMT 2002 thorpej This is the "kttcp" network throughput testing pseudo-device. From
the block comment at the top of the file:

This module provides kernel support for testing network
throughput from the perspective of the kernel. It is
similar in spirit to the classic ttcp network benchmark
program, the main difference being that with kttcp, the
kernel is the source and sink of the data.

Testing like this is useful for a few reasons:

1. This allows us to know what kind of performance we can
expect from network applications that run in the kernel
space, such as the NFS server or the NFS client. These
applications don't have to move the data to/from userspace,
and so benchmark programs which run in userspace don't
give us an accurate model.

2. Since data received is just thrown away, the receiver
is very fast. This can provide better exercise for the
sender at the other end.

3. Since the NetBSD kernel currently uses a run-to-completion
scheduling model, kttcp provides a benchmark model where
preemption of the benchmark program is not an issue.

There is a companion "kttcp" user program which uses the kttcp
pseudo-device.

Largely written by Frank van der Linden, with some modifications
from me.
/src/distrib/sets/lists/comp/
H A Dmi1.539 Sat Mar 01 16:06:11 GMT 2003 bjh21 Add _Exit(2).

Completed in 1624 milliseconds