Searched hist:1.332 (Results 1 - 25 of 87) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.332 Thu May 02 02:51:01 GMT 2019 mrg on netbsd when defaulting to the native system, also derived MACHINE_ARCH from the uname -p value already fetched. this means eg, build.sh on evbarm will build the native platform rather than "earm" (armv5) -- which was the default even on arm64 hosts. |
| H A D | UPDATING | 1.332 Wed Sep 21 22:01:56 GMT 2022 gutteridge UPDATING: a couple of pedantic edits |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.332 Sat May 16 18:31:50 GMT 2020 christos Add ACL support for FFS. From FreeBSD. |
| H A D | syscalls.c | 1.332 Thu Oct 03 16:51:35 GMT 2024 christos regen |
| H A D | kern_sig.c | 1.332 Fri Jan 06 22:53:17 GMT 2017 kamil branches: 1.332.2; Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET_SIGINFO This interface is designed to read signal information emited to tracee and fake this signal with new value. This functionality is required to distinguish types of events that occured in the tracee and intercepted by a debugger. These accessors introduce a new structure type ptrace_siginfo: /* * Signal Information structure */ typedef struct ptrace_siginfo { siginfo_t psi_siginfo; /* signal information structure */ lwpid_t psi_lwpid; /* destination LWP of the signal * value 0 means the whole process * (route signal to all LWPs) */ } ptrace_siginfo_t; Include <sys/siginfo.h> in <sys/ptrace.h> in order to not break existing software due to unknown symbol siginfo_t. This interface has been proposed to the tech-kern@ mailing list. Sponsored by <The NetBSD Foundation> 1.332 Fri Jan 06 22:53:17 GMT 2017 kamil branches: 1.332.2; Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET_SIGINFO This interface is designed to read signal information emited to tracee and fake this signal with new value. This functionality is required to distinguish types of events that occured in the tracee and intercepted by a debugger. These accessors introduce a new structure type ptrace_siginfo: /* * Signal Information structure */ typedef struct ptrace_siginfo { siginfo_t psi_siginfo; /* signal information structure */ lwpid_t psi_lwpid; /* destination LWP of the signal * value 0 means the whole process * (route signal to all LWPs) */ } ptrace_siginfo_t; Include <sys/siginfo.h> in <sys/ptrace.h> in order to not break existing software due to unknown symbol siginfo_t. This interface has been proposed to the tech-kern@ mailing list. Sponsored by <The NetBSD Foundation> |
| H A D | kern_exec.c | 1.332 Thu Nov 24 19:55:22 GMT 2011 christos branches: 1.332.2; fix incomplete statement. 1.332 Thu Nov 24 19:55:22 GMT 2011 christos branches: 1.332.2; fix incomplete statement. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.332 Mon Aug 11 09:12:34 GMT 2014 riz Note the new netbsd-7 branch, and move CHANGES to CHANGES.prev . |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.332 Mon Dec 20 00:25:44 GMT 2010 matt branches: 1.332.2; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>. 1.332 Mon Dec 20 00:25:44 GMT 2010 matt branches: 1.332.2; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.332 Fri Feb 03 23:37:20 GMT 2012 christos branches: 1.332.2; add tpm 1.332 Fri Feb 03 23:37:20 GMT 2012 christos branches: 1.332.2; add tpm |
| H A D | INSTALL | 1.332 Mon Dec 25 06:35:57 GMT 2017 rin install/52845: Enable vga@isa and pcdisplay for INSTALL. Otherwise, install media do not boot on pre-PCI machines. XXX pullup to netbsd-8 and netbsd-7 |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.332 Tue Mar 05 21:16:24 GMT 2013 pooka branches: 1.332.2; Make "make DBG=-g -O2" for a library once again produce a shared library with debugging symbols (irregardless of .debug). 1.332 Tue Mar 05 21:16:24 GMT 2013 pooka branches: 1.332.2; Make "make DBG=-g -O2" for a library once again produce a shared library with debugging symbols (irregardless of .debug). |
| H A D | bsd.prog.mk | 1.332 Fri Oct 16 06:55:36 GMT 2020 nia share/mk: Define some missing X11 libraries. |
| /src/sys/dev/usb/ | ||
| H A D | ehci.c | 1.332 Sat Apr 26 07:05:56 GMT 2025 skrll branches: 1.332.2; Some USBHIST (aka KERNHIST) fixes from sc.dying on current-users. One fixup from me. 1.332 Sat Apr 26 07:05:56 GMT 2025 skrll branches: 1.332.2; Some USBHIST (aka KERNHIST) fixes from sc.dying on current-users. One fixup from me. |
| H A D | usbdevs | 1.332 Mon Jun 30 00:41:38 GMT 2003 martin branches: 1.332.2; Add Sony USB Memory Stick Slot (MSC-U03), from Katsuhisa ABE in PR 22017. 1.332 Mon Jun 30 00:41:38 GMT 2003 martin branches: 1.332.2; Add Sony USB Memory Stick Slot (MSC-U03), from Katsuhisa ABE in PR 22017. |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.332 Mon Jan 20 13:54:55 GMT 2025 maya Add ncm(4) a driver for USB Network Control Model Seen on my Google Pixel 8, which implements ncm instead of urndis. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.332 Sat Dec 21 13:00:23 GMT 2019 ad uvmexp.free -> uvm_free() |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.332 Wed Apr 07 17:51:16 GMT 2010 jakllsch satafis: - Add function to parse RDH FIS for use in implementing AT_READREG. - Correct and clean up some structure definitions. - Sprinkle a bit of const. - Remove dependency on <dev/ic/wdcreg.h>, WDCTL_4BIT doesn't seem to be specified by any recent ATA standard, and it seems to make no difference in practice. - Stop using WDSD_IBM, these bits have been obsolete since before SATA. siisata: - Implement AT_READREG. - Reap now-unneeded <dev/ic/wdcreg.h>. - Whitespace and slight debug code cleanup. - Some possibly-uncessary code reordering. ahcisata: - Implement AT_READREG. - Reap now-unneeded <dev/ic/wdcreg.h>. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.332 Thu Jan 21 06:51:54 GMT 2021 nia add a commented out compat_ossaudio wherever there's compat_linux requested by mrg |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.332 Fri May 15 23:32:28 GMT 2020 christos PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries, fifo_vnodeop_opv_desc symbols. Many filesystems ffs, lfs, ulfs, chfs, ext2fs etc. use fifofs internally for their fifo vnops. NFS does too, but it also needs networking anyway. Unfortunately fifofs brings in a lot of the networking code so that the rumpkernel is not well partition. In addition the fifo code is rarely used. The existing hack depended on duplicating the above symbols and adding minimal functionality for the majority of the the tests (except the ffs and the puffs one). In these two cases both symbols were loaded and the symbol sizes clashed which broke the sanitizers. While this can be fixed with weak symbols and other kinds of indirection, it is more straight forward to select between the minimal and the full fifofs implementation by introducing a new shared library librumpvfs_nofifofs. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.332 Wed Sep 06 00:44:45 GMT 2023 riastradh libbozohttpd, libluabozohttpd: Bump major for libssl.so bump. libluabozohttpd doesn't appear to be installed, but let's bump the major just in case. PR lib/57603 XXX pullup-10 |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.332 Mon Feb 27 21:04:43 GMT 2023 fcambus Add PGO (profile guided optimization). |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.332 Sun May 30 06:46:46 GMT 2021 dholland typo in comment |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.332 Fri Sep 01 20:58:14 GMT 2017 macallan add iic at pmu and admtemp |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.332 Mon May 18 08:33:29 GMT 2015 martin Print all sizes as size_t |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.332 Sun Aug 02 18:14:16 GMT 2015 dholland Use accessor functions for the version field of the lfs superblock. I thought at first maybe the cases that test the version should be rolled into the accessors, but on the whole I think the conclusion on that is no. |
Completed in 397 milliseconds