Searched hist:1.649 (Results 1 - 23 of 23) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.649 Sat May 11 07:03:52 GMT 2013 kiyohara Remove multiple defines for PLANEX2 {GWUS300MINIS,RT3070,GWUS54GD,GWUSMM,GWUS300MINIX,RTL8188CU_2}.
H A Dusbdevs.h1.649 Thu Nov 14 16:26:18 GMT 2013 nonaka regen
H A Dusbdevs_data.h1.649 Sun Oct 27 17:12:28 GMT 2013 rmind regen usbdevs
/src/sys/arch/i386/conf/
H A DGENERIC1.649 Wed Jan 12 00:18:16 GMT 2005 reinoud branches: 1.649.2;
Add auixp(4) driver for the architectures that are known to have the ATI
IXP chipset.
1.649 Wed Jan 12 00:18:16 GMT 2005 reinoud branches: 1.649.2;
Add auixp(4) driver for the architectures that are known to have the ATI
IXP chipset.
/src/share/man/man4/
H A DMakefile1.649 Fri Dec 29 08:15:21 GMT 2017 kre Make a \ go away...
/src/sys/dev/pci/
H A Dpcidevs.h1.649 Fri Sep 10 13:59:07 GMT 2004 darrenr Regen'd to add Sierra Wireless AirCard 580
H A Dpcidevs_data.h1.649 Fri Sep 17 16:04:17 GMT 2004 xtraeme Add GeForceFX 5700 LE and regen.
H A Dpcidevs1.649 Thu Sep 16 13:08:51 GMT 2004 ragge Add S2io 10 Gigabit ethernet adapter.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.649 Wed Jul 10 20:33:37 GMT 2024 rillig lint: add warning for '!(var = constant)'

This catches expressions like 'ATF_CHECK(errno = ENOENT)', which was
intended to use '==' instead of '='.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.649 Wed Nov 12 00:36:02 GMT 2008 ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
/src/distrib/sets/lists/base/
H A Dshl.mi1.649 Tue Feb 05 23:42:21 GMT 2013 christos bump libcrypto and libssl
H A Dmi1.649 Sat Sep 09 15:43:04 GMT 2006 tnozaki add iconv GB18030 <-> Unicode BMP conversion table.
/src/doc/
H A D3RDPARTY1.649 Sat Nov 15 06:57:20 GMT 2008 tsutsui Current OpenSSH version is 5.1/5.1p1 (released on July).
H A DCHANGES1.649 Tue Jul 04 17:45:05 GMT 2006 tsutsui Add man suffixes to some entries and use consistent indexes.
/src/usr.bin/make/
H A Dmain.c1.649 Sun May 18 06:24:27 GMT 2025 rillig make: rename variables, remove now-redundant comments
H A Dparse.c1.649 Sun Jan 09 19:57:14 GMT 2022 rillig make: add missing printflike annotations to parse.c

Clang is stricter than GCC in checking format string inconsistencies.
Reported by Tobias Nygren.
H A Dvar.c1.649 Mon Nov 02 20:48:36 GMT 2020 rillig make(1): error out on unclosed expressions after the colon
/src/sys/sys/
H A Dparam.h1.649 Fri Feb 07 13:37:20 GMT 2020 thorpej NetBSD 9.99.46 - percpu_foreach_xcall().
/src/distrib/sets/lists/man/
H A Dmi1.649 Sun Jan 11 08:55:56 GMT 2004 lukem support MKBFD=no
/src/distrib/sets/lists/tests/
H A Dmi1.649 Wed Oct 07 05:24:41 GMT 2015 ozaki-r Add tests for assigining/deleting IP addresses

The tests help to find defects related to creation/deletion
of routes/llentries and assigning/deleting of IP addresses.
/src/share/mk/
H A Dbsd.own.mk1.649 Wed Jan 26 01:18:49 GMT 2011 pooka Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
/src/sys/conf/
H A Dfiles1.649 Tue Dec 30 00:33:23 GMT 2003 pk Replace the traditional buffer memory management -- based on fixed per buffer
virtual memory reservation and a private pool of memory pages -- by a scheme
based on memory pools.

This allows better utilization of memory because buffers can now be allocated
with a granularity finer than the system's native page size (useful for
filesystems with e.g. 1k or 2k fragment sizes). It also avoids fragmentation
of virtual to physical memory mappings (due to the former fixed virtual
address reservation) resulting in better utilization of MMU resources on some
platforms. Finally, the scheme is more flexible by allowing run-time decisions
on the amount of memory to be used for buffers.

On the other hand, the effectiveness of the LRU queue for buffer recycling
may be somewhat reduced compared to the traditional method since, due to the
nature of the pool based memory allocation, the actual least recently used
buffer may release its memory to a pool different from the one needed by a
newly allocated buffer. However, this effect will kick in only if the
system is under memory pressure.
/src/distrib/sets/lists/comp/
H A Dmi1.649 Mon Dec 29 03:13:27 GMT 2003 lukem Significant overhaul of how the sets are used:

* Add an optional third field to the sets file which is a list of
comma separated keywords that control if the line is printed.
Currently supported keywords
kerberos4 ${MKKERBEROS4} != no
kerberos ${MKKERBEROS} != no
lint ${MKLINT} != no
obsolete ${obsolete} != 0.
In this case, non obsolete files are not printed.
(This will allow future support for builds with variables such as
MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
Move replicated code for determining stuff such as shlibs type
from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
main lists with the relevant third field keyword(s).

Completed in 1725 milliseconds