Searched hist:1.389 (Results 1 - 25 of 55) sorted by relevance

123

/src/
H A Dbuild.sh1.389 Tue Apr 22 10:14:36 GMT 2025 martin Fix "show-revisionid" operation to include both src and xsrc
data if the -x argument is present.
/src/sys/dev/ata/
H A Dwd.c1.389 Thu Oct 27 13:07:37 GMT 2011 jakllsch branches: 1.389.2;
Attempt to complete the WD_QUIRK_SPLIT_MOD15_WRITE list.
Per Seagate Publication number 100221381, Rev. B, the ST360015AS
is the only other drive in the Seagate Barracuda Serial ATA V
family that was not already listed.

Also, correct spelling of "globing".
1.389 Thu Oct 27 13:07:37 GMT 2011 jakllsch branches: 1.389.2;
Attempt to complete the WD_QUIRK_SPLIT_MOD15_WRITE list.
Per Seagate Publication number 100221381, Rev. B, the ST360015AS
is the only other drive in the Seagate Barracuda Serial ATA V
family that was not already listed.

Also, correct spelling of "globing".
/src/sys/arch/i386/conf/
H A DALL1.389 Sun Nov 16 16:01:41 GMT 2014 manu branches: 1.389.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
1.389 Sun Nov 16 16:01:41 GMT 2014 manu branches: 1.389.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
H A Dfiles.i3861.389 Sun Jan 07 16:10:16 GMT 2018 maxv Add a new option, SVS (for Separate Virtual Space), that unmaps kernel
pages when running in userland. For now, only the PTE area is unmapped.

Sent on tech-kern@.
/src/share/mk/
H A Dbsd.lib.mk1.389 Tue Mar 29 22:48:04 GMT 2022 christos branches: 1.389.2;
get rid of old style `` command substitution in shell and use $() instead.

1.389 Tue Mar 29 22:48:04 GMT 2022 christos branches: 1.389.2;
get rid of old style `` command substitution in shell and use $() instead.

H A Dbsd.README1.389 Wed Apr 03 15:26:35 GMT 2019 joerg Use and enable MKLLVMRT for HAVE_MESA_VER=18.
/src/sys/dev/usb/
H A Dusbdevs.h1.394 Sun Dec 26 07:39:50 GMT 2004 imp Sync to usbdevs 1.389
1.389 Sun Oct 24 13:01:17 GMT 2004 augustss Regen.
H A Dusbdevs_data.h1.395 Sun Dec 26 07:39:50 GMT 2004 imp Sync to usbdevs 1.389
1.389 Sat Oct 23 14:21:20 GMT 2004 augustss Regen.
/src/sys/netinet/
H A Dip_input.c1.389 Mon May 13 07:47:59 GMT 2019 ozaki-r branches: 1.389.2;
Count packets dropped by pfil

1.389 Mon May 13 07:47:59 GMT 2019 ozaki-r branches: 1.389.2;
Count packets dropped by pfil

/src/sys/arch/alpha/conf/
H A DGENERIC1.389 Wed Feb 06 11:58:30 GMT 2019 rin Add ure(4) to kernel config files. Also add PHY drivers where necessary.

/src/share/misc/
H A Dacronyms.comp1.389 Wed Apr 10 20:50:18 GMT 2024 jschauma +FYSA for your situational awareness
+NIPR non-classified IP router (network)
+RIPR releasable IP router (network)
+SIPR secret IP router (network)

(all US military speak)

/src/sys/arch/i386/i386/
H A Dmachdep.c1.389 Mon Jun 05 23:44:58 GMT 2000 jhawk branches: 1.389.2;
Do not clear msgbufenabled in dumpsys(). Dump messages will now go to
the message buffer. This can be invaluable in debugging if the dump
fails (assuming a persistant message buffer)
1.389 Mon Jun 05 23:44:58 GMT 2000 jhawk branches: 1.389.2;
Do not clear msgbufenabled in dumpsys(). Dump messages will now go to
the message buffer. This can be invaluable in debugging if the dump
fails (assuming a persistant message buffer)
/src/sys/sys/
H A Dparam.h1.389 Tue May 24 18:07:11 GMT 2011 spz branches: 1.389.2;
RA flood mitigation via a limit on accepted routes:
- introduce a limit for the routes accepted via IPv6 Router Advertisement:
a common 2 interface client will have 6, the default limit is 100 and
can be adjusted via sysctl
- report the current number of routes installed via RA via sysctl
- count discarded route additions. Note that one RA message is two routes.
This is at present only across all interfaces even though per-interface
would be more useful, since the per-interface structure complies to RFC2466
- bump kernel version due to the previous change
- adjust netstat to use the new value (with netstat -p icmp6)
1.389 Tue May 24 18:07:11 GMT 2011 spz branches: 1.389.2;
RA flood mitigation via a limit on accepted routes:
- introduce a limit for the routes accepted via IPv6 Router Advertisement:
a common 2 interface client will have 6, the default limit is 100 and
can be adjusted via sysctl
- report the current number of routes installed via RA via sysctl
- count discarded route additions. Note that one RA message is two routes.
This is at present only across all interfaces even though per-interface
would be more useful, since the per-interface structure complies to RFC2466
- bump kernel version due to the previous change
- adjust netstat to use the new value (with netstat -p icmp6)
/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.389 Mon Sep 29 17:01:48 GMT 2025 perseant Use the symbolic name MNT_WAIT when calling VFS_SYNC. No functional change.
/src/sys/uvm/
H A Duvm_map.c1.389 Sun Jun 20 07:11:38 GMT 2021 mrg remove diag-only printf() that fires when an unlinked file is mmapped
and someone runs ps(1) or similar.

