Searched hist:1.381 (Results 1 - 25 of 61) sorted by relevance

123

/src/
H A Dbuild.sh1.381 Fri Nov 29 16:56:40 GMT 2024 riastradh build.sh: Fix whitespace error introduced in previous commit.

PR toolchain/58536: build.sh should support cross-building packages
into images
H A DUPDATING1.381 Mon Jun 02 00:49:03 GMT 2025 gutteridge UPDATING: retroactively add a note about a nawk change reversion
/src/sys/kern/
H A Dkern_sig.c1.381 Fri Dec 06 21:36:10 GMT 2019 ad branches: 1.381.2;
Make it possible to call mi_switch() and immediately switch to another CPU.
This seems to take about 3us on my Intel system. Two changes required:

- Have the caller to mi_switch() be responsible for calling spc_lock().
- Avoid using l->l_cpu in mi_switch().

While here:

- Add a couple of calls to membar_enter()
- Have the idle LWP set itself to LSIDL, to match softint_thread().
- Remove unused return value from mi_switch().

1.381 Fri Dec 06 21:36:10 GMT 2019 ad branches: 1.381.2;
Make it possible to call mi_switch() and immediately switch to another CPU.
This seems to take about 3us on my Intel system. Two changes required:

- Have the caller to mi_switch() be responsible for calling spc_lock().
- Avoid using l->l_cpu in mi_switch().

While here:

- Add a couple of calls to membar_enter()
- Have the idle LWP set itself to LSIDL, to match softint_thread().
- Remove unused return value from mi_switch().

/src/share/man/man4/
H A Doptions.41.381 Tue Nov 17 17:54:14 GMT 2009 dyoung Describe 'options SPLDEBUG'.
1.115 Thu Aug 03 00:34:08 GMT 2000 jeffs Document DDB_BREAK_CHAR that was added in:
sys/conf 1.381
sys/dev/ic/com.c 1.174
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.381 Sat Mar 21 06:02:13 GMT 2020 riastradh branches: 1.381.2;
Restore historic $Hdr: ...$ text.

This was presumably eaten by git cvsexportcommit, which is curious
because I thought I had gotten out of the habit of passing -k to it.

1.381 Sat Mar 21 06:02:13 GMT 2020 riastradh branches: 1.381.2;
Restore historic $Hdr: ...$ text.

This was presumably eaten by git cvsexportcommit, which is curious
because I thought I had gotten out of the habit of passing -k to it.

/src/sys/dev/pci/
H A Dfiles.pci1.381 Sun May 01 10:21:02 GMT 2016 nonaka branches: 1.381.2;
Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
Ported from OpenBSD.

1.381 Sun May 01 10:21:02 GMT 2016 nonaka branches: 1.381.2;
Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
Ported from OpenBSD.

/src/sys/arch/alpha/conf/
H A DGENERIC1.381 Mon May 14 22:11:30 GMT 2018 jakllsch Move iic0 at alipm? to iic1. Using iic0 will conflict with the
iic0 at tsciic? on the API CS20.

XXX: Enumerate the similar-to-DS20L I2C devices on the CS20, which
IIRC are not all on the tsciic(4) I2C bus, and comment GENERIC
accordingly.

/src/share/misc/
H A Dacronyms.comp1.381 Fri Nov 24 21:17:49 GMT 2023 alnsn Add two BTB entries.

/src/sys/arch/macppc/conf/
H A DGENERIC1.381 Sun Feb 16 17:55:57 GMT 2025 jakllsch Add and enable WSDISPLAY_CUSTOM_OUTPUT in macppc non-INSTALL kernels.

Indirectly addresses PR 59079 by allowing userland control of default
colors of wsemul wsdisplays.
/src/sys/arch/x86/x86/
H A Dpmap.c1.381 Sun Apr 05 00:21:11 GMT 2020 ad branches: 1.381.2;
Allocate PV entries in PAGE_SIZE chunks, and cache partially allocated PV
pages with the pmap. Worth about 2-3% sys time on build.sh for me.

1.381 Sun Apr 05 00:21:11 GMT 2020 ad branches: 1.381.2;
Allocate PV entries in PAGE_SIZE chunks, and cache partially allocated PV
pages with the pmap. Worth about 2-3% sys time on build.sh for me.

/src/distrib/sets/lists/base/
H A Dshl.mi1.381 Fri Nov 24 00:02:27 GMT 2006 christos branches: 1.381.2;
bump libedit
1.381 Fri Nov 24 00:02:27 GMT 2006 christos branches: 1.381.2;
bump libedit
/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.381 Thu Jun 15 09:15:54 GMT 2023 hannken Undo unlock/relock for VOP_IOCTL().

PR kern/57450 (unplugging hung USB disk triggers panic via _vstate_assert)
/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.381 Sat Jul 31 20:29:37 GMT 2021 andvar s/threshhold/threshold
/src/sys/uvm/
H A Duvm_map.c1.381 Sun Apr 19 08:59:53 GMT 2020 skrll Fix UVMHIST_LOG compile on 32bit platforms

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.381 Mon Mar 02 14:17:06 GMT 2015 nakayama prom_printf converts "\n" to "\r\n" internally, so omit "\r".
/src/sys/dev/ata/
H A Dwd.c1.381 Fri Jan 08 19:48:12 GMT 2010 dyoung Expand PMF_FN_* macros.

/src/sys/dev/ic/
H A Dcom.c1.381 Thu Dec 08 09:08:49 GMT 2022 knakahara Fix hang up writing /dev/console rarely in specific environments.

Some BMC seems to require these syncronous operations. If not,
it does not send transmit completion interrupts for some reason.

/src/sys/arch/i386/conf/
H A DALL1.381 Sat Aug 16 17:56:32 GMT 2014 apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".

H A Dfiles.i3861.381 Sat Jul 29 11:54:14 GMT 2017 maxv Drop support for svr4 on i386. This feature is not maintained, not
reliable, and of a limited use case. Most svr4 applications got time to be
ported to linux, and we do have a functional, maintained linux emulation.

Reduces the number of entry points into the kernel, the number of
places that need special care (cpu context).

Note that compat_svr4 is still available on sparc.
/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.381 Sun Mar 16 17:38:06 GMT 2025 thorpej identifycpu(): don't print the system serial number from the RPB
if there isn't one there.

/src/sys/arch/arm/arm32/
H A Dpmap.c1.381 Sun Jan 19 10:59:56 GMT 2020 skrll Fix non-ARM_MMU_EXTENDED buildx

/src/distrib/notes/common/
H A Dmain1.381 Fri Dec 14 23:38:22 GMT 2007 jnemeth some updates to the "Thanks go to" section
/src/distrib/sets/lists/debug/
H A Dmi1.381 Fri May 27 07:28:22 GMT 2022 nia mk: Add a MKLFS flag for excluding the log-structured filesystem userspace
tools from the build.
/src/etc/
H A DMakefile1.381 Sun Aug 22 18:56:20 GMT 2010 rmind Import NPF - a packet filter. Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
supporting generic RISC-like and specific CISC-like instructions for
common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@
/src/share/man/man9/
H A DMakefile1.381 Mon Mar 30 00:44:37 GMT 2015 riastradh Hook up the new wapbl(9) man page.

Completed in 1193 milliseconds

123