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

/src/sys/dev/usb/
H A Dusbdevs.h1.577 Mon Jul 18 20:24:18 GMT 2011 jmcneill regen
1.570 Sat Jan 29 14:18:24 GMT 2011 tsutsui Regen from usbdevs rev 1.577:
> PR kern/44483: Add Wacom Graphire2 ET-0405A-U graphics tablet.
H A Dusbdevs_data.h1.577 Mon Jul 18 06:31:59 GMT 2011 jruoho Regen.
1.571 Sat Jan 29 14:18:24 GMT 2011 tsutsui Regen from usbdevs rev 1.577:
> PR kern/44483: Add Wacom Graphire2 ET-0405A-U graphics tablet.
H A Dusbdevs1.577 Sat Jan 29 14:17:44 GMT 2011 tsutsui PR kern/44483: Add Wacom Graphire2 ET-0405A-U graphics tablet.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.577 Mon Jul 31 20:59:07 GMT 2006 mrg branches: 1.577.4; 1.577.6;
add a new "biosmem_implicit" variable that is set when a bootloader
info parser sets "biosbasemem" and "biosextmem" from. check for this
when probing memory size, rather than biosbasemem/biosextmem being
zero which is no longer true. also, make the REALBASEMEM/REALEXTMEM
options work properly with multiboot-booted kernels. fixes PR#33918.
1.577 Mon Jul 31 20:59:07 GMT 2006 mrg branches: 1.577.4; 1.577.6;
add a new "biosmem_implicit" variable that is set when a bootloader
info parser sets "biosbasemem" and "biosextmem" from. check for this
when probing memory size, rather than biosbasemem/biosextmem being
zero which is no longer true. also, make the REALBASEMEM/REALEXTMEM
options work properly with multiboot-booted kernels. fixes PR#33918.
1.577 Mon Jul 31 20:59:07 GMT 2006 mrg branches: 1.577.4; 1.577.6;
add a new "biosmem_implicit" variable that is set when a bootloader
info parser sets "biosbasemem" and "biosextmem" from. check for this
when probing memory size, rather than biosbasemem/biosextmem being
zero which is no longer true. also, make the REALBASEMEM/REALEXTMEM
options work properly with multiboot-booted kernels. fixes PR#33918.
/src/distrib/notes/common/
H A Dmain1.577 Sun Mar 30 14:38:14 GMT 2025 rillig distrib/notes: remove space between "NetBSD -current"
/src/sys/arch/amd64/conf/
H A DGENERIC1.577 Mon Aug 17 20:43:13 GMT 2020 christos remove commented out MEMORY_DISK_* entries
/src/share/man/man4/
H A DMakefile1.577 Mon Jan 09 15:16:31 GMT 2012 drochner Make FAST_IPSEC the default IPSEC implementation which is built
into the kernel if the "IPSEC" kernel option is given.
The old implementation is still available as KAME_IPSEC.
Do some minimal manpage adjustment -- kame_ipsec(4) is a copy
of the old ipsec(4) and the latter is now a copy of fast_ipsec(4).
/src/sys/dev/pci/
H A Dpcidevs.h1.577 Thu Sep 25 16:49:03 GMT 2003 joda regen
H A Dpcidevs_data.h1.577 Wed Oct 08 21:17:27 GMT 2003 jonathan Regen from pcidevs rev 1.581 with Hifn 7954/5 and 7956.
H A Dpcidevs1.577 Sun Sep 21 14:12:09 GMT 2003 nisimura Redo the previous fix.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.577 Tue Aug 08 20:15:10 GMT 2023 rillig lint: in -a mode, do not warn about integer conversions from 'int'

Since tree.c 1.552 from 2023-07-08, lint warned about integer
conversions from 'int' or 'unsigned int' to smaller integer types. This
only affected 32-bit platforms where size_t is 'unsigned int' rather
than 'unsigned long', as on these platforms, the integer ranks of 'int'
and 'long' are the same, see INT_RANK in inittyp.c.

Discovered by lib/libkvm, which fails on i386 when lint generates any
warnings.
/src/distrib/sets/lists/base/
H A Dshl.mi1.577 Wed Feb 16 03:42:17 GMT 2011 christos bump for bind-9.8.0rc1
H A Dmi1.577 Sat Oct 29 08:17:18 GMT 2005 scw ./usr/sbin/iwictl is now mi.
/src/doc/
H A D3RDPARTY1.577 Thu Jan 24 07:49:30 GMT 2008 wiz + postfix-2.5.0.
/src/usr.bin/make/
H A Dmain.c1.577 Sat Jan 29 09:38:26 GMT 2022 rillig make: print stack trace on fatal errors

The only fatal error that occurs while the makefiles are read in is the
one about recursive variables, which didn't give any hint about the
location before.

If a recursive variable is detected while evaluating the commands of a
target to be made, there is no location information, as before.
H A Dparse.c1.577 Mon Dec 13 06:11:34 GMT 2021 rillig make: clean up loading of files

The call to Buf_DoneData was useless since ownership of the buffer data
has already been passwed on to loadedfile_create and the local variable
'buf' goes out of scope after that statement.

Except for cleaning up in debug mode, there is no reason to call
Buf_DoneData and then discard the returned value.

No functional change.
H A Dvar.c1.577 Sun Oct 18 00:47:43 GMT 2020 rillig make(1): rename HashEntry.name to key
/src/sys/sys/
H A Dparam.h1.577 Mon Jan 07 22:05:50 GMT 2019 jdolecek fix whitespace
/src/sys/arch/i386/conf/
H A DGENERIC1.577 Sat Oct 18 08:12:07 GMT 2003 lukem Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
/src/distrib/sets/lists/man/
H A Dmi1.577 Thu May 01 15:50:00 GMT 2003 briggs Add amr.[04].
/src/distrib/sets/lists/tests/
H A Dmi1.577 Mon Jul 07 19:41:22 GMT 2014 alnsn Add bpf/t_mbuf test to the build.
/src/share/mk/
H A Dbsd.own.mk1.577 Sat Sep 19 09:00:58 GMT 2009 skrll Switch sparc and sparc64 to binutils 2.19.

Thanks to martin@ for testing.
/src/sys/conf/
H A Dfiles1.577 Mon Nov 04 06:24:41 GMT 2002 itohy Dump DDB_* and SYMTAB_SPACE options to opt_ddbparam.h rather than opt_ddb.h.
These options are used in limited files but #include "opt_ddb.h" are
everywhere, and changing them caused almost full recompilation.
/src/distrib/sets/lists/comp/
H A Dmi1.577 Tue Jun 03 21:34:24 GMT 2003 nathanw Add pthread man pages.

Completed in 1577 milliseconds