Searched hist:1.309 (Results 1 - 25 of 104) sorted by relevance
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.309 Mon May 20 01:40:44 GMT 2024 christos branches: 1.309.2; regen 1.309 Mon May 20 01:40:44 GMT 2024 christos branches: 1.309.2; regen |
| H A D | syscall.h | 1.309 Tue Jan 21 02:38:26 GMT 2020 pgoyette Regen |
| /src/ | ||
| H A D | build.sh | 1.309 Fri Apr 29 16:08:09 GMT 2016 christos Provide the correct system Makefile path to the tools make. This is needed because although the arch-specific make wrapper sets $MAKEFLAGS to include the proper system Makefile path, configure clears $MAKEFLAGS before it invokes $MAKE to figure out which dependency style to use. This made the build fail during the gcc build. |
| H A D | Makefile | 1.309 Mon Jun 16 09:06:26 GMT 2014 apb branches: 1.309.2; Run "postinstall fix obsolete_stand" just before checkflist, if we are building with DESTDIR != / 1.309 Mon Jun 16 09:06:26 GMT 2014 apb branches: 1.309.2; Run "postinstall fix obsolete_stand" just before checkflist, if we are building with DESTDIR != / |
| H A D | UPDATING | 1.309 Mon Jun 15 03:39:00 GMT 2020 christos mention blacklist -> blocklist rename |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.309 Mon May 16 18:08:04 GMT 2011 rmind branches: 1.309.2; Hack-around sparc/sun4c case, which modifies const maxdmap/maxsmap. From he@. OK mrg@. 1.309 Mon May 16 18:08:04 GMT 2011 rmind branches: 1.309.2; Hack-around sparc/sun4c case, which modifies const maxdmap/maxsmap. From he@. OK mrg@. |
| /src/sys/arch/i386/i386/ | ||
| H A D | trap.c | 1.309 Thu Oct 05 19:41:04 GMT 2023 ad branches: 1.309.6; Arrange to update cached LWP credentials in userret() rather than during syscall/trap entry, eliminating a test+branch on every syscall/trap. This wasn't possible in the 3.99.x timeframe when l->l_cred came about because there wasn't a reliable/timely way to force an ONPROC LWP running on a remote CPU into the kernel (which is just about the only new thing in this scheme). 1.309 Thu Oct 05 19:41:04 GMT 2023 ad branches: 1.309.6; Arrange to update cached LWP credentials in userret() rather than during syscall/trap entry, eliminating a test+branch on every syscall/trap. This wasn't possible in the 3.99.x timeframe when l->l_cred came about because there wasn't a reliable/timely way to force an ONPROC LWP running on a remote CPU into the kernel (which is just about the only new thing in this scheme). |
| /src/share/mk/ | ||
| H A D | bsd.sys.mk | 1.309 Tue Dec 14 16:22:07 GMT 2021 christos branches: 1.309.2; Pass W with IDU for lint and deps. 1.309 Tue Dec 14 16:22:07 GMT 2021 christos branches: 1.309.2; Pass W with IDU for lint and deps. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.309 Fri Apr 16 15:53:55 GMT 2021 pgoyette Add a couple definitions for RPG |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.309 Sun Apr 03 01:22:39 GMT 2016 christos regen |
| H A D | syscalls.c | 1.309 Tue Dec 19 19:40:03 GMT 2017 kamil Drop SYS_vadvise The (o)vadvise syscall is dummy since the beginning of NetBSD. It is an obsolete remnant from the old UNIX. Sponsored by <The NetBSD Foundation> |
| H A D | uipc_socket.c | 1.309 Sun Feb 11 13:01:29 GMT 2024 jdolecek branches: 1.309.2; make kqfilter() behave the same for PIPE_SOCKETPAIR pipe as it does for standard one - refuse EVFILT_WRITE if the reader is already disconnected fixes test failure for kernel/kqueue/write/t_pipe.c on PIPE_SOCKETPAIR kernel PR kern/55690 1.309 Sun Feb 11 13:01:29 GMT 2024 jdolecek branches: 1.309.2; make kqfilter() behave the same for PIPE_SOCKETPAIR pipe as it does for standard one - refuse EVFILT_WRITE if the reader is already disconnected fixes test failure for kernel/kqueue/write/t_pipe.c on PIPE_SOCKETPAIR kernel PR kern/55690 |
| H A D | syscalls.master | 1.309 Mon Nov 01 05:07:17 GMT 2021 thorpej Use "stack_t" instead of "struct sigaltstack", as the former is the newer standardized name. NFC. |
| H A D | tty.c | 1.309 Tue Apr 11 10:23:47 GMT 2023 riastradh ttwrite(9): Assert we mangle uio_resid only if we also return error. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.309 Sun Jun 12 03:50:42 GMT 2011 rmind Note rmind-uvmplock branch merge. |
| /src/sys/dev/scsipi/ | ||
| H A D | cd.c | 1.309 Sun May 06 17:23:10 GMT 2012 martin branches: 1.309.2; When ejecting a medium, invalidate the in core disklabel - it is not meaningfull anymore. This makes the following cdclose() use silent mode and finally fixes PR kern/43785. 1.309 Sun May 06 17:23:10 GMT 2012 martin branches: 1.309.2; When ejecting a medium, invalidate the in core disklabel - it is not meaningfull anymore. This makes the following cdclose() use silent mode and finally fixes PR kern/43785. |
| /src/sys/dev/pci/ | ||
| H A D | if_bge.c | 1.309 Tue Apr 25 17:11:47 GMT 2017 snj branches: 1.309.2; fix typo 1.309 Tue Apr 25 17:11:47 GMT 2017 snj branches: 1.309.2; fix typo |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.309 Thu Nov 29 20:58:36 GMT 2018 palle sun4v: fix incorrect calculation of phys addr for the mdesc - now the virtual-devices can (again) be detected (worked previously...) |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.309 Mon Apr 09 19:11:55 GMT 2018 christos add button use by sgimips |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.309 Tue May 29 21:37:08 GMT 2007 christos Add COMPAT_40 for struct ifreq changes. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.309 Sat Jan 06 08:51:22 GMT 2007 pavel more spaces -> tabs. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.309 Sat Aug 23 20:26:56 GMT 2014 dholland Systematize (and in many cases, fix) the comments on options COMPAT_NN. There are quite a few configs that are missing some COMPAT_NN options in ways that don't make sense; this should probably get cleaned up too, but for the time being I've not added or removed anything. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | md.amd64 | 1.309 Wed Sep 17 23:44:27 GMT 2025 mrg various updates for GCC 14. maybe not complete for all ports. x86 should be complete, arm64 might be. tested with i386 and evbarm64 builds and HAVE_GCC=12, hopefully won't break existing builds. |
| H A D | shl.mi | 1.309 Sat Nov 04 16:21:49 GMT 2017 kamil Bump lib minor for liblto_plugin.so link with -liberty PR 52674 by myself |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.309 Fri Jun 02 19:08:48 GMT 2023 riastradh ld.elf_so: Test another edge case of mismatched TLS models. One library defines a symbol and _doesn't_ use it, so it has no indication of whether the symbol is for static TLS or dynamic TLS, and then two other libraries use it in different ways. XXX pullup-10 |
Completed in 613 milliseconds