/src/sys/kern/
H A Dkern_sig.c1.389 Thu May 14 13:32:15 GMT 2020 kamil Introduce new ptrace(2) operations: PT_SET_SIGPASS and PT_GET_SIGPASS

They deliver the logic of bypassing selected signals directly to the
debuggee, without informing the debugger.

This can be used to implement the QPassSignals GDB/LLDB protocol.

This call can be useful to avoid signal races in ATF ptrace tests.
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.389 Thu Mar 03 20:45:45 GMT 2016 palle sun4v: rft_kernel should pay attention to the number of register windows that can be restored. We cannot rely on fill traps to occur, since sun4v only has two trap levels available in privileged mode. Based on code from OpenBSD. ok martin@
/src/sys/dev/ic/
H A Dcom.c1.389 Fri Oct 24 23:16:11 GMT 2025 brad A driver for the NXP SC16IS7xx family of UART chips. This family is
mostly a 16C450 with features from the 16C550, 16C650 and 16C750 and
makes use of src/sys/dev/ic/com.c for much of the heavy lifting.

A BIG difference is that the chip family is attached via a I2C or SPI
bus and is in no way, shape or form, attached to the computer via a
computer bus.

Since spin locks are not allowed to be held while calling to the I2C
or SPI framework com.c grew a new hw feature flag where it could be
run at something other than a hard IP level and doesn't hold spin lock
(for very long). In particular, IPL_SOFTSERIAL. This method is
enabled via a hw feature flag and should not effect any other use of
com.c. Other changes with this new method of use include the use of
workqueues and such.

A further feature added to com.c was the abilty to take advantage of
the MCR prescaler that is present in the SC16IS7xx family and likely
present in the 16C650. This prescaler is tried if the baud rate
requested can not be met with the frequency oscillator that the chip is
built with.

The chip family does not use any particular frequency oscillator for
the baud rate generator. In order to deal with this the frequency can
be set via sysctl, a kernel option or with a FDT overlay if that is
supported.

Most of the features of the chip family are supported including the
gpio pins via gpiobus(4) that are present with some of the family
members.

The chip can attach via I2C or SPI and can make sure of FDT if that is
present in the system.

This chip family has been around for quite some time and there are a
number of breakout boards on Amazon. It is also reasonably priced and
you can roll your own board if you can perform simple SMD soldering as
very few additional components are required.
/src/sys/arch/arm/arm32/
H A Dpmap.c1.389 Wed Feb 12 16:08:19 GMT 2020 skrll Minor changes to make pmap_grow_l2_bucket look more like
pmap_alloc_l2_bucket. NFCI.

/src/distrib/notes/common/
H A Dmain1.389 Wed Feb 06 01:57:31 GMT 2008 jnemeth - prepare for 5.0
- eliminate stuff specific to 4.0
- fix hp700 addition (/brick nick)
- lint
/src/distrib/sets/lists/debug/
H A Dmi1.389 Sun Aug 28 07:30:41 GMT 2022 christos fix sets
/src/etc/
H A DMakefile1.389 Mon Apr 11 21:49:13 GMT 2011 martin Ooops, fix source path for the "protocols" file
/src/share/man/man9/
H A DMakefile1.389 Tue Jul 21 03:12:50 GMT 2015 knakahara add pci_intr_alloc() man
/src/share/man/man4/
H A Doptions.41.389 Sat May 01 13:07:34 GMT 2010 pooka Remove "EXPERIMENTAL" from puffs + some rewording.
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.389 Tue Aug 25 13:50:00 GMT 2020 skrll KNF

Completed in 765 milliseconds

123