Searched hist:1.309 (Results 1 - 25 of 106) sorted by relevance

12345

/src/sys/sys/
H A Dsyscallargs.h1.309 Mon May 20 01:40:44 GMT 2024 christos branches: 1.309.2;
regen
1.309 Mon May 20 01:40:44 GMT 2024 christos branches: 1.309.2;
regen
H A Dsyscall.h1.309 Tue Jan 21 02:38:26 GMT 2020 pgoyette Regen
/src/sys/arch/sparc/sparc/
H A Dmachdep.c1.309 Mon May 16 18:08:04 GMT 2011 rmind branches: 1.309.2;
Hack-around sparc/sun4c case, which modifies const maxdmap/maxsmap.
From he@. OK mrg@.
1.309 Mon May 16 18:08:04 GMT 2011 rmind branches: 1.309.2;
Hack-around sparc/sun4c case, which modifies const maxdmap/maxsmap.
From he@. OK mrg@.
/src/sys/arch/i386/i386/
H A Dtrap.c1.309 Thu Oct 05 19:41:04 GMT 2023 ad branches: 1.309.6;
Arrange to update cached LWP credentials in userret() rather than during
syscall/trap entry, eliminating a test+branch on every syscall/trap.

This wasn't possible in the 3.99.x timeframe when l->l_cred came about
because there wasn't a reliable/timely way to force an ONPROC LWP running on
a remote CPU into the kernel (which is just about the only new thing in
this scheme).
1.309 Thu Oct 05 19:41:04 GMT 2023 ad branches: 1.309.6;
Arrange to update cached LWP credentials in userret() rather than during
syscall/trap entry, eliminating a test+branch on every syscall/trap.

This wasn't possible in the 3.99.x timeframe when l->l_cred came about
because there wasn't a reliable/timely way to force an ONPROC LWP running on
a remote CPU into the kernel (which is just about the only new thing in
this scheme).
/src/
H A Dbuild.sh1.309 Fri Apr 29 16:08:09 GMT 2016 christos Provide the correct system Makefile path to the tools make. This is needed
because although the arch-specific make wrapper sets $MAKEFLAGS to include
the proper system Makefile path, configure clears $MAKEFLAGS before it invokes
$MAKE to figure out which dependency style to use. This made the build fail
during the gcc build.
1.309 Fri Apr 29 16:08:09 GMT 2016 christos Provide the correct system Makefile path to the tools make. This is needed
because although the arch-specific make wrapper sets $MAKEFLAGS to include
the proper system Makefile path, configure clears $MAKEFLAGS before it invokes
$MAKE to figure out which dependency style to use. This made the build fail
during the gcc build.
H A DMakefile1.309 Mon Jun 16 09:06:26 GMT 2014 apb branches: 1.309.2;
Run "postinstall fix obsolete_stand" just before checkflist,
if we are building with DESTDIR != /
1.309 Mon Jun 16 09:06:26 GMT 2014 apb branches: 1.309.2;
Run "postinstall fix obsolete_stand" just before checkflist,
if we are building with DESTDIR != /
/src/share/misc/
H A Dacronyms1.309 Fri Apr 16 15:53:55 GMT 2021 pgoyette Add a couple definitions for RPG
1.309 Fri Apr 16 15:53:55 GMT 2021 pgoyette Add a couple definitions for RPG
/src/share/mk/
H A Dbsd.sys.mk1.309 Tue Dec 14 16:22:07 GMT 2021 christos branches: 1.309.2;
Pass W with IDU for lint and deps.
1.309 Tue Dec 14 16:22:07 GMT 2021 christos branches: 1.309.2;
Pass W with IDU for lint and deps.
/src/sys/kern/
H A Dinit_sysent.c1.309 Sun Apr 03 01:22:39 GMT 2016 christos regen
H A Dsyscalls.c1.309 Tue Dec 19 19:40:03 GMT 2017 kamil Drop SYS_vadvise

The (o)vadvise syscall is dummy since the beginning of NetBSD.

It is an obsolete remnant from the old UNIX.

Sponsored by <The NetBSD Foundation>
H A Duipc_socket.c1.309 Sun Feb 11 13:01:29 GMT 2024 jdolecek branches: 1.309.2;
make kqfilter() behave the same for PIPE_SOCKETPAIR pipe as it does
for standard one - refuse EVFILT_WRITE if the reader is already disconnected

fixes test failure for kernel/kqueue/write/t_pipe.c on PIPE_SOCKETPAIR kernel

PR kern/55690
1.309 Sun Feb 11 13:01:29 GMT 2024 jdolecek branches: 1.309.2;
make kqfilter() behave the same for PIPE_SOCKETPAIR pipe as it does
for standard one - refuse EVFILT_WRITE if the reader is already disconnected

fixes test failure for kernel/kqueue/write/t_pipe.c on PIPE_SOCKETPAIR kernel

