Searched hist:1.611 (Results 1 - 24 of 24) sorted by relevance

/src/share/man/man4/
H A DMakefile1.611 Wed Mar 19 15:26:41 GMT 2014 nonaka branches: 1.611.2;
Add a driver for Realtek RTS5209/RTS5229 Card Reader.
Ported from OpenBSD.
1.611 Wed Mar 19 15:26:41 GMT 2014 nonaka branches: 1.611.2;
Add a driver for Realtek RTS5209/RTS5229 Card Reader.
Ported from OpenBSD.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.611 Fri Oct 26 13:24:40 GMT 2007 joerg branches: 1.611.2;
Match delay/DELAY on x86 with delay(9). It takes an unsigned int as
argument. Use this and replace the inline assembly (mul + div using the
64bit intermediate result) with normal 32bit multiplication and
division. The compiler can turn the division into a multiplication and
shift, making it even cheaper then the original assembly. For extreme
long delays, just use 64bit arithmetic.
1.611 Fri Oct 26 13:24:40 GMT 2007 joerg branches: 1.611.2;
Match delay/DELAY on x86 with delay(9). It takes an unsigned int as
argument. Use this and replace the inline assembly (mul + div using the
64bit intermediate result) with normal 32bit multiplication and
division. The compiler can turn the division into a multiplication and
shift, making it even cheaper then the original assembly. For extreme
long delays, just use 64bit arithmetic.
/src/sys/dev/usb/
H A Dusbdevs1.611 Sat Apr 07 11:54:34 GMT 2012 jakllsch Add ADS InstantFM Music (RDX-155).
H A Dusbdevs.h1.611 Tue May 29 21:11:37 GMT 2012 nonaka regen
H A Dusbdevs_data.h1.611 Tue May 29 19:49:10 GMT 2012 nonaka regen.
/src/sys/arch/amd64/conf/
H A DGENERIC1.611 Sun Apr 21 14:11:12 GMT 2024 riastradh apei(4), acpihed(4): Enable in x86 GENERIC.

Let's just see how this works out in practice. Might need to reduce
the overhead of each GHES on machines with thousands of them, but
we'll see.

PR kern/58046
/src/sys/dev/pci/
H A Dpcidevs.h1.611 Thu Feb 26 17:12:53 GMT 2004 drochner regen
H A Dpcidevs_data.h1.611 Fri Mar 12 13:21:22 GMT 2004 drochner regen
H A Dpcidevs1.611 Thu Feb 26 17:12:09 GMT 2004 drochner add intel e7501 host bridge
/src/usr.bin/xlint/lint1/
H A Dtree.c1.611 Sat Mar 09 13:20:55 GMT 2024 rillig lint: inline accessor macros for type_t
/src/distrib/sets/lists/base/
H A Dshl.mi1.611 Mon Jan 09 15:24:37 GMT 2012 dholland Bump minor version of libquota.so.
H A Dmi1.611 Mon Apr 03 08:15:49 GMT 2006 scw Add a kernel driver and userland program for the Topfield TF5000PVR range
of digital video recorders popular in Europe and Australia.

These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.
/src/doc/
H A D3RDPARTY1.611 Sun Jun 22 14:40:03 GMT 2008 christos mention postfix 2.5.2
H A DCHANGES1.611 Sat Apr 22 20:47:51 GMT 2006 tsutsui Add man section suffix to some entries for www.
/src/usr.bin/make/
H A Dmain.c1.611 Fri Mar 01 16:41:42 GMT 2024 sjg make: export target scope values

Pass target scope to Var_ReexportVars so that a target process
will see the correct values in its env.
We must then mark any Global scope variable as unexported
so targets without local value get the Global one.
H A Dparse.c1.611 Sat Jan 01 21:04:15 GMT 2022 rillig make: convert do-while into while in FindKeyword

GCC generates more efficient code; previously it wasn't aware that (end
- start) was always positive, thus allowing to omit the code for
dividing a negative number by 2.

No functional change.
H A Dvar.c1.611 Sat Oct 31 08:40:54 GMT 2020 rillig make(1): merge duplicate code in ModifyWord_Subst
/src/sys/sys/
H A Dparam.h1.611 Thu Sep 05 22:29:59 GMT 2019 kamil Welcome to 9.99.11

struct in6_addr ABI revert to the previous layout.
/src/sys/arch/i386/conf/
H A DGENERIC1.611 Tue Jun 08 00:46:11 GMT 2004 kochi Fix typo:
ACPI = Advanced *Configuration* and Power Interface
/src/distrib/sets/lists/man/
H A Dmi1.611 Sat Oct 04 13:41:47 GMT 2003 jdolecek add evbsh5 MAKEDEV(8) to lists
/src/distrib/sets/lists/tests/
H A Dmi1.611 Sat Jan 31 23:09:27 GMT 2015 christos PR/49617: Kirk Russell: new posix_fallocate test
/src/share/mk/
H A Dbsd.own.mk1.611 Sun Dec 13 09:01:46 GMT 2009 mrg if BSD_MK_COMPAT_FILE is defined, .include it.
/src/sys/conf/
H A Dfiles1.611 Tue May 13 15:42:33 GMT 2003 thorpej Add support for the user-generated command interface and event logging
required by the ICP-Vortex management tools. Many thanks to Achim Leubner
at ICP-Vortex for a few bug fixes and for testing.
/src/distrib/sets/lists/comp/
H A Dmi1.611 Sat Sep 06 18:23:42 GMT 2003 yamt buffer cache manpages

Completed in 1702 milliseconds