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

12

/src/sys/dev/usb/
H A Dusbdevs1.491 Sun Dec 09 21:24:30 GMT 2007 smb branches: 1.491.2;
Correct error in 5725 commit
1.491 Sun Dec 09 21:24:30 GMT 2007 smb branches: 1.491.2;
Correct error in 5725 commit
H A Dusbdevs.h1.491 Mon Feb 11 02:23:32 GMT 2008 ichiro regen.
H A Dusbdevs_data.h1.491 Sat Dec 15 00:52:00 GMT 2007 mjf Regen.
/src/sys/arch/i386/conf/
H A DGENERIC1.491 Fri Apr 26 02:05:10 GMT 2002 ad branches: 1.491.2; 1.491.4;
Add a driver for Adaptec FSA RAID controllers, as often found in Dell
servers. Based on the FreeBSD/OpenBSD versions.
1.491 Fri Apr 26 02:05:10 GMT 2002 ad branches: 1.491.2; 1.491.4;
Add a driver for Adaptec FSA RAID controllers, as often found in Dell
servers. Based on the FreeBSD/OpenBSD versions.
1.491 Fri Apr 26 02:05:10 GMT 2002 ad branches: 1.491.2; 1.491.4;
Add a driver for Adaptec FSA RAID controllers, as often found in Dell
servers. Based on the FreeBSD/OpenBSD versions.
H A DALL1.491 Fri May 01 14:15:41 GMT 2020 hannken Remove wd* at umass?, it was dropped.
/src/distrib/notes/common/
H A Dmain1.491 Wed Oct 10 17:55:16 GMT 2012 riz Note the replacement of kame_ipsec by fast_ipsec; this change was
originally submitted as a patch to the netbsd-6 branch, but should have
been committed on the trunk first.
/src/share/man/man4/
H A Doptions.41.491 Wed Aug 01 16:50:24 GMT 2018 sevan Can't see a thing (which see)
Remove CLNP reference which is long gone.
H A DMakefile1.491 Sat May 09 15:04:25 GMT 2009 pgoyette Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.

(These optional sensors are specified by JEDEC Standard No. 21-C
Section 4-7 and implemented by multiple vendors. Tested on my
amd64 machine with Kingston KVR1066D3E7S/2G memory which includes
a STMicro STTS424E02 sensor.)
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.491 Sat Mar 09 13:54:47 GMT 2024 rillig lint: inline accessor macros for tnode_t
H A Dtree.c1.491 Sat Jan 14 10:17:31 GMT 2023 rillig lint: split struct_or_union_member into two halves

No functional change.
/src/distrib/sets/lists/tests/
H A Dmi1.491 Wed Sep 12 02:00:51 GMT 2012 manu branches: 1.491.2;
setcontext() used to be incompatible with -lpthread since it affected
the TLS pointer, therefore wrecking the pthread environement.

Some ports had _UC_TLSBASE flag or equivalent (_UC_UNIQUE on alpha)
that controlled whether setcontext() would change the TLS pointer.
This change let libpthread override setcontext() with its own version
that unsets _UC_TLSBASE, enabling safe usage of setcontext() with
-lpthread.

We also have the following required changes here:
- rename alpha's _UC_UNIQUE into _UC_TLSBASE
- add _UC_TLSBASE definition in header file for all ports
(powerpc, sh3, sparc and sparc64 lack the implementation for now)
- introduce a libc stub that can be overriden for setcontext()
- modify MD libcs swapcontext() implementations so that they use the
setcontext() libc stub instead of doing a plain system call.

While we are there:
- document various MD _UC_* flags in header file
- add libc and libpthread tests for swapcontext() behavior
(hopefully helpful to spot MD problems introduced with this change)

Future work:
- Deciding whether kernel support or _UC_TLSBASE should be added for
powerpc, sh3, sparc and sparc64 is left to portmasters
sparc64

Approved by core@
1.491 Wed Sep 12 02:00:51 GMT 2012 manu branches: 1.491.2;
setcontext() used to be incompatible with -lpthread since it affected
the TLS pointer, therefore wrecking the pthread environement.

Some ports had _UC_TLSBASE flag or equivalent (_UC_UNIQUE on alpha)
that controlled whether setcontext() would change the TLS pointer.
This change let libpthread override setcontext() with its own version
that unsets _UC_TLSBASE, enabling safe usage of setcontext() with
-lpthread.

