NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59352 CVS commit: src/sys/compat/netbsd32



The following reply was made to PR kern/59352; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59352 CVS commit: src/sys/compat/netbsd32
Date: Fri, 9 May 2025 10:25:04 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri May  9 10:25:04 UTC 2025
 
 Modified Files:
 	src/sys/compat/netbsd32: netbsd32_ipc.c
 
 Log Message:
 Change semop(2) compat code to use the common code (instead of the syscall
 code directly).
 Implement semtimedop(2) for compat_netbsd32.
 Fixes PR 59352.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 src/sys/compat/netbsd32/netbsd32_ipc.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index