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

12

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.405 Sat Jan 07 20:19:09 GMT 2017 palle branches: 1.405.2;
sun4v: slowtrap() now selects normal globals properly on both sun4u and sun4v platforms. Verified using qemu for both sun4u and sun4v systems
1.405 Sat Jan 07 20:19:09 GMT 2017 palle branches: 1.405.2;
sun4v: slowtrap() now selects normal globals properly on both sun4u and sun4v platforms. Verified using qemu for both sun4u and sun4v systems
/src/share/mk/
H A Dbsd.lib.mk1.405 Wed May 08 20:38:55 GMT 2024 riastradh branches: 1.405.2;
bsd.lib.mk: Use LIBC_MACHINE_ARCH/CPU if set for expected symbols.

Otherwise, we get the wrong list of symbols for compat library
builds, where MACHINE_ARCH/CPU is different from
LIBC_MACHINE_ARCH/CPU, e.g. building compat 32-bit sparc libm on
sparc64.

XXX This is kinda kludgey -- `libc' seems wrong here.

1.405 Wed May 08 20:38:55 GMT 2024 riastradh branches: 1.405.2;
bsd.lib.mk: Use LIBC_MACHINE_ARCH/CPU if set for expected symbols.

Otherwise, we get the wrong list of symbols for compat library
builds, where MACHINE_ARCH/CPU is different from
LIBC_MACHINE_ARCH/CPU, e.g. building compat 32-bit sparc libm on
sparc64.

XXX This is kinda kludgey -- `libc' seems wrong here.

H A Dbsd.README1.405 Sat May 30 20:47:59 GMT 2020 christos Make libuv private, requested by joerg@
/src/sys/dev/usb/
H A Dusbdevs1.405 Mon Jul 04 17:42:39 GMT 2005 drochner branches: 1.405.2;
add another wlan adapter
1.405 Mon Jul 04 17:42:39 GMT 2005 drochner branches: 1.405.2;
add another wlan adapter
H A Dusbdevs.h1.405 Fri Jun 24 08:10:26 GMT 2005 skrll Regen.
H A Dusbdevs_data.h1.405 Sun Jun 19 10:26:36 GMT 2005 augustss Regen.
/src/sys/arch/alpha/conf/
H A DGENERIC1.405 Sat Aug 29 16:00:36 GMT 2020 thorpej Enable DIAGNOSTIC by default in -current. Should be commented out
in release branches. Add commented-out LOCKDEBUG option.

/src/share/misc/
H A Dacronyms.comp1.405 Wed Mar 26 13:00:53 GMT 2025 jschauma +FHE fully homomorphic encryption

/src/sys/uvm/
H A Duvm_map.c1.405 Fri Mar 24 07:26:21 GMT 2023 skrll Unwrap. NFCI.

/src/sys/kern/
H A Dkern_sig.c1.405 Sun Apr 09 09:18:09 GMT 2023 riastradh kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
H A Dinit_main.c1.405 Sat Oct 03 22:32:56 GMT 2009 elad - Move sched_listener and co. from kern_synch.c to sys_sched.c, where it
really belongs (suggested by rmind@),

- Rename sched_init() to synch_init(), and introduce a new sched_init()
in sys_sched.c where we (a) initialize the sysctl node (no more
link-set) and (b) listen on the process scope with sched_listener.

Reviewed by and okay rmind@.
/src/sys/dev/ata/
H A Dwd.c1.405 Mon Aug 19 14:58:57 GMT 2013 skrll Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABEL
/src/sys/arch/i386/conf/
H A DALL1.405 Fri Dec 09 02:24:17 GMT 2016 christos PCPPISPEAKER
H A Dfiles.i3861.405 Thu Oct 15 17:40:14 GMT 2020 mgorny Revert "Merge convert_xmm_s87.c into fpu.c"

I am going to add ATF tests for these two functions, and having them
in a separate file will make it more convenient to build and run them
in userspace.
/src/sys/arch/arm/arm32/
H A Dpmap.c1.405 Thu Apr 16 21:20:43 GMT 2020 ad With the right timing, V->P operations could change stuff behind the back of
callers working in the opposite direction - fix it. Tested by skrll@.

/src/distrib/notes/common/
H A Dmain1.405 Wed Sep 03 16:30:32 GMT 2008 tsutsui - update port-maintainers
- sort core/port-maintainer/developer names by surname
(XXX how can this be automated?)
/src/distrib/sets/lists/debug/
H A Dmi1.405 Wed Jun 21 02:48:49 GMT 2023 pgoyette Looks like this debug library disappeared with the new heimdal. Mark
it obsolete to fix the MKDEBUGLIB build.
/src/etc/
H A DMakefile1.405 Tue Feb 05 16:39:26 GMT 2013 matt Only include debug set obsolete set if MKDEBUG is not no
/src/share/man/man9/
H A DMakefile1.405 Thu Apr 06 02:23:26 GMT 2017 pgoyette Document splbio() as a deprecated synonym for splvm().
/src/share/man/man4/
H A Doptions.41.405 Tue Jun 07 18:02:35 GMT 2011 fair Document PPS_SYNC for com(4) and zstty(4) (the only serial drivers
in which NetBSD currently supports the option), with cross reference
to ntpd(8) and options(4).
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.405 Mon Mar 28 13:07:14 GMT 2022 wiz Restore another historic RCS Id.

/src/sys/dev/pci/
H A Dfiles.pci1.405 Sat Sep 22 00:26:27 GMT 2018 maxv Remove the "ifritz" driver (no man page). It is part of ISDN, which we are
retiring.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.405 Fri Apr 29 07:02:40 GMT 2022 rillig lint: only allow GCC attribute in null statement

The only indented usage in that position is a fallthrough statement, as
a replacement for a /* FALLTHROUGH */ comment. There is no point in
using _Noreturn or _Alignas as a statement.

Ideally, instead of gcc_attribute, the grammar would allow
gcc_attribute_list here (as always with GCC attributes), but that would
have introduced a reduce/reduce conflict, due to the attributes in the
middle of labeled_statement.
H A Ddecl.c1.405 Sat Sep 28 15:51:40 GMT 2024 rillig lint: handle __attribute__((__unused__)) for functions and variables

Previously, lint ignored the '__unused' marker, requiring its own /*
ARGSUSED */ marker instead.

Previously, attributes were interpreted as soon as the closing
parenthesis was parsed. For a function definition such as '__unused
static void f(void) {}', this was too early, as the attribute was not
connected to the function, as the function was not parsed yet.

Now, the 'unused' attribute is passed around by the parser, until it is
merged into the declarator where it belongs. Due to an inaccuracy in
the grammar, the 'used' attribute has to be passed through a
parameter_list, even though a parameter list is not related to
attributes. Still, it's better than before.

/src/sys/netinet/
H A Dip_input.c1.405 Tue Jun 17 04:23:57 GMT 2025 ozaki-r in: avoid packet looping on incoming packets destining to an initializing address

The initialization of an IPv4 address is done by adding a connected route and
a local route (if necessary), and then publishing itself by adding it to the
global list (and the global hashtable). Thus, there can exist a route with an
address that is not published. This inconsistent state allows an incoming
packet destining to one of a host address which is not published but has a
local route to be forwarded and routed to a loopback interface. This results
in forwarding the packet back to ip_input, that is, packet looping.

To avoid the situation, prohibit packets being forwarded via a local route.

This is a workaround for "IPv4 address initialization atomicity" in doc/TODO.smpnet.

Completed in 744 milliseconds

12