HomeSort by: relevance | last modified time | path
    Searched hist:1.465 (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/share/man/man9/
Makefile 1.465 Sun Sep 04 21:37:50 UTC 2022 thorpej branches: 1.465.2;
Document the pktqueue interface.
Sun Sep 04 21:37:50 UTC 2022 thorpej branches: 1.465.2;
Document the pktqueue interface.
1.465.2.6 Sun Oct 19 10:34:40 UTC 2025 martin Pull up following revision(s) (requested by riastradh in ticket #60):

sys/arch/sparc/sparc/locore.s: revision 1.287
share/man/man9/Makefile: revision 1.475
sys/arch/mips/mips/cpu_subr.c: revision 1.65
sys/arch/mips/mips/cpu_subr.c: revision 1.66
sys/arch/amd64/amd64/cpufunc.S: revision 1.70
common/lib/libc/arch/i386/atomic/atomic.S: revision 1.38
common/lib/libc/arch/sparc/atomic/membar_ops.S: revision 1.9
sys/arch/hppa/hppa/support.S: revision 1.9
sys/arch/alpha/alpha/locore.s: revision 1.145
share/man/man9/paravirt_membar_sync.9: revision 1.1
sys/arch/sparc64/sparc64/locore.s: revision 1.436
distrib/sets/lists/comp/mi: revision 1.2499
sys/arch/i386/i386/cpufunc.S: revision 1.54
common/lib/libc/arch/sparc64/atomic/membar_ops.S: revision 1.10
sys/sys/paravirt_membar.h: revision 1.1
sys/arch/arm/arm/cpu_subr.c: revision 1.6
common/lib/libc/arch/x86_64/atomic/atomic.S: revision 1.32
(all via patch)

paravirt_membar_sync(9): New memory barrier.

For use in paravirtualized drivers which require store-before-load
ordering -- irrespective of whether the kernel is built for a single
processor, or whether the (virtual) machine is booted with a single
processor.

This is even required on architectures that don't even have a
store-before-load ordering barrier, like m68k; adding, e.g., a virtio
bus is _as if_ the architecture has been extended with relaxed memory
ordering when talking with that new bus. Such architectures need
some way to request the hypervisor enforce that ordering -- on m68k,
that's done by issuing a CASL instruction, which qemu maps to an
atomic r/m/w with sequential consistency ordering in the host.

PR kern/59618: occasional virtio block device lock ups/hangs

mips: Fix asm arch options in new paravirt_membar_sync.
Need to explicitly enable mips2 (MIPS-II) instructions in order to
use sync. Fixes:
/tmp/ccxgOmXc.s: Assembler messages:
/tmp/ccxgOmXc.s:3576: Error: opcode not supported on this processor: mips1 (mips1) `sync'
--- cpu_subr.o ---
*** Failed target: cpu_subr.o

PR kern/59618: occasional virtio block device lock ups/hangs
1.465.2.5 Fri Sep 20 11:00:20 UTC 2024 martin Pull up following revision(s) (requested by rin in ticket #887):

share/man/man9/versioningsyscalls.9: revision 1.1
share/man/man9/versioningsyscalls.9: revision 1.2
share/man/man9/versioningsyscalls.9: revision 1.3
share/man/man9/versioningsyscalls.9: revision 1.4
share/man/man9/versioningsyscalls.9: revision 1.5
share/man/man9/versioningsyscalls.9: revision 1.6
share/man/man9/versioningsyscalls.9: revision 1.7
share/man/man9/Makefile: revision 1.467
distrib/sets/lists/comp/mi: revision 1.2435
distrib/sets/lists/comp/mi: revision 1.2436

Document how system call versioning is done. From this summer's compat-linux
GSoC, by Theodore Preduta.

fix typo
versioningsyscalls(9): markup fixes

While here, fix the pasto for the new ino_t and time_t size.

Forgot to commit the expanded userland portion

versioningsyscalls(9): wrap long line in the example

versioningsyscalls.9: fix typo

explain what the current and new numbering practice are.

s/and/an/
1.465.2.4 Fri Sep 20 10:27:11 UTC 2024 martin Pull up following revision(s) (requested by rin in ticket #878):

distrib/sets/lists/comp/mi: revision 1.2426
share/man/man9/portfeatures.9: revision 1.1
share/man/man9/portfeatures.9: revision 1.2
share/man/man9/portfeatures.9: revision 1.3
share/man/man9/Makefile: revision 1.466

portfeatures(9): the man page for the __HAVE macros

The man page itself is a skeleton/template for now. Please add short
descriptions and xrefs. If the target man page doesn't yet document
relevant __HAVE macros (hi, mutex(9)), please add something there,
possibly in a .Sh IMPLEMENTATION NOTES section.
fix typos

Document __HAVE_UCAS_FULL and __HAVE_UCAS_MP.
1.465.2.3 Wed Jul 24 09:54:51 UTC 2024 martin Pull up following revision(s) (requested by rin in ticket #767):

share/man/man9/Makefile: revision 1.472
distrib/sets/lists/comp/mi: revision 1.2465

crashme(9): Install man page

Suggested by ozaki-r@
1.465.2.2 Sat Jul 20 15:47:50 UTC 2024 martin Pull up following revision(s) (requested by rin in ticket #762):

share/man/man9/imax.9: revision 1.7
share/man/man9/imax.9: revision 1.8
share/man/man9/Makefile: revision 1.471
distrib/sets/lists/comp/mi: revision 1.2463

imax(9): Belatedly catch up with min/max --> uimin/uimax renaming
done almost 6 years ago:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/lib/libkern/libkern.h#rev1.130

Thanks asahi at iij for pointing this out :)

imax.9: Additional fixes for previous...
man9: Provide all combinations of {,u}{i,l}{max,min}(9)
sets/lists: Add all combinations of {,u}{i,l}{max,min}(9)
1.465.2.1 Sun Jan 14 15:17:12 UTC 2024 martin Pull up following revision(s) (requested by pgoyette in ticket #539):

distrib/sets/lists/comp/mi: revision 1.2452
share/man/man9/Makefile: revision 1.469

Install securelevel.9 as an alias of secmodel_securelevel.9
According to submitter, this should be sufficient to address misc/57824.
  /src/sys/dev/usb/
if_rum.c 1.3.2.4 Sat Sep 29 08:53:17 UTC 2007 xtraeme Pull up following revision(s) (requested by rmind in ticket #908):
sys/dev/usb/usbdevs: revision 1.464 (via patch)
sys/dev/usb/usbdevs: revision 1.465 (via patch)
sys/dev/usb/if_ural.c: revision 1.21
sys/dev/usb/if_rum.c: revision 1.11 (via patch)

Sync the list of supported models with OpenBSD, 13 new models were
added for rum(4) and 4 new models for ral(4).
if_ural.c 1.18.2.1 Sat Sep 29 08:53:17 UTC 2007 xtraeme Pull up following revision(s) (requested by rmind in ticket #908):
sys/dev/usb/usbdevs: revision 1.464 (via patch)
sys/dev/usb/usbdevs: revision 1.465 (via patch)
sys/dev/usb/if_ural.c: revision 1.21
sys/dev/usb/if_rum.c: revision 1.11 (via patch)

Sync the list of supported models with OpenBSD, 13 new models were
added for rum(4) and 4 new models for ral(4).
usbdevs 1.465 Mon May 07 07:29:03 UTC 2007 xtraeme Sync the list of supported models with OpenBSD, 4 new models were
added.
1.443.2.7 Sat Sep 29 08:53:16 UTC 2007 xtraeme Pull up following revision(s) (requested by rmind in ticket #908):
sys/dev/usb/usbdevs: revision 1.464 (via patch)
sys/dev/usb/usbdevs: revision 1.465 (via patch)
sys/dev/usb/if_ural.c: revision 1.21
sys/dev/usb/if_rum.c: revision 1.11 (via patch)

Sync the list of supported models with OpenBSD, 13 new models were
added for rum(4) and 4 new models for ral(4).
usbdevs.h 1.465 Mon May 07 05:44:24 UTC 2007 xtraeme regen
usbdevs_data.h 1.465 Thu May 03 06:34:17 UTC 2007 skrll Regen for DeLorme Earthmate LT-20 GPS
  /src/share/man/man4/
options.4 1.465 Thu Mar 09 11:39:43 UTC 2017 wiz Bump date for previous. Use American spelling.
Makefile 1.465 Sun May 18 22:05:59 UTC 2008 cegger acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".
"awesome" jmcneill
  /src/sys/dev/pci/
if_wm.c 1.465 Tue Jan 10 08:57:39 UTC 2017 msaitoh branches: 1.465.2;
remove debug printf().
Tue Jan 10 08:57:39 UTC 2017 msaitoh branches: 1.465.2;
remove debug printf().
1.289.2.13 Thu Mar 09 06:28:36 UTC 2017 snj branches: 1.289.2.13.2;
Pull up following revision(s) (requested by msaitoh in ticket #1372):
sys/dev/pci/if_wm.c: revisions 1.462, 1.464-1.465 1.474 via patch
sys/dev/pci/if_wmreg.h: revision 1.97
sys/dev/pci/if_wmvar.h: revision 1.33
- Set IPV6EXDIS bit in RFCTL register because of an Errata on 82575 and
newer devices.
- Linux and FreeBSD defines 0x10f5 as E1000_DEV_ID_ICH9_IGP_M_AMT. In
reality, This is not IGP but BM. Add new case to identify PHY type
device. Fixes PR#51924 reported byJarle Greipsland.
- Use new wm_gmii_setup_phytype() function to setup sc_phytype and
mii_{read|write}reg. This change improves detection of PHY type.
- Fix typo in comment.
1.465.2.1 Fri Apr 21 16:53:47 UTC 2017 bouyer Sync with HEAD
if_wmvar.h 1.19.2.6 Thu Mar 09 06:28:36 UTC 2017 snj Pull up following revision(s) (requested by msaitoh in ticket #1372):
sys/dev/pci/if_wm.c: revisions 1.462, 1.464-1.465 1.474 via patch
sys/dev/pci/if_wmreg.h: revision 1.97
sys/dev/pci/if_wmvar.h: revision 1.33
- Set IPV6EXDIS bit in RFCTL register because of an Errata on 82575 and
newer devices.
- Linux and FreeBSD defines 0x10f5 as E1000_DEV_ID_ICH9_IGP_M_AMT. In
reality, This is not IGP but BM. Add new case to identify PHY type
device. Fixes PR#51924 reported byJarle Greipsland.
- Use new wm_gmii_setup_phytype() function to setup sc_phytype and
mii_{read|write}reg. This change improves detection of PHY type.
- Fix typo in comment.
if_wmreg.h 1.60.2.8 Thu Mar 09 06:28:36 UTC 2017 snj Pull up following revision(s) (requested by msaitoh in ticket #1372):
sys/dev/pci/if_wm.c: revisions 1.462, 1.464-1.465 1.474 via patch
sys/dev/pci/if_wmreg.h: revision 1.97
sys/dev/pci/if_wmvar.h: revision 1.33
- Set IPV6EXDIS bit in RFCTL register because of an Errata on 82575 and
newer devices.
- Linux and FreeBSD defines 0x10f5 as E1000_DEV_ID_ICH9_IGP_M_AMT. In
reality, This is not IGP but BM. Add new case to identify PHY type
device. Fixes PR#51924 reported byJarle Greipsland.
- Use new wm_gmii_setup_phytype() function to setup sc_phytype and
mii_{read|write}reg. This change improves detection of PHY type.
- Fix typo in comment.
  /src/usr.bin/xlint/lint1/
cgram.y 1.465 Sat Jul 15 21:47:35 UTC 2023 rillig lint: each member declarator may have attributes, not only the last one
tree.c 1.465 Fri Jul 01 19:52:41 UTC 2022 rillig lint: restructure 'convert'

The conditions are now grouped by target type, highlighting that
conversions between integer and floating point types are not checked by
this function, in fact, they are not checked at all.

No functional change.
  /src/usr.bin/make/
job.c 1.465 Sun Jan 07 11:39:04 UTC 2024 rillig make: clean up comments, constify shell name
parse.c 1.465 Sat Dec 05 18:15:40 UTC 2020 rillig make(1): remove redundant assignments
main.c 1.465 Sat Nov 14 18:36:27 UTC 2020 rillig make(1): clean up Fatal

Use the shortest possible scope between va_start and the corresponding
va_end.
  /src/distrib/notes/common/
main 1.465 Sun Jul 11 20:00:52 UTC 2010 gsutre Add myself
  /src/etc/
Makefile 1.465 Mon Jun 06 10:56:28 UTC 2022 nia build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.
  /src/sys/arch/i386/conf/
ALL 1.465 Sat Mar 16 04:31:25 UTC 2019 isaki Remove duplicated option.
  /src/sys/dev/ata/
wd.c 1.465 Mon Sep 28 00:47:49 UTC 2020 jakllsch fix typo that prevented bytes/physsect reporting from working
  /src/sys/kern/
vfs_subr.c 1.465 Wed May 24 09:52:59 UTC 2017 hannken Remove the syncer dance from dounmount(). The syncer skips
unmounting file systems as they are suspended.

Remove now unused syncer_mutex.
init_main.c 1.465 Thu Apr 30 13:46:47 UTC 2015 nat Added a new option for embedding a splash screen into kernel.
Add: options SPLASHSCREEN
makeoptions SPLASHSCREEN_IMAGE="path/to/image"
to your config file. So far it will work on amd64 and RPI/RPI2.

This commit was with ideas, help, and OK from jmcneill@.
kern_exec.c 1.465 Thu May 09 20:50:14 UTC 2019 kamil Report TRAP_EXEC (for exec()) to a debugger in the PT_SYSCALL mode

Orignally exec() reporting was disabled in the NetBSD version as there
was no support for fine-grained reporting. Meanwhile PT_SYSCALL was broken
for years and there is no software that depends on this behavior.

There is need to catch exec() events in syscall tracers using ptrace(2).
Instead of adding workarounds of guessing that exec() happened, report the
event directly from the kernel.

All ATF ptrace(2) tests pass.
  /src/sys/arch/amd64/conf/
GENERIC 1.465 Wed Sep 13 22:24:42 UTC 2017 sevan Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh
  /src/sys/arch/i386/i386/
machdep.c 1.465 Tue Jan 15 13:34:52 UTC 2002 drochner recognize Athlon model 6 (Palomino) and 7 (Morgan)

Completed in 887 milliseconds

1 2