We also have the following required changes here:
- rename alpha's _UC_UNIQUE into _UC_TLSBASE
- add _UC_TLSBASE definition in header file for all ports
(powerpc, sh3, sparc and sparc64 lack the implementation for now)
- introduce a libc stub that can be overriden for setcontext()
- modify MD libcs swapcontext() implementations so that they use the
setcontext() libc stub instead of doing a plain system call.

While we are there:
- document various MD _UC_* flags in header file
- add libc and libpthread tests for swapcontext() behavior
(hopefully helpful to spot MD problems introduced with this change)

Future work:
- Deciding whether kernel support or _UC_TLSBASE should be added for
powerpc, sh3, sparc and sparc64 is left to portmasters
sparc64

Approved by core@
/src/sys/kern/
H A Dinit_main.c1.491 Fri Oct 27 09:59:16 GMT 2017 utkarsh009 [syzkaller] Cast all the printf's to (void *)
> as a result of new printf(9) declaration.
H A Dkern_exec.c1.491 Mon Feb 10 22:13:01 GMT 2020 christos - check for errors in exec_resolvename() and fail
- put back the compat_linux modules in the exec array (commented out)
- remove extra parens
H A Dvfs_subr.c1.491 Sat Oct 16 07:12:01 GMT 2021 simonb Spinkle some KNF spaces after commas.
/src/sys/net/
H A Dif.c1.491 Thu Sep 30 03:15:25 GMT 2021 yamaguchi Replace ifnet::if_agriprivate with ifnet::if_lagg

agr(4) and lagg(4) can not be used on the same interface so that
if_agrprivate and if_lagg are not used at the same time.
For resolve this wasteful, if_lagg is used in not only lagg(4)
but also agr(4).

After this modification, if_lagg has 3 states:
1. if_lagg == NULL
- Both agr(4) and lagg(4) are not running on the interface
2. if_lagg != NULL && ifp->if_type != IFT_IEEE8023ADLAG
- agr(4) is running on the I/F
3. if_lagg != NULL && ifp->if_type == IFT_IEEE8023ADLAG
- lagg(4) is running on the I/F
/src/sys/arch/amd64/conf/
H A DGENERIC1.491 Tue May 15 01:53:27 GMT 2018 thorpej Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.

N.B. The x86 platforms are sort of a mess, here... legacy indirect
config and ACPI direct config sort of smashed together with the
same config file directives.
/src/sys/dev/pci/
H A Dpcidevs.h1.491 Tue Nov 26 18:10:10 GMT 2002 thorpej Regen: Add Intel i80321 I/O Processor.
H A Dpcidevs_data.h1.491 Tue Dec 03 06:08:36 GMT 2002 explorer add Ricoh 5C552 Cardbus + Firewire product ID
/src/usr.bin/make/
H A Djob.c1.491 Sat Apr 12 00:46:58 GMT 2025 rillig make: before exiting after a build error, wait for the jobs to finish

H A Dmain.c1.491 Tue Dec 01 19:28:32 GMT 2020 rillig make(1): remove Dir_InitDir

The function name had been too ambiguous since it didn't mention the
particular directory that was initialized. Instead of that function,
Dir_InitCur is called directly from main_Init.

The pseudo CachedDir entry ".DOTLAST" is initialized at the very
beginning. The observable behavior is unchanged since this a
memory-only object with no connection to the file system.
H A Dparse.c1.491 Sat Dec 19 10:18:46 GMT 2020 rillig make(1): fix variable names in UnescapeBackslash

The previous variable names had been chosen at a time when compilers
didn't merge variables into the same registers. Luckily, these times
are gone, and it's no longer necessary to use a variable for 2 or more
completely unrelated purposes.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.491 Fri Oct 18 00:51:22 GMT 2002 yamt add an entry for 0x83 to intel_cpuid_cache_info.
/src/distrib/sets/lists/base/
H A Dshl.mi1.491 Tue Sep 08 20:34:47 GMT 2009 pooka Build and install cgd, disk and rnd rump device components.
/src/doc/
H A D3RDPARTY1.491 Wed Dec 13 13:21:07 GMT 2006 perry note that the master routed source is now at 2.31
/src/sys/sys/
H A Dparam.h1.491 Sun Jan 24 22:50:23 GMT 2016 pooka bump version for pr_output change

Completed in 1218 milliseconds

12