PR kern/55690
H A Dsyscalls.master1.309 Mon Nov 01 05:07:17 GMT 2021 thorpej Use "stack_t" instead of "struct sigaltstack", as the former is the
newer standardized name. NFC.
H A Dtty.c1.309 Tue Apr 11 10:23:47 GMT 2023 riastradh ttwrite(9): Assert we mangle uio_resid only if we also return error.
/src/doc/
H A DBRANCHES1.309 Sun Jun 12 03:50:42 GMT 2011 rmind Note rmind-uvmplock branch merge.
/src/sys/dev/scsipi/
H A Dcd.c1.309 Sun May 06 17:23:10 GMT 2012 martin branches: 1.309.2;
When ejecting a medium, invalidate the in core disklabel - it is not
meaningfull anymore. This makes the following cdclose() use silent
mode and finally fixes PR kern/43785.
1.309 Sun May 06 17:23:10 GMT 2012 martin branches: 1.309.2;
When ejecting a medium, invalidate the in core disklabel - it is not
meaningfull anymore. This makes the following cdclose() use silent
mode and finally fixes PR kern/43785.
1.309 Sun May 06 17:23:10 GMT 2012 martin branches: 1.309.2;
When ejecting a medium, invalidate the in core disklabel - it is not
meaningfull anymore. This makes the following cdclose() use silent
mode and finally fixes PR kern/43785.
1.309 Sun May 06 17:23:10 GMT 2012 martin branches: 1.309.2;
When ejecting a medium, invalidate the in core disklabel - it is not
meaningfull anymore. This makes the following cdclose() use silent
mode and finally fixes PR kern/43785.
H A Dsd.c1.309 Fri Sep 05 05:30:42 GMT 2014 matt Don't use new as a variable name.
/src/sys/dev/pci/
H A Dif_bge.c1.309 Tue Apr 25 17:11:47 GMT 2017 snj branches: 1.309.2;
fix typo
1.309 Tue Apr 25 17:11:47 GMT 2017 snj branches: 1.309.2;
fix typo
/src/sys/dev/
H A DDEVNAMES1.309 Mon Apr 09 19:11:55 GMT 2018 christos add button use by sgimips
1.309 Mon Apr 09 19:11:55 GMT 2018 christos add button use by sgimips
/src/sys/arch/i386/conf/
H A DINSTALL1.309 Tue May 29 21:37:08 GMT 2007 christos Add COMPAT_40 for struct ifreq changes.
/src/sys/arch/alpha/conf/
H A DGENERIC1.309 Sat Jan 06 08:51:22 GMT 2007 pavel more spaces -> tabs.
/src/sys/arch/amiga/conf/
H A DGENERIC1.309 Sat Aug 23 20:26:56 GMT 2014 dholland Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
/src/distrib/sets/lists/comp/
H A Dmd.amd641.309 Wed Sep 17 23:44:27 GMT 2025 mrg various updates for GCC 14. maybe not complete for all ports.

x86 should be complete, arm64 might be.


tested with i386 and evbarm64 builds and HAVE_GCC=12, hopefully
won't break existing builds.
/src/sys/dev/usb/
H A Dohci.c1.309 Tue May 26 07:03:22 GMT 2020 skrll Copyright maintenance
H A Duhci.c1.309 Thu Mar 03 06:04:31 GMT 2022 riastradh usb: Factor usb_insert_transfer out of upm_transfer and make private.

Almost every upm_transfer function starts with:

mutex_enter(&sc->sc_lock);
err = usb_insert_transfer(xfer);
mutex_exit(&sc->sc_lock);
if (err)
return err;

Some of them have debug messages sprinkled in here too, or assert
that err == USBD_NORMAL_COMPLETION (alternative is USBD_IN_PROGRESS,
only for pipes with up_running or up_serialise, presumably not
applicable for these types of pipes). Some of them also assert
xfer->ux_status == USBD_NOT_STARTED, which is guaranteed on entry and
preserved by usb_insert_transer.

Exceptions:

- arch/mips/adm5120/dev/ahci.c ahci_device_isoc_transfer just returns
USBD_NORMAL_COMPLETION, but I'm pretty sure this is and always has
been broken anyway, so won't make anything worse (if anything, might
make it better...)

- external/bsd/dwc2/dwc2.c dwc2_device_bulk_transfer and
dwc2_device_isoc_transfer _also_ issue dwc2_device_start(xfer)
under the lock. This is probably a better way to do it, but let's
do it uniformly across all HCIs at once.

- rump/dev/lib/libugenhc/ugenhc.c rumpusb_device_bulk_transfer
sometimes returns USBD_IN_PROGRESS _without_ queueing the transfer,
in the !rump_threads case. Not really sure how this is supposed to
work... If it actually breaks anything, we can figure it out.
/src/sys/arch/macppc/conf/
H A DGENERIC1.309 Sat Apr 27 21:43:32 GMT 2013 christos the bogus number police

Completed in 506 milliseconds

12345